﻿2025-08-20T20:24:19.6642240Z Current runner version: '2.328.0'
2025-08-20T20:24:19.6673864Z ##[group]Runner Image Provisioner
2025-08-20T20:24:19.6674928Z Hosted Compute Agent
2025-08-20T20:24:19.6675518Z Version: 20250818.377
2025-08-20T20:24:19.6676151Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:24:19.6676927Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:24:19.6677577Z ##[endgroup]
2025-08-20T20:24:19.6678351Z ##[group]VM Image
2025-08-20T20:24:19.6679011Z - OS: Linux (arm64)
2025-08-20T20:24:19.6679574Z - Source: Partner
2025-08-20T20:24:19.6680176Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T20:24:19.6680800Z - Version: 20250728.24.1
2025-08-20T20:24:19.6681803Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T20:24:19.6682894Z ##[endgroup]
2025-08-20T20:24:19.6684197Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:24:19.6687099Z Attestations: write
2025-08-20T20:24:19.6687779Z Contents: write
2025-08-20T20:24:19.6689019Z Metadata: read
2025-08-20T20:24:19.6689609Z Packages: write
2025-08-20T20:24:19.6690205Z ##[endgroup]
2025-08-20T20:24:19.6693538Z Secret source: Actions
2025-08-20T20:24:19.6694613Z Prepare workflow directory
2025-08-20T20:24:19.7083794Z Prepare all required actions
2025-08-20T20:24:19.7124620Z Getting action download info
2025-08-20T20:24:20.0074362Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:24:20.7159311Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:24:21.0459562Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:24:21.3196030Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:24:21.6566725Z Getting action download info
2025-08-20T20:24:21.8036123Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:24:22.0227281Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:24:22.3012088Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/gitoxide/official)
2025-08-20T20:24:22.3692793Z ##[group]Run ##Presets
2025-08-20T20:24:22.3693528Z [36;1m##Presets[0m
2025-08-20T20:24:22.3693808Z [36;1mset +x ; set +e[0m
2025-08-20T20:24:22.3694078Z [36;1m#-------------#[0m
2025-08-20T20:24:22.3694570Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:24:22.3695007Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:24:22.3695438Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.3695799Z [36;1m  fi[0m
2025-08-20T20:24:22.3696155Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:24:22.3696671Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:24:22.3697096Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.3697422Z [36;1m  fi[0m
2025-08-20T20:24:22.3697807Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:24:22.3698719Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:24:22.3699264Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.3699610Z [36;1m  fi[0m
2025-08-20T20:24:22.3699920Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:24:22.3700406Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:24:22.3700790Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:24:22.3701194Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:24:22.3701608Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.3702336Z [36;1m     else[0m
2025-08-20T20:24:22.3702736Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.3703117Z [36;1m     fi[0m
2025-08-20T20:24:22.3703355Z [36;1m  fi[0m
2025-08-20T20:24:22.3703731Z [36;1mfi[0m
2025-08-20T20:24:22.3736645Z shell: /usr/bin/bash -e {0}
2025-08-20T20:24:22.3737490Z env:
2025-08-20T20:24:22.3738612Z   GH_TOKEN: ***
2025-08-20T20:24:22.3739062Z ##[endgroup]
2025-08-20T20:24:22.4011417Z ##[group]Run ##Presets
2025-08-20T20:24:22.4011892Z [36;1m##Presets[0m
2025-08-20T20:24:22.4012243Z [36;1mset +x ; set +e[0m
2025-08-20T20:24:22.4012510Z [36;1m#-------------#[0m
2025-08-20T20:24:22.4012816Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:24:22.4013421Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:24:22.4013994Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:24:22.4014511Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:24:22.4014966Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:24:22.4015413Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:24:22.4015847Z [36;1m  exit 1[0m
2025-08-20T20:24:22.4016101Z [36;1mfi[0m
2025-08-20T20:24:22.4044014Z shell: /usr/bin/bash -e {0}
2025-08-20T20:24:22.4044378Z env:
2025-08-20T20:24:22.4045150Z   RO_GHTOKEN: ***
2025-08-20T20:24:22.4045523Z   RO_GLTOKEN: ***
2025-08-20T20:24:22.4046798Z   MINISIGN_KEY: ***
2025-08-20T20:24:22.4047034Z ##[endgroup]
2025-08-20T20:24:22.4193760Z ##[group]Run ##Presets
2025-08-20T20:24:22.4194312Z [36;1m##Presets[0m
2025-08-20T20:24:22.4194683Z [36;1mset +x ; set +e[0m
2025-08-20T20:24:22.4194933Z [36;1m#-------------#[0m
2025-08-20T20:24:22.4195185Z [36;1m##Host Triplet[0m
2025-08-20T20:24:22.4195612Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:24:22.4196028Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:24:22.4196427Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:24:22.4196795Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:24:22.4197132Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:24:22.4197631Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:24:22.4198315Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:24:22.4198719Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:24:22.4199136Z [36;1m   fi[0m
2025-08-20T20:24:22.4199558Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:24:22.4200367Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:24:22.4200763Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:24:22.4201193Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:24:22.4201549Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:24:22.4201824Z [36;1m fi[0m
2025-08-20T20:24:22.4202183Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4202637Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4203039Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4203499Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4203819Z [36;1m##Debug[0m
2025-08-20T20:24:22.4204043Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:24:22.4204421Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:24:22.4204684Z [36;1m else[0m
2025-08-20T20:24:22.4204970Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:24:22.4205239Z [36;1m fi[0m
2025-08-20T20:24:22.4205494Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4205978Z [36;1m##Docker Platform[0m
2025-08-20T20:24:22.4206655Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:24:22.4207003Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:24:22.4207452Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:24:22.4207824Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:24:22.4208419Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:24:22.4208831Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:24:22.4209195Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:24:22.4209592Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:24:22.4209883Z [36;1m fi[0m
2025-08-20T20:24:22.4210199Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4210744Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4211122Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:24:22.4211668Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/gitoxide/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:24:22.4212236Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:24:22.4212572Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4212998Z [36;1m##Logs[0m
2025-08-20T20:24:22.4213221Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:24:22.4213515Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:24:22.4213817Z [36;1m else[0m
2025-08-20T20:24:22.4214077Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:24:22.4214391Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:24:22.4214772Z [36;1m fi[0m
2025-08-20T20:24:22.4215395Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4215901Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4216307Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:24:22.4216752Z [36;1m PKG_FAMILY_LOCAL="$(echo "gitoxide" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:24:22.4217247Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:24:22.4217603Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4217958Z [36;1m##Rebuild[0m
2025-08-20T20:24:22.4218519Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:24:22.4218879Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:24:22.4219231Z [36;1m else[0m
2025-08-20T20:24:22.4219508Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:24:22.4219810Z [36;1m fi[0m
2025-08-20T20:24:22.4220163Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4220509Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:24:22.4221012Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:24:22.4221621Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:24:22.4222460Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:24:22.4223284Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:24:22.4223713Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:24:22.4224412Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:24:22.4224924Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:24:22.4225343Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4225654Z [36;1m    exit 1[0m
2025-08-20T20:24:22.4225934Z [36;1m   else[0m
2025-08-20T20:24:22.4226207Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:24:22.4226776Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4227173Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:24:22.4227839Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:24:22.4228476Z [36;1m      #check if supported[0m
2025-08-20T20:24:22.4228940Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:24:22.4229485Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:24:22.4229969Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:24:22.4230315Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4230620Z [36;1m         exit 1[0m
2025-08-20T20:24:22.4230966Z [36;1m       fi[0m
2025-08-20T20:24:22.4231220Z [36;1m      #get build system[0m
2025-08-20T20:24:22.4231662Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:24:22.4232109Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:24:22.4232451Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4232925Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:24:22.4233313Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4233673Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4234115Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:24:22.4234501Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4234903Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.4235273Z [36;1m       fi[0m
2025-08-20T20:24:22.4235747Z [36;1m     fi[0m
2025-08-20T20:24:22.4236057Z [36;1m   fi[0m
2025-08-20T20:24:22.4236298Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:24:22.4263535Z shell: /usr/bin/bash -e {0}
2025-08-20T20:24:22.4263893Z ##[endgroup]
2025-08-20T20:24:22.8694773Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:24:22.8695624Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:24:22.8695894Z 
2025-08-20T20:24:22.9616768Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:24:22.9617674Z 100  5493  100  5493    0     0  58449      0 --:--:-- --:--:-- --:--:-- 59064
2025-08-20T20:24:22.9627848Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:24:22.9844466Z ##[group]Run ##Presets
2025-08-20T20:24:22.9845022Z [36;1m##Presets[0m
2025-08-20T20:24:22.9845337Z [36;1mset +x ; set +e[0m
2025-08-20T20:24:22.9845588Z [36;1m#-------------#[0m
2025-08-20T20:24:22.9845891Z [36;1m##Debug?[0m
2025-08-20T20:24:22.9846194Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:24:22.9846536Z [36;1m  set -x[0m
2025-08-20T20:24:22.9846864Z [36;1mfi[0m
2025-08-20T20:24:22.9847141Z [36;1m#-------------#[0m
2025-08-20T20:24:22.9847427Z [36;1m##CoreUtils[0m
2025-08-20T20:24:22.9847696Z [36;1msudo apt update -y[0m
2025-08-20T20:24:22.9848333Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:24:22.9849432Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T20:24:22.9850452Z [36;1m##tmp[0m
2025-08-20T20:24:22.9850835Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:24:22.9851206Z [36;1m#GH ENV[0m
2025-08-20T20:24:22.9851454Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.9851888Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.9852189Z [36;1m#-------------#[0m
2025-08-20T20:24:22.9852487Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:24:22.9853040Z [36;1msudo apt update -y[0m
2025-08-20T20:24:22.9853324Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:24:22.9853661Z [36;1m##Setup Minisign[0m
2025-08-20T20:24:22.9853985Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:24:22.9854507Z [36;1mecho "***[0m
2025-08-20T20:24:22.9855895Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:24:22.9856245Z [36;1m##User-Agent[0m
2025-08-20T20:24:22.9856989Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T20:24:22.9857901Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:22.9885510Z shell: /usr/bin/bash -e {0}
2025-08-20T20:24:22.9885832Z env:
2025-08-20T20:24:22.9886089Z   CROSS_COMPILING: NO
2025-08-20T20:24:22.9886439Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:24:22.9886750Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:24:22.9887077Z   ON_QEMU: NO
2025-08-20T20:24:22.9887320Z   DEBUG: 0
2025-08-20T20:24:22.9887624Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:24:22.9887953Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:24:22.9888603Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:24:22.9888942Z   KEEP_LOGS: YES
2025-08-20T20:24:22.9889225Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:24:22.9889495Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:24:22.9889794Z   SBUILD_REBUILD: false
2025-08-20T20:24:22.9890483Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:24:22.9891103Z   BUILD_SYS: docker://rust
2025-08-20T20:24:22.9891413Z   BUILD_ON_HOST: FALSE
2025-08-20T20:24:22.9891684Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:24:22.9891970Z ##[endgroup]
2025-08-20T20:24:23.0258889Z 
2025-08-20T20:24:23.0260212Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:24:23.0260638Z 
2025-08-20T20:24:23.3193454Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T20:24:23.3417395Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:24:23.3435509Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:24:23.3605984Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:24:23.4330251Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T20:24:23.4512500Z Get:6 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T20:24:23.4689955Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T20:24:23.5096049Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:24:23.5128798Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T20:24:23.5159208Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:24:23.5194013Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:24:23.6158576Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:24:23.6913974Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T20:24:23.7061433Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T20:24:23.7244415Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:24:23.7502053Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T20:24:23.7691161Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T20:24:23.7889430Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T20:24:23.8232980Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:24:23.8439655Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T20:24:23.8593344Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T20:24:23.9342711Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T20:24:23.9511550Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T20:24:23.9680451Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T20:24:23.9852869Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T20:24:24.0022214Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T20:24:24.0193055Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T20:24:24.0363381Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:24:24.0532746Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T20:24:24.0704350Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T20:24:24.0872252Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T20:24:24.1039023Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T20:24:24.1266734Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T20:24:24.1443414Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T20:24:24.1613978Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T20:24:24.1825669Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T20:24:24.2571060Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T20:24:24.2743348Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T20:24:24.3023272Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T20:24:24.3207859Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T20:24:24.3377241Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T20:24:24.3546740Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T20:24:24.3952460Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T20:24:33.8703969Z Fetched 11.9 MB in 1s (8029 kB/s)
2025-08-20T20:24:34.6019271Z Reading package lists...
2025-08-20T20:24:34.7796618Z Building dependency tree...
2025-08-20T20:24:34.7804436Z Reading state information...
2025-08-20T20:24:34.8001195Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:24:34.8093059Z 
2025-08-20T20:24:34.8093432Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:24:34.8094011Z 
2025-08-20T20:24:34.8208913Z Reading package lists...
2025-08-20T20:24:35.0350284Z Building dependency tree...
2025-08-20T20:24:35.0357275Z Reading state information...
2025-08-20T20:24:35.2839199Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:24:35.2839667Z bc set to manually installed.
2025-08-20T20:24:35.2840001Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:24:35.2840432Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:24:35.2840798Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:24:35.3413839Z The following NEW packages will be installed:
2025-08-20T20:24:35.3419890Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T20:24:35.3421463Z   moreutils
2025-08-20T20:24:35.3427336Z The following packages will be upgraded:
2025-08-20T20:24:35.3435040Z   jq libjq1
2025-08-20T20:24:35.3610721Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T20:24:35.6383853Z Need to get 936 kB of archives.
2025-08-20T20:24:35.6384404Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T20:24:35.6385273Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T20:24:35.8899558Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T20:24:36.0620394Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T20:24:36.2372388Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T20:24:36.3280891Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T20:24:36.4336574Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:24:36.5204417Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T20:24:36.6177004Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T20:24:37.1178206Z Fetched 936 kB in 1s (653 kB/s)
2025-08-20T20:24:37.1954048Z Selecting previously unselected package fdupes.
2025-08-20T20:24:37.3281114Z (Reading database ... 
2025-08-20T20:24:37.3281721Z (Reading database ... 5%
2025-08-20T20:24:37.3281998Z (Reading database ... 10%
2025-08-20T20:24:37.3282249Z (Reading database ... 15%
2025-08-20T20:24:37.3282635Z (Reading database ... 20%
2025-08-20T20:24:37.3282876Z (Reading database ... 25%
2025-08-20T20:24:37.3283106Z (Reading database ... 30%
2025-08-20T20:24:37.3283387Z (Reading database ... 35%
2025-08-20T20:24:37.3283625Z (Reading database ... 40%
2025-08-20T20:24:37.3283946Z (Reading database ... 45%
2025-08-20T20:24:37.3284192Z (Reading database ... 50%
2025-08-20T20:24:37.6466782Z (Reading database ... 55%
2025-08-20T20:24:38.2915459Z (Reading database ... 60%
2025-08-20T20:24:38.8727725Z (Reading database ... 65%
2025-08-20T20:24:39.4239085Z (Reading database ... 70%
2025-08-20T20:24:39.9738353Z (Reading database ... 75%
2025-08-20T20:24:40.6311648Z (Reading database ... 80%
2025-08-20T20:24:41.2715025Z (Reading database ... 85%
2025-08-20T20:24:41.8897366Z (Reading database ... 90%
2025-08-20T20:24:42.5616549Z (Reading database ... 95%
2025-08-20T20:24:42.5617246Z (Reading database ... 100%
2025-08-20T20:24:42.5617615Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T20:24:42.5665963Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T20:24:42.6080652Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:24:42.7315973Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:24:42.7562624Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:24:42.8795513Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:24:42.9249913Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:24:43.0061362Z Selecting previously unselected package libio-pty-perl.
2025-08-20T20:24:43.0241435Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T20:24:43.0320056Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:24:43.2158329Z Selecting previously unselected package libipc-run-perl.
2025-08-20T20:24:43.2360030Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T20:24:43.2460167Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T20:24:43.3425312Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:24:43.3610391Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:24:43.3695833Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:24:43.4486355Z Selecting previously unselected package moreutils.
2025-08-20T20:24:43.4679517Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T20:24:43.4770817Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:24:43.6122709Z Selecting previously unselected package dos2unix.
2025-08-20T20:24:43.6312481Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T20:24:43.6395885Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:24:43.9843595Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:24:44.0093973Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:24:44.0332646Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:24:44.0579470Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T20:24:44.0840181Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:24:44.1060696Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:24:44.1279227Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:24:44.1540924Z Setting up moreutils (0.69-1) ...
2025-08-20T20:24:44.1812897Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:25:01.6877056Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:25:03.8502264Z Reading package lists...
2025-08-20T20:25:04.1688430Z Building dependency tree...
2025-08-20T20:25:04.1697987Z Reading state information...
2025-08-20T20:25:04.6186350Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:25:04.6187091Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:25:04.6187421Z apt-utils set to manually installed.
2025-08-20T20:25:04.6187784Z ca-certificates is already the newest version (20240203).
2025-08-20T20:25:04.6188392Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:25:04.6188785Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:25:04.6189169Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:25:04.6189529Z moreutils is already the newest version (0.69-1).
2025-08-20T20:25:04.6189932Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:25:04.6190359Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:25:04.6190712Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:25:04.6191561Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:25:04.6191936Z tmux set to manually installed.
2025-08-20T20:25:04.6192267Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:25:04.6192596Z The following additional packages will be installed:
2025-08-20T20:25:04.6193070Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T20:25:04.6193559Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T20:25:04.6195435Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:25:04.6195884Z   uuid-runtime
2025-08-20T20:25:04.6203272Z Suggested packages:
2025-08-20T20:25:04.6203722Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T20:25:04.6204142Z   util-linux-extra util-linux-locales
2025-08-20T20:25:04.6204453Z Recommended packages:
2025-08-20T20:25:04.6204739Z   unattended-upgrades
2025-08-20T20:25:04.6869162Z The following NEW packages will be installed:
2025-08-20T20:25:04.6869855Z   rename
2025-08-20T20:25:04.6875105Z The following packages will be upgraded:
2025-08-20T20:25:04.6875834Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T20:25:04.6877674Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T20:25:04.6885401Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:25:04.6885875Z   software-properties-common util-linux uuid-runtime
2025-08-20T20:25:04.7160249Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:25:04.9131709Z Need to get 4390 kB of archives.
2025-08-20T20:25:04.9132240Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:25:04.9132849Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T20:25:05.2564921Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T20:25:05.6786003Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T20:25:05.7676988Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T20:25:05.8552765Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T20:25:05.9407870Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T20:25:06.0259649Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T20:25:06.1158874Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T20:25:06.2057747Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T20:25:06.2930371Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T20:25:06.4662021Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T20:25:06.6398835Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T20:25:07.0906179Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T20:25:07.2804200Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T20:25:07.5542947Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T20:25:07.6479612Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T20:25:07.8351738Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T20:25:07.9267209Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T20:25:08.0252972Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T20:25:08.1113385Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T20:25:08.2088424Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T20:25:08.2992653Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T20:25:08.4792997Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T20:25:08.7687683Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:25:08.8645947Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:25:08.9766136Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:25:09.0780890Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T20:25:09.3826903Z Fetched 4390 kB in 4s (1010 kB/s)
2025-08-20T20:25:09.4774960Z (Reading database ... 
2025-08-20T20:25:09.4775317Z (Reading database ... 5%
2025-08-20T20:25:09.4775718Z (Reading database ... 10%
2025-08-20T20:25:09.4775979Z (Reading database ... 15%
2025-08-20T20:25:09.4776220Z (Reading database ... 20%
2025-08-20T20:25:09.4776543Z (Reading database ... 25%
2025-08-20T20:25:09.4776823Z (Reading database ... 30%
2025-08-20T20:25:09.4777107Z (Reading database ... 35%
2025-08-20T20:25:09.4777357Z (Reading database ... 40%
2025-08-20T20:25:09.4777637Z (Reading database ... 45%
2025-08-20T20:25:09.4777884Z (Reading database ... 50%
2025-08-20T20:25:09.4801213Z (Reading database ... 55%
2025-08-20T20:25:09.4903093Z (Reading database ... 60%
2025-08-20T20:25:09.4954413Z (Reading database ... 65%
2025-08-20T20:25:09.4972773Z (Reading database ... 70%
2025-08-20T20:25:09.4997743Z (Reading database ... 75%
2025-08-20T20:25:09.5040958Z (Reading database ... 80%
2025-08-20T20:25:09.5272169Z (Reading database ... 85%
2025-08-20T20:25:09.5295400Z (Reading database ... 90%
2025-08-20T20:25:09.5431048Z (Reading database ... 95%
2025-08-20T20:25:09.5431411Z (Reading database ... 100%
2025-08-20T20:25:09.5431974Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:25:09.5481319Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:09.5745688Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:09.7273040Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:09.8339141Z (Reading database ... 
2025-08-20T20:25:09.8339518Z (Reading database ... 5%
2025-08-20T20:25:09.8339816Z (Reading database ... 10%
2025-08-20T20:25:09.8340283Z (Reading database ... 15%
2025-08-20T20:25:09.8340540Z (Reading database ... 20%
2025-08-20T20:25:09.8340827Z (Reading database ... 25%
2025-08-20T20:25:09.8341092Z (Reading database ... 30%
2025-08-20T20:25:09.8341336Z (Reading database ... 35%
2025-08-20T20:25:09.8341653Z (Reading database ... 40%
2025-08-20T20:25:09.8341901Z (Reading database ... 45%
2025-08-20T20:25:09.8342150Z (Reading database ... 50%
2025-08-20T20:25:09.8364753Z (Reading database ... 55%
2025-08-20T20:25:09.8464176Z (Reading database ... 60%
2025-08-20T20:25:09.8511592Z (Reading database ... 65%
2025-08-20T20:25:09.8528260Z (Reading database ... 70%
2025-08-20T20:25:09.8550976Z (Reading database ... 75%
2025-08-20T20:25:09.8589994Z (Reading database ... 80%
2025-08-20T20:25:09.8798524Z (Reading database ... 85%
2025-08-20T20:25:09.8820660Z (Reading database ... 90%
2025-08-20T20:25:09.8944383Z (Reading database ... 95%
2025-08-20T20:25:09.8944748Z (Reading database ... 100%
2025-08-20T20:25:09.8945099Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:25:09.8991460Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:09.9409587Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:10.1647227Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:10.8388997Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:25:10.9075115Z (Reading database ... 
2025-08-20T20:25:10.9075726Z (Reading database ... 5%
2025-08-20T20:25:10.9076000Z (Reading database ... 10%
2025-08-20T20:25:10.9076236Z (Reading database ... 15%
2025-08-20T20:25:10.9077357Z (Reading database ... 20%
2025-08-20T20:25:10.9077666Z (Reading database ... 25%
2025-08-20T20:25:10.9077916Z (Reading database ... 30%
2025-08-20T20:25:10.9078411Z (Reading database ... 35%
2025-08-20T20:25:10.9078658Z (Reading database ... 40%
2025-08-20T20:25:10.9078900Z (Reading database ... 45%
2025-08-20T20:25:10.9079240Z (Reading database ... 50%
2025-08-20T20:25:10.9102617Z (Reading database ... 55%
2025-08-20T20:25:10.9213335Z (Reading database ... 60%
2025-08-20T20:25:10.9271336Z (Reading database ... 65%
2025-08-20T20:25:10.9290604Z (Reading database ... 70%
2025-08-20T20:25:10.9316861Z (Reading database ... 75%
2025-08-20T20:25:10.9363127Z (Reading database ... 80%
2025-08-20T20:25:10.9603402Z (Reading database ... 85%
2025-08-20T20:25:10.9627850Z (Reading database ... 90%
2025-08-20T20:25:10.9760945Z (Reading database ... 95%
2025-08-20T20:25:10.9761294Z (Reading database ... 100%
2025-08-20T20:25:10.9761643Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:25:10.9808135Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:11.0053951Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:11.1563321Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:11.1919814Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:11.2918572Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:11.4021831Z (Reading database ... 
2025-08-20T20:25:11.4022198Z (Reading database ... 5%
2025-08-20T20:25:11.4022670Z (Reading database ... 10%
2025-08-20T20:25:11.4022965Z (Reading database ... 15%
2025-08-20T20:25:11.4023204Z (Reading database ... 20%
2025-08-20T20:25:11.4023499Z (Reading database ... 25%
2025-08-20T20:25:11.4023743Z (Reading database ... 30%
2025-08-20T20:25:11.4023971Z (Reading database ... 35%
2025-08-20T20:25:11.4024240Z (Reading database ... 40%
2025-08-20T20:25:11.4024480Z (Reading database ... 45%
2025-08-20T20:25:11.4024743Z (Reading database ... 50%
2025-08-20T20:25:11.4045526Z (Reading database ... 55%
2025-08-20T20:25:11.4144842Z (Reading database ... 60%
2025-08-20T20:25:11.4190961Z (Reading database ... 65%
2025-08-20T20:25:11.4207639Z (Reading database ... 70%
2025-08-20T20:25:11.4230365Z (Reading database ... 75%
2025-08-20T20:25:11.4270031Z (Reading database ... 80%
2025-08-20T20:25:11.4486220Z (Reading database ... 85%
2025-08-20T20:25:11.4508172Z (Reading database ... 90%
2025-08-20T20:25:11.4635999Z (Reading database ... 95%
2025-08-20T20:25:11.4636270Z (Reading database ... 100%
2025-08-20T20:25:11.4636771Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:25:11.4681790Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:11.4995532Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:11.5953919Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:11.6987173Z (Reading database ... 
2025-08-20T20:25:11.6987532Z (Reading database ... 5%
2025-08-20T20:25:11.6987801Z (Reading database ... 10%
2025-08-20T20:25:11.6988847Z (Reading database ... 15%
2025-08-20T20:25:11.6989596Z (Reading database ... 20%
2025-08-20T20:25:11.6989867Z (Reading database ... 25%
2025-08-20T20:25:11.6990158Z (Reading database ... 30%
2025-08-20T20:25:11.6990428Z (Reading database ... 35%
2025-08-20T20:25:11.6990685Z (Reading database ... 40%
2025-08-20T20:25:11.6990963Z (Reading database ... 45%
2025-08-20T20:25:11.6991200Z (Reading database ... 50%
2025-08-20T20:25:11.7013264Z (Reading database ... 55%
2025-08-20T20:25:11.7115261Z (Reading database ... 60%
2025-08-20T20:25:11.7165469Z (Reading database ... 65%
2025-08-20T20:25:11.7182159Z (Reading database ... 70%
2025-08-20T20:25:11.7207573Z (Reading database ... 75%
2025-08-20T20:25:11.7249700Z (Reading database ... 80%
2025-08-20T20:25:11.7476543Z (Reading database ... 85%
2025-08-20T20:25:11.7500726Z (Reading database ... 90%
2025-08-20T20:25:11.7635242Z (Reading database ... 95%
2025-08-20T20:25:11.7635517Z (Reading database ... 100%
2025-08-20T20:25:11.7635934Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:25:11.7681857Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:11.8052458Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:11.9302172Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:11.9609142Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:12.0628362Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:12.1587560Z (Reading database ... 
2025-08-20T20:25:12.1588285Z (Reading database ... 5%
2025-08-20T20:25:12.1588574Z (Reading database ... 10%
2025-08-20T20:25:12.1588833Z (Reading database ... 15%
2025-08-20T20:25:12.1589946Z (Reading database ... 20%
2025-08-20T20:25:12.1590273Z (Reading database ... 25%
2025-08-20T20:25:12.1590529Z (Reading database ... 30%
2025-08-20T20:25:12.1590824Z (Reading database ... 35%
2025-08-20T20:25:12.1591078Z (Reading database ... 40%
2025-08-20T20:25:12.1591341Z (Reading database ... 45%
2025-08-20T20:25:12.1591609Z (Reading database ... 50%
2025-08-20T20:25:12.1613429Z (Reading database ... 55%
2025-08-20T20:25:12.1713404Z (Reading database ... 60%
2025-08-20T20:25:12.1760102Z (Reading database ... 65%
2025-08-20T20:25:12.1776143Z (Reading database ... 70%
2025-08-20T20:25:12.1800070Z (Reading database ... 75%
2025-08-20T20:25:12.1839295Z (Reading database ... 80%
2025-08-20T20:25:12.2050287Z (Reading database ... 85%
2025-08-20T20:25:12.2071546Z (Reading database ... 90%
2025-08-20T20:25:12.2194425Z (Reading database ... 95%
2025-08-20T20:25:12.2194804Z (Reading database ... 100%
2025-08-20T20:25:12.2195161Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:25:12.2239691Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:12.2508821Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:12.3511730Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:12.4385902Z (Reading database ... 
2025-08-20T20:25:12.4386266Z (Reading database ... 5%
2025-08-20T20:25:12.4386523Z (Reading database ... 10%
2025-08-20T20:25:12.4386847Z (Reading database ... 15%
2025-08-20T20:25:12.4387143Z (Reading database ... 20%
2025-08-20T20:25:12.4387355Z (Reading database ... 25%
2025-08-20T20:25:12.4387641Z (Reading database ... 30%
2025-08-20T20:25:12.4387882Z (Reading database ... 35%
2025-08-20T20:25:12.4388510Z (Reading database ... 40%
2025-08-20T20:25:12.4389044Z (Reading database ... 45%
2025-08-20T20:25:12.4389297Z (Reading database ... 50%
2025-08-20T20:25:12.4410286Z (Reading database ... 55%
2025-08-20T20:25:12.4514121Z (Reading database ... 60%
2025-08-20T20:25:12.4562503Z (Reading database ... 65%
2025-08-20T20:25:12.4579557Z (Reading database ... 70%
2025-08-20T20:25:12.4603040Z (Reading database ... 75%
2025-08-20T20:25:12.4644169Z (Reading database ... 80%
2025-08-20T20:25:12.4867586Z (Reading database ... 85%
2025-08-20T20:25:12.4890495Z (Reading database ... 90%
2025-08-20T20:25:12.5022391Z (Reading database ... 95%
2025-08-20T20:25:12.5022760Z (Reading database ... 100%
2025-08-20T20:25:12.5023259Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:25:12.5067666Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:25:12.5308381Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:12.6652677Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:25:12.7318449Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:12.8549481Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:25:12.8813800Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:12.9906020Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:25:13.0142534Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:13.1300408Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:25:13.2058555Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:13.3187114Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:25:13.3449253Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:13.4461657Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:25:13.4825427Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:13.5820519Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:25:13.6104669Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:13.7397265Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:25:13.7663128Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:13.8647167Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:25:13.8905780Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:14.0374019Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:14.1263137Z (Reading database ... 
2025-08-20T20:25:14.1263474Z (Reading database ... 5%
2025-08-20T20:25:14.1263939Z (Reading database ... 10%
2025-08-20T20:25:14.1264208Z (Reading database ... 15%
2025-08-20T20:25:14.1264452Z (Reading database ... 20%
2025-08-20T20:25:14.1264766Z (Reading database ... 25%
2025-08-20T20:25:14.1265046Z (Reading database ... 30%
2025-08-20T20:25:14.1265271Z (Reading database ... 35%
2025-08-20T20:25:14.1265557Z (Reading database ... 40%
2025-08-20T20:25:14.1265805Z (Reading database ... 45%
2025-08-20T20:25:14.1266069Z (Reading database ... 50%
2025-08-20T20:25:14.1288459Z (Reading database ... 55%
2025-08-20T20:25:14.1385276Z (Reading database ... 60%
2025-08-20T20:25:14.1431598Z (Reading database ... 65%
2025-08-20T20:25:14.1448296Z (Reading database ... 70%
2025-08-20T20:25:14.1471949Z (Reading database ... 75%
2025-08-20T20:25:14.1510497Z (Reading database ... 80%
2025-08-20T20:25:14.1711063Z (Reading database ... 85%
2025-08-20T20:25:14.1733151Z (Reading database ... 90%
2025-08-20T20:25:14.1857125Z (Reading database ... 95%
2025-08-20T20:25:14.1901683Z (Reading database ... 100%
2025-08-20T20:25:14.1902242Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:25:14.1902698Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:14.2204271Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:14.3357321Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:14.3661629Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:14.4705886Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:14.5015316Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:14.6039291Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:25:14.6301318Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:25:14.7363148Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:25:14.7637605Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:14.8723389Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:25:15.0096859Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:25:15.1343144Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:25:15.2216294Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:25:15.3045506Z Selecting previously unselected package rename.
2025-08-20T20:25:15.3226425Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T20:25:15.3308150Z Unpacking rename (2.02-1) ...
2025-08-20T20:25:15.4141198Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:25:15.4371139Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:25:15.5358001Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:15.5588419Z Setting up rename (2.02-1) ...
2025-08-20T20:25:15.5769391Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:25:15.5920871Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:15.6148307Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:15.6455374Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:15.6722879Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:15.6974463Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:16.3458926Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:25:16.3715268Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:16.3967786Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:16.4249991Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:16.4497359Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:16.8209788Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:16.8476308Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T20:25:16.8741960Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:16.9936950Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:25:17.1389649Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:17.2447077Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:17.2698709Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:17.2950692Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T20:25:17.3205600Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:25:17.4506612Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:25:17.7556789Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:25:17.7957839Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:25:24.8237279Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:25:26.3695963Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:25:26.3696953Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:25:26.5023056Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:25:26.5187901Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:25:26.5360745Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:25:26.5547209Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:25:27.6204263Z Reading package lists...
2025-08-20T20:25:27.8906111Z Building dependency tree...
2025-08-20T20:25:27.8913892Z Reading state information...
2025-08-20T20:25:27.9274618Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:25:27.9412134Z 
2025-08-20T20:25:27.9413579Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:25:27.9414032Z 
2025-08-20T20:25:28.0405287Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:25:28.0406450Z Hit:2 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:25:28.0504132Z Hit:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:25:28.0520123Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:25:28.0690687Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:25:28.0883191Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:25:29.2403500Z Reading package lists...
2025-08-20T20:25:29.5095018Z Building dependency tree...
2025-08-20T20:25:29.5101030Z Reading state information...
2025-08-20T20:25:29.5410590Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:25:29.5511085Z 
2025-08-20T20:25:29.5512211Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:25:29.5512592Z 
2025-08-20T20:25:29.5621741Z Reading package lists...
2025-08-20T20:25:29.8108225Z Building dependency tree...
2025-08-20T20:25:29.8116745Z Reading state information...
2025-08-20T20:25:30.1221538Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:25:30.1758638Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:25:30.2082288Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:25:30.2571548Z ##[group]Run ##Presets
2025-08-20T20:25:30.2571995Z [36;1m##Presets[0m
2025-08-20T20:25:30.2572236Z [36;1mset +x ; set +e[0m
2025-08-20T20:25:30.2572595Z [36;1m#-------------#[0m
2025-08-20T20:25:30.2572824Z [36;1m##Debug?[0m
2025-08-20T20:25:30.2573119Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:25:30.2573470Z [36;1m  set -x[0m
2025-08-20T20:25:30.2573682Z [36;1mfi[0m
2025-08-20T20:25:30.2573926Z [36;1m#-------------#[0m
2025-08-20T20:25:30.2574396Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:25:30.2574996Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:25:30.2575470Z [36;1msudo service procps restart[0m
2025-08-20T20:25:30.2575768Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:25:30.2602389Z shell: /usr/bin/bash -e {0}
2025-08-20T20:25:30.2602682Z env:
2025-08-20T20:25:30.2603176Z   CROSS_COMPILING: NO
2025-08-20T20:25:30.2603429Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:25:30.2603728Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:25:30.2603979Z   ON_QEMU: NO
2025-08-20T20:25:30.2604159Z   DEBUG: 0
2025-08-20T20:25:30.2604426Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:25:30.2604686Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:25:30.2604998Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:25:30.2605375Z   KEEP_LOGS: YES
2025-08-20T20:25:30.2605589Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:25:30.2605857Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:25:30.2606160Z   SBUILD_REBUILD: false
2025-08-20T20:25:30.2606716Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:25:30.2607328Z   BUILD_SYS: docker://rust
2025-08-20T20:25:30.2607564Z   BUILD_ON_HOST: FALSE
2025-08-20T20:25:30.2607779Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:25:30.2608385Z   SYSTMP: /tmp
2025-08-20T20:25:30.2608613Z   GHA_MODE: MATRIX
2025-08-20T20:25:30.2609099Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:25:30.2609600Z ##[endgroup]
2025-08-20T20:25:30.2710398Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:25:30.2771594Z 0
2025-08-20T20:25:30.3097878Z vm.max_map_count = 262144
2025-08-20T20:25:30.3098644Z fs.inotify.max_user_watches = 655360
2025-08-20T20:25:30.3098964Z fs.inotify.max_user_instances = 1280
2025-08-20T20:25:30.3099290Z vm.mmap_rnd_bits = 28
2025-08-20T20:25:30.3194137Z ##[group]Run ##Presets
2025-08-20T20:25:30.3194620Z [36;1m##Presets[0m
2025-08-20T20:25:30.3194962Z [36;1mset +x ; set +e[0m
2025-08-20T20:25:30.3195240Z [36;1m#-------------#[0m
2025-08-20T20:25:30.3195464Z [36;1m##Debug?[0m
2025-08-20T20:25:30.3195778Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:25:30.3196100Z [36;1m  set -x[0m
2025-08-20T20:25:30.3196365Z [36;1mfi[0m
2025-08-20T20:25:30.3196609Z [36;1m#-------------#[0m
2025-08-20T20:25:30.3196849Z [36;1m##Main[0m
2025-08-20T20:25:30.3197090Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:25:30.3197757Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:25:30.3198718Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:25:30.3199157Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:25:30.3199528Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:25:30.3199838Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:25:30.3200165Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:25:30.3200499Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:25:30.3200889Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:25:30.3201240Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:25:30.3201907Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:25:30.3202272Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:25:30.3202665Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:25:30.3203042Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:25:30.3203327Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:25:30.3203622Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:25:30.3203970Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:25:30.3204299Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:25:30.3204657Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:25:30.3204987Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:25:30.3205328Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:25:30.3205654Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:25:30.3206010Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:25:30.3206345Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:25:30.3206729Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:25:30.3207065Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:25:30.3207358Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:25:30.3207769Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:25:30.3208432Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:25:30.3208977Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:25:30.3209482Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:25:30.3209853Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:25:30.3210254Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:25:30.3210907Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:25:30.3211726Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:25:30.3212315Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:25:30.3212613Z [36;1m else[0m
2025-08-20T20:25:30.3213229Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:25:30.3213652Z [36;1m fi[0m
2025-08-20T20:25:30.3213949Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:25:30.3214399Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:25:30.3214839Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:30.3215250Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:30.3215758Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:30.3216203Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:30.3216649Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:30.3217096Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:30.3217548Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:25:30.3218281Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:25:30.3218679Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:25:30.3245271Z shell: /usr/bin/bash -e {0}
2025-08-20T20:25:30.3245552Z env:
2025-08-20T20:25:30.3245915Z   CROSS_COMPILING: NO
2025-08-20T20:25:30.3246218Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:25:30.3246729Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:25:30.3247032Z   ON_QEMU: NO
2025-08-20T20:25:30.3247254Z   DEBUG: 0
2025-08-20T20:25:30.3247453Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:25:30.3247776Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:25:30.3248389Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:25:30.3248769Z   KEEP_LOGS: YES
2025-08-20T20:25:30.3248998Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:25:30.3249234Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:25:30.3249532Z   SBUILD_REBUILD: false
2025-08-20T20:25:30.3250100Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:25:30.3250684Z   BUILD_SYS: docker://rust
2025-08-20T20:25:30.3250971Z   BUILD_ON_HOST: FALSE
2025-08-20T20:25:30.3251181Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:25:30.3251399Z   SYSTMP: /tmp
2025-08-20T20:25:30.3251676Z   GHA_MODE: MATRIX
2025-08-20T20:25:30.3252128Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:25:30.3253091Z   GHCR_TOKEN: ***
2025-08-20T20:25:30.3253464Z   GITHUB_TOKEN: ***
2025-08-20T20:25:30.3253760Z   GITLAB_TOKEN: ***
2025-08-20T20:25:30.3255001Z   MINISIGN_KEY: ***
2025-08-20T20:25:30.3255237Z ##[endgroup]
2025-08-20T20:25:30.3822552Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:25:30.4562306Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:25:30.4563566Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:25:30.4564084Z 
2025-08-20T20:25:30.4967868Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:25:30.4968478Z 100  5493  100  5493    0     0   131k      0 --:--:-- --:--:-- --:--:--  134k
2025-08-20T20:25:30.4980975Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:25:30.5067490Z 
2025-08-20T20:25:30.5068793Z [+] Building [/tmp/tmp.fwPWwugIn7/SBUILD_INPUT] Locally
2025-08-20T20:25:30.5069143Z 
2025-08-20T20:25:30.5080751Z '/tmp/tmp.fwPWwugIn7/SBUILD_INPUT' -> '/tmp/pkgforge/hN2PmPhpU_build.yaml'
2025-08-20T20:25:30.5820346Z 
2025-08-20T20:25:30.5821157Z [+] Passwordless sudo is Configured
2025-08-20T20:25:30.6503401Z 
2025-08-20T20:25:30.6520341Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:25:30.6520637Z 
2025-08-20T20:25:30.6944498Z 
2025-08-20T20:25:30.6946834Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T20:25:30.6947384Z 
2025-08-20T20:25:30.6947405Z 
2025-08-20T20:25:30.6947651Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:25:30.6947946Z 
2025-08-20T20:25:30.6990300Z [+] Installing: 7z -> 7z
2025-08-20T20:25:31.0869493Z [+] Installing: actionlint -> actionlint
2025-08-20T20:25:31.4972185Z [+] Installing: anew -> anew
2025-08-20T20:25:31.8436170Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:25:32.2039676Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:25:32.5351880Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:25:32.8701576Z [+] Installing: archey -> archey
2025-08-20T20:25:33.2587881Z [+] Installing: aria2 -> aria2c
2025-08-20T20:25:33.6517779Z [+] Installing: askalono -> askalono
2025-08-20T20:25:34.0194379Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:25:34.4790160Z [+] Installing: b3sum -> b3sum
2025-08-20T20:25:34.8798821Z [+] Installing: bita -> bita
2025-08-20T20:25:35.2975934Z [+] Installing: btop -> btop
2025-08-20T20:25:35.6943179Z [+] Installing: chafa -> chafa
2025-08-20T20:25:36.0675690Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:25:36.5074019Z [+] Installing: croc -> croc
2025-08-20T20:25:36.8828514Z [+] Installing: csvtk -> csvtk
2025-08-20T20:25:37.2883462Z [+] Installing: cutlines -> cutlines
2025-08-20T20:25:37.6062783Z curl: (22) The requested URL returned error: 404
2025-08-20T20:25:37.6100232Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:25:37.6101039Z [+] Installing: dbin -> dbin
2025-08-20T20:25:38.0106816Z [+] Installing: dasel -> dasel
2025-08-20T20:25:38.4088377Z [+] Installing: delta -> delta
2025-08-20T20:25:38.7749035Z [+] Installing: ds -> ds
2025-08-20T20:25:39.1015710Z curl: (22) The requested URL returned error: 404
2025-08-20T20:25:39.1052656Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:25:39.1053063Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:25:39.4602479Z [+] Installing: duf -> duf
2025-08-20T20:25:39.8135380Z [+] Installing: duplicut -> duplicut
2025-08-20T20:25:40.1657389Z [+] Installing: dust -> dust
2025-08-20T20:25:40.5250935Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:25:40.8910151Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:25:41.2777316Z [+] Installing: dysk -> dysk
2025-08-20T20:25:41.6571376Z [+] Installing: eget -> eget
2025-08-20T20:25:42.0485873Z [+] Installing: epoch -> epoch
2025-08-20T20:25:42.3824119Z [+] Installing: faketty -> faketty
2025-08-20T20:25:42.7362456Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:25:43.1301735Z [+] Installing: freeze -> freeze
2025-08-20T20:25:43.5363458Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:25:43.8889719Z [+] Installing: gdu -> gdu
2025-08-20T20:25:44.2833325Z [+] Installing: gh -> gh
2025-08-20T20:25:44.7463246Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:25:45.1348219Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:25:45.5003500Z [+] Installing: glab -> glab
2025-08-20T20:25:45.9632845Z [+] Installing: glow -> glow
2025-08-20T20:25:46.3601462Z [+] Installing: httpx -> httpx
2025-08-20T20:25:46.8031043Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:25:47.2146297Z [+] Installing: husarnet -> husarnet
2025-08-20T20:25:47.5465098Z curl: (22) The requested URL returned error: 404
2025-08-20T20:25:47.5496724Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:25:47.5497323Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:25:47.8781219Z curl: (22) The requested URL returned error: 404
2025-08-20T20:25:47.8814296Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:25:47.8814670Z [+] Installing: imgcat -> imgcat
2025-08-20T20:25:48.2513273Z [+] Installing: jc -> jc
2025-08-20T20:25:48.6755021Z [+] Installing: jq -> jq
2025-08-20T20:25:49.0420698Z [+] Installing: logdy -> logdy
2025-08-20T20:25:49.5079946Z [+] Installing: micro -> micro
2025-08-20T20:25:49.8966780Z [+] Installing: miniserve -> miniserve
2025-08-20T20:25:50.2598677Z [+] Installing: minisign -> minisign
2025-08-20T20:25:50.6214786Z [+] Installing: ncdu -> ncdu
2025-08-20T20:25:50.9640298Z [+] Installing: notify -> notify
2025-08-20T20:25:51.3532807Z [+] Installing: ouch -> ouch
2025-08-20T20:25:51.7960114Z [+] Installing: oras -> oras
2025-08-20T20:25:52.1891385Z [+] Installing: pipetty -> pipetty
2025-08-20T20:25:52.5244680Z [+] Installing: pixterm -> pixterm
2025-08-20T20:25:52.9181070Z [+] Installing: qsv -> qsv
2025-08-20T20:25:53.3148664Z [+] Installing: rclone -> rclone
2025-08-20T20:25:53.8334804Z [+] Installing: ripgrep -> rg
2025-08-20T20:25:54.2017284Z [+] Installing: rga -> rga
2025-08-20T20:25:54.5791031Z [+] Installing: rsync -> rsync
2025-08-20T20:25:54.9510841Z [+] Installing: script -> script
2025-08-20T20:25:55.2846100Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:25:55.7391713Z [+] Installing: soar -> soar
2025-08-20T20:25:56.1139117Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:25:56.4771488Z [+] Installing: sstrip -> sstrip
2025-08-20T20:25:56.8021971Z [+] Installing: strace -> strace
2025-08-20T20:25:57.1678836Z [+] Installing: sttr -> sttr
2025-08-20T20:25:57.5601269Z [+] Installing: tailscale -> tailscale
2025-08-20T20:25:57.9579970Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:25:58.4201837Z [+] Installing: taplo -> taplo
2025-08-20T20:26:00.2954460Z [+] Installing: tldr -> tldr
2025-08-20T20:26:00.6509693Z [+] Installing: tldr -> tealdeer
2025-08-20T20:26:01.0208783Z [+] Installing: tmux -> tmux
2025-08-20T20:26:01.3870316Z [+] Installing: tok -> tok
2025-08-20T20:26:01.7332283Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:26:02.2049368Z [+] Installing: trurl -> trurl
2025-08-20T20:26:02.5713315Z [+] Installing: tss -> tss
2025-08-20T20:26:02.9233931Z [+] Installing: ulexec -> ulexec
2025-08-20T20:26:03.3194818Z [+] Installing: unfurl -> unfurl
2025-08-20T20:26:03.7895279Z [+] Installing: upx -> upx
2025-08-20T20:26:04.1359202Z [+] Installing: validtoml -> validtoml
2025-08-20T20:26:04.5308864Z [+] Installing: wget -> wget
2025-08-20T20:26:04.9257798Z [+] Installing: wget2 -> wget2
2025-08-20T20:26:05.2805775Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:26:05.6667279Z [+] Installing: xq -> xq
2025-08-20T20:26:06.0522982Z [+] Installing: xz -> xz
2025-08-20T20:26:06.4200917Z [+] Installing: unxz -> unxz
2025-08-20T20:26:06.7669314Z [+] Installing: yq -> yq
2025-08-20T20:26:07.1291708Z [+] Installing: yj -> yj
2025-08-20T20:26:07.5049652Z [+] Installing: zapper -> zapper
2025-08-20T20:26:07.8513759Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:26:08.1997371Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:26:08.5135885Z curl: (22) The requested URL returned error: 404
2025-08-20T20:26:08.5175812Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:26:08.5176214Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:26:08.8330980Z curl: (22) The requested URL returned error: 404
2025-08-20T20:26:08.8368494Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:26:08.8368898Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:26:09.1533246Z curl: (22) The requested URL returned error: 404
2025-08-20T20:26:09.1572281Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:26:09.1572668Z [+] Installing: zstd -> zstd
2025-08-20T20:26:09.5045931Z [+] Creating symlinks...
2025-08-20T20:26:09.5137365Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:26:09.5239853Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:26:09.5339246Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:26:09.5437594Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:26:09.5533696Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:26:09.5627369Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:26:09.5722831Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:26:09.5819542Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:26:09.5918444Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:26:09.6014374Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:26:09.6106991Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:26:09.6202908Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:26:09.6297432Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:26:09.6394913Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:26:09.6491601Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:26:09.6584582Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:26:09.6677387Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:26:09.6716332Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:26:09.6799822Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:26:09.6894134Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:26:09.6984575Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:26:09.7022321Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:26:09.7103404Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:26:09.7195776Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:26:09.7285582Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:26:09.7374624Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:26:09.7471347Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:26:09.7565233Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:26:09.7661972Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:26:09.7756905Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:26:09.7852238Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:26:09.7944242Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:26:09.8033491Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:26:09.8124629Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:26:09.8217641Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:26:09.8315050Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:26:09.8411152Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:26:09.8504113Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:26:09.8602139Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:26:09.8702708Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:26:09.8803169Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:26:09.8903062Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:26:09.9001363Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:26:09.9102421Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:26:09.9144173Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:26:09.9172816Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:26:09.9261990Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:26:09.9359294Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:26:09.9458797Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:26:09.9562292Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:26:09.9663728Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:26:09.9763372Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:26:09.9861679Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:26:09.9954468Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:26:10.0047535Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:26:10.0139010Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:26:10.0232039Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:26:10.0323180Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:26:10.0417033Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:26:10.0507650Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:26:10.0594810Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:26:10.0686880Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:26:10.0777919Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:26:10.0868608Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:26:10.0961871Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:26:10.1051856Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:26:10.1143585Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:26:10.1237146Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:26:10.1325422Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:26:10.1421071Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:26:10.1511276Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:26:10.1602424Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:26:10.1695989Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:26:10.1788662Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:26:10.1875578Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:26:10.1967528Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:26:10.2059650Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:26:10.2155264Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:26:10.2251926Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:26:10.2343690Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:26:10.2436614Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:26:10.2530995Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:26:10.2625854Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:26:10.2714818Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:26:10.2801133Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:26:10.2892612Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:26:10.2980500Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:26:10.3067257Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:26:10.3154138Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:26:10.3244258Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:26:10.3335584Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:26:10.3426256Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:26:10.3515138Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:26:10.3604884Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:26:10.3696108Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:26:10.3736207Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:26:10.3763772Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:26:10.3792013Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:26:10.3875772Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:26:10.3901206Z 
2025-08-20T20:26:10.3902036Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:26:10.3902503Z 
2025-08-20T20:26:10.4034966Z 
2025-08-20T20:26:10.4122679Z 
2025-08-20T20:26:10.4123521Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T20:26:10.4123773Z 
2025-08-20T20:26:10.4123851Z [+] Installation completed!
2025-08-20T20:26:10.4207398Z 
2025-08-20T20:26:10.4207989Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:26:10.7780910Z github.com
2025-08-20T20:26:10.7789022Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:26:10.7789381Z   - Active account: true
2025-08-20T20:26:10.7789593Z   - Git operations protocol: https
2025-08-20T20:26:10.7789849Z   - Token: ghp_************************************
2025-08-20T20:26:10.7790477Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T20:26:10.7791121Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:26:10.7791452Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:26:10.8915488Z Limit: 5000, Remaining: 4960, Reset: 2025-08-20 21:25:35 +0000 UTC (59m24s)
2025-08-20T20:26:10.8925262Z 
2025-08-20T20:26:10.8925421Z [+] GHCR_TOKEN is Exported
2025-08-20T20:26:10.8956459Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:26:11.1188889Z Login Succeeded
2025-08-20T20:26:11.1198170Z 
2025-08-20T20:26:11.1198303Z [+] GITLAB is Exported
2025-08-20T20:26:11.2886011Z [git remote -v]
2025-08-20T20:26:11.5649476Z gitlab.com
2025-08-20T20:26:11.5650101Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:26:11.5653341Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:26:11.5654001Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:26:11.5654398Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:26:11.5654755Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:26:11.5655072Z   ✓ Token found: **************************
2025-08-20T20:26:11.5655227Z 
2025-08-20T20:26:11.5655586Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:26:11.5656071Z [git remote -v]
2025-08-20T20:26:11.5663120Z 2025/08/20 20:26:11 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:26:11.5663623Z git: exit status 128]
2025-08-20T20:26:11.8982544Z 
2025-08-20T20:26:11.8982773Z 
2025-08-20T20:26:11.8983686Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:26:11 PM)
2025-08-20T20:26:11.8984085Z 
2025-08-20T20:26:11.8984089Z 
2025-08-20T20:26:11.8984169Z [+] USER = runner
2025-08-20T20:26:11.8984334Z [+] HOME = /home/runner
2025-08-20T20:26:11.8986491Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:26:11.8988716Z 
2025-08-20T20:26:11.9884708Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:26:11.9885532Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:26:12.1252712Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:26:12.2094767Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:26:12.2933487Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:26:12.3772813Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:26:13.3284964Z Reading package lists...
2025-08-20T20:26:13.3614643Z Reading package lists...
2025-08-20T20:26:13.6173327Z Building dependency tree...
2025-08-20T20:26:13.6181736Z Reading state information...
2025-08-20T20:26:13.9908771Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:26:13.9909158Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:26:13.9909525Z ca-certificates is already the newest version (20240203).
2025-08-20T20:26:13.9909851Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:26:13.9910173Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:26:13.9910478Z moreutils is already the newest version (0.69-1).
2025-08-20T20:26:13.9910838Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:26:13.9911226Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:26:13.9911581Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:14.0742133Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:26:14.0818229Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:26:14.1657911Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:26:14.1822485Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:26:14.1989877Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:26:14.2154799Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:26:15.3111349Z Reading package lists...
2025-08-20T20:26:15.3444087Z Reading package lists...
2025-08-20T20:26:15.6302127Z Building dependency tree...
2025-08-20T20:26:15.6310052Z Reading state information...
2025-08-20T20:26:15.9937432Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:26:15.9937948Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:26:15.9938813Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:26:15.9939162Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:26:15.9939550Z ca-certificates is already the newest version (20240203).
2025-08-20T20:26:15.9939970Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:26:15.9940328Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:26:15.9940657Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:26:15.9941459Z gawk set to manually installed.
2025-08-20T20:26:15.9941736Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:26:15.9942102Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:26:15.9942472Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:26:15.9942841Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:26:15.9943250Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:26:15.9943636Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:26:15.9943986Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:26:15.9944365Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:26:15.9944743Z The following additional packages will be installed:
2025-08-20T20:26:15.9945178Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:26:15.9945671Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:26:15.9946151Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:26:15.9946622Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:26:15.9947096Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:26:15.9947540Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:26:15.9954972Z Suggested packages:
2025-08-20T20:26:15.9955284Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:26:15.9955748Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:26:15.9956313Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:26:15.9956829Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:26:15.9957283Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T20:26:15.9957703Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T20:26:15.9958225Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T20:26:16.0195904Z The following NEW packages will be installed:
2025-08-20T20:26:16.0196361Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:26:16.0198223Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:26:16.0199000Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:26:16.0199481Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:26:16.0200297Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:26:16.0205375Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:26:16.0206887Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:26:16.2102117Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:16.2102561Z Need to get 27.2 MB of archives.
2025-08-20T20:26:16.2103227Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T20:26:16.2103884Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:26:16.9185951Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:26:17.2651038Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T20:26:17.4363585Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T20:26:17.5213281Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T20:26:17.6062128Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T20:26:17.7839454Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:26:17.9580000Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:26:18.1368448Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T20:26:18.2235549Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:26:19.1066017Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:26:19.2813485Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:26:19.8298566Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T20:26:19.9201709Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:26:20.0062755Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T20:26:20.0975356Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T20:26:20.1830390Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T20:26:20.6934121Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T20:26:20.7784049Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:26:20.8665303Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:26:20.9512338Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:26:21.0360418Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T20:26:21.2938367Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T20:26:21.5885433Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T20:26:21.8356324Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T20:26:22.0705303Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T20:26:22.4523610Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:26:22.6292808Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T20:26:22.8319346Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T20:26:22.9813215Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T20:26:23.1855806Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T20:26:23.3962874Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T20:26:23.5765512Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T20:26:24.1654563Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T20:26:24.6933508Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T20:26:24.9562665Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T20:26:25.2132795Z Preconfiguring packages ...
2025-08-20T20:26:25.3302620Z Fetched 27.2 MB in 9s (3046 kB/s)
2025-08-20T20:26:25.3813276Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:26:25.3845808Z (Reading database ... 
2025-08-20T20:26:25.3846018Z (Reading database ... 5%
2025-08-20T20:26:25.3846220Z (Reading database ... 10%
2025-08-20T20:26:25.3846416Z (Reading database ... 15%
2025-08-20T20:26:25.3846613Z (Reading database ... 20%
2025-08-20T20:26:25.3846821Z (Reading database ... 25%
2025-08-20T20:26:25.3847014Z (Reading database ... 30%
2025-08-20T20:26:25.3847240Z (Reading database ... 35%
2025-08-20T20:26:25.3847435Z (Reading database ... 40%
2025-08-20T20:26:25.3847628Z (Reading database ... 45%
2025-08-20T20:26:25.3847821Z (Reading database ... 50%
2025-08-20T20:26:25.3870440Z (Reading database ... 55%
2025-08-20T20:26:25.3965430Z (Reading database ... 60%
2025-08-20T20:26:25.4008950Z (Reading database ... 65%
2025-08-20T20:26:25.4024941Z (Reading database ... 70%
2025-08-20T20:26:25.4046309Z (Reading database ... 75%
2025-08-20T20:26:25.4081852Z (Reading database ... 80%
2025-08-20T20:26:25.4265019Z (Reading database ... 85%
2025-08-20T20:26:25.4283925Z (Reading database ... 90%
2025-08-20T20:26:25.4385219Z (Reading database ... 95%
2025-08-20T20:26:25.4385443Z (Reading database ... 100%
2025-08-20T20:26:25.4385756Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T20:26:25.4422665Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:26:25.4691131Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:26:25.6445774Z Selecting previously unselected package poppler-data.
2025-08-20T20:26:25.6624952Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:26:25.6711788Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:26:25.8108969Z Selecting previously unselected package b3sum.
2025-08-20T20:26:25.8269740Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T20:26:25.8347152Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:26:25.9378229Z Selecting previously unselected package build-essential.
2025-08-20T20:26:25.9546141Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T20:26:25.9625426Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:26:26.0345012Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T20:26:26.0520254Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T20:26:26.0685454Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:26:26.1483011Z Selecting previously unselected package ccache.
2025-08-20T20:26:26.1658273Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T20:26:26.1747264Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:26:26.2658144Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:26:26.2822214Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:26:26.2909728Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:26:26.3626713Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:26:26.3791697Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:26:26.3896905Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:26:26.4633574Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:26:26.4802613Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T20:26:26.4903485Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:26:26.5948349Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:26:26.6140870Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:26:26.6772299Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:26:26.8122234Z Selecting previously unselected package libgs-common.
2025-08-20T20:26:26.8278502Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:26:26.8368316Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:26.9033511Z Selecting previously unselected package libgs10-common.
2025-08-20T20:26:26.9190860Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:26:26.9269178Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:27.0733161Z Selecting previously unselected package libidn12:arm64.
2025-08-20T20:26:27.0921661Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T20:26:27.1008845Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:26:27.1847510Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T20:26:27.2011989Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T20:26:27.2099259Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:26:27.2872217Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T20:26:27.3040480Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T20:26:27.3118332Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:26:27.4070633Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T20:26:27.4242807Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T20:26:27.4324866Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:26:27.5093341Z Selecting previously unselected package libgs10:arm64.
2025-08-20T20:26:27.5279535Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:26:27.5358744Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:27.7636722Z Selecting previously unselected package ghostscript.
2025-08-20T20:26:27.7814774Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:26:27.7909287Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:27.8669044Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:26:27.8832706Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:26:27.8917465Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:28.0492850Z Selecting previously unselected package imagemagick.
2025-08-20T20:26:28.0681920Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:26:28.0761637Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:28.2108930Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:26:28.2279173Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:26:28.2365086Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:26:28.3132172Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T20:26:28.3305168Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:26:28.3401608Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:26:28.4350864Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T20:26:28.4541515Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T20:26:28.4650279Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:26:28.5467534Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T20:26:28.5650366Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:26:28.5744122Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:26:28.6484982Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:26:28.6637433Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:26:28.6728824Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:26:28.7498598Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T20:26:28.7651561Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T20:26:28.7750509Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:26:28.8777745Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T20:26:28.8967657Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T20:26:28.9050190Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:26:28.9732724Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T20:26:28.9915476Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:26:30.1485581Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:30.2270513Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T20:26:30.2438486Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:26:30.2524658Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:26:30.3254257Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:26:30.3437312Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T20:26:30.3527954Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:26:30.4196910Z Selecting previously unselected package libtool-bin.
2025-08-20T20:26:30.4389389Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T20:26:30.4469394Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:26:30.5243968Z Selecting previously unselected package lzip.
2025-08-20T20:26:30.5415813Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T20:26:30.5510490Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:26:30.6271531Z Selecting previously unselected package netpbm.
2025-08-20T20:26:30.6439252Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:26:30.6523794Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:26:30.9299059Z Selecting previously unselected package musl:arm64.
2025-08-20T20:26:30.9485425Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T20:26:30.9612879Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T20:26:31.0450687Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T20:26:31.0622938Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T20:26:31.0706445Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:26:31.1711854Z Selecting previously unselected package musl-tools.
2025-08-20T20:26:31.1882303Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T20:26:31.2000999Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:26:31.3026764Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:26:31.4600219Z 
2025-08-20T20:26:31.5594113Z Creating config file /etc/papersize with new version
2025-08-20T20:26:31.5594457Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:26:31.5880123Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:26:31.6277897Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:26:31.6529921Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:26:31.6770117Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:31.7015114Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:26:31.7256584Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:26:31.7507560Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:26:31.8270817Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:26:31.8511639Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:26:31.8756129Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:26:31.8939044Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:26:31.9020363Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:26:31.9101357Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:26:31.9274697Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:26:31.9552781Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:26:31.9803947Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:26:32.0042370Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:26:32.0275645Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:32.0478215Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:26:32.0574214Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:26:32.0687696Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:26:32.0775316Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:26:32.0870359Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:26:32.0961641Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:26:32.1056156Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:26:32.1143979Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:26:32.1265699Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:26:32.1363859Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:26:32.1465090Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:26:32.1554060Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:26:32.1656675Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:26:32.1748887Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:26:32.1841495Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:26:32.1926472Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:26:32.2021057Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:26:32.2128351Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:26:32.2228431Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:26:32.2407104Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:26:32.2506451Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:26:32.2651961Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:26:32.2874119Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:26:32.3135107Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T20:26:32.3522347Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:26:32.3891476Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:26:32.4458557Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:26:32.4705944Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:26:32.4940261Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:26:32.5190606Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:26:32.5354787Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:26:32.5552984Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:26:32.5807596Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:26:32.6162117Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:26:32.6431214Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:26:32.6675850Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:32.6916288Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:26:32.7296071Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:26:32.9503111Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:26:32.9761415Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:33.0019985Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:33.0275323Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:26:33.0601635Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:26:33.1955144Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:26:33.5838891Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:26:35.1663835Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:26:35.2045754Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:26:37.9709169Z Reading package lists...
2025-08-20T20:26:38.2153447Z Building dependency tree...
2025-08-20T20:26:38.2159651Z Reading state information...
2025-08-20T20:26:38.4893531Z autoconf is already the newest version (2.71-3).
2025-08-20T20:26:38.4893924Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:26:38.4894297Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:26:38.4894624Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:26:38.4894966Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:26:38.4895327Z ca-certificates is already the newest version (20240203).
2025-08-20T20:26:38.4895638Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:26:38.4895930Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:26:38.4896229Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:26:38.4896535Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:26:38.4896845Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:26:38.4897154Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:26:38.4897835Z patch set to manually installed.
2025-08-20T20:26:38.4898405Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:26:38.4898745Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:26:38.4899052Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:26:38.4899350Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:26:38.4899614Z Suggested packages:
2025-08-20T20:26:38.4899779Z   scons-doc
2025-08-20T20:26:38.5055235Z The following NEW packages will be installed:
2025-08-20T20:26:38.5063449Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:26:38.6500103Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:38.6500462Z Need to get 17.8 MB of archives.
2025-08-20T20:26:38.6500759Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T20:26:38.6501253Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:26:38.7536181Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T20:26:38.7704804Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T20:26:38.9185509Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:26:38.9384696Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T20:26:39.2350103Z Fetched 17.8 MB in 0s (42.1 MB/s)
2025-08-20T20:26:39.2666628Z Selecting previously unselected package autopoint.
2025-08-20T20:26:39.2700907Z (Reading database ... 
2025-08-20T20:26:39.2701162Z (Reading database ... 5%
2025-08-20T20:26:39.2701382Z (Reading database ... 10%
2025-08-20T20:26:39.2701578Z (Reading database ... 15%
2025-08-20T20:26:39.2701778Z (Reading database ... 20%
2025-08-20T20:26:39.2701970Z (Reading database ... 25%
2025-08-20T20:26:39.2702194Z (Reading database ... 30%
2025-08-20T20:26:39.2702391Z (Reading database ... 35%
2025-08-20T20:26:39.2702583Z (Reading database ... 40%
2025-08-20T20:26:39.2702777Z (Reading database ... 45%
2025-08-20T20:26:39.2702967Z (Reading database ... 50%
2025-08-20T20:26:39.2725425Z (Reading database ... 55%
2025-08-20T20:26:39.2824723Z (Reading database ... 60%
2025-08-20T20:26:39.2875587Z (Reading database ... 65%
2025-08-20T20:26:39.2894373Z (Reading database ... 70%
2025-08-20T20:26:39.2920615Z (Reading database ... 75%
2025-08-20T20:26:39.3077782Z (Reading database ... 80%
2025-08-20T20:26:39.3175693Z (Reading database ... 85%
2025-08-20T20:26:39.3208718Z (Reading database ... 90%
2025-08-20T20:26:39.3326777Z (Reading database ... 95%
2025-08-20T20:26:39.3327013Z (Reading database ... 100%
2025-08-20T20:26:39.3327304Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T20:26:39.3369322Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:26:39.3470990Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:26:39.4441369Z Selecting previously unselected package clang.
2025-08-20T20:26:39.4640111Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T20:26:39.4740040Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:26:39.5530329Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:26:39.5725875Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T20:26:39.5811141Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:26:40.8026492Z Selecting previously unselected package scons.
2025-08-20T20:26:40.8193417Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:26:40.8277774Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:26:40.9251590Z Selecting previously unselected package byacc.
2025-08-20T20:26:40.9419940Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T20:26:40.9499552Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:26:41.0413915Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:26:41.0683717Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:26:41.1007562Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:26:41.1563430Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:26:41.5351487Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:26:41.5638520Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:26:42.8589696Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T20:26:44.0488179Z Reading package lists...
2025-08-20T20:26:44.2699289Z Building dependency tree...
2025-08-20T20:26:44.2706966Z Reading state information...
2025-08-20T20:26:44.5124472Z The following additional packages will be installed:
2025-08-20T20:26:44.5125042Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:26:44.5125465Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:26:44.5125959Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:26:44.5126519Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:26:44.5127028Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:26:44.5127516Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:26:44.5132177Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:26:44.5133065Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:26:44.5133462Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:26:44.5140319Z Suggested packages:
2025-08-20T20:26:44.5140564Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:26:44.5140944Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:26:44.5141348Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:26:44.5141883Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:26:44.5142259Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T20:26:44.5142667Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T20:26:44.5143121Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T20:26:44.5143601Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T20:26:44.5143961Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T20:26:44.5144173Z Recommended packages:
2025-08-20T20:26:44.5144455Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:26:44.5144880Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T20:26:44.5145273Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T20:26:44.5145631Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T20:26:44.5145950Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T20:26:44.5326620Z The following NEW packages will be installed:
2025-08-20T20:26:44.5327449Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:26:44.5327862Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:26:44.5328577Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:26:44.5329052Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:26:44.5329516Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:26:44.5329943Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:26:44.5330382Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:26:44.5331871Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:26:44.5334806Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:26:44.7431680Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:44.7432413Z Need to get 2409 kB of archives.
2025-08-20T20:26:44.7432737Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T20:26:44.7433248Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:26:44.8274053Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:26:44.9291066Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:26:45.1003282Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:26:45.1902115Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:26:45.2849585Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T20:26:45.3968418Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T20:26:45.4868213Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:26:45.5796704Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T20:26:45.6720518Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T20:26:45.7696690Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:26:45.9489396Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:26:46.0332766Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:26:46.1492434Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:26:46.2714978Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:26:46.4487203Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:26:46.5388719Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:26:46.7783503Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:26:46.8663487Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:26:46.9529354Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T20:26:47.0383666Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T20:26:47.2555126Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:26:47.5159442Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:26:47.6924067Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:26:47.7893504Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:26:47.9059670Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:26:48.0096975Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:26:48.2917776Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T20:26:48.4070494Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T20:26:48.5022540Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:26:49.0892016Z Fetched 2409 kB in 4s (567 kB/s)
2025-08-20T20:26:49.1247092Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:26:49.1282318Z (Reading database ... 
2025-08-20T20:26:49.1282574Z (Reading database ... 5%
2025-08-20T20:26:49.1282781Z (Reading database ... 10%
2025-08-20T20:26:49.1282982Z (Reading database ... 15%
2025-08-20T20:26:49.1283217Z (Reading database ... 20%
2025-08-20T20:26:49.1283416Z (Reading database ... 25%
2025-08-20T20:26:49.1283609Z (Reading database ... 30%
2025-08-20T20:26:49.1283806Z (Reading database ... 35%
2025-08-20T20:26:49.1283997Z (Reading database ... 40%
2025-08-20T20:26:49.1284195Z (Reading database ... 45%
2025-08-20T20:26:49.1284392Z (Reading database ... 50%
2025-08-20T20:26:49.1308934Z (Reading database ... 55%
2025-08-20T20:26:49.1419472Z (Reading database ... 60%
2025-08-20T20:26:49.1473414Z (Reading database ... 65%
2025-08-20T20:26:49.1492512Z (Reading database ... 70%
2025-08-20T20:26:49.1520525Z (Reading database ... 75%
2025-08-20T20:26:49.1692040Z (Reading database ... 80%
2025-08-20T20:26:49.1792148Z (Reading database ... 85%
2025-08-20T20:26:49.1825604Z (Reading database ... 90%
2025-08-20T20:26:49.1956327Z (Reading database ... 95%
2025-08-20T20:26:49.1956566Z (Reading database ... 100%
2025-08-20T20:26:49.1956866Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T20:26:49.2006069Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:26:49.2105688Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:26:49.2855242Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:26:49.3038729Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:26:49.3119986Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:26:49.3799395Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:26:49.3985815Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:26:49.4067312Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:26:49.4740063Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:26:49.4930219Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:26:49.5017341Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:26:49.5671120Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:26:49.5845398Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:26:49.5919114Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:26:49.6601682Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:26:49.6769238Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T20:26:49.6893640Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:26:49.7559708Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T20:26:49.7721774Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T20:26:49.7816991Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:26:49.8486638Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:26:49.8680716Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:26:49.8768713Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:26:49.9453324Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T20:26:49.9638372Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T20:26:49.9717340Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:26:50.0423136Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T20:26:50.0582922Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T20:26:50.0663886Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:26:50.1331586Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:26:50.1501779Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:26:50.1581353Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:26:50.2261464Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:26:50.2430069Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:26:50.2515100Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:26:50.3129246Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:26:50.3320476Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:26:50.3403497Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:26:50.4097949Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:26:50.4280211Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:26:50.4356426Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:26:50.5095874Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:26:50.5304145Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:26:50.5386254Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:26:50.6005469Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:26:50.6171773Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:26:50.6259667Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:26:50.7022540Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:26:50.7241872Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:26:50.7327732Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:26:50.8087030Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:26:50.8279880Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:26:50.8356292Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:26:50.8986980Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:26:50.9174783Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:26:50.9254484Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:26:50.9921350Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T20:26:51.0091502Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T20:26:51.0165576Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:26:51.0883535Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T20:26:51.1050864Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T20:26:51.1139893Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:26:51.1925110Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:26:51.2087426Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:26:51.2167537Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:26:51.2830366Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:26:51.3016496Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:26:51.3099116Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:26:51.3775059Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:26:51.3953050Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:26:51.4047875Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:26:51.4744705Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:26:51.4925126Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:26:51.5014940Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:26:51.5729329Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:26:51.5890704Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:26:51.5979630Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:26:51.6696271Z Selecting previously unselected package libwww-perl.
2025-08-20T20:26:51.6863046Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:26:51.6956716Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:26:51.7727806Z Selecting previously unselected package patchutils.
2025-08-20T20:26:51.7896492Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T20:26:51.8001998Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:26:51.8812427Z Selecting previously unselected package wdiff.
2025-08-20T20:26:51.8996652Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T20:26:51.9084173Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:26:52.0110062Z Selecting previously unselected package devscripts.
2025-08-20T20:26:52.0287209Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:26:52.0547808Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:26:52.2418791Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:26:52.2684685Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:26:52.2940766Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:26:52.3220699Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:26:52.3458484Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:26:52.3706030Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:26:52.3960642Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:26:52.4232618Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:26:52.4480589Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:26:52.4734162Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:26:52.4990128Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:26:52.5217510Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:26:52.5458485Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:26:52.5734982Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:26:52.5989266Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:26:52.6251787Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:26:52.6556985Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:26:52.6877940Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:26:52.7136849Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:26:52.7416982Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:26:52.7697577Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:26:52.7950880Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:26:52.8186444Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:26:52.8429099Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:26:52.8689512Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:26:52.8930161Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:26:52.9182825Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:26:52.9494339Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:26:52.9766166Z Setting up devscripts (2.23.7) ...
2025-08-20T20:26:53.1228579Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:26:53.2202868Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:26:55.1379338Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:26:56.5097274Z Reading package lists...
2025-08-20T20:26:56.7691138Z Building dependency tree...
2025-08-20T20:26:56.7698324Z Reading state information...
2025-08-20T20:26:57.0425370Z The following additional packages will be installed:
2025-08-20T20:26:57.0434331Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:26:57.0442138Z Suggested packages:
2025-08-20T20:26:57.0442353Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T20:26:57.0605572Z The following NEW packages will be installed:
2025-08-20T20:26:57.0614183Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:26:57.2001529Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:26:57.2001896Z Need to get 12.7 MB of archives.
2025-08-20T20:26:57.2002197Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T20:26:57.2002702Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T20:26:57.2611845Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T20:26:57.2997598Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:26:57.3846502Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T20:26:57.7032748Z Fetched 12.7 MB in 0s (33.6 MB/s)
2025-08-20T20:26:57.7492511Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T20:26:57.7525695Z (Reading database ... 
2025-08-20T20:26:57.7525944Z (Reading database ... 5%
2025-08-20T20:26:57.7526143Z (Reading database ... 10%
2025-08-20T20:26:57.7526342Z (Reading database ... 15%
2025-08-20T20:26:57.7526534Z (Reading database ... 20%
2025-08-20T20:26:57.7526740Z (Reading database ... 25%
2025-08-20T20:26:57.7526936Z (Reading database ... 30%
2025-08-20T20:26:57.7527130Z (Reading database ... 35%
2025-08-20T20:26:57.7527322Z (Reading database ... 40%
2025-08-20T20:26:57.7527896Z (Reading database ... 45%
2025-08-20T20:26:57.7528384Z (Reading database ... 50%
2025-08-20T20:26:57.7547028Z (Reading database ... 55%
2025-08-20T20:26:57.7632019Z (Reading database ... 60%
2025-08-20T20:26:57.7673097Z (Reading database ... 65%
2025-08-20T20:26:57.7687025Z (Reading database ... 70%
2025-08-20T20:26:57.7708604Z (Reading database ... 75%
2025-08-20T20:26:57.7832528Z (Reading database ... 80%
2025-08-20T20:26:57.7900798Z (Reading database ... 85%
2025-08-20T20:26:57.7954620Z (Reading database ... 90%
2025-08-20T20:26:57.8015339Z (Reading database ... 95%
2025-08-20T20:26:57.8015563Z (Reading database ... 100%
2025-08-20T20:26:57.8015853Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T20:26:57.8041823Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T20:26:57.8226879Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:26:57.8984998Z Selecting previously unselected package librhash0:arm64.
2025-08-20T20:26:57.9154129Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T20:26:57.9244182Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:26:58.0178473Z Selecting previously unselected package cmake-data.
2025-08-20T20:26:58.0336322Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:26:58.0458112Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:26:59.0602460Z Selecting previously unselected package cmake.
2025-08-20T20:26:59.0772076Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T20:26:59.0850361Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:26:59.3723860Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:26:59.4003585Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:26:59.4249672Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:26:59.4529909Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:26:59.4828829Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:00.8837524Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:27:02.0398361Z Reading package lists...
2025-08-20T20:27:02.2405826Z Building dependency tree...
2025-08-20T20:27:02.2413494Z Reading state information...
2025-08-20T20:27:02.5145619Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:27:02.5146042Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:27:02.5146359Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:27:02.5147067Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:27:02.5147391Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:27:02.5147710Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:27:02.5148258Z ca-certificates is already the newest version (20240203).
2025-08-20T20:27:02.5148571Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:27:02.5148870Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:27:02.5149192Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:27:02.5149480Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:27:02.5149761Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:27:02.5150096Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:27:02.5150450Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:27:02.5150755Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:27:02.5151070Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:27:02.5151390Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:27:02.5151694Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:27:02.5151968Z musl is already the newest version (1.2.4-2).
2025-08-20T20:27:02.5152239Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:27:02.5152555Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:27:02.5153105Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:27:02.5153446Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:27:02.5153745Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:27:02.5154042Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:27:02.5154367Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:27:02.5345769Z Reading package lists...
2025-08-20T20:27:02.7677282Z Building dependency tree...
2025-08-20T20:27:02.7684932Z Reading state information...
2025-08-20T20:27:03.0607063Z autoconf is already the newest version (2.71-3).
2025-08-20T20:27:03.0607474Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:27:03.0607822Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:27:03.0608289Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:27:03.0608620Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:27:03.0608978Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:27:03.0609303Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:27:03.0609620Z ca-certificates is already the newest version (20240203).
2025-08-20T20:27:03.0609929Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:27:03.0610223Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:27:03.0610512Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:27:03.0610814Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:27:03.0611126Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:27:03.0611438Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:27:03.0611749Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:27:03.0612060Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:27:03.0612380Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:27:03.0612748Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:27:03.0613094Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:27:03.0613383Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:27:03.0613680Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:27:03.0614011Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:27:03.0806817Z Reading package lists...
2025-08-20T20:27:03.3051914Z Building dependency tree...
2025-08-20T20:27:03.3061366Z Reading state information...
2025-08-20T20:27:03.6016855Z devscripts is already the newest version (2.23.7).
2025-08-20T20:27:03.6017272Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:27:03.6215071Z Reading package lists...
2025-08-20T20:27:03.8516989Z Building dependency tree...
2025-08-20T20:27:03.8525563Z Reading state information...
2025-08-20T20:27:04.1240818Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:27:04.1241238Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:27:04.1437930Z Reading package lists...
2025-08-20T20:27:04.3909962Z Building dependency tree...
2025-08-20T20:27:04.3918889Z Reading state information...
2025-08-20T20:27:04.6915769Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:27:04.6916224Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T20:27:04.7320946Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:27:04.7779397Z Reading package lists...
2025-08-20T20:27:05.0150284Z Building dependency tree...
2025-08-20T20:27:05.0157294Z Reading state information...
2025-08-20T20:27:05.3246016Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T20:27:05.3246421Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T20:27:05.3246769Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:27:05.3247592Z The following additional packages will be installed:
2025-08-20T20:27:05.3247920Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:27:05.3248530Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:27:05.3248981Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:27:05.3249369Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:27:05.3249758Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:27:05.3250200Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:27:05.3250619Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T20:27:05.3251027Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:27:05.3251402Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T20:27:05.3251795Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T20:27:05.3252225Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T20:27:05.3252571Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T20:27:05.3252941Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:27:05.3253382Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T20:27:05.3254464Z   linux-libc-dev-armhf-cross
2025-08-20T20:27:05.3265795Z Suggested packages:
2025-08-20T20:27:05.3266160Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:27:05.3266537Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T20:27:05.3605183Z The following NEW packages will be installed:
2025-08-20T20:27:05.3605562Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:27:05.3605969Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:27:05.3606424Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:27:05.3606883Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T20:27:05.3607260Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T20:27:05.3607649Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T20:27:05.3608221Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T20:27:05.3608628Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:27:05.3609419Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T20:27:05.3609818Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T20:27:05.3610219Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T20:27:05.3610640Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T20:27:05.3611005Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:27:05.3611389Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T20:27:05.3614797Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T20:27:05.4147638Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:27:05.4147970Z Need to get 112 MB of archives.
2025-08-20T20:27:05.4148420Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T20:27:05.4149104Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:27:05.4670269Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T20:27:05.6238735Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:27:05.6412265Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T20:27:05.7104476Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T20:27:05.7274141Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T20:27:05.7444060Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T20:27:05.7799647Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:27:05.7970806Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:27:05.8141860Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:27:05.8363995Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:27:05.8535030Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:27:05.8709746Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:27:05.8877709Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:27:05.9201313Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:27:05.9404541Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:27:06.0208726Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:27:06.0424444Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:27:06.1646516Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:27:06.1885402Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:27:06.2133808Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:27:06.2435732Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:27:06.3202863Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T20:27:06.3553920Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:27:06.3723269Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:27:06.3891776Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:27:06.4131632Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:27:06.4301788Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:27:06.4475161Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:27:06.4645211Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:27:06.4970741Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:27:06.5175207Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:27:06.5404555Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:27:06.6189413Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:27:06.7366594Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:27:06.7605668Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:27:06.7847503Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:27:06.8146212Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:27:06.8913625Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:27:06.9081333Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T20:27:06.9251023Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T20:27:06.9417820Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:27:07.2309525Z Fetched 112 MB in 2s (71.5 MB/s)
2025-08-20T20:27:07.2587637Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T20:27:07.2620926Z (Reading database ... 
2025-08-20T20:27:07.2621455Z (Reading database ... 5%
2025-08-20T20:27:07.2621694Z (Reading database ... 10%
2025-08-20T20:27:07.2621898Z (Reading database ... 15%
2025-08-20T20:27:07.2622114Z (Reading database ... 20%
2025-08-20T20:27:07.2622310Z (Reading database ... 25%
2025-08-20T20:27:07.2622503Z (Reading database ... 30%
2025-08-20T20:27:07.2623072Z (Reading database ... 35%
2025-08-20T20:27:07.2623302Z (Reading database ... 40%
2025-08-20T20:27:07.2623494Z (Reading database ... 45%
2025-08-20T20:27:07.2624169Z (Reading database ... 50%
2025-08-20T20:27:07.2644410Z (Reading database ... 55%
2025-08-20T20:27:07.2732457Z (Reading database ... 60%
2025-08-20T20:27:07.2775479Z (Reading database ... 65%
2025-08-20T20:27:07.2790044Z (Reading database ... 70%
2025-08-20T20:27:07.2812214Z (Reading database ... 75%
2025-08-20T20:27:07.2942423Z (Reading database ... 80%
2025-08-20T20:27:07.3015619Z (Reading database ... 85%
2025-08-20T20:27:07.3076195Z (Reading database ... 90%
2025-08-20T20:27:07.3153296Z (Reading database ... 95%
2025-08-20T20:27:07.3153542Z (Reading database ... 100%
2025-08-20T20:27:07.3153840Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T20:27:07.3192485Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:07.3287381Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:07.3978315Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:27:07.4139741Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:07.4253255Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:07.7111553Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T20:27:07.7307235Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:07.7389360Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:07.8090042Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:27:07.8282192Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:07.8390582Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:08.1902343Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:27:08.2102347Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:27:08.2196938Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:08.2811017Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:27:08.3009986Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:27:08.3097123Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:08.3782695Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:27:08.3972740Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:27:08.4128399Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:27:08.5810864Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:27:08.6002316Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:08.6081028Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:08.6726497Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:27:08.6945538Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:08.7031631Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:08.7714277Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:27:08.7922729Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:27:08.8026331Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:08.9024012Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:27:08.9213687Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:08.9349661Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:09.0103004Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:27:09.0296261Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:09.0391835Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:09.1085822Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:27:09.1272211Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:09.1370736Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:09.2058577Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:27:09.2257386Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:09.2336474Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:09.3556380Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:27:09.3746745Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:09.3821773Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:09.4675212Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:27:09.4857798Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:09.4936595Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:09.5811719Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:27:09.5992992Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:09.6088426Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:09.7241017Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:27:09.7437143Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:09.7549510Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:10.2099047Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:27:10.2299489Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:27:10.2398281Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:27:10.5612086Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:27:10.5792225Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:27:10.5884935Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:10.7708813Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:27:10.7901858Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:10.8013455Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:11.1169952Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:27:11.1338358Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:11.1473704Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:11.4617092Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:27:11.4808622Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:27:11.4899992Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:27:11.6418802Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:27:11.6611297Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:11.6684678Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:11.7387521Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:27:11.7575930Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:11.7648994Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:11.8326564Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:27:11.8516745Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:27:11.8594402Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:11.9419049Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:27:11.9589824Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:11.9668655Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:12.0361387Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:27:12.0528314Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:12.0622165Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:12.1373966Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:27:12.1558957Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:12.1647243Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:12.2393996Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:27:12.2586725Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:12.2676888Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:12.4063742Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:27:12.4218648Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:12.4319205Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:12.5161443Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:27:12.5335289Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:12.5440893Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:12.6280198Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:27:12.6460694Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:12.6552022Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:12.7576116Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:27:12.7769923Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:12.7907345Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:13.3186345Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:27:13.3386343Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:27:13.3474864Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:27:13.6761251Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:27:13.6970701Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:27:13.7051754Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:13.8947195Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:27:13.9142018Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:27:13.9228898Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:14.2334613Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:27:14.2529731Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:27:14.2644241Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:14.5600749Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:27:14.5771197Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:27:14.5867686Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:14.6389117Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:27:14.6557597Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:27:14.6635310Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:14.7102374Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:27:14.7303245Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:27:14.7390202Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:14.8057901Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:27:14.8259027Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:27:14.8342499Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:14.9158927Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:27:14.9420759Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:14.9669206Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:14.9897264Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.0119559Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.0355276Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:27:15.0590634Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.0836878Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:27:15.1068437Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:15.1304342Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.1530921Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.1792210Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:15.2058428Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:27:15.2292485Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.2543494Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.2782236Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.3038373Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.3279579Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.3557439Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.3791325Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.4042098Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:27:15.4296028Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.4531394Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.4813576Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:15.5064744Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.5335946Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.5599457Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.5857230Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:15.6108611Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.6342178Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.6616465Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.6874914Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.7124988Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.7382532Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.7646064Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:15.7923519Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.8166354Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.8406461Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.8666578Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:27:15.8916810Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:15.9151367Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:27:15.9410304Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:27:15.9676830Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:27:15.9788606Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:27:15.9942264Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:17.3878905Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:27:18.5240172Z Reading package lists...
2025-08-20T20:27:18.7189355Z Building dependency tree...
2025-08-20T20:27:18.7197176Z Reading state information...
2025-08-20T20:27:18.9513881Z The following additional packages will be installed:
2025-08-20T20:27:18.9514333Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:27:18.9517580Z   libpcap0.8-dev
2025-08-20T20:27:18.9791706Z The following NEW packages will be installed:
2025-08-20T20:27:18.9792182Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:27:18.9797767Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:27:18.9980363Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:27:19.0521262Z Need to get 1640 kB of archives.
2025-08-20T20:27:19.0521642Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T20:27:19.0522207Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T20:27:19.1368518Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T20:27:19.1586541Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T20:27:19.1805768Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T20:27:19.2105652Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T20:27:19.2575593Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T20:27:19.2772958Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:27:19.2940686Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T20:27:19.5631215Z Fetched 1640 kB in 0s (5776 kB/s)
2025-08-20T20:27:19.6071688Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T20:27:19.6105077Z (Reading database ... 
2025-08-20T20:27:19.6105310Z (Reading database ... 5%
2025-08-20T20:27:19.6105507Z (Reading database ... 10%
2025-08-20T20:27:19.6105704Z (Reading database ... 15%
2025-08-20T20:27:19.6105899Z (Reading database ... 20%
2025-08-20T20:27:19.6106091Z (Reading database ... 25%
2025-08-20T20:27:19.6106278Z (Reading database ... 30%
2025-08-20T20:27:19.6106795Z (Reading database ... 35%
2025-08-20T20:27:19.6107019Z (Reading database ... 40%
2025-08-20T20:27:19.6107221Z (Reading database ... 45%
2025-08-20T20:27:19.6107413Z (Reading database ... 50%
2025-08-20T20:27:19.6128778Z (Reading database ... 55%
2025-08-20T20:27:19.6214614Z (Reading database ... 60%
2025-08-20T20:27:19.6252737Z (Reading database ... 65%
2025-08-20T20:27:19.6269323Z (Reading database ... 70%
2025-08-20T20:27:19.6294986Z (Reading database ... 75%
2025-08-20T20:27:19.6415774Z (Reading database ... 80%
2025-08-20T20:27:19.6485305Z (Reading database ... 85%
2025-08-20T20:27:19.6544891Z (Reading database ... 90%
2025-08-20T20:27:19.6614379Z (Reading database ... 95%
2025-08-20T20:27:19.6614618Z (Reading database ... 100%
2025-08-20T20:27:19.6614911Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T20:27:19.6644406Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T20:27:19.6738943Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:27:19.7719519Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:27:19.7902272Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T20:27:19.8079751Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:27:19.8705327Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T20:27:19.8874297Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:27:19.8972450Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:27:19.9733139Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T20:27:19.9896966Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:27:19.9976574Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:27:20.0694102Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T20:27:20.0888672Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T20:27:20.0972657Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:27:20.2104823Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T20:27:20.2297100Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:27:20.2409427Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:27:20.3158325Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T20:27:20.3331601Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:27:20.3407096Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:27:20.4377847Z Selecting previously unselected package pcaputils.
2025-08-20T20:27:20.4538673Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T20:27:20.4645940Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:27:20.5739398Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:27:20.6050384Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:27:20.7553952Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:27:20.7783558Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:27:20.8141851Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:27:21.0516362Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:27:21.0762937Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:27:21.1031136Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:27:21.1384534Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:22.7800024Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:27:22.8323089Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:27:22.8565032Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:27:24.3169029Z Reading package lists...
2025-08-20T20:27:24.5549220Z Building dependency tree...
2025-08-20T20:27:24.5560058Z Reading state information...
2025-08-20T20:27:24.6023973Z Reading package lists...
2025-08-20T20:27:24.8434364Z Building dependency tree...
2025-08-20T20:27:24.8443147Z Reading state information...
2025-08-20T20:27:25.0925195Z The following additional packages will be installed:
2025-08-20T20:27:25.0930124Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:27:25.0937328Z Suggested packages:
2025-08-20T20:27:25.0937642Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:27:25.0938207Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:27:25.1112548Z The following NEW packages will be installed:
2025-08-20T20:27:25.1113433Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:27:25.1118248Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:27:25.1820130Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:27:25.1820494Z Need to get 801 kB of archives.
2025-08-20T20:27:25.1820828Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T20:27:25.1821308Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T20:27:25.2236364Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T20:27:25.2576502Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T20:27:25.3149155Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T20:27:25.3326773Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T20:27:25.3498360Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T20:27:25.3708551Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T20:27:25.3876990Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T20:27:25.4051943Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:27:25.6813768Z Fetched 801 kB in 0s (2822 kB/s)
2025-08-20T20:27:25.7197233Z Selecting previously unselected package liblz1:arm64.
2025-08-20T20:27:25.7231808Z (Reading database ... 
2025-08-20T20:27:25.7232079Z (Reading database ... 5%
2025-08-20T20:27:25.7232307Z (Reading database ... 10%
2025-08-20T20:27:25.7232503Z (Reading database ... 15%
2025-08-20T20:27:25.7232692Z (Reading database ... 20%
2025-08-20T20:27:25.7232886Z (Reading database ... 25%
2025-08-20T20:27:25.7233078Z (Reading database ... 30%
2025-08-20T20:27:25.7233689Z (Reading database ... 35%
2025-08-20T20:27:25.7233893Z (Reading database ... 40%
2025-08-20T20:27:25.7234087Z (Reading database ... 45%
2025-08-20T20:27:25.7234280Z (Reading database ... 50%
2025-08-20T20:27:25.7255152Z (Reading database ... 55%
2025-08-20T20:27:25.7344761Z (Reading database ... 60%
2025-08-20T20:27:25.7384084Z (Reading database ... 65%
2025-08-20T20:27:25.7402177Z (Reading database ... 70%
2025-08-20T20:27:25.7429447Z (Reading database ... 75%
2025-08-20T20:27:25.7553076Z (Reading database ... 80%
2025-08-20T20:27:25.7627813Z (Reading database ... 85%
2025-08-20T20:27:25.7691957Z (Reading database ... 90%
2025-08-20T20:27:25.7768476Z (Reading database ... 95%
2025-08-20T20:27:25.7768732Z (Reading database ... 100%
2025-08-20T20:27:25.7769019Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T20:27:25.7807139Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T20:27:25.7973528Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T20:27:25.8594534Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T20:27:25.8762058Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T20:27:25.8846158Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:27:25.9526439Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T20:27:25.9691062Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T20:27:25.9776770Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:27:26.1027582Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T20:27:26.1216008Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T20:27:26.1292301Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:27:26.1913709Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T20:27:26.2106662Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T20:27:26.2208191Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:27:26.2842266Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T20:27:26.3013034Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T20:27:26.3109670Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:27:26.3789320Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T20:27:26.3946873Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T20:27:26.4028839Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:27:26.4794623Z Selecting previously unselected package lzma.
2025-08-20T20:27:26.4958327Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T20:27:26.5038582Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:27:26.5764732Z Selecting previously unselected package lzma-dev.
2025-08-20T20:27:26.5945027Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:27:26.6024294Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:27:26.7063428Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T20:27:26.7335334Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:27:26.7575364Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:27:26.7816362Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:27:26.8087062Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:27:26.8301616Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:27:26.8470356Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:27:26.8716141Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:27:26.8955982Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:27:26.9204135Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:27:26.9451892Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:27:26.9844148Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:28.3764896Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:27:29.7019457Z Reading package lists...
2025-08-20T20:27:29.9277630Z Building dependency tree...
2025-08-20T20:27:29.9287459Z Reading state information...
2025-08-20T20:27:30.2607568Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:27:30.2608496Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:27:30.2608854Z inetutils-telnet set to manually installed.
2025-08-20T20:27:30.2609156Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:27:30.2609492Z The following additional packages will be installed:
2025-08-20T20:27:30.2609757Z   tcpd update-inetd
2025-08-20T20:27:30.2773492Z The following packages will be REMOVED:
2025-08-20T20:27:30.2780970Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:27:30.2782160Z The following NEW packages will be installed:
2025-08-20T20:27:30.2782493Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:27:30.2782884Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:27:30.2790199Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:27:30.4670191Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T20:27:30.4670877Z Need to get 691 kB of archives.
2025-08-20T20:27:30.4671661Z After this operation, 987 kB disk space will be freed.
2025-08-20T20:27:30.4672202Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T20:27:30.7481924Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T20:27:30.8530686Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:27:30.9586859Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T20:27:31.0826629Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T20:27:31.2418775Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T20:27:31.3718628Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T20:27:31.4925397Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T20:27:31.6026582Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T20:27:31.7071701Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T20:27:31.8264213Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T20:27:32.0418213Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T20:27:32.3227539Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T20:27:32.6243442Z Preconfiguring packages ...
2025-08-20T20:27:32.7503030Z Fetched 691 kB in 2s (333 kB/s)
2025-08-20T20:27:32.7763106Z (Reading database ... 
2025-08-20T20:27:32.7763374Z (Reading database ... 5%
2025-08-20T20:27:32.7763599Z (Reading database ... 10%
2025-08-20T20:27:32.7763802Z (Reading database ... 15%
2025-08-20T20:27:32.7763997Z (Reading database ... 20%
2025-08-20T20:27:32.7764195Z (Reading database ... 25%
2025-08-20T20:27:32.7764384Z (Reading database ... 30%
2025-08-20T20:27:32.7764575Z (Reading database ... 35%
2025-08-20T20:27:32.7764881Z (Reading database ... 40%
2025-08-20T20:27:32.7765083Z (Reading database ... 45%
2025-08-20T20:27:32.7765269Z (Reading database ... 50%
2025-08-20T20:27:32.7786967Z (Reading database ... 55%
2025-08-20T20:27:32.7882860Z (Reading database ... 60%
2025-08-20T20:27:32.7928421Z (Reading database ... 65%
2025-08-20T20:27:32.7947438Z (Reading database ... 70%
2025-08-20T20:27:32.7979084Z (Reading database ... 75%
2025-08-20T20:27:32.8116853Z (Reading database ... 80%
2025-08-20T20:27:32.8203231Z (Reading database ... 85%
2025-08-20T20:27:32.8277217Z (Reading database ... 90%
2025-08-20T20:27:32.8365355Z (Reading database ... 95%
2025-08-20T20:27:32.8365595Z (Reading database ... 100%
2025-08-20T20:27:32.8365886Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T20:27:32.8411189Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:27:32.9347086Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T20:27:33.0295025Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:27:33.4282992Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:27:33.4319821Z (Reading database ... 
2025-08-20T20:27:33.4320058Z (Reading database ... 5%
2025-08-20T20:27:33.4320264Z (Reading database ... 10%
2025-08-20T20:27:33.4320461Z (Reading database ... 15%
2025-08-20T20:27:33.4320678Z (Reading database ... 20%
2025-08-20T20:27:33.4320873Z (Reading database ... 25%
2025-08-20T20:27:33.4321066Z (Reading database ... 30%
2025-08-20T20:27:33.4321264Z (Reading database ... 35%
2025-08-20T20:27:33.4321458Z (Reading database ... 40%
2025-08-20T20:27:33.4322041Z (Reading database ... 45%
2025-08-20T20:27:33.4322258Z (Reading database ... 50%
2025-08-20T20:27:33.4344903Z (Reading database ... 55%
2025-08-20T20:27:33.4439482Z (Reading database ... 60%
2025-08-20T20:27:33.4487366Z (Reading database ... 65%
2025-08-20T20:27:33.4507601Z (Reading database ... 70%
2025-08-20T20:27:33.4541039Z (Reading database ... 75%
2025-08-20T20:27:33.4700203Z (Reading database ... 80%
2025-08-20T20:27:33.4797545Z (Reading database ... 85%
2025-08-20T20:27:33.4881983Z (Reading database ... 90%
2025-08-20T20:27:33.4983839Z (Reading database ... 95%
2025-08-20T20:27:33.4984071Z (Reading database ... 100%
2025-08-20T20:27:33.4984371Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T20:27:33.5031452Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:33.5147599Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:33.6217114Z Selecting previously unselected package tcpd.
2025-08-20T20:27:33.6422120Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T20:27:33.6510444Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:27:33.7473251Z Selecting previously unselected package update-inetd.
2025-08-20T20:27:33.7661706Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:27:33.7768614Z Unpacking update-inetd (4.53) ...
2025-08-20T20:27:33.8719462Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:27:33.8906646Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:33.9084225Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:33.9861026Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:27:34.0063747Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:34.0140570Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:27:34.1229517Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:27:34.1441724Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:34.1519804Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:34.2641029Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:27:34.2828514Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:34.3019047Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:27:34.3882237Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:27:34.4067978Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:34.4160650Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:27:34.4996458Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:27:34.5204354Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:34.5290631Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:34.6139369Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:27:34.6334458Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:34.6458648Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:34.7171535Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:27:34.7362975Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:34.7516308Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:27:34.8368482Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:27:34.8545649Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T20:27:34.8639318Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:27:34.9496205Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:27:34.9729181Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:27:34.9820707Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:27:35.0835297Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:27:35.1179616Z Setting up update-inetd (4.53) ...
2025-08-20T20:27:35.2334378Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:27:35.2588515Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:27:35.2742996Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:35.6404374Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:27:35.6404855Z 
2025-08-20T20:27:35.6404967Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:27:35.6405157Z 
2025-08-20T20:27:35.6405563Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:27:35.6405920Z 
2025-08-20T20:27:35.6406422Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:27:35.6406903Z 
2025-08-20T20:27:35.8816744Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:27:35.9201369Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:27:35.9426316Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:27:35.9606701Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:27:35.9968858Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:27:36.0249897Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:27:36.0493551Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:36.3837151Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:27:36.3837561Z 
2025-08-20T20:27:36.3838198Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:27:36.3838694Z 
2025-08-20T20:27:36.6311925Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:36.7614703Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:36.8809111Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:27:36.9620525Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:39.9846700Z Reading package lists...
2025-08-20T20:27:40.2311189Z Building dependency tree...
2025-08-20T20:27:40.2319809Z Reading state information...
2025-08-20T20:27:40.5630821Z The following packages will be REMOVED:
2025-08-20T20:27:40.5636666Z   inetutils-ping
2025-08-20T20:27:40.5637761Z The following NEW packages will be installed:
2025-08-20T20:27:40.5645638Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:27:40.5650817Z The following packages will be upgraded:
2025-08-20T20:27:40.5658169Z   iputils-tracepath
2025-08-20T20:27:40.7733345Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T20:27:40.7733700Z Need to get 84.5 kB of archives.
2025-08-20T20:27:40.7734000Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T20:27:40.7734587Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:27:41.0250921Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T20:27:41.1221861Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T20:27:41.2190521Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T20:27:41.5317180Z Fetched 84.5 kB in 1s (129 kB/s)
2025-08-20T20:27:41.5561335Z (Reading database ... 
2025-08-20T20:27:41.5561607Z (Reading database ... 5%
2025-08-20T20:27:41.5561807Z (Reading database ... 10%
2025-08-20T20:27:41.5562002Z (Reading database ... 15%
2025-08-20T20:27:41.5562196Z (Reading database ... 20%
2025-08-20T20:27:41.5562385Z (Reading database ... 25%
2025-08-20T20:27:41.5562575Z (Reading database ... 30%
2025-08-20T20:27:41.5563770Z (Reading database ... 35%
2025-08-20T20:27:41.5564058Z (Reading database ... 40%
2025-08-20T20:27:41.5564257Z (Reading database ... 45%
2025-08-20T20:27:41.5564454Z (Reading database ... 50%
2025-08-20T20:27:41.5583436Z (Reading database ... 55%
2025-08-20T20:27:41.5672147Z (Reading database ... 60%
2025-08-20T20:27:41.5714635Z (Reading database ... 65%
2025-08-20T20:27:41.5732682Z (Reading database ... 70%
2025-08-20T20:27:41.5760770Z (Reading database ... 75%
2025-08-20T20:27:41.5890337Z (Reading database ... 80%
2025-08-20T20:27:41.5967120Z (Reading database ... 85%
2025-08-20T20:27:41.6034025Z (Reading database ... 90%
2025-08-20T20:27:41.6111892Z (Reading database ... 95%
2025-08-20T20:27:41.6112115Z (Reading database ... 100%
2025-08-20T20:27:41.6112407Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T20:27:41.6149383Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:27:41.7504465Z Selecting previously unselected package iputils-ping.
2025-08-20T20:27:41.7540239Z (Reading database ... 
2025-08-20T20:27:41.7540471Z (Reading database ... 5%
2025-08-20T20:27:41.7540670Z (Reading database ... 10%
2025-08-20T20:27:41.7540865Z (Reading database ... 15%
2025-08-20T20:27:41.7541059Z (Reading database ... 20%
2025-08-20T20:27:41.7541248Z (Reading database ... 25%
2025-08-20T20:27:41.7541905Z (Reading database ... 30%
2025-08-20T20:27:41.7542104Z (Reading database ... 35%
2025-08-20T20:27:41.7542666Z (Reading database ... 40%
2025-08-20T20:27:41.7542858Z (Reading database ... 45%
2025-08-20T20:27:41.7543048Z (Reading database ... 50%
2025-08-20T20:27:41.7564922Z (Reading database ... 55%
2025-08-20T20:27:41.7656059Z (Reading database ... 60%
2025-08-20T20:27:41.7698352Z (Reading database ... 65%
2025-08-20T20:27:41.7716952Z (Reading database ... 70%
2025-08-20T20:27:41.7745763Z (Reading database ... 75%
2025-08-20T20:27:41.7875601Z (Reading database ... 80%
2025-08-20T20:27:41.7952647Z (Reading database ... 85%
2025-08-20T20:27:41.8017363Z (Reading database ... 90%
2025-08-20T20:27:41.8092611Z (Reading database ... 95%
2025-08-20T20:27:41.8092866Z (Reading database ... 100%
2025-08-20T20:27:41.8093160Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T20:27:41.8126528Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:27:41.8221213Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:41.9265749Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:27:41.9563916Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T20:27:42.0456465Z Selecting previously unselected package iputils-arping.
2025-08-20T20:27:42.0636090Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:27:42.0731372Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:42.1478334Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:27:42.1642234Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:27:42.1771733Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:42.2704874Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:42.3329598Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:42.3847025Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:42.4235661Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T20:27:42.4503352Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:45.3872544Z Reading package lists...
2025-08-20T20:27:45.6403980Z Building dependency tree...
2025-08-20T20:27:45.6410750Z Reading state information...
2025-08-20T20:27:46.0013142Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:27:46.0350705Z The following packages will be upgraded:
2025-08-20T20:27:46.0351018Z   python3-pip python3-pip-whl
2025-08-20T20:27:46.0569227Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:27:46.1132338Z Need to get 3020 kB of archives.
2025-08-20T20:27:46.1132730Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T20:27:46.1133310Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T20:27:46.2464139Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T20:27:46.5601525Z Fetched 3020 kB in 0s (15.4 MB/s)
2025-08-20T20:27:46.6121799Z (Reading database ... 
2025-08-20T20:27:46.6122083Z (Reading database ... 5%
2025-08-20T20:27:46.6122281Z (Reading database ... 10%
2025-08-20T20:27:46.6122479Z (Reading database ... 15%
2025-08-20T20:27:46.6122676Z (Reading database ... 20%
2025-08-20T20:27:46.6122867Z (Reading database ... 25%
2025-08-20T20:27:46.6123059Z (Reading database ... 30%
2025-08-20T20:27:46.6123252Z (Reading database ... 35%
2025-08-20T20:27:46.6123477Z (Reading database ... 40%
2025-08-20T20:27:46.6123701Z (Reading database ... 45%
2025-08-20T20:27:46.6123888Z (Reading database ... 50%
2025-08-20T20:27:46.6146448Z (Reading database ... 55%
2025-08-20T20:27:46.6247987Z (Reading database ... 60%
2025-08-20T20:27:46.6294969Z (Reading database ... 65%
2025-08-20T20:27:46.6315283Z (Reading database ... 70%
2025-08-20T20:27:46.6347694Z (Reading database ... 75%
2025-08-20T20:27:46.6497576Z (Reading database ... 80%
2025-08-20T20:27:46.6589346Z (Reading database ... 85%
2025-08-20T20:27:46.6668375Z (Reading database ... 90%
2025-08-20T20:27:46.6764287Z (Reading database ... 95%
2025-08-20T20:27:46.6764521Z (Reading database ... 100%
2025-08-20T20:27:46.6764815Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:27:46.6813003Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:27:46.8714954Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:27:47.1099407Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:27:47.1337650Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:27:47.2463799Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:27:47.2760379Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:27:48.2187759Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:51.3040060Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:27:51.5941391Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:27:52.5747260Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:27:52.6888636Z Collecting pip
2025-08-20T20:27:52.7367497Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:27:52.7575954Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:27:52.8840161Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 14.2 MB/s eta 0:00:00
2025-08-20T20:27:53.2096782Z Installing collected packages: pip
2025-08-20T20:27:53.8762424Z Successfully installed pip-25.2
2025-08-20T20:27:54.0761040Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:27:54.1196901Z Reading package lists...
2025-08-20T20:27:54.3294070Z Building dependency tree...
2025-08-20T20:27:54.3303025Z Reading state information...
2025-08-20T20:27:54.5866251Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:27:54.5866650Z pciutils set to manually installed.
2025-08-20T20:27:54.5866939Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:27:54.5867266Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:27:54.5867557Z python3-distro set to manually installed.
2025-08-20T20:27:54.5867871Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:27:54.5868426Z python3-netifaces set to manually installed.
2025-08-20T20:27:54.5869174Z The following additional packages will be installed:
2025-08-20T20:27:54.5869449Z   libsysfs2
2025-08-20T20:27:54.5877002Z Suggested packages:
2025-08-20T20:27:54.5877205Z   fancontrol read-edid i2c-tools
2025-08-20T20:27:54.6148787Z The following NEW packages will be installed:
2025-08-20T20:27:54.6149296Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:27:54.6335790Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:27:54.6867459Z Need to get 133 kB of archives.
2025-08-20T20:27:54.6867795Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T20:27:54.6868413Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T20:27:54.7212362Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T20:27:54.7421354Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T20:27:54.7872919Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T20:27:55.0517178Z Fetched 133 kB in 0s (931 kB/s)
2025-08-20T20:27:55.1021113Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T20:27:55.1055839Z (Reading database ... 
2025-08-20T20:27:55.1056073Z (Reading database ... 5%
2025-08-20T20:27:55.1056270Z (Reading database ... 10%
2025-08-20T20:27:55.1057465Z (Reading database ... 15%
2025-08-20T20:27:55.1057690Z (Reading database ... 20%
2025-08-20T20:27:55.1057891Z (Reading database ... 25%
2025-08-20T20:27:55.1058254Z (Reading database ... 30%
2025-08-20T20:27:55.1058450Z (Reading database ... 35%
2025-08-20T20:27:55.1058646Z (Reading database ... 40%
2025-08-20T20:27:55.1058837Z (Reading database ... 45%
2025-08-20T20:27:55.1059029Z (Reading database ... 50%
2025-08-20T20:27:55.1078961Z (Reading database ... 55%
2025-08-20T20:27:55.1168830Z (Reading database ... 60%
2025-08-20T20:27:55.1209666Z (Reading database ... 65%
2025-08-20T20:27:55.1227486Z (Reading database ... 70%
2025-08-20T20:27:55.1255572Z (Reading database ... 75%
2025-08-20T20:27:55.1387646Z (Reading database ... 80%
2025-08-20T20:27:55.1473186Z (Reading database ... 85%
2025-08-20T20:27:55.1544568Z (Reading database ... 90%
2025-08-20T20:27:55.1627442Z (Reading database ... 95%
2025-08-20T20:27:55.1627664Z (Reading database ... 100%
2025-08-20T20:27:55.1628227Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:27:55.1671305Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T20:27:55.1842255Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:27:55.2842126Z Selecting previously unselected package sysfsutils.
2025-08-20T20:27:55.3040657Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T20:27:55.3165428Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:27:55.4291219Z Selecting previously unselected package lm-sensors.
2025-08-20T20:27:55.4495926Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T20:27:55.4740934Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:27:55.5577271Z Selecting previously unselected package virt-what.
2025-08-20T20:27:55.5760585Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T20:27:55.5845851Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:27:55.6759821Z Setting up virt-what (1.25-2) ...
2025-08-20T20:27:55.7040378Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:27:55.7273265Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:27:56.0516784Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:27:56.0517185Z 
2025-08-20T20:27:56.0517638Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:27:56.0518219Z 
2025-08-20T20:27:56.2990452Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:27:56.6222717Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:27:56.6223250Z 
2025-08-20T20:27:56.6340560Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:27:58.3760255Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:27:59.6895510Z Reading package lists...
2025-08-20T20:27:59.9530885Z Building dependency tree...
2025-08-20T20:27:59.9541884Z Reading state information...
2025-08-20T20:28:00.2827704Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:28:00.2828743Z The following additional packages will be installed:
2025-08-20T20:28:00.2830329Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:28:00.2830863Z   xorg-sgml-doctools
2025-08-20T20:28:00.2839582Z Suggested packages:
2025-08-20T20:28:00.2839803Z   libxcb-doc
2025-08-20T20:28:00.3020315Z The following NEW packages will be installed:
2025-08-20T20:28:00.3023761Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:28:00.3027836Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:28:00.3028274Z   xcb xorg-sgml-doctools
2025-08-20T20:28:00.4453778Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:28:00.4454152Z Need to get 816 kB of archives.
2025-08-20T20:28:00.4454449Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T20:28:00.4455406Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T20:28:00.4624673Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:28:00.4799880Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:28:00.5770167Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T20:28:00.5939241Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T20:28:00.6108305Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T20:28:00.6281553Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T20:28:00.6452361Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T20:28:00.6619523Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T20:28:00.6787355Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T20:28:00.6957089Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T20:28:00.9749749Z Fetched 816 kB in 0s (2150 kB/s)
2025-08-20T20:28:01.0029241Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T20:28:01.0064402Z (Reading database ... 
2025-08-20T20:28:01.0064756Z (Reading database ... 5%
2025-08-20T20:28:01.0065211Z (Reading database ... 10%
2025-08-20T20:28:01.0065454Z (Reading database ... 15%
2025-08-20T20:28:01.0065654Z (Reading database ... 20%
2025-08-20T20:28:01.0065847Z (Reading database ... 25%
2025-08-20T20:28:01.0066043Z (Reading database ... 30%
2025-08-20T20:28:01.0066246Z (Reading database ... 35%
2025-08-20T20:28:01.0066480Z (Reading database ... 40%
2025-08-20T20:28:01.0066676Z (Reading database ... 45%
2025-08-20T20:28:01.0066869Z (Reading database ... 50%
2025-08-20T20:28:01.0088774Z (Reading database ... 55%
2025-08-20T20:28:01.0181292Z (Reading database ... 60%
2025-08-20T20:28:01.0222206Z (Reading database ... 65%
2025-08-20T20:28:01.0239921Z (Reading database ... 70%
2025-08-20T20:28:01.0267314Z (Reading database ... 75%
2025-08-20T20:28:01.0390712Z (Reading database ... 80%
2025-08-20T20:28:01.0462568Z (Reading database ... 85%
2025-08-20T20:28:01.0524183Z (Reading database ... 90%
2025-08-20T20:28:01.0595041Z (Reading database ... 95%
2025-08-20T20:28:01.0595243Z (Reading database ... 100%
2025-08-20T20:28:01.0595531Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T20:28:01.0626950Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T20:28:01.0709002Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:28:01.1298630Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:28:01.1484116Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:28:01.1569582Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:28:01.2387174Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:28:01.2580357Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:28:01.2666248Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:28:01.3565722Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T20:28:01.3773353Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T20:28:01.3860480Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:28:01.4558602Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T20:28:01.4746846Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T20:28:01.4826076Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:28:01.5463654Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T20:28:01.5652752Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:28:01.5737476Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:01.6456607Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T20:28:01.6642266Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:28:01.6746052Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:01.7542075Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T20:28:01.7748260Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:28:01.7936879Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:01.8671139Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T20:28:01.8866209Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:28:01.8967202Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:01.9627231Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T20:28:01.9813276Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:28:01.9918998Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:02.0726437Z Selecting previously unselected package xcb.
2025-08-20T20:28:02.0902935Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T20:28:02.1011000Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:28:02.2246762Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:02.2470888Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:28:02.2785581Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:28:02.3113680Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:28:02.3413366Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:28:02.3866175Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:28:03.9335767Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:28:03.9646820Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:28:03.9895486Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:28:04.0136703Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:28:04.0399846Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:04.0704452Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:04.0974681Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:04.1263654Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:28:05.5696065Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:28:06.2030430Z Collecting build
2025-08-20T20:28:06.2489517Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:28:06.3651875Z Collecting cffi
2025-08-20T20:28:06.3724101Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:28:06.4095357Z Collecting scons
2025-08-20T20:28:06.4184424Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:28:06.4568896Z Collecting scuba
2025-08-20T20:28:06.4655561Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:28:06.5285926Z Collecting pytest
2025-08-20T20:28:06.5362467Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:28:06.5824753Z Collecting packaging>=19.1 (from build)
2025-08-20T20:28:06.5895440Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:28:06.6261369Z Collecting pyproject_hooks (from build)
2025-08-20T20:28:06.6332653Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:28:06.6701880Z Collecting pycparser (from cffi)
2025-08-20T20:28:06.6792260Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:28:06.7310828Z Collecting PyYAML (from scuba)
2025-08-20T20:28:06.7397544Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:28:06.7771847Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:28:06.7843628Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:28:06.8267791Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:28:06.8347815Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:28:06.8820382Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:28:06.8892204Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:06.9133302Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:28:06.9333627Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:28:06.9743313Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:28:07.0202154Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 89.8 MB/s  0:00:00
2025-08-20T20:28:07.0277862Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:28:07.0487848Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:28:07.0826752Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:28:07.1092597Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:28:07.1326469Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:28:07.1538406Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:07.1761675Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 48.3 MB/s  0:00:00
2025-08-20T20:28:07.1834444Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:28:07.2047891Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:28:07.2239132Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:28:07.2506253Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 22.0 MB/s  0:00:00
2025-08-20T20:28:07.3467519Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:28:09.0306563Z 
2025-08-20T20:28:09.0321366Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:28:09.3262271Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:28:09.9584528Z Collecting ansi2txt
2025-08-20T20:28:10.0049442Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:28:10.0522171Z Collecting pipx
2025-08-20T20:28:10.0592125Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:28:10.0963405Z Collecting scons
2025-08-20T20:28:10.0973899Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:28:10.1191763Z Collecting py2static
2025-08-20T20:28:10.1273222Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:28:10.1681704Z Collecting typer
2025-08-20T20:28:10.1753008Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:28:10.2276481Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:28:10.2346889Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:28:10.2690171Z Collecting packaging>=20 (from pipx)
2025-08-20T20:28:10.2700382Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:28:10.3113963Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:28:10.3189348Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:28:10.3574464Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:28:10.3646341Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:28:10.4244798Z Collecting pyinstaller (from py2static)
2025-08-20T20:28:10.4331167Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:28:10.4714519Z Collecting staticx (from py2static)
2025-08-20T20:28:10.4787600Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:28:10.5215583Z   Preparing metadata (setup.py): started
2025-08-20T20:28:11.0648544Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:28:11.0962387Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:28:11.1034371Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:11.1526341Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:28:11.1597436Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:28:11.1946633Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:28:11.2017745Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:28:11.2545281Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:28:11.2618769Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:28:11.3022246Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:28:11.3095695Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:28:11.3477898Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:28:11.3489099Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:11.3909479Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:28:11.3980394Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:28:11.5150263Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:28:11.5222887Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:28:11.5637056Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:28:11.5710048Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:28:11.6141943Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:28:11.6212972Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:28:11.6618675Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:28:11.6693122Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:28:11.6917984Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:28:11.7173049Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:28:11.7358534Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:28:11.7460448Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:28:11.7646003Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:28:11.7902608Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:28:11.8116937Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:28:11.8308208Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:28:11.8379211Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:28:11.8569671Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:28:11.8895155Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:11.8971371Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:28:11.9218689Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:28:11.9419881Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:28:11.9620123Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:28:11.9819868Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:28:12.0031145Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:28:12.0575936Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 12.0 MB/s  0:00:00
2025-08-20T20:28:12.0650777Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:28:12.1058212Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:12.1673520Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 18.0 MB/s  0:00:00
2025-08-20T20:28:12.1754112Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:28:12.1944258Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:28:12.2452278Z Building wheels for collected packages: staticx
2025-08-20T20:28:12.2459744Z   Building wheel for staticx (setup.py): started
2025-08-20T20:28:24.6622085Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:28:24.6631268Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790705 sha256=915426ec88c3977e43e946e32f37992296e4b8486bf0d9e912cd8dbe8a59555a
2025-08-20T20:28:24.6632160Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:28:24.6648726Z Successfully built staticx
2025-08-20T20:28:24.7610406Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:28:25.5927034Z   Attempting uninstall: scons
2025-08-20T20:28:25.5999067Z     Found existing installation: SCons 4.9.1
2025-08-20T20:28:25.6287639Z     Uninstalling SCons-4.9.1:
2025-08-20T20:28:25.6349941Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:28:26.1391636Z   Attempting uninstall: pygments
2025-08-20T20:28:26.1467868Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:28:26.1622549Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:28:26.1645172Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:28:26.7873797Z   Attempting uninstall: packaging
2025-08-20T20:28:26.7945399Z     Found existing installation: packaging 25.0
2025-08-20T20:28:26.7964570Z     Uninstalling packaging-25.0:
2025-08-20T20:28:26.7970520Z       Successfully uninstalled packaging-25.0
2025-08-20T20:28:27.8131797Z 
2025-08-20T20:28:27.8157233Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:28:28.1246282Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:28:28.6233424Z Collecting build
2025-08-20T20:28:28.6244731Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:28:28.7012638Z Collecting cffi
2025-08-20T20:28:28.7023080Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:28:28.7209032Z Collecting scons
2025-08-20T20:28:28.7219722Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:28:28.7433006Z Collecting scuba
2025-08-20T20:28:28.7443899Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:28:28.7898449Z Collecting pytest
2025-08-20T20:28:28.7911762Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:28:28.8185479Z Collecting packaging>=19.1 (from build)
2025-08-20T20:28:28.8196103Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:28:28.8414836Z Collecting pyproject_hooks (from build)
2025-08-20T20:28:28.8425836Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:28:28.8609365Z Collecting pycparser (from cffi)
2025-08-20T20:28:28.8620184Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:28:28.8947833Z Collecting PyYAML (from scuba)
2025-08-20T20:28:28.8964814Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:28:28.9144209Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:28:28.9154285Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:28:28.9382086Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:28:28.9393025Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:28:28.9624796Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:28:28.9635747Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:28.9688336Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:28:28.9697962Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:28:28.9709724Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:28:28.9738539Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:28:28.9749137Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:28:28.9760022Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:28:28.9768954Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:28:28.9777408Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:28:28.9786296Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:28.9801764Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:28:28.9811286Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:28:28.9820197Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:28:29.0889784Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:28:29.0894033Z   Attempting uninstall: scons
2025-08-20T20:28:29.0972758Z     Found existing installation: SCons 4.9.1
2025-08-20T20:28:29.1264517Z     Uninstalling SCons-4.9.1:
2025-08-20T20:28:29.1380594Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:28:29.6529420Z   Attempting uninstall: PyYAML
2025-08-20T20:28:29.6613027Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:28:29.6634493Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:28:29.6641793Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:28:29.7225256Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:28:29.7298606Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:28:29.7314616Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:28:29.7321123Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:28:29.7521821Z   Attempting uninstall: pygments
2025-08-20T20:28:29.7595629Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:28:29.7753039Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:28:29.7777178Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:28:30.3785864Z   Attempting uninstall: pycparser
2025-08-20T20:28:30.3858569Z     Found existing installation: pycparser 2.22
2025-08-20T20:28:30.3879425Z     Uninstalling pycparser-2.22:
2025-08-20T20:28:30.3885667Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:28:30.5125433Z   Attempting uninstall: pluggy
2025-08-20T20:28:30.5197308Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:28:30.5214140Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:28:30.5219844Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:28:30.5482633Z   Attempting uninstall: packaging
2025-08-20T20:28:30.5558154Z     Found existing installation: packaging 25.0
2025-08-20T20:28:30.5578136Z     Uninstalling packaging-25.0:
2025-08-20T20:28:30.5584372Z       Successfully uninstalled packaging-25.0
2025-08-20T20:28:30.6076464Z   Attempting uninstall: iniconfig
2025-08-20T20:28:30.6155803Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:28:30.6170294Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:28:30.6175891Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:28:30.6371354Z   Attempting uninstall: scuba
2025-08-20T20:28:30.6441268Z     Found existing installation: scuba 2.14.1
2025-08-20T20:28:30.6459675Z     Uninstalling scuba-2.14.1:
2025-08-20T20:28:30.6467050Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:28:30.6742277Z   Attempting uninstall: pytest
2025-08-20T20:28:30.6817932Z     Found existing installation: pytest 8.4.1
2025-08-20T20:28:30.6866222Z     Uninstalling pytest-8.4.1:
2025-08-20T20:28:30.7070834Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:28:30.9216789Z   Attempting uninstall: cffi
2025-08-20T20:28:30.9287775Z     Found existing installation: cffi 1.17.1
2025-08-20T20:28:30.9309568Z     Uninstalling cffi-1.17.1:
2025-08-20T20:28:30.9506044Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:28:31.0241672Z   Attempting uninstall: build
2025-08-20T20:28:31.0314847Z     Found existing installation: build 1.3.0
2025-08-20T20:28:31.0335910Z     Uninstalling build-1.3.0:
2025-08-20T20:28:31.0344113Z       Successfully uninstalled build-1.3.0
2025-08-20T20:28:31.0610975Z 
2025-08-20T20:28:31.0635743Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:28:31.3668751Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:28:31.5311335Z Collecting ansi2txt
2025-08-20T20:28:31.5323087Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:28:31.5557227Z Collecting pipx
2025-08-20T20:28:31.5567587Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:28:31.5772583Z Collecting scons
2025-08-20T20:28:31.5783961Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:28:31.5951031Z Collecting py2static
2025-08-20T20:28:31.5961005Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:28:31.6181646Z Collecting typer
2025-08-20T20:28:31.6191800Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:28:31.6503729Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:28:31.6512975Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:28:31.6724111Z Collecting packaging>=20 (from pipx)
2025-08-20T20:28:31.6734883Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:28:31.6956909Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:28:31.6967630Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:28:31.7161807Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:28:31.7171993Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:28:31.7547176Z Collecting pyinstaller (from py2static)
2025-08-20T20:28:31.7559502Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:28:31.7763078Z Collecting staticx (from py2static)
2025-08-20T20:28:31.7773103Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:28:31.7912493Z   Preparing metadata (setup.py): started
2025-08-20T20:28:31.9903525Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:28:32.0130454Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:28:32.0140424Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:32.0365254Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:28:32.0375790Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:28:32.0662211Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:28:32.0672246Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:28:32.1090675Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:28:32.1101296Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:28:32.1324415Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:28:32.1335488Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:28:32.1589249Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:28:32.1598718Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:28:32.1842624Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:28:32.1852476Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:28:32.2774261Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:28:32.2783924Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:28:32.3005142Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:28:32.3014467Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:28:32.3244360Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:28:32.3253821Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:28:32.3470087Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:28:32.3479673Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:28:32.3510734Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:28:32.3519774Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:28:32.3529065Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:28:32.3556735Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:28:32.3565520Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:28:32.3574717Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:28:32.3583853Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:28:32.3593350Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:28:32.3602402Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:28:32.3611326Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:28:32.3621338Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:32.3635626Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:28:32.3644885Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:28:32.3653650Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:28:32.3662529Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:28:32.3671520Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:28:32.3680318Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:28:32.3693613Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:28:32.3705012Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:32.3721194Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:28:32.3729825Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:28:32.4045368Z Building wheels for collected packages: staticx
2025-08-20T20:28:32.4051996Z   Building wheel for staticx (setup.py): started
2025-08-20T20:28:34.9397454Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:28:34.9409491Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790768 sha256=c6fbf28496bf4f647d3a15f19fe417b4df93ca2d771918609a0656b356b9e3b0
2025-08-20T20:28:34.9410396Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:28:34.9428369Z Successfully built staticx
2025-08-20T20:28:35.0402452Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:28:35.0406089Z   Attempting uninstall: pyelftools
2025-08-20T20:28:35.0473392Z     Found existing installation: pyelftools 0.32
2025-08-20T20:28:35.0509863Z     Uninstalling pyelftools-0.32:
2025-08-20T20:28:35.0522145Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:28:35.1658678Z   Attempting uninstall: altgraph
2025-08-20T20:28:35.1730829Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:28:35.1747003Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:28:35.1752735Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:28:35.1985094Z   Attempting uninstall: typing-extensions
2025-08-20T20:28:35.2055637Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:28:35.2068267Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:28:35.2260651Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:28:35.2626108Z   Attempting uninstall: staticx
2025-08-20T20:28:35.2700031Z     Found existing installation: staticx 0.14.1
2025-08-20T20:28:35.2720788Z     Uninstalling staticx-0.14.1:
2025-08-20T20:28:35.2729182Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:28:35.3098394Z   Attempting uninstall: shellingham
2025-08-20T20:28:35.3171256Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:28:35.3186531Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:28:35.3193155Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:28:35.3372156Z   Attempting uninstall: setuptools
2025-08-20T20:28:35.3440321Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:28:35.3640515Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:28:35.3863393Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:28:35.9833870Z   Attempting uninstall: scons
2025-08-20T20:28:35.9913625Z     Found existing installation: SCons 4.9.1
2025-08-20T20:28:36.0214644Z     Uninstalling SCons-4.9.1:
2025-08-20T20:28:36.0278905Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:28:36.5494491Z   Attempting uninstall: pygments
2025-08-20T20:28:36.5583184Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:28:36.5744841Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:28:36.5769289Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:28:37.2086251Z   Attempting uninstall: platformdirs
2025-08-20T20:28:37.2164716Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:28:37.2184810Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:28:37.2190274Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:28:37.2440772Z   Attempting uninstall: packaging
2025-08-20T20:28:37.2518255Z     Found existing installation: packaging 25.0
2025-08-20T20:28:37.2539946Z     Uninstalling packaging-25.0:
2025-08-20T20:28:37.2546179Z       Successfully uninstalled packaging-25.0
2025-08-20T20:28:37.3017016Z   Attempting uninstall: mdurl
2025-08-20T20:28:37.3089138Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:28:37.3103931Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:28:37.3109394Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:28:37.3310367Z   Attempting uninstall: click
2025-08-20T20:28:37.3387253Z     Found existing installation: click 8.2.1
2025-08-20T20:28:37.3407212Z     Uninstalling click-8.2.1:
2025-08-20T20:28:37.3413382Z       Successfully uninstalled click-8.2.1
2025-08-20T20:28:37.4083707Z   Attempting uninstall: argcomplete
2025-08-20T20:28:37.4161962Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:28:37.4188480Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:28:37.4198198Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:28:37.4504159Z   Attempting uninstall: ansi2txt
2025-08-20T20:28:37.4578089Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:28:37.4593548Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:28:37.4791095Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:28:37.4977891Z   Attempting uninstall: userpath
2025-08-20T20:28:37.5057078Z     Found existing installation: userpath 1.9.2
2025-08-20T20:28:37.5074422Z     Uninstalling userpath-1.9.2:
2025-08-20T20:28:37.5082212Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:28:37.5272670Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:28:37.5351993Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:28:37.5661973Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:28:37.5703158Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:28:37.7805670Z   Attempting uninstall: markdown-it-py
2025-08-20T20:28:37.7884779Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:28:37.7943650Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:28:37.7956720Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:28:37.8628613Z   Attempting uninstall: rich
2025-08-20T20:28:37.8705124Z     Found existing installation: rich 14.1.0
2025-08-20T20:28:37.8755991Z     Uninstalling rich-14.1.0:
2025-08-20T20:28:37.8765225Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:28:38.3204364Z   Attempting uninstall: pyinstaller
2025-08-20T20:28:38.3279525Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:28:38.3529669Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:28:38.3569213Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:28:38.6265473Z   Attempting uninstall: pipx
2025-08-20T20:28:38.6347339Z     Found existing installation: pipx 1.7.1
2025-08-20T20:28:38.6376800Z     Uninstalling pipx-1.7.1:
2025-08-20T20:28:38.6397882Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:28:38.7018276Z   Attempting uninstall: typer
2025-08-20T20:28:38.7093128Z     Found existing installation: typer 0.16.1
2025-08-20T20:28:38.7115419Z     Uninstalling typer-0.16.1:
2025-08-20T20:28:38.7123332Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:28:38.7543076Z   Attempting uninstall: py2static
2025-08-20T20:28:38.7612399Z     Found existing installation: py2static 0.0.1
2025-08-20T20:28:38.7628801Z     Uninstalling py2static-0.0.1:
2025-08-20T20:28:38.7637506Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:28:38.7798743Z 
2025-08-20T20:28:38.7824448Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:28:39.0996457Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:28:39.2039722Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:28:39.2044201Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-h9bpofa6
2025-08-20T20:28:39.2064449Z 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-h9bpofa6
2025-08-20T20:28:40.5521213Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:28:40.5560443Z   Installing build dependencies: started
2025-08-20T20:28:41.2541686Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:28:41.2552311Z   Getting requirements to build wheel: started
2025-08-20T20:28:41.5187990Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:28:41.5198584Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:28:41.6937856Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:28:41.8461139Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:28:41.8472582Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:28:41.8779832Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:28:41.8790965Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:28:41.9070072Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:28:41.9080658Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:28:41.9334075Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:28:41.9346052Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:28:41.9388311Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:28:41.9398577Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:28:41.9411437Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:28:41.9428177Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:28:41.9542553Z Building wheels for collected packages: pyinstaller
2025-08-20T20:28:41.9550877Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:28:44.8702103Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:28:44.8725299Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=12dbd601fe247cb8d8c977dcf93a62f1726e821ad439fa0a13a927d9f398b226
2025-08-20T20:28:44.8726291Z   Stored in directory: /tmp/pip-ephem-wheel-cache-vlkjc7lc/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:28:44.8765600Z Successfully built pyinstaller
2025-08-20T20:28:44.9580561Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:28:44.9587085Z   Attempting uninstall: altgraph
2025-08-20T20:28:44.9659444Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:28:44.9678590Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:28:44.9685562Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:28:45.0021744Z   Attempting uninstall: setuptools
2025-08-20T20:28:45.0092923Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:28:45.0302942Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:28:45.0536883Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:28:45.6754968Z   Attempting uninstall: packaging
2025-08-20T20:28:45.6829894Z     Found existing installation: packaging 25.0
2025-08-20T20:28:45.6850908Z     Uninstalling packaging-25.0:
2025-08-20T20:28:45.6857144Z       Successfully uninstalled packaging-25.0
2025-08-20T20:28:45.7357954Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:28:45.7436788Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:28:45.7746657Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:28:45.7791609Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:28:45.9908516Z   Attempting uninstall: pyinstaller
2025-08-20T20:28:45.9991225Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:28:46.0257315Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:28:46.0301719Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:28:46.3340833Z 
2025-08-20T20:28:46.3368614Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:28:46.6124962Z 6.15.0
2025-08-20T20:28:48.2047293Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:28:48.2056726Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:28:48.2057109Z 
2025-08-20T20:28:48.2057317Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:28:48.2057805Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:28:48.2058350Z installation.
2025-08-20T20:28:48.2058469Z 
2025-08-20T20:28:48.2058724Z If you installed the current Docker package using this script and are using it
2025-08-20T20:28:48.2059194Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:28:48.2059720Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:28:48.2060125Z files to match the parameters passed to the script.
2025-08-20T20:28:48.2060336Z 
2025-08-20T20:28:48.2060501Z You may press Ctrl+C now to abort this script.
2025-08-20T20:28:48.2230042Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:28:49.6022683Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:28:50.3699982Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:28:50.3890297Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:28:50.4662351Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:28:50.4679325Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:28:50.4686852Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:28:51.9507909Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T20:29:03.4803054Z + sh -c 'docker version'
2025-08-20T20:29:03.4940021Z Client: Docker Engine - Community
2025-08-20T20:29:03.4940542Z  Version:           28.3.3
2025-08-20T20:29:03.4940790Z  API version:       1.51
2025-08-20T20:29:03.4941112Z  Go version:        go1.24.5
2025-08-20T20:29:03.4941412Z  Git commit:        980b856
2025-08-20T20:29:03.4941658Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T20:29:03.4941969Z  OS/Arch:           linux/arm64
2025-08-20T20:29:03.4942216Z  Context:           default
2025-08-20T20:29:03.4942370Z 
2025-08-20T20:29:03.4942507Z Server: Docker Engine - Community
2025-08-20T20:29:03.4942744Z  Engine:
2025-08-20T20:29:03.4942957Z   Version:          28.3.3
2025-08-20T20:29:03.4943233Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:29:03.4943536Z   Go version:       go1.24.5
2025-08-20T20:29:03.4943774Z   Git commit:       bea959c
2025-08-20T20:29:03.4944038Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T20:29:03.4944336Z   OS/Arch:          linux/arm64
2025-08-20T20:29:03.4944574Z   Experimental:     false
2025-08-20T20:29:03.4944832Z  containerd:
2025-08-20T20:29:03.4945033Z   Version:          1.7.27
2025-08-20T20:29:03.4945326Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:29:03.4945669Z  runc:
2025-08-20T20:29:03.4945871Z   Version:          1.2.5
2025-08-20T20:29:03.4946154Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:29:03.4946393Z  docker-init:
2025-08-20T20:29:03.4946594Z   Version:          0.19.0
2025-08-20T20:29:03.4946877Z   GitCommit:        de40ad0
2025-08-20T20:29:03.4959396Z 
2025-08-20T20:29:03.4959625Z ================================================================================
2025-08-20T20:29:03.4959866Z 
2025-08-20T20:29:03.4960481Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:29:03.4960861Z Docker daemon in rootless mode for your user:
2025-08-20T20:29:03.4961072Z 
2025-08-20T20:29:03.4968724Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:29:03.4969401Z 
2025-08-20T20:29:03.4969829Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:29:03.4970167Z 
2025-08-20T20:29:03.4970171Z 
2025-08-20T20:29:03.4970396Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:29:03.4970990Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:29:03.4971256Z 
2025-08-20T20:29:03.4971467Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:29:03.4971910Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:29:03.4972444Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:29:03.4972748Z 
2025-08-20T20:29:03.4972857Z ================================================================================
2025-08-20T20:29:03.4973066Z 
2025-08-20T20:29:14.5588823Z ● docker.service - Docker Application Container Engine
2025-08-20T20:29:14.5589380Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:29:14.5590065Z      Active: active (running) since Wed 2025-08-20 20:29:04 UTC; 10s ago
2025-08-20T20:29:14.5590936Z TriggeredBy: ● docker.socket
2025-08-20T20:29:14.5591215Z        Docs: https://docs.docker.com
2025-08-20T20:29:14.5591550Z    Main PID: 20450 (dockerd)
2025-08-20T20:29:14.5591786Z       Tasks: 10
2025-08-20T20:29:14.5592034Z      Memory: 20.7M (peak: 24.1M)
2025-08-20T20:29:14.5592277Z         CPU: 267ms
2025-08-20T20:29:14.5592533Z      CGroup: /system.slice/docker.service
2025-08-20T20:29:14.5593644Z              └─20450 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:29:14.5593976Z 
2025-08-20T20:29:14.5594295Z Aug 20 20:29:03 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:03.920480820Z" level=info msg="Loading containers: start."
2025-08-20T20:29:14.5595437Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.448096757Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 58a95c919a89bf0832bc4fc7975c668cc54686e0d680aeafa88046e9ac82eb06], retrying...."
2025-08-20T20:29:14.5596629Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.496478390Z" level=info msg="Loading containers: done."
2025-08-20T20:29:14.5597764Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.520985123Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:29:14.5599451Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.521100551Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:29:14.5600341Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.521131567Z" level=info msg="Initializing buildkit"
2025-08-20T20:29:14.5601043Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.538201363Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:29:14.5601802Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.541616399Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:29:14.5602609Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.541668273Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:29:14.5603254Z Aug 20 20:29:04 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:29:14.5700786Z ● docker.service - Docker Application Container Engine
2025-08-20T20:29:14.5701597Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:29:14.5709029Z      Active: active (running) since Wed 2025-08-20 20:29:04 UTC; 10s ago
2025-08-20T20:29:14.5709617Z TriggeredBy: ● docker.socket
2025-08-20T20:29:14.5709917Z        Docs: https://docs.docker.com
2025-08-20T20:29:14.5710213Z    Main PID: 20450 (dockerd)
2025-08-20T20:29:14.5710456Z       Tasks: 10
2025-08-20T20:29:14.5710710Z      Memory: 20.7M (peak: 24.1M)
2025-08-20T20:29:14.5710995Z         CPU: 267ms
2025-08-20T20:29:14.5711255Z      CGroup: /system.slice/docker.service
2025-08-20T20:29:14.5711811Z              └─20450 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:29:14.5712182Z 
2025-08-20T20:29:14.5712483Z Aug 20 20:29:03 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:03.920480820Z" level=info msg="Loading containers: start."
2025-08-20T20:29:14.5713654Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.448096757Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 58a95c919a89bf0832bc4fc7975c668cc54686e0d680aeafa88046e9ac82eb06], retrying...."
2025-08-20T20:29:14.5714829Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.496478390Z" level=info msg="Loading containers: done."
2025-08-20T20:29:14.5715934Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.520985123Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:29:14.5717555Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.521100551Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:29:14.5719473Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.521131567Z" level=info msg="Initializing buildkit"
2025-08-20T20:29:14.5720218Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.538201363Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:29:14.5720962Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.541616399Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:29:14.5721733Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.541668273Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:29:14.5722401Z Aug 20 20:29:04 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:29:14.5896403Z ● docker.service - Docker Application Container Engine
2025-08-20T20:29:14.5896993Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:29:14.5897477Z      Active: active (running) since Wed 2025-08-20 20:29:04 UTC; 10s ago
2025-08-20T20:29:14.5898360Z TriggeredBy: ● docker.socket
2025-08-20T20:29:14.5898675Z        Docs: https://docs.docker.com
2025-08-20T20:29:14.5899064Z    Main PID: 20450 (dockerd)
2025-08-20T20:29:14.5899372Z       Tasks: 10
2025-08-20T20:29:14.5899594Z      Memory: 20.7M (peak: 24.1M)
2025-08-20T20:29:14.5899876Z         CPU: 267ms
2025-08-20T20:29:14.5900112Z      CGroup: /system.slice/docker.service
2025-08-20T20:29:14.5900710Z              └─20450 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:29:14.5901057Z 
2025-08-20T20:29:14.5901407Z Aug 20 20:29:03 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:03.920480820Z" level=info msg="Loading containers: start."
2025-08-20T20:29:14.5902556Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.448096757Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 58a95c919a89bf0832bc4fc7975c668cc54686e0d680aeafa88046e9ac82eb06], retrying...."
2025-08-20T20:29:14.5903731Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.496478390Z" level=info msg="Loading containers: done."
2025-08-20T20:29:14.5905183Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.520985123Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:29:14.5906524Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.521100551Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:29:14.5907448Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.521131567Z" level=info msg="Initializing buildkit"
2025-08-20T20:29:14.5908342Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.538201363Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:29:14.5909095Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.541616399Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:29:14.5909880Z Aug 20 20:29:04 runnervmdbl46 dockerd[20450]: time="2025-08-20T20:29:04.541668273Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:29:14.5910574Z Aug 20 20:29:04 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:29:14.5996740Z Docker version 28.3.3, build 980b856
2025-08-20T20:29:14.6164900Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:29:14.9612577Z latest: Pulling from library/hello-world
2025-08-20T20:29:15.0654035Z 198f93fd5094: Pulling fs layer
2025-08-20T20:29:15.2249143Z 198f93fd5094: Verifying Checksum
2025-08-20T20:29:15.2249603Z 198f93fd5094: Download complete
2025-08-20T20:29:15.2659962Z 198f93fd5094: Pull complete
2025-08-20T20:29:15.2929301Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:29:15.3070334Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:29:16.1554689Z 
2025-08-20T20:29:16.1555592Z Hello from Docker!
2025-08-20T20:29:16.1556373Z This message shows that your installation appears to be working correctly.
2025-08-20T20:29:16.1557920Z 
2025-08-20T20:29:16.1558449Z To generate this message, Docker took the following steps:
2025-08-20T20:29:16.1558817Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:29:16.1559613Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:29:16.1560152Z     (arm64v8)
2025-08-20T20:29:16.1560451Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:29:16.1561096Z     executable that produces the output you are currently reading.
2025-08-20T20:29:16.1561702Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:29:16.1562231Z     to your terminal.
2025-08-20T20:29:16.1562428Z 
2025-08-20T20:29:16.1562622Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:29:16.1563113Z  $ docker run -it ubuntu bash
2025-08-20T20:29:16.1563322Z 
2025-08-20T20:29:16.1563501Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:29:16.1563913Z  https://hub.docker.com/
2025-08-20T20:29:16.1564078Z 
2025-08-20T20:29:16.1564165Z For more examples and ideas, visit:
2025-08-20T20:29:16.1564516Z  https://docs.docker.com/get-started/
2025-08-20T20:29:16.1564709Z 
2025-08-20T20:29:16.2900373Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:29:16.2901034Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:29:16.2901467Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:29:16.2902010Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:29:16.2902427Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:29:16.2902864Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:29:16.2903268Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:29:16.2904019Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:29:16.2904453Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:29:16.2904856Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:29:16.2905375Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:29:16.2905849Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:29:16.2906353Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:29:16.2906819Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:29:16.2907254Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:29:16.2907746Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:29:16.2908451Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:29:16.2908874Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:29:16.2909307Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:29:16.2909911Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:29:16.2910413Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:29:16.2910872Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:29:16.2911367Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:29:16.2912058Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:29:16.2912462Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:29:16.2974705Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:29:16.2975278Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:29:16.2975702Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:29:16.2976129Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:29:16.2976540Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:29:16.2976962Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:29:16.2977383Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:29:16.2977820Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:29:16.2978547Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:29:16.2978994Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:29:16.2979423Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:29:16.2979826Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:29:16.2980240Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:29:16.2980632Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:29:16.2981039Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:29:16.2981461Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:29:16.2981876Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:29:16.2982730Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:29:16.2983183Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:29:16.2983638Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:29:16.2984117Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:29:16.2984586Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:29:16.2985406Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:29:16.2985867Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:29:16.2986285Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:29:16.2986707Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:29:16.2987122Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:29:16.2987535Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:29:16.2987932Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:29:16.2988970Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:29:16.2989333Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:29:16.2989702Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:29:16.2990101Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:29:16.2990502Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:29:16.2990883Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:29:16.2991288Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:29:16.2991928Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:29:16.2992351Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:29:16.2992762Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:29:16.2993180Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:29:16.2993604Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:29:16.2994010Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:29:16.2994402Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:29:16.2994836Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:29:16.2995332Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:29:16.2995830Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:29:16.2996296Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:29:16.2996713Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:29:16.2997096Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:29:16.2997488Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:29:16.2997896Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:29:16.2998493Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:29:16.2998957Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:29:16.2999458Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:29:16.2999967Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:29:16.3000460Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:29:16.3000899Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:29:16.3001299Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:29:16.3001689Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:29:16.3002093Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:29:16.3002718Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:29:16.3003114Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:29:16.3003530Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:29:16.3003952Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:29:16.3004330Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:29:16.3004706Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:29:16.3005113Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:29:16.3005516Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:29:16.3005892Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:29:16.3006260Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:29:16.3006661Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:29:16.3007051Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:29:16.3007399Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:29:16.3007775Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:29:16.3008328Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:29:16.3008898Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:29:16.3009261Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:29:16.3009621Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:29:16.3009996Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:29:16.3010383Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:29:16.3010785Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:29:16.3011176Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:29:16.3011553Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:29:16.3011932Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:29:16.3012328Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:29:16.3012728Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:29:16.3013098Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:29:16.3013452Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:29:16.3013800Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:29:16.3014154Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:29:16.3014516Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:29:16.3014866Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:29:16.3015240Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:29:16.3015638Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:29:16.3016068Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:29:16.3016506Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:29:16.3016906Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:29:16.3017296Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:29:16.3017690Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:29:16.3018298Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:29:16.3018717Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:29:16.3019342Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:29:16.3019741Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:29:16.3020133Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:29:16.3020689Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:29:16.3021132Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:29:16.3021558Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:29:16.3021949Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:29:16.3022341Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:29:16.3022754Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:29:16.3023166Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:29:16.3023570Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:29:16.3023963Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:29:16.3024360Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:29:16.3024762Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:29:16.3025303Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:29:16.3025661Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:29:16.3026027Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:29:16.3026421Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:29:16.3026816Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:29:16.3027220Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:29:16.3027610Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:29:16.3027981Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:29:16.3028519Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:29:16.3028900Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:29:16.3029290Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:29:16.3029714Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:29:16.3030155Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:29:16.3030553Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:29:16.3030926Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:29:16.3031315Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:29:16.3031738Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:29:16.3032157Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:29:16.3032510Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:29:16.3032854Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:29:16.3033276Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:29:16.3033706Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:29:16.3034117Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:29:16.3034501Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:29:16.3034881Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:29:16.3035267Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:29:16.3035923Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:29:16.3036410Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:29:16.3036821Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:29:16.3037187Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:29:16.3037550Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:29:16.3037995Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:29:16.3038642Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:29:16.3039084Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:29:16.3039456Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:29:16.3039922Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:29:16.3040459Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:29:16.3040962Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:29:16.3041396Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:29:16.3041758Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:29:16.3042317Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:29:16.3042727Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:29:16.3043143Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:29:16.3043545Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:29:16.3043919Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:29:16.3044293Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:29:16.3044692Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:29:16.3045090Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:29:16.3045486Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:29:16.3045885Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:29:16.3046278Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:29:16.3046668Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:29:16.3047085Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:29:16.3047531Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:29:16.3047997Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:29:16.3048514Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:29:16.3048891Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:29:16.3049264Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:29:16.3049636Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:29:16.3050033Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:29:16.3050449Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:29:16.3050913Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:29:16.3051361Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:29:16.3051766Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:29:16.3052371Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:29:16.3052767Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:29:16.3053142Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:29:16.3053508Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:29:16.3053894Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:29:16.3054276Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:29:16.3054720Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:29:16.3055193Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:29:16.3055651Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:29:16.3056170Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:29:16.3056686Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:29:16.3057190Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:29:16.3057630Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:29:16.3058002Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:29:16.3058701Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:29:16.3059080Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:29:16.3059459Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:29:16.3059830Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:29:16.3060208Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:29:16.3060589Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:29:16.3060976Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:29:16.3061353Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:29:16.3061728Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:29:16.3062123Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:29:16.3062512Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:29:16.3062929Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:29:16.3063367Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:29:16.3063788Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:29:16.3064199Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:29:16.3064602Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:29:16.3065022Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:29:16.3065444Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:29:16.3065836Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:29:16.3066196Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:29:16.3066714Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.3067235Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:29:16.3067608Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:29:16.3068220Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:29:16.3068607Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:29:16.3069222Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:29:16.3069673Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:29:16.3070300Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:29:16.3070730Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:29:16.3071133Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:29:16.3071541Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:29:16.3071960Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:29:16.3072368Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:29:16.3072759Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:29:16.3073186Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:29:16.3073682Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:29:16.3074179Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:29:16.3074624Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:29:16.3075035Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:29:16.3075624Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:29:16.3076098Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:29:16.3076581Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:29:16.3076989Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:29:16.3077420Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:29:16.3077874Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:29:16.3078472Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:29:16.3078840Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:29:16.3079188Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:29:16.3079554Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:29:16.3079943Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:29:16.3080308Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:29:16.3080660Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:29:16.3081031Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:29:16.3081393Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:29:16.3081750Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:29:16.3082122Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:29:16.3082477Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:29:16.3082847Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:29:16.3083227Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:29:16.3083588Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:29:16.3083950Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:29:16.3084310Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:29:16.3084677Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:29:16.3085051Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:29:16.3085418Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:29:16.3085983Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:29:16.3086371Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:29:16.3086792Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:29:16.3087223Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:29:16.3087630Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:29:16.3087997Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:29:16.3088502Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:29:16.3088927Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:29:16.3089324Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:29:16.3089684Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:29:16.3090053Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:29:16.3090406Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:29:16.3090748Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:29:16.3091094Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:29:16.3091445Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:29:16.3092007Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:29:16.3092366Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:29:16.3092710Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:29:16.3093043Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:29:16.3093415Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:29:16.3093817Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:29:16.3094217Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:29:16.3094610Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:29:16.3095002Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:29:16.3095414Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:29:16.3095917Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:29:16.3096530Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:29:16.3097153Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:29:16.3097690Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:29:16.3098291Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:29:16.3098760Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:29:16.3099281Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:29:16.3099903Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:29:16.3100468Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:29:16.3100956Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:29:16.3101400Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:29:16.3101771Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:29:16.3102141Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:29:16.3102703Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:29:16.3103099Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:29:16.3103487Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:29:16.3103878Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:29:16.3104265Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:29:16.3104655Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:29:16.3105039Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:29:16.3105413Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:29:16.3105788Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:29:16.3106165Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:29:16.3106553Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:29:16.3106948Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:29:16.3107357Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:29:16.3107771Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:29:16.3108298Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:29:16.3108900Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:29:16.3109308Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:29:16.3109718Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:29:16.3110153Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:29:16.3110580Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:29:16.3110951Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:29:16.3111318Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:29:16.3111699Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:29:16.3112068Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:29:16.3112458Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:29:16.3112855Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:29:16.3113240Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:29:16.3113623Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:29:16.3113983Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:29:16.3114348Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:29:16.3114897Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.3115611Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.3116296Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.3116959Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.3117487Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:29:16.3117880Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:29:16.3118423Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:29:16.3118827Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:29:16.3119202Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:29:16.3119752Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:29:16.3120125Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:29:16.3120511Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:29:16.3120888Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:29:16.3121260Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:29:16.3121642Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:29:16.3122028Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:29:16.3122433Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:29:16.3122830Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:29:16.3123248Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:29:16.3123640Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:29:16.3124020Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:29:16.3124405Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:29:16.3124806Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:29:16.3125203Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:29:16.3125731Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:29:16.3126121Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:29:16.3126544Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:29:16.3126973Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:29:16.3127375Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:29:16.3127816Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:29:16.3128416Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:29:16.3128822Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:29:16.3129192Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:29:16.3129573Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:29:16.3129972Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:29:16.3130381Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:29:16.3130780Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:29:16.3131160Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:29:16.3131555Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:29:16.3132025Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:29:16.3132494Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:29:16.3132893Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:29:16.3133298Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:29:16.3133754Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:29:16.3134200Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:29:16.3134673Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:29:16.3135158Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:29:16.3135838Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:29:16.3136314Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:29:16.3136718Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:29:16.3137108Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:29:16.3137527Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:29:16.3137912Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:29:16.3138403Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:29:16.3138813Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:29:16.3139216Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:29:16.3139621Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:29:16.3140044Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:29:16.3140436Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:29:16.3140814Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:29:16.3141179Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:29:16.3141536Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:29:16.3142088Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:29:16.3142505Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:29:16.3142901Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:29:16.3143347Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:29:16.3143797Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:29:16.3144204Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:29:16.3144660Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:29:16.3145080Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:29:16.3145487Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:29:16.3145892Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:29:16.3146251Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:29:16.3146610Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:29:16.3147003Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:29:16.3147395Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:29:16.3147775Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:29:16.3148261Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:29:16.3148618Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:29:16.3148970Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:29:16.3149460Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:29:16.3149966Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:29:16.3150351Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:29:16.3150732Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:29:16.3151129Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:29:16.3151539Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:29:16.3151948Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:29:16.3152577Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:29:16.3153002Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:29:16.3153413Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:29:16.3153788Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:29:16.3154155Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:29:16.3154519Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:29:16.3154894Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:29:16.3155316Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:29:16.3155745Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:29:16.3156144Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:29:16.3156567Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:29:16.3157014Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:29:16.3157410Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:29:16.3157782Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:29:16.3158270Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:29:16.3158787Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:29:16.3159158Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:29:16.3159534Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:29:16.3159908Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:29:16.3160306Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:29:16.3160727Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:29:16.3161188Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:29:16.3161623Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:29:16.3161998Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:29:16.3162383Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:29:16.3162777Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:29:16.3163164Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:29:16.3163546Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:29:16.3163921Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:29:16.3164364Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:29:16.3164856Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:29:16.3165280Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:29:16.3165657Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:29:16.3166031Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:29:16.3166440Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:29:16.3166834Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:29:16.3167208Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:29:16.3167612Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:29:16.3167994Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:29:16.3168489Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:29:16.3169075Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:29:16.3169482Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:29:16.3169903Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:29:16.3170284Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:29:16.3170668Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:29:16.3171112Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:29:16.3171550Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:29:16.3171975Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:29:16.3172369Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:29:16.3172887Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.3173393Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:29:16.3173785Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:29:16.3174194Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:29:16.3174616Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:29:16.3175276Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:29:16.3175858Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:29:16.3176465Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:29:16.3177114Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:29:16.3177767Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:29:16.3178527Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:29:16.3179152Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:29:16.3179734Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:29:16.3180220Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:29:16.3180663Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:29:16.3181097Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:29:16.3181524Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:29:16.3182002Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:29:16.3182433Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:29:16.3182813Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:29:16.3183180Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:29:16.3183557Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:29:16.3183940Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:29:16.3184343Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:29:16.3184758Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:29:16.3185122Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:29:16.3185508Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:29:16.3186145Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:29:16.3186672Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:29:16.3187160Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:29:16.3187645Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:29:16.3188225Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:29:16.3188649Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:29:16.3189062Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:29:16.3189475Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:29:16.3189905Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:29:16.3190332Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:29:16.3190740Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:29:16.3191121Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:29:16.3191495Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:29:16.3191870Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:29:16.3192308Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:29:16.3192907Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:29:16.3193311Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:29:16.3193722Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:29:16.3194150Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:29:16.3194602Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:29:16.3195050Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:29:16.3195482Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:29:16.3195880Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:29:16.3196253Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:29:16.3196639Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:29:16.3197010Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:29:16.3197377Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:29:16.3197790Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:29:16.3198360Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:29:16.3198791Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:29:16.3199264Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:29:16.3199720Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:29:16.3200114Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:29:16.3200465Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:29:16.3200843Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:29:16.3201242Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:29:16.3201631Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:29:16.3202022Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:29:16.3202450Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:29:16.3203091Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:29:16.3203518Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:29:16.3203905Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:29:16.3204305Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:29:16.3204856Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.3205443Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:29:16.3205903Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:29:16.3206344Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:29:16.3206777Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:29:16.3207181Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:29:16.3207582Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:29:16.3207979Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:29:16.3208533Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:29:16.3208940Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:29:16.3209490Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:29:16.3209881Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:29:16.3210283Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:29:16.3210658Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:29:16.3211067Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:29:16.3211532Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:29:16.3211957Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:29:16.3212331Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:29:16.3212707Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:29:16.3213097Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:29:16.3213471Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:29:16.3213842Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:29:16.3214271Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:29:16.3214718Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:29:16.3215125Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:29:16.3215522Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:29:16.3215917Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:29:16.3216299Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:29:16.3216678Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:29:16.3217069Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:29:16.3217469Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:29:16.3217916Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:29:16.3218501Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:29:16.3218924Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:29:16.3219547Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:29:16.3219963Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:29:16.3220386Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:29:16.3220774Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:29:16.3221130Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:29:16.3221484Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:29:16.3221847Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:29:16.3222219Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:29:16.3222572Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:29:16.3222942Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:29:16.3223334Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:29:16.3223722Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:29:16.3224081Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:29:16.3224430Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:29:16.3224811Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:29:16.3225207Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:29:16.3225749Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:29:16.3226112Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:29:16.3226473Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:29:16.3226855Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:29:16.3227235Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:29:16.3227589Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:29:16.3227962Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:29:16.3228500Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:29:16.3228880Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:29:16.3229255Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:29:16.3229635Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:29:16.3230020Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:29:16.3230425Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:29:16.3230848Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:29:16.3231246Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:29:16.3231606Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:29:16.3231957Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:29:16.3232300Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:29:16.3232722Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:29:16.3233228Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:29:16.3233736Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:29:16.3234213Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:29:16.3234717Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:29:16.3235157Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:29:16.3235849Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:29:16.3236266Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:29:16.3236655Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:29:16.3237042Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:29:16.3237427Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:29:16.3237820Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:29:16.3238312Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:29:16.3238710Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:29:16.3239151Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:29:16.3239583Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:29:16.3239960Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:29:16.3240357Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:29:16.3240779Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:29:16.3241162Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:29:16.3241513Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:29:16.3242067Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:29:16.3242521Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:29:16.3242983Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:29:16.3243398Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:29:16.3243811Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:29:16.3244245Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:29:16.3244679Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:29:16.3681986Z [+] Installing Go for linux-arm64...
2025-08-20T20:29:16.8810746Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:29:16.8811073Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T20:29:16.8811313Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T20:29:16.8821456Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T20:29:16.8821826Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T20:29:16.8822180Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T20:29:16.8897599Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T20:29:16.8898148Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T20:29:16.8898624Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T20:29:16.8899076Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T20:29:16.8899513Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T20:29:16.8899958Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T20:29:16.8900425Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T20:29:16.8900890Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T20:29:16.8901320Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T20:29:16.8901756Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T20:29:16.8902192Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T20:29:16.8903028Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T20:29:16.8903491Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T20:29:16.8903939Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T20:29:16.8904385Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T20:29:16.8904846Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T20:29:16.8905317Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T20:29:16.8905776Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T20:29:16.8906226Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T20:29:16.8906638Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T20:29:16.8906984Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T20:29:16.8907309Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T20:29:16.8907650Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T20:29:16.8907980Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T20:29:16.8908555Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T20:29:16.8940294Z go version go1.22.2 linux/arm64
2025-08-20T20:29:16.9325418Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:29:16.9326295Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:29:16.9326647Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:29:16.9327033Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:29:16.9327408Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:29:16.9327776Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:29:16.9328420Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:29:16.9328801Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:29:16.9329152Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:29:16.9329477Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:29:16.9329831Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:29:16.9330215Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:29:16.9330603Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:29:16.9331008Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:29:16.9331401Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:29:16.9331798Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:29:16.9332203Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:29:16.9332573Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:29:16.9332952Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:29:16.9333412Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:29:16.9333859Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:29:16.9334250Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:29:16.9334675Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:29:16.9335077Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:29:16.9335434Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:29:16.9335825Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:29:16.9336257Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:29:16.9336958Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:29:16.9337392Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:29:16.9337805Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:29:16.9338357Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:29:16.9338788Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:29:16.9339215Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:29:16.9339638Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:29:16.9340076Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:29:16.9340504Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:29:16.9340910Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:29:16.9341320Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:29:16.9341715Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:29:16.9342127Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:29:16.9342558Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:29:16.9343152Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:29:16.9343561Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:29:16.9343957Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:29:16.9344412Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:29:16.9344887Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:29:16.9345362Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:29:16.9345853Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:29:16.9346295Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:29:16.9346713Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:29:16.9347140Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:29:16.9347553Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:29:16.9347965Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:29:16.9348524Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:29:16.9348896Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:29:16.9349255Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:29:16.9349632Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:29:16.9350026Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:29:16.9350430Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:29:16.9350811Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:29:16.9351224Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:29:16.9351660Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:29:16.9352085Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:29:16.9352495Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:29:16.9352916Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:29:16.9353548Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:29:16.9353971Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:29:16.9354367Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:29:16.9354803Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:29:16.9355302Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:29:16.9355805Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:29:16.9356265Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:29:16.9356684Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:29:16.9357072Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:29:16.9357465Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:29:16.9357871Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:29:16.9358394Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:29:16.9358853Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:29:16.9359356Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:29:16.9360023Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:29:16.9360518Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:29:16.9360960Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:29:16.9361363Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:29:16.9361757Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:29:16.9362167Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:29:16.9362565Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:29:16.9362950Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:29:16.9363373Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:29:16.9363839Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:29:16.9364225Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:29:16.9364596Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:29:16.9365002Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:29:16.9365413Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:29:16.9365792Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:29:16.9366164Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:29:16.9366558Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:29:16.9366947Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:29:16.9367299Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:29:16.9367677Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:29:16.9368184Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:29:16.9368579Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:29:16.9368947Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:29:16.9369310Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:29:16.9369687Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:29:16.9370286Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:29:16.9370699Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:29:16.9371096Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:29:16.9371481Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:29:16.9371862Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:29:16.9372263Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:29:16.9372661Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:29:16.9373033Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:29:16.9373387Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:29:16.9373735Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:29:16.9374092Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:29:16.9374458Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:29:16.9374810Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:29:16.9375183Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:29:16.9375580Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:29:16.9376006Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:29:16.9376599Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:29:16.9377001Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:29:16.9377395Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:29:16.9377783Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:29:16.9378305Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:29:16.9378713Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:29:16.9379122Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:29:16.9379505Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:29:16.9379897Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:29:16.9380311Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:29:16.9380757Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:29:16.9381182Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:29:16.9381571Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:29:16.9381964Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:29:16.9382383Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:29:16.9382793Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:29:16.9383195Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:29:16.9383589Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:29:16.9383988Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:29:16.9384391Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:29:16.9384773Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:29:16.9385133Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:29:16.9385495Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:29:16.9385897Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:29:16.9386298Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:29:16.9386911Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:29:16.9387327Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:29:16.9387700Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:29:16.9388192Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:29:16.9388576Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:29:16.9388965Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:29:16.9389388Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:29:16.9389835Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:29:16.9390235Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:29:16.9390609Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:29:16.9391003Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:29:16.9391424Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:29:16.9391844Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:29:16.9392200Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:29:16.9392541Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:29:16.9393115Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:29:16.9393551Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:29:16.9393959Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:29:16.9394341Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:29:16.9394721Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:29:16.9395110Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:29:16.9395541Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:29:16.9396012Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:29:16.9396429Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:29:16.9396800Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:29:16.9397157Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:29:16.9397626Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:29:16.9398269Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:29:16.9398710Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:29:16.9399089Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:29:16.9399548Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:29:16.9400083Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:29:16.9400583Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:29:16.9401028Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:29:16.9401387Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:29:16.9401765Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:29:16.9402175Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:29:16.9402593Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:29:16.9402996Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:29:16.9403581Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:29:16.9403968Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:29:16.9404364Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:29:16.9404765Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:29:16.9405164Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:29:16.9405565Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:29:16.9405958Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:29:16.9406353Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:29:16.9406772Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:29:16.9407219Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:29:16.9407649Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:29:16.9408140Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:29:16.9408523Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:29:16.9408897Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:29:16.9409273Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:29:16.9409821Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:29:16.9410238Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:29:16.9410702Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:29:16.9411150Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:29:16.9411559Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:29:16.9411947Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:29:16.9412331Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:29:16.9412711Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:29:16.9413079Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:29:16.9413474Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:29:16.9413860Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:29:16.9414305Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:29:16.9414780Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:29:16.9415242Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:29:16.9415765Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:29:16.9416279Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:29:16.9416783Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:29:16.9417223Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:29:16.9417595Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:29:16.9417957Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:29:16.9418459Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:29:16.9418842Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:29:16.9419212Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:29:16.9419590Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:29:16.9420161Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:29:16.9420561Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:29:16.9420940Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:29:16.9421313Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:29:16.9421711Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:29:16.9422107Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:29:16.9422525Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:29:16.9422960Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:29:16.9423379Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:29:16.9423793Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:29:16.9424198Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:29:16.9424620Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:29:16.9425041Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:29:16.9425436Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:29:16.9425925Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:29:16.9426433Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.9426950Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:29:16.9427321Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:29:16.9427696Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:29:16.9428178Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:29:16.9428575Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:29:16.9429010Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:29:16.9429560Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:29:16.9429991Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:29:16.9430398Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:29:16.9430800Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:29:16.9431225Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:29:16.9431636Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:29:16.9432029Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:29:16.9432466Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:29:16.9432957Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:29:16.9433454Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:29:16.9433906Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:29:16.9434320Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:29:16.9434728Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:29:16.9435206Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:29:16.9435692Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:29:16.9436106Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:29:16.9436796Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:29:16.9437268Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:29:16.9437679Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:29:16.9438189Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:29:16.9438547Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:29:16.9438920Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:29:16.9439304Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:29:16.9439672Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:29:16.9440025Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:29:16.9440395Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:29:16.9440761Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:29:16.9441125Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:29:16.9441501Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:29:16.9441859Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:29:16.9442236Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:29:16.9442621Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:29:16.9443140Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:29:16.9443498Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:29:16.9443854Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:29:16.9444220Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:29:16.9444592Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:29:16.9444963Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:29:16.9445323Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:29:16.9445693Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:29:16.9446113Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:29:16.9446546Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:29:16.9446957Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:29:16.9447321Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:29:16.9447704Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:29:16.9448284Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:29:16.9448687Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:29:16.9449053Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:29:16.9449423Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:29:16.9449781Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:29:16.9450121Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:29:16.9450469Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:29:16.9450835Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:29:16.9451208Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:29:16.9451572Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:29:16.9451921Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:29:16.9452257Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:29:16.9452635Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:29:16.9453359Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:29:16.9453782Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:29:16.9454179Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:29:16.9454576Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:29:16.9454993Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:29:16.9455500Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:29:16.9456115Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:29:16.9456743Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:29:16.9457286Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:29:16.9457758Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:29:16.9458322Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:29:16.9458842Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:29:16.9459462Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:29:16.9460194Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:29:16.9460686Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:29:16.9461131Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:29:16.9461503Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:29:16.9461879Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:29:16.9462255Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:29:16.9462634Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:29:16.9463023Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:29:16.9463410Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:29:16.9463849Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:29:16.9464237Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:29:16.9464622Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:29:16.9464997Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:29:16.9465374Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:29:16.9465749Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:29:16.9466151Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:29:16.9466545Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:29:16.9466958Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:29:16.9467371Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:29:16.9467745Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:29:16.9468262Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:29:16.9468677Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:29:16.9469088Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:29:16.9469526Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:29:16.9470155Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:29:16.9470536Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:29:16.9470904Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:29:16.9471288Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:29:16.9471683Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:29:16.9472078Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:29:16.9472470Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:29:16.9472851Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:29:16.9473229Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:29:16.9473594Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:29:16.9473962Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:29:16.9474513Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.9475235Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.9475919Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.9476731Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.9477253Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:29:16.9477637Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:29:16.9478171Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:29:16.9478629Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:29:16.9479024Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:29:16.9479402Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:29:16.9479768Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:29:16.9480144Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:29:16.9480527Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:29:16.9480899Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:29:16.9481278Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:29:16.9481666Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:29:16.9482067Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:29:16.9482467Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:29:16.9482870Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:29:16.9483258Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:29:16.9483637Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:29:16.9484021Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:29:16.9484426Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:29:16.9484832Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:29:16.9485231Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:29:16.9485623Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:29:16.9486052Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:29:16.9486486Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:29:16.9487114Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:29:16.9487568Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:29:16.9488169Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:29:16.9488579Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:29:16.9488953Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:29:16.9489334Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:29:16.9489737Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:29:16.9490148Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:29:16.9490553Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:29:16.9490938Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:29:16.9491330Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:29:16.9491799Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:29:16.9492270Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:29:16.9492668Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:29:16.9493246Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:29:16.9493701Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:29:16.9494150Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:29:16.9494627Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:29:16.9495114Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:29:16.9495564Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:29:16.9496004Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:29:16.9496406Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:29:16.9496798Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:29:16.9497221Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:29:16.9497611Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:29:16.9497987Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:29:16.9498538Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:29:16.9498942Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:29:16.9499352Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:29:16.9499772Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:29:16.9500167Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:29:16.9500548Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:29:16.9500917Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:29:16.9501275Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:29:16.9501663Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:29:16.9502082Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:29:16.9502480Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:29:16.9502931Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:29:16.9503593Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:29:16.9504002Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:29:16.9504445Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:29:16.9504868Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:29:16.9505276Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:29:16.9505687Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:29:16.9506043Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:29:16.9506408Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:29:16.9506804Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:29:16.9507200Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:29:16.9507585Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:29:16.9507944Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:29:16.9508421Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:29:16.9508773Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:29:16.9509255Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:29:16.9509909Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:29:16.9510289Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:29:16.9510669Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:29:16.9511068Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:29:16.9511480Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:29:16.9511895Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:29:16.9512300Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:29:16.9512716Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:29:16.9513128Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:29:16.9513505Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:29:16.9513875Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:29:16.9514233Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:29:16.9514610Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:29:16.9515033Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:29:16.9515462Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:29:16.9515865Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:29:16.9516290Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:29:16.9516734Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:29:16.9517137Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:29:16.9517507Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:29:16.9517860Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:29:16.9518334Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:29:16.9518708Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:29:16.9519086Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:29:16.9519464Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:29:16.9520069Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:29:16.9520491Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:29:16.9520953Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:29:16.9521389Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:29:16.9521762Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:29:16.9522150Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:29:16.9522537Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:29:16.9522924Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:29:16.9523310Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:29:16.9523687Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:29:16.9524130Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:29:16.9524622Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:29:16.9525045Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:29:16.9525425Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:29:16.9525802Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:29:16.9526347Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:29:16.9526743Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:29:16.9527121Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:29:16.9527517Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:29:16.9527897Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:29:16.9528389Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:29:16.9528747Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:29:16.9529148Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:29:16.9529572Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:29:16.9529952Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:29:16.9530341Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:29:16.9530782Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:29:16.9531222Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:29:16.9531650Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:29:16.9532047Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:29:16.9532570Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.9533079Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:29:16.9533472Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:29:16.9533886Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:29:16.9534317Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:29:16.9534840Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:29:16.9535424Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:29:16.9536041Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:29:16.9536892Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:29:16.9537553Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:29:16.9538309Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:29:16.9538936Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:29:16.9539530Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:29:16.9540015Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:29:16.9540458Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:29:16.9540892Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:29:16.9541328Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:29:16.9541803Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:29:16.9542236Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:29:16.9542616Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:29:16.9542984Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:29:16.9543507Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:29:16.9543893Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:29:16.9544300Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:29:16.9544720Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:29:16.9545084Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:29:16.9545925Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:29:16.9546405Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:29:16.9546901Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:29:16.9547409Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:29:16.9547899Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:29:16.9548494Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:29:16.9548919Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:29:16.9549337Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:29:16.9549747Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:29:16.9550179Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:29:16.9550609Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:29:16.9550999Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:29:16.9551382Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:29:16.9551760Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:29:16.9552137Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:29:16.9552581Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:29:16.9553022Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:29:16.9553429Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:29:16.9553843Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:29:16.9554517Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:29:16.9554979Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:29:16.9555427Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:29:16.9555861Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:29:16.9556258Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:29:16.9556635Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:29:16.9557024Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:29:16.9557396Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:29:16.9557776Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:29:16.9558344Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:29:16.9558757Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:29:16.9559189Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:29:16.9559660Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:29:16.9560117Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:29:16.9560509Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:29:16.9561027Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:29:16.9561404Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:29:16.9561797Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:29:16.9562184Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:29:16.9562573Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:29:16.9563004Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:29:16.9563453Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:29:16.9563920Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:29:16.9564313Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:29:16.9564718Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:29:16.9565266Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:16.9565846Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:29:16.9566298Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:29:16.9566744Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:29:16.9567176Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:29:16.9567572Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:29:16.9567964Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:29:16.9568535Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:29:16.9568938Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:29:16.9569344Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:29:16.9569726Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:29:16.9570119Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:29:16.9570522Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:29:16.9570898Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:29:16.9571527Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:29:16.9572009Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:29:16.9572436Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:29:16.9572813Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:29:16.9573196Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:29:16.9573585Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:29:16.9573961Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:29:16.9574333Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:29:16.9574762Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:29:16.9575215Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:29:16.9575621Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:29:16.9576016Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:29:16.9576414Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:29:16.9576795Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:29:16.9577374Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:29:16.9577764Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:29:16.9578310Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:29:16.9578756Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:29:16.9579206Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:29:16.9579631Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:29:16.9580035Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:29:16.9580439Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:29:16.9580865Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:29:16.9581254Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:29:16.9581613Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:29:16.9581962Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:29:16.9582327Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:29:16.9582702Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:29:16.9583056Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:29:16.9583426Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:29:16.9583822Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:29:16.9584209Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:29:16.9584568Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:29:16.9584922Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:29:16.9585297Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:29:16.9585700Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:29:16.9586092Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:29:16.9586460Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:29:16.9586829Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:29:16.9587220Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:29:16.9587840Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:29:16.9588337Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:29:16.9588712Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:29:16.9589102Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:29:16.9589483Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:29:16.9589870Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:29:16.9590249Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:29:16.9590635Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:29:16.9591039Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:29:16.9591464Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:29:16.9591870Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:29:16.9592227Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:29:16.9592579Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:29:16.9592916Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:29:16.9593335Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:29:16.9593972Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:29:16.9594446Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:29:16.9594926Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:29:16.9595433Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:29:16.9595874Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:29:16.9596256Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:29:16.9596650Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:29:16.9597042Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:29:16.9597431Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:29:16.9597821Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:29:16.9598311Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:29:16.9598688Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:29:16.9599080Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:29:16.9599522Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:29:16.9599960Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:29:16.9600340Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:29:16.9600741Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:29:16.9601164Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:29:16.9601545Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:29:16.9601898Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:29:16.9602285Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:29:16.9602742Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:29:16.9603204Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:29:16.9603615Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:29:16.9604214Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:29:16.9604659Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:29:16.9605094Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:29:17.1644471Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:29:17.3370244Z Collecting meson
2025-08-20T20:29:17.3844815Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:29:17.4386499Z Collecting ninja
2025-08-20T20:29:17.4464206Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T20:29:17.4704948Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:29:17.5605744Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 12.0 MB/s  0:00:00
2025-08-20T20:29:17.5682304Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T20:29:17.6609447Z Installing collected packages: ninja, meson
2025-08-20T20:29:18.3476750Z 
2025-08-20T20:29:18.3499712Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:29:18.6202116Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:29:18.7116848Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:29:18.7792535Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:29:19.1697297Z 1.8.4
2025-08-20T20:29:19.2024067Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:29:19.2566465Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:29:19.2566907Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:29:19.2567263Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:29:19.2567622Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:29:19.2568143Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:29:19.2568562Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:29:19.2568925Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:29:19.2569289Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:29:19.2569638Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:29:19.2569979Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:29:19.2570335Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:29:19.2570721Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:29:19.2571104Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:29:19.2571510Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:29:19.2571906Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:29:19.2572312Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:29:19.2572714Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:29:19.2573076Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:29:19.2573452Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:29:19.2573917Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:29:19.2574372Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:29:19.2574766Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:29:19.2575185Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:29:19.2575586Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:29:19.2575936Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:29:19.2576733Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:29:19.2577198Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:29:19.2577619Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:29:19.2578175Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:29:19.2578814Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:29:19.2579260Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:29:19.2579683Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:29:19.2580112Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:29:19.2580535Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:29:19.2580982Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:29:19.2581411Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:29:19.2581819Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:29:19.2582230Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:29:19.2582625Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:29:19.2583295Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:29:19.2583722Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:29:19.2584145Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:29:19.2584550Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:29:19.2584946Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:29:19.2585409Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:29:19.2585886Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:29:19.2586360Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:29:19.2586850Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:29:19.2587302Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:29:19.2587721Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:29:19.2588327Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:29:19.2588765Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:29:19.2589184Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:29:19.2589589Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:29:19.2589958Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:29:19.2590321Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:29:19.2590691Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:29:19.2591087Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:29:19.2591496Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:29:19.2591876Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:29:19.2592290Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:29:19.2592732Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:29:19.2593158Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:29:19.2593756Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:29:19.2594208Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:29:19.2594642Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:29:19.2595047Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:29:19.2595496Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:29:19.2595941Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:29:19.2596440Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:29:19.2596944Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:29:19.2597404Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:29:19.2597817Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:29:19.2598523Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:29:19.2598928Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:29:19.2599334Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:29:19.2599736Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:29:19.2600522Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:29:19.2601023Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:29:19.2601532Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:29:19.2602023Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:29:19.2602463Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:29:19.2602871Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:29:19.2603265Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:29:19.2603669Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:29:19.2604070Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:29:19.2604457Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:29:19.2604890Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:29:19.2605314Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:29:19.2605700Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:29:19.2606073Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:29:19.2606479Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:29:19.2606893Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:29:19.2607273Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:29:19.2607638Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:29:19.2608354Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:29:19.2608793Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:29:19.2609152Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:29:19.2609533Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:29:19.2609949Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:29:19.2610335Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:29:19.2610698Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:29:19.2611262Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:29:19.2611661Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:29:19.2612051Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:29:19.2612450Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:29:19.2612846Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:29:19.2613237Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:29:19.2613620Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:29:19.2614020Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:29:19.2614724Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:29:19.2615101Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:29:19.2615466Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:29:19.2615814Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:29:19.2616169Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:29:19.2616532Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:29:19.2616884Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:29:19.2617446Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:29:19.2617845Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:29:19.2618452Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:29:19.2618897Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:29:19.2619299Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:29:19.2619692Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:29:19.2620086Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:29:19.2620474Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:29:19.2620878Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:29:19.2621464Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:29:19.2621855Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:29:19.2622250Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:29:19.2622666Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:29:19.2623106Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:29:19.2623534Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:29:19.2623929Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:29:19.2624328Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:29:19.2624736Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:29:19.2625150Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:29:19.2625559Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:29:19.2625959Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:29:19.2626360Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:29:19.2626764Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:29:19.2627148Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:29:19.2627508Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:29:19.2628242Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:29:19.2628677Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:29:19.2629073Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:29:19.2629472Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:29:19.2629861Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:29:19.2630236Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:29:19.2630754Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:29:19.2631138Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:29:19.2631525Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:29:19.2631947Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:29:19.2632395Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:29:19.2632793Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:29:19.2633164Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:29:19.2633555Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:29:19.2633976Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:29:19.2634553Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:29:19.2634909Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:29:19.2635252Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:29:19.2635675Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:29:19.2636104Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:29:19.2636546Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:29:19.2636930Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:29:19.2637310Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:29:19.2637687Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:29:19.2638264Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:29:19.2638746Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:29:19.2639164Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:29:19.2639533Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:29:19.2639895Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:29:19.2640342Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:29:19.2640848Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:29:19.2641289Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:29:19.2641666Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:29:19.2642124Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:29:19.2642660Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:29:19.2643167Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:29:19.2643606Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:29:19.2643969Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:29:19.2644348Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:29:19.2644760Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:29:19.2645363Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:29:19.2645794Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:29:19.2646175Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:29:19.2646553Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:29:19.2646955Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:29:19.2647358Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:29:19.2647756Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:29:19.2648438Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:29:19.2648871Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:29:19.2649264Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:29:19.2649693Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:29:19.2650136Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:29:19.2650564Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:29:19.2650955Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:29:19.2651463Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:29:19.2651839Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:29:19.2652213Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:29:19.2652604Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:29:19.2653025Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:29:19.2653499Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:29:19.2653947Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:29:19.2654351Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:29:19.2654739Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:29:19.2655121Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:29:19.2655502Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:29:19.2655873Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:29:19.2656259Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:29:19.2656639Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:29:19.2657082Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:29:19.2657561Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:29:19.2658188Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:29:19.2658720Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:29:19.2659234Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:29:19.2659738Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:29:19.2660179Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:29:19.2660541Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:29:19.2660898Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:29:19.2661273Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:29:19.2661656Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:29:19.2662228Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:29:19.2662620Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:29:19.2663005Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:29:19.2663389Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:29:19.2663765Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:29:19.2664148Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:29:19.2664543Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:29:19.2664934Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:29:19.2665350Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:29:19.2665790Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:29:19.2666217Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:29:19.2666630Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:29:19.2667031Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:29:19.2667442Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:29:19.2668180Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:29:19.2668579Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:29:19.2668945Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:29:19.2669449Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:19.2669967Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:29:19.2670341Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:29:19.2670717Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:29:19.2671081Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:29:19.2671478Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:29:19.2671915Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:29:19.2672346Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:29:19.2672778Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:29:19.2673181Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:29:19.2673587Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:29:19.2674009Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:29:19.2674427Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:29:19.2674820Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:29:19.2675257Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:29:19.2675747Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:29:19.2676250Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:29:19.2676699Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:29:19.2677110Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:29:19.2677513Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:29:19.2677993Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:29:19.2678834Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:29:19.2679251Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:29:19.2679685Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:29:19.2680140Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:29:19.2680546Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:29:19.2680913Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:29:19.2681268Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:29:19.2681638Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:29:19.2682031Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:29:19.2682559Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:29:19.2682921Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:29:19.2683291Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:29:19.2683669Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:29:19.2684027Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:29:19.2684399Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:29:19.2684754Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:29:19.2685304Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:29:19.2685689Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:29:19.2686050Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:29:19.2686408Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:29:19.2686763Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:29:19.2687136Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:29:19.2687510Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:29:19.2687876Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:29:19.2688396Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:29:19.2688775Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:29:19.2689200Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:29:19.2689637Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:29:19.2690045Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:29:19.2690407Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:29:19.2690786Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:29:19.2691217Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:29:19.2691618Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:29:19.2691977Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:29:19.2692343Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:29:19.2692700Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:29:19.2693049Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:29:19.2693394Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:29:19.2693749Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:29:19.2694112Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:29:19.2694471Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:29:19.2694820Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:29:19.2695381Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:29:19.2695833Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:29:19.2696245Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:29:19.2696644Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:29:19.2697042Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:29:19.2697442Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:29:19.2697859Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:29:19.2698474Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:29:19.2699086Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:29:19.2699716Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:29:19.2700260Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:29:19.2700731Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:29:19.2701182Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:29:19.2701871Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:29:19.2702492Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:29:19.2703054Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:29:19.2703548Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:29:19.2703995Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:29:19.2704366Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:29:19.2704738Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:29:19.2705107Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:29:19.2705487Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:29:19.2705878Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:29:19.2706266Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:29:19.2706651Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:29:19.2707039Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:29:19.2707425Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:29:19.2707808Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:29:19.2708322Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:29:19.2708702Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:29:19.2709095Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:29:19.2709490Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:29:19.2709908Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:29:19.2710324Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:29:19.2710711Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:29:19.2711102Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:29:19.2711511Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:29:19.2712142Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:29:19.2712599Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:29:19.2713024Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:29:19.2713388Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:29:19.2713757Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:29:19.2714145Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:29:19.2714516Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:29:19.2714909Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:29:19.2715302Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:29:19.2715686Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:29:19.2716069Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:29:19.2716440Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:29:19.2716808Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:29:19.2717353Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:19.2718319Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:19.2719210Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:19.2719880Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:19.2720406Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:29:19.2720796Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:29:19.2721204Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:29:19.2721607Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:29:19.2721980Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:29:19.2722358Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:29:19.2722729Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:29:19.2723107Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:29:19.2723487Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:29:19.2723857Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:29:19.2724234Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:29:19.2724624Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:29:19.2725027Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:29:19.2725432Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:29:19.2725827Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:29:19.2726218Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:29:19.2726596Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:29:19.2726991Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:29:19.2727393Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:29:19.2727792Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:29:19.2728438Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:29:19.2728837Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:29:19.2729519Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:29:19.2729964Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:29:19.2730370Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:29:19.2730810Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:29:19.2731271Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:29:19.2731674Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:29:19.2732044Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:29:19.2732424Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:29:19.2732824Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:29:19.2733234Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:29:19.2733640Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:29:19.2734024Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:29:19.2734418Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:29:19.2734890Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:29:19.2735517Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:29:19.2735914Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:29:19.2736325Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:29:19.2736777Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:29:19.2737226Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:29:19.2737704Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:29:19.2738415Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:29:19.2738871Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:29:19.2739310Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:29:19.2739714Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:29:19.2740106Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:29:19.2740524Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:29:19.2740908Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:29:19.2741279Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:29:19.2741693Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:29:19.2742089Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:29:19.2742491Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:29:19.2742912Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:29:19.2743306Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:29:19.2743688Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:29:19.2744051Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:29:19.2744407Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:29:19.2744797Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:29:19.2745217Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:29:19.2745799Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:29:19.2746269Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:29:19.2746719Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:29:19.2747120Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:29:19.2747560Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:29:19.2747990Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:29:19.2748532Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:29:19.2748941Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:29:19.2749301Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:29:19.2749665Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:29:19.2750063Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:29:19.2750464Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:29:19.2750840Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:29:19.2751197Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:29:19.2751548Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:29:19.2752066Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:29:19.2752551Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:29:19.2753063Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:29:19.2753447Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:29:19.2753826Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:29:19.2754226Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:29:19.2754638Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:29:19.2755048Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:29:19.2755455Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:29:19.2755873Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:29:19.2756290Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:29:19.2756667Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:29:19.2757034Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:29:19.2757396Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:29:19.2757772Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:29:19.2758334Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:29:19.2758766Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:29:19.2759160Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:29:19.2759583Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:29:19.2760027Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:29:19.2760429Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:29:19.2760801Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:29:19.2761152Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:29:19.2761499Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:29:19.2761867Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:29:19.2762450Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:29:19.2762840Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:29:19.2763244Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:29:19.2763660Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:29:19.2764124Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:29:19.2764564Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:29:19.2764944Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:29:19.2765331Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:29:19.2765717Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:29:19.2766105Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:29:19.2766491Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:29:19.2766867Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:29:19.2767306Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:29:19.2767796Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:29:19.2768427Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:29:19.2768967Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:29:19.2769343Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:29:19.2769750Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:29:19.2770142Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:29:19.2770515Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:29:19.2770917Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:29:19.2771299Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:29:19.2771646Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:29:19.2772000Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:29:19.2772401Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:29:19.2772825Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:29:19.2773203Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:29:19.2773593Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:29:19.2774036Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:29:19.2774477Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:29:19.2774909Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:29:19.2775304Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:29:19.2775822Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:19.2776333Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:29:19.2776724Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:29:19.2777138Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:29:19.2777567Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:29:19.2778233Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:29:19.2778824Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:29:19.2779634Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:29:19.2780294Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:29:19.2780941Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:29:19.2781578Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:29:19.2782200Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:29:19.2782780Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:29:19.2783263Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:29:19.2783710Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:29:19.2784150Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:29:19.2784580Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:29:19.2785056Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:29:19.2785490Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:29:19.2786040Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:29:19.2786430Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:29:19.2786810Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:29:19.2787194Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:29:19.2787604Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:29:19.2788146Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:29:19.2788518Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:29:19.2788903Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:29:19.2789367Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:29:19.2789857Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:29:19.2790349Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:29:19.2790838Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:29:19.2791288Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:29:19.2791707Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:29:19.2792123Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:29:19.2792542Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:29:19.2792973Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:29:19.2793399Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:29:19.2793787Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:29:19.2794174Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:29:19.2794552Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:29:19.2794932Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:29:19.2795369Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:29:19.2795868Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:29:19.2796498Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:29:19.2796926Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:29:19.2797353Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:29:19.2797810Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:29:19.2798404Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:29:19.2798844Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:29:19.2799243Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:29:19.2799613Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:29:19.2800002Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:29:19.2800373Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:29:19.2800749Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:29:19.2801153Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:29:19.2801557Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:29:19.2801985Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:29:19.2802457Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:29:19.2803083Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:29:19.2803479Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:29:19.2803831Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:29:19.2804207Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:29:19.2804600Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:29:19.2804992Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:29:19.2805388Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:29:19.2805821Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:29:19.2806272Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:29:19.2806688Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:29:19.2807075Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:29:19.2807471Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:29:19.2808014Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:19.2808734Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:29:19.2809195Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:29:19.2809641Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:29:19.2810069Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:29:19.2810469Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:29:19.2810861Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:29:19.2811255Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:29:19.2811656Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:29:19.2812059Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:29:19.2812442Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:29:19.2812836Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:29:19.2813449Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:29:19.2813843Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:29:19.2814252Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:29:19.2814717Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:29:19.2815147Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:29:19.2815523Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:29:19.2815897Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:29:19.2816287Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:29:19.2816661Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:29:19.2817027Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:29:19.2817461Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:29:19.2817908Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:29:19.2818477Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:29:19.2818875Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:29:19.2819416Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:29:19.2819800Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:29:19.2820176Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:29:19.2820563Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:29:19.2820967Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:29:19.2821420Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:29:19.2821875Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:29:19.2822298Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:29:19.2822703Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:29:19.2823108Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:29:19.2823542Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:29:19.2823931Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:29:19.2824288Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:29:19.2824635Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:29:19.2825002Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:29:19.2825381Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:29:19.2825739Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:29:19.2826112Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:29:19.2826508Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:29:19.2826901Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:29:19.2827261Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:29:19.2827614Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:29:19.2827995Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:29:19.2828617Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:29:19.2829001Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:29:19.2829366Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:29:19.2829957Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:29:19.2830347Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:29:19.2830732Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:29:19.2831084Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:29:19.2831458Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:29:19.2831853Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:29:19.2832243Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:29:19.2832618Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:29:19.2832996Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:29:19.2833380Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:29:19.2833785Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:29:19.2834211Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:29:19.2834615Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:29:19.2834970Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:29:19.2835317Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:29:19.2835806Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:29:19.2836229Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:29:19.2836735Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:29:19.2837202Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:29:19.2837679Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:29:19.2838347Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:29:19.2838786Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:29:19.2839170Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:29:19.2839562Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:29:19.2839958Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:29:19.2840344Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:29:19.2840729Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:29:19.2841116Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:29:19.2841495Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:29:19.2841897Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:29:19.2842338Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:29:19.2842770Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:29:19.2843146Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:29:19.2843550Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:29:19.2843979Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:29:19.2844365Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:29:19.2844715Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:29:19.2845108Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:29:19.2845561Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:29:19.2846233Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:29:19.2846663Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:29:19.2847080Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:29:19.2847509Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:29:19.2847942Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:29:19.4892667Z info: downloading installer
2025-08-20T20:29:19.7230942Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:29:19.7231303Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:29:19.7231663Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:29:19.7232095Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:29:19.7457863Z info: profile set to 'default'
2025-08-20T20:29:19.7458358Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T20:29:19.7458723Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:29:19.7995351Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:29:19.9690339Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:29:19.9994406Z info: downloading component 'clippy'
2025-08-20T20:29:20.1292491Z info: downloading component 'rustfmt'
2025-08-20T20:29:20.2408436Z info: downloading component 'cargo'
2025-08-20T20:29:20.4135992Z info: downloading component 'rust-std'
2025-08-20T20:29:21.1261159Z info: downloading component 'rustc'
2025-08-20T20:29:22.8396475Z info: removing previous version of component 'clippy'
2025-08-20T20:29:22.8577310Z info: removing previous version of component 'rustfmt'
2025-08-20T20:29:22.8654165Z info: removing previous version of component 'cargo'
2025-08-20T20:29:22.8896678Z info: removing previous version of component 'rust-std'
2025-08-20T20:29:22.9105200Z info: removing previous version of component 'rustc'
2025-08-20T20:29:22.9365878Z info: installing component 'clippy'
2025-08-20T20:29:23.2054803Z info: installing component 'rustfmt'
2025-08-20T20:29:23.4065813Z info: installing component 'cargo'
2025-08-20T20:29:23.9127043Z info: installing component 'rust-std'
2025-08-20T20:29:25.2329388Z info: installing component 'rustc'
2025-08-20T20:29:28.0472667Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:29:28.0472997Z 
2025-08-20T20:29:28.0546517Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T20:29:28.0546932Z 
2025-08-20T20:29:28.0546954Z 
2025-08-20T20:29:28.0547047Z Rust is installed now. Great!
2025-08-20T20:29:28.0547189Z 
2025-08-20T20:29:28.0547367Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:29:28.0547757Z environment variable. This has not been done automatically.
2025-08-20T20:29:28.0547973Z 
2025-08-20T20:29:28.0548235Z To configure your current shell, you need to source
2025-08-20T20:29:28.0548534Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:29:28.0548712Z 
2025-08-20T20:29:28.0548891Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:29:28.0549272Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:29:28.0549569Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:29:28.0549849Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:29:28.0727369Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:29:28.1083312Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:29:28.1083595Z 
2025-08-20T20:29:28.1157317Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:29:28.1157645Z 
2025-08-20T20:29:28.1561054Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:29:28.1939293Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:29:28.2286674Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:29:28.2287145Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:29:28.2287503Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:29:28.2287857Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:29:28.2288326Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:29:28.2288735Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:29:28.2289108Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:29:28.2289475Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:29:28.2289822Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:29:28.2290150Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:29:28.2290521Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:29:28.2290907Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:29:28.2291291Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:29:28.2291699Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:29:28.2292099Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:29:28.2292952Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:29:28.2293355Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:29:28.2293718Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:29:28.2294096Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:29:28.2294549Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:29:28.2294999Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:29:28.2295390Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:29:28.2295809Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:29:28.2296210Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:29:28.2296560Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:29:28.2296953Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:29:28.2297384Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:29:28.2297799Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:29:28.2298332Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:29:28.2298746Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:29:28.2299173Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:29:28.2299602Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:29:28.2300033Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:29:28.2300454Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:29:28.2300892Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:29:28.2301324Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:29:28.2301731Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:29:28.2302139Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:29:28.2302529Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:29:28.2302936Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:29:28.2303613Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:29:28.2304047Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:29:28.2304452Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:29:28.2304845Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:29:28.2305301Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:29:28.2305777Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:29:28.2306247Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:29:28.2306734Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:29:28.2307185Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:29:28.2307611Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:29:28.2308465Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:29:28.2308891Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:29:28.2309314Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:29:28.2309717Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:29:28.2310299Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:29:28.2310661Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:29:28.2311029Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:29:28.2311424Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:29:28.2311829Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:29:28.2312216Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:29:28.2312624Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:29:28.2313065Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:29:28.2313490Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:29:28.2313900Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:29:28.2314330Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:29:28.2314760Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:29:28.2315167Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:29:28.2315569Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:29:28.2316008Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:29:28.2316514Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:29:28.2317019Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:29:28.2317483Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:29:28.2317902Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:29:28.2318545Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:29:28.2318949Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:29:28.2319360Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:29:28.2319762Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:29:28.2320219Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:29:28.2321059Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:29:28.2321588Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:29:28.2322086Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:29:28.2322528Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:29:28.2322931Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:29:28.2323331Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:29:28.2323735Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:29:28.2324136Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:29:28.2324523Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:29:28.2324949Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:29:28.2325382Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:29:28.2325767Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:29:28.2326140Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:29:28.2326549Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:29:28.2327120Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:29:28.2327497Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:29:28.2327866Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:29:28.2328402Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:29:28.2328797Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:29:28.2329149Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:29:28.2329535Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:29:28.2329946Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:29:28.2330335Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:29:28.2330702Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:29:28.2331068Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:29:28.2331447Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:29:28.2331833Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:29:28.2332233Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:29:28.2332635Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:29:28.2333022Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:29:28.2333412Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:29:28.2333812Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:29:28.2334213Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:29:28.2334585Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:29:28.2334946Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:29:28.2335304Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:29:28.2335661Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:29:28.2336030Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:29:28.2336384Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:29:28.2336760Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:29:28.2337390Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:29:28.2337848Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:29:28.2338548Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:29:28.2338953Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:29:28.2339345Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:29:28.2339775Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:29:28.2340166Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:29:28.2340569Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:29:28.2340982Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:29:28.2341365Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:29:28.2341761Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:29:28.2342175Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:29:28.2342612Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:29:28.2343043Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:29:28.2343431Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:29:28.2344016Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:29:28.2344428Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:29:28.2344842Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:29:28.2345246Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:29:28.2345912Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:29:28.2346327Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:29:28.2346734Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:29:28.2347116Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:29:28.2347478Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:29:28.2347847Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:29:28.2348398Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:29:28.2348796Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:29:28.2349199Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:29:28.2349588Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:29:28.2349959Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:29:28.2350335Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:29:28.2350718Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:29:28.2351108Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:29:28.2351536Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:29:28.2351981Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:29:28.2352384Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:29:28.2352756Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:29:28.2353146Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:29:28.2353566Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:29:28.2353984Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:29:28.2354571Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:29:28.2354970Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:29:28.2355402Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:29:28.2355834Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:29:28.2356245Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:29:28.2356769Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:29:28.2357150Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:29:28.2357532Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:29:28.2357956Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:29:28.2358573Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:29:28.2358994Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:29:28.2359358Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:29:28.2359719Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:29:28.2360166Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:29:28.2360675Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:29:28.2361286Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:29:28.2361666Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:29:28.2362127Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:29:28.2362666Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:29:28.2363174Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:29:28.2363616Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:29:28.2363978Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:29:28.2364363Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:29:28.2364778Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:29:28.2365199Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:29:28.2365610Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:29:28.2365986Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:29:28.2366361Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:29:28.2366760Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:29:28.2367164Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:29:28.2367563Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:29:28.2367961Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:29:28.2368489Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:29:28.2368880Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:29:28.2369307Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:29:28.2369758Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:29:28.2370185Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:29:28.2370577Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:29:28.2370952Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:29:28.2371546Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:29:28.2371928Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:29:28.2372320Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:29:28.2372736Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:29:28.2373203Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:29:28.2373658Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:29:28.2374070Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:29:28.2374463Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:29:28.2374846Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:29:28.2375222Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:29:28.2375593Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:29:28.2375984Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:29:28.2376370Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:29:28.2376815Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:29:28.2377282Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:29:28.2377892Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:29:28.2378579Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:29:28.2379099Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:29:28.2379604Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:29:28.2380295Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:29:28.2380669Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:29:28.2381035Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:29:28.2381412Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:29:28.2381792Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:29:28.2382165Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:29:28.2382547Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:29:28.2382934Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:29:28.2383326Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:29:28.2383709Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:29:28.2384136Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:29:28.2384535Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:29:28.2384929Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:29:28.2385343Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:29:28.2385780Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:29:28.2386209Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:29:28.2386619Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:29:28.2387029Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:29:28.2387445Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:29:28.2387864Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:29:28.2388729Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:29:28.2389108Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:29:28.2389620Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:28.2390140Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:29:28.2390511Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:29:28.2390895Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:29:28.2391261Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:29:28.2391659Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:29:28.2392103Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:29:28.2392535Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:29:28.2392969Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:29:28.2393374Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:29:28.2393779Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:29:28.2394201Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:29:28.2394749Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:29:28.2395140Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:29:28.2395571Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:29:28.2396057Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:29:28.2396551Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:29:28.2397001Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:29:28.2397412Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:29:28.2397817Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:29:28.2398444Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:29:28.2398928Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:29:28.2399342Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:29:28.2399777Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:29:28.2400233Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:29:28.2400640Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:29:28.2401001Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:29:28.2401357Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:29:28.2401729Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:29:28.2402115Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:29:28.2402483Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:29:28.2402835Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:29:28.2403212Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:29:28.2403574Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:29:28.2403937Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:29:28.2404311Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:29:28.2404665Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:29:28.2405241Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:29:28.2405636Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:29:28.2406005Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:29:28.2406363Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:29:28.2406722Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:29:28.2407088Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:29:28.2407466Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:29:28.2407834Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:29:28.2408318Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:29:28.2408695Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:29:28.2409116Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:29:28.2409555Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:29:28.2409962Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:29:28.2410324Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:29:28.2410703Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:29:28.2411129Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:29:28.2411700Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:29:28.2412064Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:29:28.2412669Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:29:28.2413032Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:29:28.2413376Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:29:28.2413769Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:29:28.2414123Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:29:28.2414490Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:29:28.2414850Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:29:28.2415198Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:29:28.2415539Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:29:28.2415915Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:29:28.2416321Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:29:28.2416722Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:29:28.2417124Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:29:28.2417522Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:29:28.2417942Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:29:28.2418653Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:29:28.2419282Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:29:28.2419909Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:29:28.2420458Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:29:28.2420931Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:29:28.2421386Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:29:28.2421902Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:29:28.2422778Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:29:28.2423352Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:29:28.2423846Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:29:28.2424289Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:29:28.2424664Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:29:28.2425037Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:29:28.2425411Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:29:28.2425792Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:29:28.2426181Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:29:28.2426570Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:29:28.2426958Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:29:28.2427342Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:29:28.2427729Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:29:28.2428244Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:29:28.2428811Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:29:28.2429185Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:29:28.2429579Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:29:28.2429973Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:29:28.2430385Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:29:28.2430807Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:29:28.2431177Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:29:28.2431571Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:29:28.2431982Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:29:28.2432394Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:29:28.2432835Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:29:28.2433261Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:29:28.2433626Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:29:28.2433995Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:29:28.2434380Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:29:28.2434756Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:29:28.2435147Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:29:28.2435541Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:29:28.2435926Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:29:28.2436308Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:29:28.2436675Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:29:28.2437043Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:29:28.2437592Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:28.2438473Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:28.2439379Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:28.2440052Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:28.2440786Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:29:28.2441176Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:29:28.2441588Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:29:28.2441993Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:29:28.2442364Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:29:28.2442738Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:29:28.2443107Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:29:28.2443487Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:29:28.2443865Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:29:28.2444237Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:29:28.2444613Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:29:28.2445001Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:29:28.2445571Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:29:28.2445969Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:29:28.2446367Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:29:28.2446754Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:29:28.2447133Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:29:28.2447527Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:29:28.2447931Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:29:28.2448471Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:29:28.2448870Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:29:28.2449261Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:29:28.2449690Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:29:28.2450120Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:29:28.2450525Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:29:28.2450966Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:29:28.2451424Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:29:28.2451837Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:29:28.2452215Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:29:28.2452594Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:29:28.2452992Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:29:28.2453403Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:29:28.2453811Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:29:28.2454197Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:29:28.2454592Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:29:28.2455066Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:29:28.2455541Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:29:28.2456209Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:29:28.2456631Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:29:28.2457085Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:29:28.2457540Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:29:28.2458143Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:29:28.2458635Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:29:28.2459081Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:29:28.2459520Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:29:28.2459924Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:29:28.2460314Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:29:28.2460734Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:29:28.2461118Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:29:28.2461492Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:29:28.2461899Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:29:28.2462473Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:29:28.2462877Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:29:28.2463295Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:29:28.2463690Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:29:28.2464069Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:29:28.2464442Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:29:28.2464799Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:29:28.2465186Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:29:28.2465606Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:29:28.2466000Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:29:28.2466453Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:29:28.2466905Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:29:28.2467307Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:29:28.2467746Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:29:28.2468521Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:29:28.2468942Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:29:28.2469356Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:29:28.2469713Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:29:28.2470081Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:29:28.2470474Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:29:28.2470872Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:29:28.2471251Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:29:28.2471608Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:29:28.2471954Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:29:28.2472302Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:29:28.2473027Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:29:28.2473555Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:29:28.2473938Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:29:28.2474316Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:29:28.2474712Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:29:28.2475124Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:29:28.2475535Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:29:28.2475939Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:29:28.2476353Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:29:28.2476763Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:29:28.2477140Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:29:28.2477502Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:29:28.2477867Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:29:28.2478397Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:29:28.2478823Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:29:28.2479431Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:29:28.2479832Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:29:28.2480255Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:29:28.2480698Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:29:28.2481098Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:29:28.2481472Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:29:28.2481819Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:29:28.2482169Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:29:28.2482533Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:29:28.2482910Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:29:28.2483288Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:29:28.2483688Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:29:28.2484152Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:29:28.2484611Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:29:28.2485049Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:29:28.2485427Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:29:28.2485815Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:29:28.2486212Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:29:28.2486602Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:29:28.2486987Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:29:28.2487370Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:29:28.2487813Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:29:28.2488519Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:29:28.2488975Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:29:28.2489354Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:29:28.2489997Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:29:28.2490411Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:29:28.2490805Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:29:28.2491180Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:29:28.2491583Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:29:28.2491966Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:29:28.2492313Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:29:28.2492668Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:29:28.2493070Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:29:28.2493492Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:29:28.2494144Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:29:28.2494532Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:29:28.2494976Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:29:28.2495419Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:29:28.2496016Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:29:28.2496412Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:29:28.2496926Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:28.2497433Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:29:28.2497825Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:29:28.2498398Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:29:28.2498833Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:29:28.2499355Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:29:28.2499942Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:29:28.2500556Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:29:28.2501203Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:29:28.2501854Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:29:28.2502514Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:29:28.2503144Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:29:28.2503726Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:29:28.2504214Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:29:28.2504662Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:29:28.2505103Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:29:28.2505529Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:29:28.2506009Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:29:28.2506442Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:29:28.2506826Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:29:28.2507408Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:29:28.2507798Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:29:28.2508277Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:29:28.2508691Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:29:28.2509105Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:29:28.2509480Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:29:28.2509868Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:29:28.2510334Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:29:28.2510826Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:29:28.2511317Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:29:28.2511813Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:29:28.2512268Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:29:28.2512689Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:29:28.2513103Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:29:28.2513698Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:29:28.2514133Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:29:28.2514561Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:29:28.2514949Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:29:28.2515334Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:29:28.2515718Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:29:28.2516096Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:29:28.2516537Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:29:28.2516975Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:29:28.2517382Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:29:28.2517802Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:29:28.2518365Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:29:28.2518816Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:29:28.2519262Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:29:28.2519697Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:29:28.2520101Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:29:28.2520475Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:29:28.2520865Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:29:28.2521469Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:29:28.2521859Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:29:28.2522270Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:29:28.2522669Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:29:28.2523094Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:29:28.2523562Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:29:28.2524261Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:29:28.2524670Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:29:28.2525022Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:29:28.2525391Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:29:28.2525789Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:29:28.2526177Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:29:28.2526566Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:29:28.2526998Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:29:28.2527446Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:29:28.2527864Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:29:28.2528413Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:29:28.2528813Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:29:28.2529358Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:29:28.2529938Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:29:28.2530396Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:29:28.2530996Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:29:28.2531421Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:29:28.2531817Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:29:28.2532209Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:29:28.2532603Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:29:28.2533006Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:29:28.2533412Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:29:28.2533792Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:29:28.2534186Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:29:28.2534597Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:29:28.2534973Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:29:28.2535380Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:29:28.2535841Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:29:28.2536267Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:29:28.2536649Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:29:28.2537030Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:29:28.2537418Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:29:28.2537796Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:29:28.2538292Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:29:28.2538729Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:29:28.2539177Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:29:28.2539584Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:29:28.2539982Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:29:28.2540379Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:29:28.2540948Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:29:28.2541334Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:29:28.2541718Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:29:28.2542121Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:29:28.2542565Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:29:28.2543018Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:29:28.2543442Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:29:28.2543843Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:29:28.2544249Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:29:28.2544675Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:29:28.2545070Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:29:28.2545432Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:29:28.2545779Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:29:28.2546146Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:29:28.2546524Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:29:28.2547013Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:29:28.2547382Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:29:28.2547775Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:29:28.2548301Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:29:28.2548657Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:29:28.2549010Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:29:28.2549389Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:29:28.2549789Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:29:28.2550166Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:29:28.2550529Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:29:28.2550896Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:29:28.2551280Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:29:28.2551661Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:29:28.2552010Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:29:28.2552387Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:29:28.2552781Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:29:28.2553167Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:29:28.2553544Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:29:28.2553921Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:29:28.2554305Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:29:28.2554708Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:29:28.2555141Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:29:28.2555548Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:29:28.2555906Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:29:28.2556256Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:29:28.2556602Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:29:28.2557229Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:29:28.2558012Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:29:28.2558598Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:29:28.2559076Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:29:28.2559588Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:29:28.2560025Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:29:28.2560408Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:29:28.2560798Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:29:28.2561186Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:29:28.2561576Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:29:28.2561966Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:29:28.2562355Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:29:28.2562731Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:29:28.2563123Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:29:28.2563754Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:29:28.2564190Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:29:28.2564590Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:29:28.2581621Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:29:28.2582194Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:29:28.2582612Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:29:28.2582965Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:29:28.2583357Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:29:28.2583810Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:29:28.2584318Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:29:28.2584740Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:29:28.2585157Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:29:28.2585585Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:29:28.2586272Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:29:28.2586571Z 
2025-08-20T20:29:28.2586576Z 
2025-08-20T20:29:28.2586971Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:29:28 PM)
2025-08-20T20:29:28.2587327Z 
2025-08-20T20:29:28.2587330Z 
2025-08-20T20:29:28.2587365Z 
2025-08-20T20:29:28.2587434Z [+] Continue : YES
2025-08-20T20:29:28.2587536Z 
2025-08-20T20:29:28.2587771Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:29:28.2999566Z 
2025-08-20T20:29:28.3000236Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:29:28 PM) UTC
2025-08-20T20:29:28.3000502Z 
2025-08-20T20:29:28.3015248Z 
2025-08-20T20:29:28.3015459Z [+] Total RECIPES :: 1
2025-08-20T20:29:28.3015596Z 
2025-08-20T20:29:28.3093154Z 
2025-08-20T20:29:28.3093818Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml (1/1)
2025-08-20T20:29:28.3094335Z 
2025-08-20T20:29:28.3800689Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:29:28.3812005Z mode of '/tmp/pkgforge/hN2PmPhpU_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:29:28.3862102Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/gitoxide/official [Provided]
2025-08-20T20:29:28.3862521Z [+] Setting '.pkg_family' --> gitoxide [Provided]
2025-08-20T20:29:28.3875591Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:29:28.3880115Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T20:29:28.3907211Z [00:00:00.003]➜  
2025-08-20T20:29:28.3907701Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/hN2PmPhpU_build.yaml
2025-08-20T20:29:28.3908359Z [00:00:00.003]➜  
2025-08-20T20:29:28.3942304Z [00:00:00.006]➜  
2025-08-20T20:29:28.3942746Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/hN2PmPhpU_build.yaml
2025-08-20T20:29:28.3943167Z [00:00:00.006]➜  
2025-08-20T20:29:28.4027656Z [00:00:00.015]➜  
2025-08-20T20:29:28.4029056Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/gitoxide/static.official.source.yaml) --> /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:29:28 PM) UTC]
2025-08-20T20:29:28.4030078Z [00:00:00.015]➜  
2025-08-20T20:29:28.4030271Z [00:00:00.015]➜  
2025-08-20T20:29:28.4030783Z [00:00:00.015]➜  
2025-08-20T20:29:28.4031064Z [00:00:00.015]➜  ###################################################################
2025-08-20T20:29:28.4039670Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:29:28.4040494Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:29:28.4041076Z [00:00:00.016]➜  _disabled: false
2025-08-20T20:29:28.4041303Z [00:00:00.016]➜  
2025-08-20T20:29:28.4041509Z [00:00:00.016]➜  pkg: "gitoxide"
2025-08-20T20:29:28.4041833Z [00:00:00.016]➜  pkg_id: "github.com.GitoxideLabs.gitoxide"
2025-08-20T20:29:28.4042138Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T20:29:28.4042379Z [00:00:00.016]➜  category:
2025-08-20T20:29:28.4043008Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T20:29:28.4043321Z [00:00:00.016]➜    - "Utility"
2025-08-20T20:29:28.4043731Z [00:00:00.016]➜  description: "An idiomatic, lean, fast & safe pure Rust implementation of Git"
2025-08-20T20:29:28.4044135Z [00:00:00.016]➜  distro_pkg:
2025-08-20T20:29:28.4044357Z [00:00:00.016]➜    alpine:
2025-08-20T20:29:28.4044586Z [00:00:00.016]➜      - "gitoxide"
2025-08-20T20:29:28.4044830Z [00:00:00.016]➜    archlinux:
2025-08-20T20:29:28.4045051Z [00:00:00.016]➜      aur:
2025-08-20T20:29:28.4045283Z [00:00:00.016]➜        - "gitoxide-git"
2025-08-20T20:29:28.4045539Z [00:00:00.016]➜      extra:
2025-08-20T20:29:28.4045768Z [00:00:00.016]➜        - "gitoxide"
2025-08-20T20:29:28.4046001Z [00:00:00.016]➜    nixpkgs:
2025-08-20T20:29:28.4046242Z [00:00:00.016]➜      - "gitoxide"
2025-08-20T20:29:28.4046483Z [00:00:00.016]➜  homepage:
2025-08-20T20:29:28.4046781Z [00:00:00.016]➜    - "https://github.com/GitoxideLabs/gitoxide"
2025-08-20T20:29:28.4047080Z [00:00:00.016]➜  license:
2025-08-20T20:29:28.4047324Z [00:00:00.016]➜    - "Apache-2"
2025-08-20T20:29:28.4047554Z [00:00:00.016]➜    - "MIT"
2025-08-20T20:29:28.4047772Z [00:00:00.016]➜  maintainer:
2025-08-20T20:29:28.4048250Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:29:28.4048606Z [00:00:00.016]➜  note:
2025-08-20T20:29:28.4048887Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:29:28.4049414Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/GitoxideLabs/gitoxide"
2025-08-20T20:29:28.4049869Z [00:00:00.016]➜  provides:
2025-08-20T20:29:28.4050087Z [00:00:00.016]➜    - "ein"
2025-08-20T20:29:28.4050343Z [00:00:00.016]➜    - "gix"  
2025-08-20T20:29:28.4050569Z [00:00:00.016]➜  repology:
2025-08-20T20:29:28.4051083Z [00:00:00.016]➜    - "gitoxide"
2025-08-20T20:29:28.4051398Z [00:00:00.016]➜  src_url:
2025-08-20T20:29:28.4051696Z [00:00:00.016]➜    - "https://github.com/GitoxideLabs/gitoxide"
2025-08-20T20:29:28.4051991Z [00:00:00.016]➜  tag:
2025-08-20T20:29:28.4052196Z [00:00:00.016]➜    - "git"
2025-08-20T20:29:28.4052413Z [00:00:00.016]➜    - "vcs"
2025-08-20T20:29:28.4052663Z [00:00:00.016]➜    - "version-control"
2025-08-20T20:29:28.4052926Z [00:00:00.016]➜  x_exec:
2025-08-20T20:29:28.4053164Z [00:00:00.016]➜    bsys: "docker://rust"
2025-08-20T20:29:28.4053418Z [00:00:00.016]➜    host:
2025-08-20T20:29:28.4053642Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T20:29:28.4053947Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T20:29:28.4054196Z [00:00:00.016]➜    shell: "bash"
2025-08-20T20:29:28.4054429Z [00:00:00.016]➜    pkgver: |
2025-08-20T20:29:28.4054708Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:29:28.4055435Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/GitoxideLabs/gitoxide" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:29:28.4056307Z [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-20T20:29:28.4056945Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:29:28.4057596Z [00:00:00.016]➜    run: |
2025-08-20T20:29:28.4057816Z [00:00:00.016]➜      #Build
2025-08-20T20:29:28.4058562Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:29:28.4059291Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:29:28.4059857Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:29:28.4060326Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:29:28.4060736Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T20:29:28.4061073Z [00:00:00.016]➜        bash -l -c '
2025-08-20T20:29:28.4061315Z [00:00:00.016]➜        #Setup ENV
2025-08-20T20:29:28.4061685Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:29:28.4062137Z [00:00:00.016]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:29:28.4062550Z [00:00:00.016]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T20:29:28.4063170Z [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-20T20:29:28.4063716Z [00:00:00.016]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:29:28.4064054Z [00:00:00.016]➜             export RUST_TARGET
2025-08-20T20:29:28.4064314Z [00:00:00.016]➜           else
2025-08-20T20:29:28.4064565Z [00:00:00.016]➜             rustc -Vv ; exit 1
2025-08-20T20:29:28.4064823Z [00:00:00.016]➜           fi
2025-08-20T20:29:28.4065046Z [00:00:00.016]➜         else
2025-08-20T20:29:28.4065366Z [00:00:00.016]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:29:28.4065736Z [00:00:00.016]➜           rustup target add "${RUST_TARGET}"
2025-08-20T20:29:28.4066023Z [00:00:00.016]➜         fi
2025-08-20T20:29:28.4066251Z [00:00:00.016]➜         RUST_FLAGS=()
2025-08-20T20:29:28.4066573Z [00:00:00.016]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:29:28.4066968Z [00:00:00.016]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:29:28.4067378Z [00:00:00.016]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:29:28.4067773Z [00:00:00.016]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:29:28.4068438Z [00:00:00.016]➜         fi
2025-08-20T20:29:28.4068795Z [00:00:00.016]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:29:28.4069144Z [00:00:00.016]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:29:28.4069461Z [00:00:00.016]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:29:28.4069777Z [00:00:00.016]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:29:28.4070102Z [00:00:00.016]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:29:28.4070439Z [00:00:00.016]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:29:28.4070761Z [00:00:00.016]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:29:28.4071134Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:29:28.4071520Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:29:28.4071874Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:29:28.4072215Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:29:28.4072587Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:29:28.4072951Z [00:00:00.016]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:29:28.4073234Z [00:00:00.016]➜        #Build
2025-08-20T20:29:28.4073813Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/GitoxideLabs/gitoxide" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:29:28.4074633Z [00:00:00.016]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:29:28.4074976Z [00:00:00.016]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:29:28.4075615Z [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-20T20:29:28.4076204Z [00:00:00.016]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:29:28.4076850Z [00:00:00.016]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:29:28.4077435Z [00:00:00.016]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:29:28.4077798Z [00:00:00.016]➜        #Copy
2025-08-20T20:29:28.4078956Z [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-20T20:29:28.4080238Z [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-20T20:29:28.4080798Z [00:00:00.016]➜        #Strip 
2025-08-20T20:29:28.4081287Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:29:28.4081981Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:29:28.4082664Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:29:28.4083255Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:29:28.4083812Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:29:28.4084232Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T20:29:28.4084478Z [00:00:00.016]➜        '
2025-08-20T20:29:28.4084697Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T20:29:28.4085052Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:29:28.4085593Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:29:28.4086860Z [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-20T20:29:28.4087705Z [00:00:00.016]➜  
2025-08-20T20:29:28.4087898Z [00:00:00.016]➜  
2025-08-20T20:29:28.4088306Z [00:00:00.016]➜  ###################################################################
2025-08-20T20:29:28.4088611Z [00:00:00.016]➜  
2025-08-20T20:29:28.4088793Z [00:00:00.016]➜  
2025-08-20T20:29:28.4088974Z [00:00:00.016]➜  
2025-08-20T20:29:28.4089481Z [00:00:00.017]➜  '/tmp/pkgforge/hN2PmPhpU_build.yaml' -> '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:29:29.7831830Z [00:00:01.395]➜  '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/gitoxide.static.version' -> '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/gitoxide.version'
2025-08-20T20:29:29.7881866Z [00:00:01.400]➜  [+] Version: HEAD-c2c8c2f-250819T032528 ('.x_exec.pkgver') [/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/gitoxide.static.version]
2025-08-20T20:29:29.8064547Z [00:00:01.418]➜  [+] Progs: ein gitoxide gix
2025-08-20T20:29:30.1713145Z [00:00:01.783]➜  
2025-08-20T20:29:30.1713519Z [00:00:01.783]➜  [-] Missing packages. Found: 
2025-08-20T20:29:30.1713835Z [00:00:01.783]➜  [+] Expected: ein gitoxide gix
2025-08-20T20:29:30.1714149Z [00:00:01.783]➜  [+] Continuing with build...
2025-08-20T20:29:30.1714830Z [00:00:01.783]➜  
2025-08-20T20:29:30.4877078Z [00:00:02.100]➜  
2025-08-20T20:29:30.4877382Z [00:00:02.100]➜  
2025-08-20T20:29:30.4953115Z [00:00:02.107]➜  + mkdir -pv /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:29:30.4970647Z [00:00:02.109]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=gitoxide -e PKG_ID=github.com.GitoxideLabs.gitoxide -e PKG_TYPE=static -e PKG_VER=HEAD-c2c8c2f-250819T032528 -e PKGVER=HEAD-c2c8c2f-250819T032528 -e SBUILD_PKG=gitoxide.static -e SBUILD_PKGVER=HEAD-c2c8c2f-250819T032528 --volume /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T20:29:30.4972362Z [00:00:02.109]➜    #Setup ENV
2025-08-20T20:29:30.4972735Z [00:00:02.109]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:29:30.4973199Z [00:00:02.109]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:29:30.4973605Z [00:00:02.109]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T20:29:30.4974212Z [00:00:02.109]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:29:30.4974754Z [00:00:02.109]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:29:30.4975074Z [00:00:02.109]➜         export RUST_TARGET
2025-08-20T20:29:30.4975336Z [00:00:02.109]➜       else
2025-08-20T20:29:30.4975574Z [00:00:02.109]➜         rustc -Vv ; exit 1
2025-08-20T20:29:30.4975820Z [00:00:02.109]➜       fi
2025-08-20T20:29:30.4976029Z [00:00:02.109]➜     else
2025-08-20T20:29:30.4976333Z [00:00:02.109]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:29:30.4976698Z [00:00:02.109]➜       rustup target add "${RUST_TARGET}"
2025-08-20T20:29:30.4976966Z [00:00:02.109]➜     fi
2025-08-20T20:29:30.4977194Z [00:00:02.109]➜     RUST_FLAGS=()
2025-08-20T20:29:30.4977503Z [00:00:02.109]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:29:30.4977886Z [00:00:02.109]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:29:30.4978513Z [00:00:02.109]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:29:30.4978906Z [00:00:02.109]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:29:30.4979193Z [00:00:02.109]➜     fi
2025-08-20T20:29:30.4979448Z [00:00:02.109]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:29:30.4980180Z [00:00:02.109]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:29:30.4980585Z [00:00:02.109]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:29:30.4980906Z [00:00:02.109]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:29:30.4981224Z [00:00:02.109]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:29:30.4981543Z [00:00:02.109]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:29:30.4981871Z [00:00:02.109]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:29:30.4982224Z [00:00:02.109]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:29:30.4982592Z [00:00:02.109]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:29:30.4982941Z [00:00:02.109]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:29:30.4983278Z [00:00:02.109]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:29:30.4983632Z [00:00:02.109]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:29:30.4983994Z [00:00:02.109]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:29:30.4984271Z [00:00:02.109]➜    #Build
2025-08-20T20:29:30.4984799Z [00:00:02.109]➜     git clone --filter "blob:none" --quiet "https://github.com/GitoxideLabs/gitoxide" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:29:30.4985336Z [00:00:02.109]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:29:30.4985666Z [00:00:02.109]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:29:30.4986561Z [00:00:02.109]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:29:30.4987146Z [00:00:02.109]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:29:30.4987662Z [00:00:02.109]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:29:30.4988420Z [00:00:02.109]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:29:30.4988829Z [00:00:02.109]➜    #Copy
2025-08-20T20:29:30.4989822Z [00:00:02.109]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T20:29:30.4991059Z [00:00:02.109]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:29:30.4991623Z [00:00:02.109]➜    #Strip 
2025-08-20T20:29:30.4992099Z [00:00:02.109]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:29:30.4992774Z [00:00:02.109]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:29:30.4993462Z [00:00:02.109]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:29:30.4994046Z [00:00:02.109]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:29:30.4994703Z [00:00:02.109]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:29:30.4995116Z [00:00:02.109]➜     popd &>/dev/null
2025-08-20T20:29:30.4995350Z [00:00:02.109]➜    '
2025-08-20T20:29:30.8620863Z [00:00:02.474]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:29:30.9491246Z [00:00:02.561]➜  b2e6f696af52: Pulling fs layer
2025-08-20T20:29:30.9491768Z [00:00:02.561]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T20:29:30.9492084Z [00:00:02.561]➜  99fd740fb142: Pulling fs layer
2025-08-20T20:29:30.9492391Z [00:00:02.561]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T20:29:30.9492687Z [00:00:02.561]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T20:29:30.9492983Z [00:00:02.561]➜  323e89f8c367: Pulling fs layer
2025-08-20T20:29:30.9493651Z [00:00:02.561]➜  2b92eb3035e7: Waiting
2025-08-20T20:29:30.9493961Z [00:00:02.561]➜  4239b2f25ebc: Waiting
2025-08-20T20:29:30.9494228Z [00:00:02.561]➜  323e89f8c367: Waiting
2025-08-20T20:29:31.0234718Z [00:00:02.635]➜  99fd740fb142: Verifying Checksum
2025-08-20T20:29:31.0235248Z [00:00:02.635]➜  99fd740fb142: Download complete
2025-08-20T20:29:31.0567951Z [00:00:02.669]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T20:29:31.0568534Z [00:00:02.669]➜  996f2cb07f7c: Download complete
2025-08-20T20:29:31.0658525Z [00:00:02.678]➜  b2e6f696af52: Verifying Checksum
2025-08-20T20:29:31.0658961Z [00:00:02.678]➜  b2e6f696af52: Download complete
2025-08-20T20:29:31.1518556Z [00:00:02.764]➜  323e89f8c367: Verifying Checksum
2025-08-20T20:29:31.1518993Z [00:00:02.764]➜  323e89f8c367: Download complete
2025-08-20T20:29:31.1731771Z [00:00:02.785]➜  b2e6f696af52: Pull complete
2025-08-20T20:29:31.3298417Z [00:00:02.942]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T20:29:31.3298852Z [00:00:02.942]➜  4239b2f25ebc: Download complete
2025-08-20T20:29:39.1988862Z [00:00:10.811]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T20:29:39.1989287Z [00:00:10.811]➜  2b92eb3035e7: Download complete
2025-08-20T20:29:46.7799804Z [00:00:18.392]➜  996f2cb07f7c: Pull complete
2025-08-20T20:29:55.1965013Z [00:00:26.808]➜  99fd740fb142: Pull complete
2025-08-20T20:31:45.3318783Z [00:02:16.944]➜  2b92eb3035e7: Pull complete
2025-08-20T20:31:53.5837622Z [00:02:25.196]➜  4239b2f25ebc: Pull complete
2025-08-20T20:31:53.6676546Z [00:02:25.280]➜  323e89f8c367: Pull complete
2025-08-20T20:31:53.7016465Z [00:02:25.314]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T20:31:53.7142182Z [00:02:25.326]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T20:31:53.9926649Z [00:02:25.605]➜  + mkdir -p /build-bins
2025-08-20T20:31:53.9943652Z [00:02:25.606]➜  ++ mktemp -d
2025-08-20T20:31:53.9956610Z [00:02:25.608]➜  + pushd /tmp/tmp.xlnpCpJaRc
2025-08-20T20:31:53.9959247Z [00:02:25.608]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T20:31:53.9960195Z [00:02:25.608]➜  + source /root/.cargo/env
2025-08-20T20:31:53.9960561Z [00:02:25.608]➜  ++ case ":${PATH}:" in
2025-08-20T20:31:53.9965810Z [00:02:25.609]➜  ++ uname -m
2025-08-20T20:31:53.9966147Z [00:02:25.609]➜  ++ tr -d '[:space:]'
2025-08-20T20:31:53.9979600Z [00:02:25.610]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T20:31:53.9981837Z [00:02:25.610]➜  ++ uname -m
2025-08-20T20:31:53.9995741Z [00:02:25.612]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T20:31:53.9996161Z [00:02:25.612]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T20:31:53.9996534Z [00:02:25.612]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T20:31:54.1609792Z [00:02:25.773]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T20:31:54.1627426Z [00:02:25.775]➜  + RUST_FLAGS=()
2025-08-20T20:31:54.1627802Z [00:02:25.775]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:31:54.1630690Z [00:02:25.775]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:31:54.1631195Z [00:02:25.775]➜  + echo aarch64-unknown-linux-musl
2025-08-20T20:31:54.1632833Z [00:02:25.775]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T20:31:54.1650163Z [00:02:25.777]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:31:54.1650635Z [00:02:25.777]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:31:54.1655448Z [00:02:25.777]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:31:54.1655879Z [00:02:25.777]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:31:54.1656187Z [00:02:25.777]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:31:54.1656501Z [00:02:25.777]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:31:54.1656818Z [00:02:25.777]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:31:54.1657128Z [00:02:25.777]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:31:54.1657490Z [00:02:25.778]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:31:54.1657802Z [00:02:25.778]➜  ++ which mold
2025-08-20T20:31:54.1677616Z [00:02:25.780]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:31:54.1678569Z [00:02:25.780]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:31:54.1679288Z [00:02:25.780]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:31:54.1679677Z [00:02:25.780]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:31:54.1681152Z [00:02:25.780]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T20:31:54.1683916Z [00:02:25.780]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T20:31:54.1685280Z [00:02:25.780]➜  + git clone --filter blob:none --quiet https://github.com/GitoxideLabs/gitoxide ./TEMPREPO
2025-08-20T20:31:58.2639808Z [00:02:29.876]➜  
2025-08-20T20:31:58.2640201Z [00:02:29.876]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T20:31:58.2641658Z [00:02:29.876]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T20:31:58.2642788Z [00:02:29.876]➜  
2025-08-20T20:31:58.2642995Z [00:02:29.876]➜  + cd ./TEMPREPO/
2025-08-20T20:31:58.2643324Z [00:02:29.876]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T20:31:58.2644748Z [00:02:29.876]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T20:31:58.2645984Z [00:02:29.876]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T20:31:58.2658618Z [00:02:29.878]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T20:31:58.2661609Z [00:02:29.878]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T20:31:58.2698424Z [00:02:29.882]➜  ++ nproc
2025-08-20T20:31:58.2712364Z [00:02:29.883]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T20:31:58.4967781Z [00:02:30.109]➜      Updating crates.io index
2025-08-20T20:31:59.9818676Z [00:02:31.594]➜   Downloading crates ...
2025-08-20T20:32:00.1623749Z [00:02:31.774]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T20:32:00.1650044Z [00:02:31.777]➜    Downloaded anstyle-query v1.1.3
2025-08-20T20:32:00.1668556Z [00:02:31.779]➜    Downloaded arrayvec v0.7.6
2025-08-20T20:32:00.1690046Z [00:02:31.781]➜    Downloaded anyhow v1.0.98
2025-08-20T20:32:00.1721558Z [00:02:31.784]➜    Downloaded aho-corasick v1.1.3
2025-08-20T20:32:00.1768670Z [00:02:31.789]➜    Downloaded arc-swap v1.7.1
2025-08-20T20:32:00.1800179Z [00:02:31.792]➜    Downloaded anstream v0.6.19
2025-08-20T20:32:00.1823607Z [00:02:31.794]➜    Downloaded ansiterm v0.12.2
2025-08-20T20:32:00.1843778Z [00:02:31.796]➜    Downloaded allocator-api2 v0.2.21
2025-08-20T20:32:00.1869524Z [00:02:31.799]➜    Downloaded autocfg v1.5.0
2025-08-20T20:32:00.1889757Z [00:02:31.801]➜    Downloaded yoke v0.8.0
2025-08-20T20:32:00.1908655Z [00:02:31.803]➜    Downloaded libz-rs-sys v0.5.1
2025-08-20T20:32:00.1921273Z [00:02:31.804]➜    Downloaded anstyle v1.0.11
2025-08-20T20:32:00.1945111Z [00:02:31.806]➜    Downloaded signal-hook v0.3.18
2025-08-20T20:32:00.1978401Z [00:02:31.810]➜    Downloaded itertools v0.13.0
2025-08-20T20:32:00.2039312Z [00:02:31.816]➜    Downloaded rayon-core v1.12.1
2025-08-20T20:32:00.2072316Z [00:02:31.819]➜    Downloaded crosstermion v0.14.0
2025-08-20T20:32:00.2086400Z [00:02:31.821]➜    Downloaded jiff v0.2.15
2025-08-20T20:32:00.2228378Z [00:02:31.835]➜    Downloaded displaydoc v0.2.5
2025-08-20T20:32:00.2255156Z [00:02:31.838]➜    Downloaded async-channel v2.3.1
2025-08-20T20:32:00.2268312Z [00:02:31.839]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T20:32:00.2292823Z [00:02:31.841]➜    Downloaded writeable v0.6.1
2025-08-20T20:32:00.2309449Z [00:02:31.843]➜    Downloaded clap_derive v4.5.41
2025-08-20T20:32:00.2472915Z [00:02:31.859]➜    Downloaded equivalent v1.0.2
2025-08-20T20:32:00.2483683Z [00:02:31.860]➜    Downloaded vcpkg v0.2.15
2025-08-20T20:32:00.2840111Z [00:02:31.896]➜    Downloaded tinyvec_macros v0.1.1
2025-08-20T20:32:00.2858221Z [00:02:31.898]➜    Downloaded walkdir v2.5.0
2025-08-20T20:32:00.2889498Z [00:02:31.901]➜    Downloaded overload v0.1.1
2025-08-20T20:32:00.2913800Z [00:02:31.903]➜    Downloaded tui-react v0.23.2
2025-08-20T20:32:00.2932138Z [00:02:31.905]➜    Downloaded tracing-attributes v0.1.30
2025-08-20T20:32:00.3006727Z [00:02:31.913]➜    Downloaded tinyvec v1.9.0
2025-08-20T20:32:00.3047247Z [00:02:31.917]➜    Downloaded tracing-core v0.1.34
2025-08-20T20:32:00.3085293Z [00:02:31.921]➜    Downloaded url v2.5.4
2025-08-20T20:32:00.3123616Z [00:02:31.924]➜    Downloaded unicode-segmentation v1.12.0
2025-08-20T20:32:00.3159049Z [00:02:31.928]➜    Downloaded crossterm v0.27.0
2025-08-20T20:32:00.3218334Z [00:02:31.934]➜    Downloaded unicode-normalization v0.1.24
2025-08-20T20:32:00.3252813Z [00:02:31.937]➜    Downloaded uluru v3.1.0
2025-08-20T20:32:00.3264590Z [00:02:31.938]➜    Downloaded stability v0.2.1
2025-08-20T20:32:00.3277993Z [00:02:31.940]➜    Downloaded ryu v1.0.20
2025-08-20T20:32:00.3314422Z [00:02:31.943]➜    Downloaded utf8_iter v1.0.4
2025-08-20T20:32:00.3332741Z [00:02:31.945]➜    Downloaded unicode-ident v1.0.18
2025-08-20T20:32:00.3365774Z [00:02:31.948]➜    Downloaded layout-rs v0.1.3
2025-08-20T20:32:00.3396234Z [00:02:31.952]➜    Downloaded serde_derive v1.0.219
2025-08-20T20:32:00.3423009Z [00:02:31.954]➜    Downloaded unicode-width v0.1.14
2025-08-20T20:32:00.3480329Z [00:02:31.960]➜    Downloaded zerotrie v0.2.2
2025-08-20T20:32:00.3514769Z [00:02:31.963]➜    Downloaded zip v4.3.0
2025-08-20T20:32:00.3553069Z [00:02:31.967]➜    Downloaded serde_json v1.0.142
2025-08-20T20:32:00.3611516Z [00:02:31.973]➜    Downloaded rusqlite v0.37.0
2025-08-20T20:32:00.3672065Z [00:02:31.979]➜    Downloaded rayon v1.10.0
2025-08-20T20:32:00.3740842Z [00:02:31.986]➜    Downloaded sysinfo v0.36.1
2025-08-20T20:32:00.3822378Z [00:02:31.994]➜    Downloaded syn v2.0.104
2025-08-20T20:32:00.3909724Z [00:02:32.003]➜    Downloaded regex v1.11.1
2025-08-20T20:32:00.4009409Z [00:02:32.013]➜    Downloaded zlib-rs v0.5.1
2025-08-20T20:32:00.4055445Z [00:02:32.018]➜    Downloaded bstr v1.12.0
2025-08-20T20:32:00.4126044Z [00:02:32.025]➜    Downloaded regex-syntax v0.8.5
2025-08-20T20:32:00.4189835Z [00:02:32.031]➜    Downloaded zerovec v0.11.2
2025-08-20T20:32:00.4233771Z [00:02:32.035]➜    Downloaded jiff-static v0.2.15
2025-08-20T20:32:00.4256658Z [00:02:32.038]➜    Downloaded rustix v1.0.8
2025-08-20T20:32:00.4449080Z [00:02:32.057]➜    Downloaded ratatui v0.26.3
2025-08-20T20:32:00.4584319Z [00:02:32.070]➜    Downloaded memchr v2.7.5
2025-08-20T20:32:00.4626881Z [00:02:32.075]➜    Downloaded jwalk v0.8.1
2025-08-20T20:32:00.4652509Z [00:02:32.077]➜    Downloaded tracing-forest v0.1.6
2025-08-20T20:32:00.4671417Z [00:02:32.079]➜    Downloaded thiserror v1.0.69
2025-08-20T20:32:00.4709787Z [00:02:32.083]➜    Downloaded sharded-slab v0.1.7
2025-08-20T20:32:00.4736366Z [00:02:32.086]➜    Downloaded serde v1.0.219
2025-08-20T20:32:00.4762643Z [00:02:32.088]➜    Downloaded scopeguard v1.2.0
2025-08-20T20:32:00.4773335Z [00:02:32.089]➜    Downloaded same-file v1.0.6
2025-08-20T20:32:00.4786770Z [00:02:32.091]➜    Downloaded zerovec-derive v0.11.1
2025-08-20T20:32:00.4800741Z [00:02:32.092]➜    Downloaded yoke-derive v0.8.0
2025-08-20T20:32:00.4810436Z [00:02:32.093]➜    Downloaded unicode-bom v2.0.3
2025-08-20T20:32:00.4821553Z [00:02:32.094]➜    Downloaded unicode-truncate v1.1.0
2025-08-20T20:32:00.4836510Z [00:02:32.096]➜    Downloaded regex-automata v0.4.9
2025-08-20T20:32:00.4965245Z [00:02:32.109]➜    Downloaded tracing-subscriber v0.3.19
2025-08-20T20:32:00.5027727Z [00:02:32.115]➜    Downloaded tempfile v3.20.0
2025-08-20T20:32:00.5050495Z [00:02:32.117]➜    Downloaded strsim v0.11.1
2025-08-20T20:32:00.5061833Z [00:02:32.118]➜    Downloaded static_assertions v1.1.0
2025-08-20T20:32:00.5073711Z [00:02:32.119]➜    Downloaded maybe-async v0.2.10
2025-08-20T20:32:00.5098403Z [00:02:32.122]➜    Downloaded log v0.4.27
2025-08-20T20:32:00.5119031Z [00:02:32.124]➜    Downloaded itoa v1.0.15
2025-08-20T20:32:00.5131490Z [00:02:32.125]➜    Downloaded lock_api v0.4.13
2025-08-20T20:32:00.5144830Z [00:02:32.126]➜    Downloaded libc v0.2.174
2025-08-20T20:32:00.5342382Z [00:02:32.146]➜    Downloaded sha1-checked v0.10.0
2025-08-20T20:32:00.5408288Z [00:02:32.153]➜    Downloaded litemap v0.8.0
2025-08-20T20:32:00.5427044Z [00:02:32.155]➜    Downloaded thread_local v1.1.9
2025-08-20T20:32:00.5440642Z [00:02:32.156]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T20:32:00.5452745Z [00:02:32.157]➜    Downloaded shell-words v1.1.0
2025-08-20T20:32:00.5460851Z [00:02:32.158]➜    Downloaded libz-sys v1.1.22
2025-08-20T20:32:00.5631419Z [00:02:32.175]➜    Downloaded sha1 v0.10.6
2025-08-20T20:32:00.5644643Z [00:02:32.176]➜    Downloaded percent-encoding v2.3.1
2025-08-20T20:32:00.5652235Z [00:02:32.177]➜    Downloaded pathdiff v0.2.3
2025-08-20T20:32:00.5660520Z [00:02:32.178]➜    Downloaded zerofrom-derive v0.1.6
2025-08-20T20:32:00.5669048Z [00:02:32.179]➜    Downloaded imara-diff v0.1.8
2025-08-20T20:32:00.5706039Z [00:02:32.183]➜    Downloaded idna v1.0.3
2025-08-20T20:32:00.5738461Z [00:02:32.186]➜    Downloaded icu_properties_data v2.0.1
2025-08-20T20:32:00.5807802Z [00:02:32.193]➜    Downloaded clap_builder v4.5.42
2025-08-20T20:32:00.5858810Z [00:02:32.198]➜    Downloaded rustversion v1.0.21
2025-08-20T20:32:00.5877902Z [00:02:32.200]➜    Downloaded quote v1.0.40
2025-08-20T20:32:00.5897681Z [00:02:32.202]➜    Downloaded zerofrom v0.1.6
2025-08-20T20:32:00.5906080Z [00:02:32.203]➜    Downloaded encoding_rs v0.8.35
2025-08-20T20:32:00.6098746Z [00:02:32.222]➜    Downloaded itertools v0.12.1
2025-08-20T20:32:00.6150009Z [00:02:32.227]➜    Downloaded hashbrown v0.15.4
2025-08-20T20:32:00.6191336Z [00:02:32.231]➜    Downloaded hashbrown v0.14.5
2025-08-20T20:32:00.6230871Z [00:02:32.235]➜    Downloaded cc v1.2.30
2025-08-20T20:32:00.6259723Z [00:02:32.238]➜    Downloaded thiserror v2.0.12
2025-08-20T20:32:00.6300148Z [00:02:32.242]➜    Downloaded strum v0.26.3
2025-08-20T20:32:00.6307812Z [00:02:32.243]➜    Downloaded stable_deref_trait v1.2.0
2025-08-20T20:32:00.6315951Z [00:02:32.244]➜    Downloaded socket2 v0.5.10
2025-08-20T20:32:00.6332629Z [00:02:32.245]➜    Downloaded slab v0.4.11
2025-08-20T20:32:00.6343338Z [00:02:32.246]➜    Downloaded lazy_static v1.5.0
2025-08-20T20:32:00.6356556Z [00:02:32.248]➜    Downloaded indexmap v2.10.0
2025-08-20T20:32:00.6390587Z [00:02:32.251]➜    Downloaded icu_collections v2.0.0
2025-08-20T20:32:00.6435518Z [00:02:32.256]➜    Downloaded heapless v0.8.0
2025-08-20T20:32:00.6464499Z [00:02:32.258]➜    Downloaded crossbeam-channel v0.5.15
2025-08-20T20:32:00.6496945Z [00:02:32.262]➜    Downloaded tracing v0.1.41
2025-08-20T20:32:00.6529394Z [00:02:32.265]➜    Downloaded typenum v1.18.0
2025-08-20T20:32:00.6555785Z [00:02:32.268]➜    Downloaded terminal_size v0.4.2
2025-08-20T20:32:00.6566264Z [00:02:32.269]➜    Downloaded pin-project-lite v0.2.16
2025-08-20T20:32:00.6612633Z [00:02:32.273]➜    Downloaded lru v0.12.5
2025-08-20T20:32:00.6622185Z [00:02:32.274]➜    Downloaded kstring v2.0.2
2025-08-20T20:32:00.6636665Z [00:02:32.276]➜    Downloaded icu_locale_core v2.0.0
2025-08-20T20:32:00.6684661Z [00:02:32.280]➜    Downloaded flate2 v1.1.2
2025-08-20T20:32:00.6725146Z [00:02:32.284]➜    Downloaded curl v0.4.48
2025-08-20T20:32:00.6759476Z [00:02:32.288]➜    Downloaded bytes v1.10.1
2025-08-20T20:32:00.6791764Z [00:02:32.291]➜    Downloaded base64 v0.22.1
2025-08-20T20:32:00.6821265Z [00:02:32.294]➜    Downloaded tinystr v0.8.1
2025-08-20T20:32:00.6837767Z [00:02:32.296]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T20:32:00.6848576Z [00:02:32.297]➜    Downloaded tar v0.4.44
2025-08-20T20:32:00.6869688Z [00:02:32.299]➜    Downloaded synstructure v0.13.2
2025-08-20T20:32:00.6879688Z [00:02:32.300]➜    Downloaded strum_macros v0.26.4
2025-08-20T20:32:00.6897725Z [00:02:32.302]➜    Downloaded smallvec v1.15.1
2025-08-20T20:32:00.6915370Z [00:02:32.304]➜    Downloaded signal-hook-registry v1.4.5
2025-08-20T20:32:00.6925423Z [00:02:32.305]➜    Downloaded signal-hook-mio v0.2.4
2025-08-20T20:32:00.6939094Z [00:02:32.306]➜    Downloaded shlex v1.3.0
2025-08-20T20:32:00.6947379Z [00:02:32.307]➜    Downloaded prodash v30.0.1
2025-08-20T20:32:00.6979556Z [00:02:32.310]➜    Downloaded parking_lot_core v0.9.11
2025-08-20T20:32:00.6997864Z [00:02:32.312]➜    Downloaded openssl-sys v0.9.109
2025-08-20T20:32:00.7037594Z [00:02:32.316]➜    Downloaded curl-sys v0.4.82+curl-8.14.1
2025-08-20T20:32:00.7519508Z [00:02:32.364]➜    Downloaded icu_properties v2.0.1
2025-08-20T20:32:00.7538671Z [00:02:32.366]➜    Downloaded icu_normalizer_data v2.0.0
2025-08-20T20:32:00.7557268Z [00:02:32.368]➜    Downloaded icu_normalizer v2.0.0
2025-08-20T20:32:00.7585190Z [00:02:32.371]➜    Downloaded futures-lite v2.6.0
2025-08-20T20:32:00.7600232Z [00:02:32.372]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T20:32:00.7620124Z [00:02:32.374]➜    Downloaded clap v4.5.42
2025-08-20T20:32:00.7681935Z [00:02:32.380]➜    Downloaded async-io v2.5.0
2025-08-20T20:32:00.7706037Z [00:02:32.383]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T20:32:00.7727313Z [00:02:32.385]➜    Downloaded polling v3.9.0
2025-08-20T20:32:00.7753092Z [00:02:32.387]➜    Downloaded pkg-config v0.3.32
2025-08-20T20:32:00.7764898Z [00:02:32.388]➜    Downloaded paste v1.0.15
2025-08-20T20:32:00.7785318Z [00:02:32.391]➜    Downloaded parking v2.2.1
2025-08-20T20:32:00.7794724Z [00:02:32.391]➜    Downloaded open v5.3.2
2025-08-20T20:32:00.7808318Z [00:02:32.393]➜    Downloaded nu-ansi-term v0.46.0
2025-08-20T20:32:00.7823431Z [00:02:32.394]➜    Downloaded icu_provider v2.0.0
2025-08-20T20:32:00.7844582Z [00:02:32.396]➜    Downloaded getrandom v0.3.2
2025-08-20T20:32:00.7870561Z [00:02:32.399]➜    Downloaded event-listener v5.4.0
2025-08-20T20:32:00.7888094Z [00:02:32.401]➜    Downloaded compact_str v0.7.1
2025-08-20T20:32:00.7910740Z [00:02:32.403]➜    Downloaded clap_complete v4.5.55
2025-08-20T20:32:00.7933820Z [00:02:32.405]➜    Downloaded bitflags v2.9.1
2025-08-20T20:32:00.7963304Z [00:02:32.408]➜    Downloaded potential_utf v0.1.2
2025-08-20T20:32:00.7972459Z [00:02:32.409]➜    Downloaded mio v0.8.11
2025-08-20T20:32:00.8014553Z [00:02:32.413]➜    Downloaded hashlink v0.10.0
2025-08-20T20:32:00.8030024Z [00:02:32.415]➜    Downloaded env_logger v0.11.8
2025-08-20T20:32:00.8049909Z [00:02:32.417]➜    Downloaded async-lock v3.4.0
2025-08-20T20:32:00.8066974Z [00:02:32.419]➜    Downloaded tracing-log v0.2.0
2025-08-20T20:32:00.8078203Z [00:02:32.420]➜    Downloaded linux-raw-sys v0.9.3
2025-08-20T20:32:00.8503657Z [00:02:32.462]➜    Downloaded winnow v0.7.12
2025-08-20T20:32:00.8572473Z [00:02:32.469]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T20:32:00.8580348Z [00:02:32.470]➜    Downloaded idna_adapter v1.2.1
2025-08-20T20:32:00.8587539Z [00:02:32.471]➜    Downloaded futures-channel v0.3.31
2025-08-20T20:32:00.8611082Z [00:02:32.473]➜    Downloaded fs-err v3.1.1
2025-08-20T20:32:00.8625510Z [00:02:32.475]➜    Downloaded foldhash v0.1.5
2025-08-20T20:32:00.8636048Z [00:02:32.476]➜    Downloaded fastrand v2.3.0
2025-08-20T20:32:00.8647506Z [00:02:32.477]➜    Downloaded dashmap v6.1.0
2025-08-20T20:32:00.8665465Z [00:02:32.479]➜    Downloaded openssl-probe v0.1.6
2025-08-20T20:32:00.8674237Z [00:02:32.479]➜    Downloaded memmap2 v0.9.7
2025-08-20T20:32:00.8687496Z [00:02:32.481]➜    Downloaded home v0.5.11
2025-08-20T20:32:00.8696500Z [00:02:32.482]➜    Downloaded hash32 v0.3.1
2025-08-20T20:32:00.8706590Z [00:02:32.483]➜    Downloaded futures-io v0.3.31
2025-08-20T20:32:00.8714094Z [00:02:32.483]➜    Downloaded futures-core v0.3.31
2025-08-20T20:32:00.8724651Z [00:02:32.484]➜    Downloaded form_urlencoded v1.2.1
2025-08-20T20:32:00.8731190Z [00:02:32.485]➜    Downloaded fnv v1.0.7
2025-08-20T20:32:00.8737732Z [00:02:32.486]➜    Downloaded filetime v0.2.25
2025-08-20T20:32:00.8750566Z [00:02:32.487]➜    Downloaded faster-hex v0.10.0
2025-08-20T20:32:00.8761913Z [00:02:32.488]➜    Downloaded fallible-streaming-iterator v0.1.9
2025-08-20T20:32:00.8768918Z [00:02:32.489]➜    Downloaded fallible-iterator v0.3.0
2025-08-20T20:32:00.8778724Z [00:02:32.490]➜    Downloaded event-listener-strategy v0.5.4
2025-08-20T20:32:00.8788976Z [00:02:32.491]➜    Downloaded digest v0.10.7
2025-08-20T20:32:00.8802484Z [00:02:32.492]➜    Downloaded cpufeatures v0.2.17
2025-08-20T20:32:00.8812909Z [00:02:32.493]➜    Downloaded utf8parse v0.2.2
2025-08-20T20:32:00.8820855Z [00:02:32.494]➜    Downloaded is-terminal v0.4.16
2025-08-20T20:32:00.8829610Z [00:02:32.495]➜    Downloaded io-close v0.3.7
2025-08-20T20:32:00.8838366Z [00:02:32.496]➜    Downloaded heck v0.5.0
2025-08-20T20:32:00.8847866Z [00:02:32.497]➜    Downloaded generic-array v0.14.7
2025-08-20T20:32:00.8859477Z [00:02:32.498]➜    Downloaded futures-sink v0.3.31
2025-08-20T20:32:00.8866693Z [00:02:32.499]➜    Downloaded crypto-common v0.1.6
2025-08-20T20:32:00.8873980Z [00:02:32.499]➜    Downloaded crossbeam-queue v0.3.12
2025-08-20T20:32:00.8884350Z [00:02:32.500]➜    Downloaded crossbeam-deque v0.8.6
2025-08-20T20:32:00.8895849Z [00:02:32.502]➜    Downloaded crossbeam v0.8.4
2025-08-20T20:32:00.8905981Z [00:02:32.503]➜    Downloaded crc32fast v1.5.0
2025-08-20T20:32:00.8920970Z [00:02:32.504]➜    Downloaded concurrent-queue v2.5.0
2025-08-20T20:32:00.8934039Z [00:02:32.505]➜    Downloaded colorchoice v1.0.4
2025-08-20T20:32:00.8943378Z [00:02:32.506]➜    Downloaded clru v0.6.2
2025-08-20T20:32:00.8952976Z [00:02:32.507]➜    Downloaded clap_lex v0.7.5
2025-08-20T20:32:00.8962161Z [00:02:32.508]➜    Downloaded cfg-if v1.0.1
2025-08-20T20:32:00.8971612Z [00:02:32.509]➜    Downloaded castaway v0.2.4
2025-08-20T20:32:00.8982118Z [00:02:32.510]➜    Downloaded cassowary v0.3.0
2025-08-20T20:32:00.8993907Z [00:02:32.511]➜    Downloaded byteorder v1.5.0
2025-08-20T20:32:00.9006350Z [00:02:32.513]➜    Downloaded block-buffer v0.10.4
2025-08-20T20:32:00.9015227Z [00:02:32.514]➜    Downloaded parking_lot v0.12.4
2025-08-20T20:32:00.9034599Z [00:02:32.515]➜    Downloaded once_cell v1.21.3
2025-08-20T20:32:00.9053708Z [00:02:32.517]➜    Downloaded xattr v1.5.1
2025-08-20T20:32:00.9066624Z [00:02:32.519]➜    Downloaded version_check v0.9.5
2025-08-20T20:32:00.9076531Z [00:02:32.520]➜    Downloaded is-wsl v0.4.0
2025-08-20T20:32:00.9083980Z [00:02:32.520]➜    Downloaded is-docker v0.2.0
2025-08-20T20:32:00.9091929Z [00:02:32.521]➜    Downloaded human_format v1.1.0
2025-08-20T20:32:00.9101042Z [00:02:32.522]➜    Downloaded errno v0.3.13
2025-08-20T20:32:00.9112073Z [00:02:32.523]➜    Downloaded env_filter v0.1.3
2025-08-20T20:32:00.9123686Z [00:02:32.524]➜    Downloaded either v1.15.0
2025-08-20T20:32:00.9135066Z [00:02:32.526]➜    Downloaded bytesize v2.0.1
2025-08-20T20:32:00.9173611Z [00:02:32.529]➜    Downloaded libsqlite3-sys v0.35.0
2025-08-20T20:32:01.2078626Z [00:02:32.820]➜     Compiling proc-macro2 v1.0.95
2025-08-20T20:32:01.2079146Z [00:02:32.820]➜     Compiling unicode-ident v1.0.18
2025-08-20T20:32:01.2079506Z [00:02:32.820]➜     Compiling serde v1.0.219
2025-08-20T20:32:01.2079955Z [00:02:32.820]➜     Compiling libc v0.2.174
2025-08-20T20:32:01.2085169Z [00:02:32.820]➜     Compiling cfg-if v1.0.1
2025-08-20T20:32:01.2090520Z [00:02:32.820]➜       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.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:01.2095926Z [00:02:32.820]➜       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.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 -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f60cd3956e712b7d -C extra-filename=-6d6f85adf22ee534 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:01.2101273Z [00:02:32.820]➜       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.219/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=1eaafba2dbbbf3e7 -C extra-filename=-bc5d4db155a38dc4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:01.2109189Z [00:02:32.820]➜       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.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("core", "rustc-dep-of-std"))' -C metadata=c672f7f25b0ef390 -C extra-filename=-390245f0fda4ac0f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:01.2236089Z [00:02:32.833]➜       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.174/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=277a193d464985dc -C extra-filename=-1a06cc513f7c6661 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libc-1a06cc513f7c6661 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:01.3871287Z [00:02:32.999]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T20:32:01.3926085Z [00:02:33.004]➜       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.xlnpCpJaRc/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:01.4741088Z [00:02:33.086]➜     Compiling once_cell v1.21.3
2025-08-20T20:32:01.4748307Z [00:02:33.086]➜       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.21.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="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=13d73f40cabf81f5 -C extra-filename=-bf549e27d6efb313 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:01.6144245Z [00:02:33.226]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build`
2025-08-20T20:32:01.6226267Z [00:02:33.234]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/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-20T20:32:01.6293635Z [00:02:33.241]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build`
2025-08-20T20:32:01.6644592Z [00:02:33.276]➜     Compiling memchr v2.7.5
2025-08-20T20:32:01.6651012Z [00:02:33.276]➜       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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=2c2fd11967d86e90 -C extra-filename=-4febb07ae6b182e6 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:01.6746111Z [00:02:33.286]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build`
2025-08-20T20:32:01.7207922Z [00:02:33.333]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build`
2025-08-20T20:32:01.7505987Z [00:02:33.362]➜       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.174/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=a12968afa86827ff -C extra-filename=-77bcf768e5270e07 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/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-20T20:32:01.7777111Z [00:02:33.389]➜       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=c467658c343b0198 -C extra-filename=-670e3a35fc46366c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.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-20T20:32:01.8166680Z [00:02:33.429]➜     Compiling thiserror v2.0.12
2025-08-20T20:32:01.8203212Z [00:02:33.429]➜       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.12/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=6df20d64be8ec8b6 -C extra-filename=-9498c34815b63e89 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-9498c34815b63e89 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:02.2774097Z [00:02:33.889]➜     Compiling regex-syntax v0.8.5
2025-08-20T20:32:02.2784212Z [00:02:33.890]➜       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="std"' --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=eec3c9ce23c1cb89 -C extra-filename=-056b60670a248d3e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:02.6411312Z [00:02:34.253]➜     Compiling quote v1.0.40
2025-08-20T20:32:02.6419103Z [00:02:34.253]➜       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=f3ce43684b9dcf72 -C extra-filename=-58ae1db5b5e0fa55 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --cap-lints allow`
2025-08-20T20:32:02.6990624Z [00:02:34.311]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build`
2025-08-20T20:32:02.7896138Z [00:02:34.401]➜     Compiling autocfg v1.5.0
2025-08-20T20:32:02.7900881Z [00:02:34.402]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3245173c5ecca97 -C extra-filename=-dd487200042bcaa5 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:02.9790819Z [00:02:34.591]➜     Compiling syn v2.0.104
2025-08-20T20:32:02.9799322Z [00:02:34.591]➜       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"' --cfg 'feature="visit-mut"' --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=8e5c4b65da8873b4 -C extra-filename=-486f1d8eaeacf440 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern unicode_ident=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-20T20:32:03.1191880Z [00:02:34.731]➜     Compiling log v0.4.27
2025-08-20T20:32:03.1200132Z [00:02:34.731]➜       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.27/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("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=24c8ed13755e6b38 -C extra-filename=-7bd9b6a084c4e530 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:03.3421396Z [00:02:34.954]➜     Compiling tracing-core v0.1.34
2025-08-20T20:32:03.3432505Z [00:02:34.955]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/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(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=b3768bc32007493e -C extra-filename=-0e27a2bcd493c1f6 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:03.3726983Z [00:02:34.985]➜     Compiling equivalent v1.0.2
2025-08-20T20:32:03.3784009Z [00:02:34.987]➜       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.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=217bc211937a897c -C extra-filename=-227a987576108267 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:03.4182461Z [00:02:35.030]➜     Compiling foldhash v0.1.5
2025-08-20T20:32:03.4192602Z [00:02:35.031]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name foldhash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-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("default", "std"))' -C metadata=53cf85acf560b28d -C extra-filename=-4166f2240ae6512f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:03.4787079Z [00:02:35.091]➜     Compiling fastrand v2.3.0
2025-08-20T20:32:03.4798420Z [00:02:35.091]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fastrand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=1ebba9d8f8037cb8 -C extra-filename=-a6fffb5a5e5cdb20 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:03.6871205Z [00:02:35.299]➜     Compiling allocator-api2 v0.2.21
2025-08-20T20:32:03.6880583Z [00:02:35.299]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name allocator_api2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=a3263182688d7494 -C extra-filename=-f637d9d5d2560ff6 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:03.8640049Z [00:02:35.476]➜     Compiling lock_api v0.4.13
2025-08-20T20:32:03.8677505Z [00:02:35.479]➜       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/lock_api-0.4.13/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="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=e7340397c1911356 -C extra-filename=-015ab0397ac11abb --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib --cap-lints allow`
2025-08-20T20:32:04.0994309Z [00:02:35.711]➜     Compiling regex-automata v0.4.9
2025-08-20T20:32:04.1005175Z [00:02:35.712]➜       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-search"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --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=0b62a545eb011126 -C extra-filename=-432f354703d7c4dc --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern regex_syntax=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:04.2915100Z [00:02:35.903]➜     Compiling hashbrown v0.15.4
2025-08-20T20:32:04.2956553Z [00:02:35.904]➜       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.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="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=463991b13e5af23b -C extra-filename=-9d9c4010f705c9a2 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern allocator_api2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rmeta --extern equivalent=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta --extern foldhash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:04.8077722Z [00:02:36.420]➜     Compiling rustversion v1.0.21
2025-08-20T20:32:04.8091745Z [00:02:36.421]➜       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/rustversion-1.0.21/build/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=a89adeb715f7449d -C extra-filename=-41f6fca0935e8c9e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:05.3751563Z [00:02:36.987]➜     Compiling rustix v1.0.8
2025-08-20T20:32:05.3762604Z [00:02:36.987]➜       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-1.0.8/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(error_in_core)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "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=481fb43d58d5046f -C extra-filename=-604f330cf55d7f6d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustix-604f330cf55d7f6d -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:05.5952946Z [00:02:37.207]➜     Compiling pin-project-lite v0.2.16
2025-08-20T20:32:05.5966039Z [00:02:37.207]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pin_project_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edc51519ea11ea7b -C extra-filename=-7f1b0160d6667c1c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:05.6830004Z [00:02:37.295]➜     Compiling parking_lot_core v0.9.11
2025-08-20T20:32:05.6861538Z [00:02:37.295]➜       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/parking_lot_core-0.9.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=02c535b543b60536 -C extra-filename=-f5c0b92260e92ead --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:05.6980291Z [00:02:37.310]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustix-604f330cf55d7f6d/build-script-build`
2025-08-20T20:32:05.7619421Z [00:02:37.374]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build-script-build`
2025-08-20T20:32:05.8044816Z [00:02:37.416]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build-script-build`
2025-08-20T20:32:05.8960772Z [00:02:37.508]➜     Compiling scopeguard v1.2.0
2025-08-20T20:32:05.8966775Z [00:02:37.508]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name scopeguard --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=6e419987c9ddb473 -C extra-filename=-a12f67ff0386bfba --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:05.9337593Z [00:02:37.545]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build`
2025-08-20T20:32:05.9463643Z [00:02:37.558]➜     Compiling stable_deref_trait v1.2.0
2025-08-20T20:32:05.9470080Z [00:02:37.559]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:05.9659414Z [00:02:37.578]➜     Compiling linux-raw-sys v0.9.3
2025-08-20T20:32:05.9670347Z [00:02:37.578]➜       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.9.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(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="if_ether"' --cfg 'feature="ioctl"' --cfg 'feature="net"' --cfg 'feature="netlink"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --cfg 'feature="xdp"' --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", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=3f5958530ab2deac -C extra-filename=-9a8b7d58e3a683ac --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:06.0279458Z [00:02:37.640]➜     Compiling either v1.15.0
2025-08-20T20:32:06.0288338Z [00:02:37.640]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name either --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.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"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=91268b6e9cc393c4 -C extra-filename=-c8fbf191325a0dbc --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:06.5103354Z [00:02:38.122]➜     Compiling futures-core v0.3.31
2025-08-20T20:32:06.5114024Z [00:02:38.123]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-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 opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=0bbc2e23c89d5f76 -C extra-filename=-d71be664c677fb94 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:06.7300894Z [00:02:38.342]➜     Compiling itoa v1.0.15
2025-08-20T20:32:06.7309913Z [00:02:38.342]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=b72576fbbfef2ada -C extra-filename=-26c7b81a28d259c5 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:06.9567459Z [00:02:38.569]➜     Compiling heck v0.5.0
2025-08-20T20:32:06.9575160Z [00:02:38.569]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.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=1352de506534c543 -C extra-filename=-25103e7959c420e1 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:06.9882132Z [00:02:38.599]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lock_api --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/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="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=06d6a05124d9d297 -C extra-filename=-48cc199fe365182e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.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 has_const_fn_trait_bound --check-cfg 'cfg(has_const_fn_trait_bound)'`
2025-08-20T20:32:07.3312321Z [00:02:38.943]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustversion --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.21/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=64934fdc9da4d36c -C extra-filename=-0d4b169a5d5fc745 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
2025-08-20T20:32:07.3391876Z [00:02:38.951]➜     Compiling parking v2.2.1
2025-08-20T20:32:07.3399789Z [00:02:38.951]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-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("loom"))' -C metadata=a667ca427839d8c7 -C extra-filename=-a4e0c722afc1337e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:07.5871752Z [00:02:39.199]➜     Compiling tinyvec_macros v0.1.1
2025-08-20T20:32:07.5924498Z [00:02:39.199]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tinyvec_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.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=fc3632837450cd03 -C extra-filename=-6095b6814490dd81 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:07.6424258Z [00:02:39.254]➜     Compiling signal-hook v0.3.18
2025-08-20T20:32:07.6431459Z [00:02:39.255]➜       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/signal-hook-0.3.18/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="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=395b7550dd28c483 -C extra-filename=-b088653347055bc4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/signal-hook-b088653347055bc4 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:07.8292918Z [00:02:39.441]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build-script-build`
2025-08-20T20:32:07.8380799Z [00:02:39.450]➜     Compiling tinyvec v1.9.0
2025-08-20T20:32:07.8391133Z [00:02:39.450]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tinyvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "experimental_write_impl", "generic-array", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=64d3b5f250a19774 -C extra-filename=-e8f09192ff814331 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern tinyvec_macros=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec_macros-6095b6814490dd81.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:08.1810462Z [00:02:39.793]➜     Compiling signal-hook-registry v1.4.5
2025-08-20T20:32:08.1819521Z [00:02:39.793]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.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=b8c7a023dab30d24 -C extra-filename=-282223f4cdf1ee7f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:08.6041016Z [00:02:40.216]➜     Compiling concurrent-queue v2.5.0
2025-08-20T20:32:08.6051332Z [00:02:40.216]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name concurrent_queue --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=3e97585c8fa7dc07 -C extra-filename=-d9fb434b50993eb6 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.xlnpCpJaRc/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-20T20:32:08.8659820Z [00:02:40.477]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name signal_hook --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.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="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=97bd7b930f30d57d -C extra-filename=-9a3d0c38e786ddb9 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern signal_hook_registry=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-282223f4cdf1ee7f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:08.9152231Z [00:02:40.527]➜     Compiling event-listener v5.4.0
2025-08-20T20:32:08.9169135Z [00:02:40.528]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name event_listener --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.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=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=43d167d4f1807435 -C extra-filename=-c140d4e82da35989 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern concurrent_queue=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconcurrent_queue-d9fb434b50993eb6.rmeta --extern parking=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-a4e0c722afc1337e.rmeta --extern pin_project_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:09.2204355Z [00:02:40.832]➜     Compiling unicode-normalization v0.1.24
2025-08-20T20:32:09.2253770Z [00:02:40.836]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_normalization --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=969cfe471a414544 -C extra-filename=-47afb3d6f69ce6d2 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern tinyvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-e8f09192ff814331.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:09.4131897Z [00:02:41.025]➜     Compiling gix-trace v0.1.13 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace)
2025-08-20T20:32:09.4153274Z [00:02:41.026]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_trace --edition=2021 gix-trace/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="default"' --cfg 'feature="tracing"' --cfg 'feature="tracing-detail"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "document-features", "tracing", "tracing-detail"))' -C metadata=280285488ce501cd -C extra-filename=-81c3516fe33f8a31 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern tracing_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-0e27a2bcd493c1f6.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:09.5471281Z [00:02:41.159]➜     Compiling mio v0.8.11
2025-08-20T20:32:09.5503059Z [00:02:41.161]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-0.8.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="log"' --cfg 'feature="net"' --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=6db459c128df611f -C extra-filename=-a4c9ee4b3f72a0a8 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern log=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:09.8113218Z [00:02:41.423]➜     Compiling ryu v1.0.20
2025-08-20T20:32:09.8133573Z [00:02:41.424]➜       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.20/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=b9902fdd25376cbd -C extra-filename=-694316d3806572f1 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:09.9227797Z [00:02:41.534]➜     Compiling static_assertions v1.1.0
2025-08-20T20:32:09.9232683Z [00:02:41.534]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name static_assertions --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=035a7bc98e2f8f4a -C extra-filename=-924a51dd0a6b3770 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:09.9621373Z [00:02:41.574]➜     Compiling paste v1.0.15
2025-08-20T20:32:09.9625778Z [00:02:41.574]➜       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/paste-1.0.15/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=25a31c761650791f -C extra-filename=-86fbadf795b6fc2f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:10.1659733Z [00:02:41.778]➜     Compiling signal-hook-mio v0.2.4
2025-08-20T20:32:10.1666952Z [00:02:41.778]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name signal_hook_mio --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-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 --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=13f6ad0bb51743af -C extra-filename=-43cb0d121f459dc7 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern mio_0_8=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-a4c9ee4b3f72a0a8.rmeta --extern signal_hook=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-9a3d0c38e786ddb9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:10.1903039Z [00:02:41.802]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build`
2025-08-20T20:32:10.2139648Z [00:02:41.826]➜     Compiling event-listener-strategy v0.5.4
2025-08-20T20:32:10.2148787Z [00:02:41.826]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name event_listener_strategy --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.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 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=faa510d7a1da5ea5 -C extra-filename=-ad0e33e02ab55c03 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern event_listener=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener-c140d4e82da35989.rmeta --extern pin_project_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:10.3142220Z [00:02:41.926]➜     Compiling castaway v0.2.4
2025-08-20T20:32:10.3148189Z [00:02:41.926]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name castaway --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3a35dac0d39fe43f -C extra-filename=-10c5683c4492da4b --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern rustversion=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.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-20T20:32:10.3260729Z [00:02:41.936]➜     Compiling itertools v0.13.0
2025-08-20T20:32:10.3268865Z [00:02:41.936]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=a8f2e466bbb54830 -C extra-filename=-8e7a56ad6de7b264 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern either=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:10.4263415Z [00:02:42.038]➜     Compiling jiff v0.2.15
2025-08-20T20:32:10.4300262Z [00:02:42.041]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name jiff --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-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 opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=2d5dea6cbd317e56 -C extra-filename=-ec8f066de6c3889d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:10.6703752Z [00:02:42.282]➜     Compiling unicode-width v0.1.14
2025-08-20T20:32:10.6718361Z [00:02:42.283]➜       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.1.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 --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=34992fcb917c0a26 -C extra-filename=-ae29605e8bb5f11f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:11.0187284Z [00:02:42.631]➜     Compiling unicode-segmentation v1.12.0
2025-08-20T20:32:11.0219442Z [00:02:42.633]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:11.7614730Z [00:02:43.373]➜     Compiling compact_str v0.7.1
2025-08-20T20:32:11.7642588Z [00:02:43.375]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name compact_str --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.7.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("arbitrary", "bytes", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec"))' -C metadata=420fcd05de10c009 -C extra-filename=-41290624a87355ab --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern castaway=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-10c5683c4492da4b.rmeta --extern cfg_if=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern itoa=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern ryu=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta --extern static_assertions=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:11.9118502Z [00:02:43.523]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name paste --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/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=25c4d466992e83fd -C extra-filename=-fbdf26ac509ef3cc --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
2025-08-20T20:32:12.3339925Z [00:02:43.946]➜     Compiling unicode-truncate v1.1.0
2025-08-20T20:32:12.3356758Z [00:02:43.946]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_truncate --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-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=1101cdbfd7bc8efc -C extra-filename=-555ad7357ceccca6 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern itertools=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-8e7a56ad6de7b264.rmeta --extern unicode_segmentation=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta --extern unicode_width=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:12.3702996Z [00:02:43.982]➜     Compiling serde_derive v1.0.219
2025-08-20T20:32:12.3717327Z [00:02:43.983]➜       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.219/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=9441f916f6646a4a -C extra-filename=-a1746215afdd097e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:32:12.4801042Z [00:02:44.092]➜     Compiling thiserror-impl v2.0.12
2025-08-20T20:32:12.4815064Z [00:02:44.093]➜       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.12/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=359df51b24ddc222 -C extra-filename=-1712852f24a7f3ee --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:32:12.5883252Z [00:02:44.200]➜     Compiling strum_macros v0.26.4
2025-08-20T20:32:12.5890333Z [00:02:44.200]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/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=cdf689f46906d20a -C extra-filename=-46a688cb76807119 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern rustversion=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:32:12.6832026Z [00:02:44.295]➜     Compiling stability v0.2.1
2025-08-20T20:32:12.6849233Z [00:02:44.296]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name stability --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stability-0.2.1/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=4ebbbc4b4729a1f3 -C extra-filename=-328a3f65b9f98647 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:32:13.3176388Z [00:02:44.929]➜     Compiling itertools v0.12.1
2025-08-20T20:32:13.3182580Z [00:02:44.929]➜       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.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 --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=93d19cf7298d4d28 -C extra-filename=-543a201e75215feb --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern either=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:14.9270243Z [00:02:46.538]➜       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.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=23570ef9b789e89d -C extra-filename=-ee0649f7077009a5 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libthiserror_impl-1712852f24a7f3ee.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-20T20:32:15.0240367Z [00:02:46.636]➜     Compiling lru v0.12.5
2025-08-20T20:32:15.0252780Z [00:02:46.637]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lru --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.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="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=b74fb3d895e711af -C extra-filename=-934c49cbcee3a906 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:15.2385736Z [00:02:46.850]➜     Compiling crc32fast v1.5.0
2025-08-20T20:32:15.2388986Z [00:02:46.851]➜       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/crc32fast-1.5.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=c2a16cd1f4fb540b -C extra-filename=-d5cfa1316f9407fb --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:15.5476476Z [00:02:47.160]➜     Compiling cassowary v0.3.0
2025-08-20T20:32:15.5492193Z [00:02:47.161]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cassowary --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=469125a03b3f297d -C extra-filename=-48d8304561d08d79 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:15.5537969Z [00:02:47.166]➜     Compiling strum v0.26.3
2025-08-20T20:32:15.5551228Z [00:02:47.167]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.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="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=68289702ac47fefd -C extra-filename=-c4be54afcde8500d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern strum_macros=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libstrum_macros-46a688cb76807119.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-20T20:32:15.6451011Z [00:02:47.257]➜     Compiling futures-io v0.3.31
2025-08-20T20:32:15.6479860Z [00:02:47.259]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_io --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-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 opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=4a4851afbf2c3ba0 -C extra-filename=-6ca78c65d9f9e7bd --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:15.7453085Z [00:02:47.357]➜     Compiling home v0.5.11
2025-08-20T20:32:15.7472375Z [00:02:47.358]➜       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.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 '--allow=clippy::all' '--warn=clippy::correctness' '--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=d68726766f47fa30 -C extra-filename=-b0c4204e88b262d4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:15.8500761Z [00:02:47.462]➜     Compiling futures-lite v2.6.0
2025-08-20T20:32:15.8509476Z [00:02:47.462]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_lite --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-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="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=2e469ba90e786256 -C extra-filename=-56c1f1f62af4cb6f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta --extern futures_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rmeta --extern futures_io=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-6ca78c65d9f9e7bd.rmeta --extern parking=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-a4e0c722afc1337e.rmeta --extern pin_project_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:15.8731404Z [00:02:47.485]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build-script-build`
2025-08-20T20:32:15.8951754Z [00:02:47.507]➜     Compiling zlib-rs v0.5.1
2025-08-20T20:32:15.8963270Z [00:02:47.508]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zlib_rs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=7de23ff5d83454ee -C extra-filename=-630afc5560384a57 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:16.8992690Z [00:02:48.511]➜     Compiling futures-sink v0.3.31
2025-08-20T20:32:16.9017241Z [00:02:48.513]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_sink --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-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 opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=94ff48804480ff00 -C extra-filename=-89ac60824d8d4bf4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:17.0081337Z [00:02:48.620]➜     Compiling futures-channel v0.3.31
2025-08-20T20:32:17.0111176Z [00:02:48.622]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_channel --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-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 opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=945d931a007fce31 -C extra-filename=-66687683ebb3bdb7 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rmeta --extern futures_sink=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-89ac60824d8d4bf4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:17.0904527Z [00:02:48.701]➜       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.219/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="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=0769eec26b6131b9 -C extra-filename=-70f73c8783332c88 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libserde_derive-a1746215afdd097e.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(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-20T20:32:17.3103939Z [00:02:48.922]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crc32fast --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=358a657d2730b469 -C extra-filename=-8012d92a9667d713 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.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 stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
2025-08-20T20:32:17.3680541Z [00:02:48.980]➜     Compiling async-channel v2.3.1
2025-08-20T20:32:17.3709391Z [00:02:48.982]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name async_channel --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6a7d018339fb2c38 -C extra-filename=-2052d2ee56ea07bf --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern concurrent_queue=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconcurrent_queue-d9fb434b50993eb6.rmeta --extern event_listener_strategy=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener_strategy-ad0e33e02ab55c03.rmeta --extern futures_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rmeta --extern pin_project_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:17.5757967Z [00:02:49.187]➜     Compiling async-lock v3.4.0
2025-08-20T20:32:17.5773012Z [00:02:49.188]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name async_lock --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=77d61e2820d02bab -C extra-filename=-dfc0fd6aa0290ff6 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern event_listener=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener-c140d4e82da35989.rmeta --extern event_listener_strategy=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener_strategy-ad0e33e02ab55c03.rmeta --extern pin_project_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:17.6591831Z [00:02:49.271]➜     Compiling crossbeam-channel v0.5.15
2025-08-20T20:32:17.6606378Z [00:02:49.272]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_channel --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.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 '--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=45776ce452527ef6 -C extra-filename=-6276dc29b2a01bae --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.xlnpCpJaRc/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-20T20:32:18.6512042Z [00:02:50.263]➜     Compiling slab v0.4.11
2025-08-20T20:32:18.6538783Z [00:02:50.265]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.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", "serde", "std"))' -C metadata=5a7b66985b9d6ce0 -C extra-filename=-f7389c385ffcb3ef --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:18.6950034Z [00:02:50.307]➜     Compiling ansiterm v0.12.2
2025-08-20T20:32:18.6969979Z [00:02:50.308]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ansiterm --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ansiterm-0.12.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("ansi_colours", "derive_serde_style", "serde"))' -C metadata=8a36bb8600fc3536 -C extra-filename=-2b3fc9a80833e1a9 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:18.8639003Z [00:02:50.476]➜     Compiling is-terminal v0.4.16
2025-08-20T20:32:18.8645434Z [00:02:50.476]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_terminal --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b1ef8deca3da81b -C extra-filename=-0ebd6b9322a3c023 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:18.9613540Z [00:02:50.573]➜     Compiling same-file v1.0.6
2025-08-20T20:32:18.9651462Z [00:02:50.576]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:19.1836767Z [00:02:50.795]➜     Compiling human_format v1.1.0
2025-08-20T20:32:19.1841610Z [00:02:50.795]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name human_format --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/human_format-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0ea0dad3c60b18b -C extra-filename=-20533029890a1a86 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:19.1975274Z [00:02:50.809]➜     Compiling walkdir v2.5.0
2025-08-20T20:32:19.1983145Z [00:02:50.810]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.xlnpCpJaRc/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-20T20:32:19.7648428Z [00:02:51.377]➜     Compiling libz-rs-sys v0.5.1
2025-08-20T20:32:19.7655444Z [00:02:51.377]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libz_rs_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=458407282c4c3859 -C extra-filename=-fcf2f8bb3481bd23 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern zlib_rs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzlib_rs-630afc5560384a57.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:20.0182359Z [00:02:51.630]➜     Compiling flate2 v1.1.2
2025-08-20T20:32:20.0190132Z [00:02:51.630]➜       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="any_zlib"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="zlib-rs"' --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=586b63d7e57f9689 -C extra-filename=-55cd7cd0f4874046 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-8012d92a9667d713.rmeta --extern libz_rs_sys=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_rs_sys-fcf2f8bb3481bd23.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:20.0917444Z [00:02:51.704]➜     Compiling bytes v1.10.1
2025-08-20T20:32:20.0922478Z [00:02:51.704]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.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=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=3283bb93882dba2f -C extra-filename=-aad76a29fa546711 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:21.0480050Z [00:02:52.660]➜     Compiling version_check v0.9.5
2025-08-20T20:32:21.0483209Z [00:02:52.660]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43d181333b95717c -C extra-filename=-406723f2b4687b68 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:21.4427226Z [00:02:53.055]➜     Compiling typenum v1.18.0
2025-08-20T20:32:21.4442114Z [00:02:53.056]➜       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/typenum-1.18.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("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=a722a4123ad833b9 -C extra-filename=-fa602c1f4c9bb45c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:21.5463080Z [00:02:53.158]➜     Compiling byteorder v1.5.0
2025-08-20T20:32:21.5474088Z [00:02:53.159]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name byteorder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-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("default", "i128", "std"))' -C metadata=76ceacc19d2dcce0 -C extra-filename=-cacfdb9da57bd9fd --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:21.5584905Z [00:02:53.170]➜     Compiling generic-array v0.14.7
2025-08-20T20:32:21.5598390Z [00:02:53.171]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=c609dfdc991d0c6c -C extra-filename=-8dbcebd67f84b3b0 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/generic-array-8dbcebd67f84b3b0 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib --cap-lints allow`
2025-08-20T20:32:21.7290777Z [00:02:53.341]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/generic-array-8dbcebd67f84b3b0/build-script-build`
2025-08-20T20:32:21.7538888Z [00:02:53.366]➜     Compiling heapless v0.8.0
2025-08-20T20:32:21.7550515Z [00:02:53.367]➜       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/heapless-0.8.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("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=c8ab2275519a5e72 -C extra-filename=-e430bb1d7b7a814c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/heapless-e430bb1d7b7a814c -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:21.8251269Z [00:02:53.437]➜     Compiling hash32 v0.3.1
2025-08-20T20:32:21.8261880Z [00:02:53.438]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name hash32 --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96b18ef7d48c34bf -C extra-filename=-836cb474a4543f72 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-cacfdb9da57bd9fd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:21.8662106Z [00:02:53.477]➜     Compiling smallvec v1.15.1
2025-08-20T20:32:21.8673959Z [00:02:53.479]➜       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.15.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="const_generics"' --cfg 'feature="serde"' --cfg 'feature="write"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=504e7053cc01639e -C extra-filename=-60a9073b2758541a --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:21.9667424Z [00:02:53.578]➜     Compiling bitflags v2.9.1
2025-08-20T20:32:21.9676219Z [00:02:53.578]➜       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.9.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="serde"' --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=a65dc77e83a509b7 -C extra-filename=-ef337aa491fa94e1 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:22.0278940Z [00:02:53.640]➜     Compiling bstr v1.12.0
2025-08-20T20:32:22.0292041Z [00:02:53.640]➜       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.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=8f9cabe3e43208e5 -C extra-filename=-b9b60976be7d2e9a --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern regex_automata=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-432f354703d7c4dc.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:22.0960135Z [00:02:53.708]➜     Compiling bytesize v2.0.1
2025-08-20T20:32:22.0970581Z [00:02:53.708]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bytesize --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytesize-2.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 --deny=rust-2018-idioms --deny=nonstandard-style --warn=missing-docs --deny=future-incompatible --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "serde", "std"))' -C metadata=ffe83144c8e581e0 -C extra-filename=-7c59a5aee85e9cc9 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:22.1928350Z [00:02:53.804]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking_lot_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.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("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=645be9760fdf4ef6 -C extra-filename=-abbd022fd61128a2 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.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 --check-cfg 'cfg(tsan_enabled)'`
2025-08-20T20:32:22.4341994Z [00:02:54.044]➜       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-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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(error_in_core)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "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=be3a136b09d0e757 -C extra-filename=-d4333fcfe4fd7fea --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern linux_raw_sys=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-9a8b7d58e3a683ac.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-20T20:32:22.5057712Z [00:02:54.118]➜     Compiling parking_lot v0.12.4
2025-08-20T20:32:22.5077648Z [00:02:54.118]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking_lot --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=f01a2a56072a35c8 -C extra-filename=-e372b8e108c7df49 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-48cc199fe365182e.rmeta --extern parking_lot_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-abbd022fd61128a2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:22.6536675Z [00:02:54.265]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build-script-build`
2025-08-20T20:32:22.6802746Z [00:02:54.291]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name typenum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b8e121be6b950006 -C extra-filename=-df9142d69f2e66c2 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:23.4123517Z [00:02:55.024]➜     Compiling gix-utils v0.3.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils)
2025-08-20T20:32:23.4150714Z [00:02:55.024]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_utils --edition=2021 gix-utils/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="bstr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr"))' -C metadata=c45b1f8a80fc3e6b -C extra-filename=-102f000a64c6fb42 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern fastrand=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta --extern unicode_normalization=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_normalization-47afb3d6f69ce6d2.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:23.5309745Z [00:02:55.143]➜     Compiling gix-validate v0.10.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate)
2025-08-20T20:32:23.5332308Z [00:02:55.144]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_validate --edition=2021 gix-validate/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd1e9615b32337e9 -C extra-filename=-46183eb8b51b966a --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:23.7304015Z [00:02:55.342]➜     Compiling crossterm v0.27.0
2025-08-20T20:32:23.7322133Z [00:02:55.343]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossterm --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=4dc06c5c7e09eda6 -C extra-filename=-95d2b1c732732a8e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern futures_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern mio=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-a4c9ee4b3f72a0a8.rmeta --extern parking_lot=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta --extern signal_hook=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-9a3d0c38e786ddb9.rmeta --extern signal_hook_mio=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-43cb0d121f459dc7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:24.3290955Z [00:02:55.941]➜     Compiling gix-path v0.10.20 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path)
2025-08-20T20:32:24.3341513Z [00:02:55.944]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_path --edition=2021 gix-path/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59578c36bdc5b98c -C extra-filename=-646b5115c9d041a3 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern gix_validate=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_validate-46183eb8b51b966a.rmeta --extern home=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-b0c4204e88b262d4.rmeta --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:24.5776401Z [00:02:56.189]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name generic_array --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=8379ec7148b94384 -C extra-filename=-167cb150d878195e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-df9142d69f2e66c2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg relaxed_coherence`
2025-08-20T20:32:25.4067759Z [00:02:57.019]➜     Compiling ratatui v0.26.3
2025-08-20T20:32:25.4109890Z [00:02:57.020]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ratatui --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.26.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=clippy::pedantic' '--warn=clippy::cargo' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=894120a10ed402b3 -C extra-filename=-88332192e1b61572 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern cassowary=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rmeta --extern compact_str=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-41290624a87355ab.rmeta --extern crossterm=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-95d2b1c732732a8e.rmeta --extern itertools=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-543a201e75215feb.rmeta --extern lru=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-934c49cbcee3a906.rmeta --extern paste=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so --extern stability=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libstability-328a3f65b9f98647.so --extern strum=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-c4be54afcde8500d.rmeta --extern unicode_segmentation=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta --extern unicode_truncate=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-555ad7357ceccca6.rmeta --extern unicode_width=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:25.5177748Z [00:02:57.130]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/heapless-e430bb1d7b7a814c/build-script-build`
2025-08-20T20:32:25.5277352Z [00:02:57.139]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name heapless --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=1a37cd05f1174052 -C extra-filename=-e017cceacf6a34c8 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern hash32=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhash32-836cb474a4543f72.rmeta --extern stable_deref_trait=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:25.9209576Z [00:02:57.533]➜     Compiling block-buffer v0.10.4
2025-08-20T20:32:25.9247195Z [00:02:57.536]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name block_buffer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bd2d0fb0ce020fd -C extra-filename=-ddcf0cf401a372e4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-167cb150d878195e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:26.1396995Z [00:02:57.751]➜     Compiling crypto-common v0.1.6
2025-08-20T20:32:26.1431136Z [00:02:57.754]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crypto_common --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=14c27b2a110ba4a1 -C extra-filename=-785eac17ddc32650 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-167cb150d878195e.rmeta --extern typenum=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-df9142d69f2e66c2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:26.2497581Z [00:02:57.861]➜     Compiling digest v0.10.7
2025-08-20T20:32:26.2542778Z [00:02:57.865]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name digest --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=423381765388aaa8 -C extra-filename=-66f0ed4af5a9f2bf --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-ddcf0cf401a372e4.rmeta --extern crypto_common=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-785eac17ddc32650.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:26.4203270Z [00:02:58.032]➜     Compiling faster-hex v0.10.0
2025-08-20T20:32:26.4209269Z [00:02:58.032]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name faster_hex --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/faster-hex-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 --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=60e3c535b87bee16 -C extra-filename=-4337ed818fc5319b --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern heapless=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libheapless-e017cceacf6a34c8.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:26.5412605Z [00:02:58.153]➜     Compiling cpufeatures v0.2.17
2025-08-20T20:32:26.5417633Z [00:02:58.153]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cpufeatures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/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=15bd3657c6cd9f45 -C extra-filename=-fa25e487ac82ad73 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:26.6352265Z [00:02:58.247]➜     Compiling sha1 v0.10.6
2025-08-20T20:32:26.6370659Z [00:02:58.248]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sha1 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.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="compress"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=9449ea804bae6e44 -C extra-filename=-ea3b7f8858c24f6f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern cpufeatures=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-fa25e487ac82ad73.rmeta --extern digest=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-66f0ed4af5a9f2bf.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:26.7638326Z [00:02:58.376]➜     Compiling sha1-checked v0.10.0
2025-08-20T20:32:26.7675464Z [00:02:58.376]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sha1_checked --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-checked-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("default", "oid", "std", "zeroize"))' -C metadata=d02b00b4eaf9d63d -C extra-filename=-c420011db74e9bd1 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern digest=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-66f0ed4af5a9f2bf.rmeta --extern sha1=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1-ea3b7f8858c24f6f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:26.8590219Z [00:02:58.471]➜     Compiling gix-date v0.10.5 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date)
2025-08-20T20:32:26.8609762Z [00:02:58.471]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_date --edition=2021 gix-date/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=9feac357eb1b1671 -C extra-filename=-3709d06122f6a301 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern itoa=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern jiff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:27.2372653Z [00:02:58.849]➜     Compiling winnow v0.7.12
2025-08-20T20:32:27.2386247Z [00:02:58.849]➜       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.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 --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' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=f37ee8198bd925d8 -C extra-filename=-ff5c3fa5318c1e27 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:27.4205147Z [00:02:59.032]➜     Compiling memmap2 v0.9.7
2025-08-20T20:32:27.4211082Z [00:02:59.032]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memmap2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=e3b259a2eaf23f99 -C extra-filename=-f0fef1515e08af2d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:27.7589346Z [00:02:59.371]➜     Compiling synstructure v0.13.2
2025-08-20T20:32:27.7604039Z [00:02:59.372]➜       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.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"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=1ab07629f2390055 -C extra-filename=-005fb73acf99c322 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rmeta --cap-lints allow`
2025-08-20T20:32:28.9838403Z [00:03:00.596]➜     Compiling tui-react v0.23.2
2025-08-20T20:32:28.9860982Z [00:03:00.597]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tui_react --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-react-0.23.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=492c0d37c4f78586 -C extra-filename=-8e6b553249f1b542 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern log=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern tui=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-88332192e1b61572.rmeta --extern unicode_segmentation=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta --extern unicode_width=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:29.5728931Z [00:03:01.185]➜     Compiling crosstermion v0.14.0
2025-08-20T20:32:29.5740405Z [00:03:01.185]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crosstermion --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crosstermion-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 opt-level=3 -C linker-plugin-lto --cfg 'feature="ansiterm"' --cfg 'feature="async-channel"' --cfg 'feature="color"' --cfg 'feature="crossterm"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-lite"' --cfg 'feature="input-async"' --cfg 'feature="input-async-crossterm"' --cfg 'feature="tui"' --cfg 'feature="tui-crossterm-backend"' --cfg 'feature="tui-react"' --cfg 'feature="tui-react-crossterm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansiterm", "async-channel", "color", "crossterm", "default", "futures-channel", "futures-core", "futures-lite", "input-async", "input-async-crossterm", "tui", "tui-crossterm", "tui-crossterm-backend", "tui-react", "tui-react-crossterm"))' -C metadata=7af7f5064a26f50e -C extra-filename=-6deed7fe3b5b3d3e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern ansiterm=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansiterm-2b3fc9a80833e1a9.rmeta --extern async_channel=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_channel-2052d2ee56ea07bf.rmeta --extern crossterm=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-95d2b1c732732a8e.rmeta --extern futures_channel=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-66687683ebb3bdb7.rmeta --extern futures_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rmeta --extern futures_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rmeta --extern tui=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-88332192e1b61572.rmeta --extern tui_react=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_react-8e6b553249f1b542.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:29.6220984Z [00:03:01.234]➜     Compiling getrandom v0.3.2
2025-08-20T20:32:29.6237897Z [00:03:01.235]➜       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/getrandom-0.3.2/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(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=a862d8baaf0f4864 -C extra-filename=-0fd0609afce44135 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/getrandom-0fd0609afce44135 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:29.9677146Z [00:03:01.579]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build-script-build`
2025-08-20T20:32:29.9765796Z [00:03:01.588]➜     Compiling gix-quote v0.6.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote)
2025-08-20T20:32:29.9812788Z [00:03:01.591]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_quote --edition=2021 gix-quote/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74070a0820343d2a -C extra-filename=-87794e4aeb568bed --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:30.5074982Z [00:03:02.119]➜     Compiling gix-actor v0.35.4 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor)
2025-08-20T20:32:30.5093272Z [00:03:02.120]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_actor --edition=2021 gix-actor/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=11489a03a1401047 -C extra-filename=-eb2e3700834e00e1 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern itoa=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta --extern winnow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-ff5c3fa5318c1e27.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:30.5167354Z [00:03:02.128]➜     Compiling gix-chunk v0.4.11 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk)
2025-08-20T20:32:30.5184684Z [00:03:02.129]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_chunk --edition=2021 gix-chunk/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60eb18a071d3dc84 -C extra-filename=-a71e3255bdd922c4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:30.8520103Z [00:03:02.464]➜     Compiling polling v3.9.0
2025-08-20T20:32:30.8535382Z [00:03:02.465]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name polling --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=1f0361ac790ff0cb -C extra-filename=-0cf99934dcf30129 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern rustix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d4333fcfe4fd7fea.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:31.0099989Z [00:03:02.621]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=99e1ca43afcf638b -C extra-filename=-ca8bd95a81fafebc --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:31.1240348Z [00:03:02.736]➜     Compiling zerofrom-derive v0.1.6
2025-08-20T20:32:31.1267285Z [00:03:02.738]➜       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.6/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=b7aa4a5b3c1ce8c9 -C extra-filename=-d91ad30a286af849 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern synstructure=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:32:31.2450873Z [00:03:02.857]➜     Compiling async-io v2.5.0
2025-08-20T20:32:31.2464950Z [00:03:02.857]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name async_io --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-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 --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=10e2161f8668cd76 -C extra-filename=-99ecb96853ee4477 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern async_lock=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_lock-dfc0fd6aa0290ff6.rmeta --extern cfg_if=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern concurrent_queue=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconcurrent_queue-d9fb434b50993eb6.rmeta --extern futures_io=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-6ca78c65d9f9e7bd.rmeta --extern futures_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rmeta --extern parking=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-a4e0c722afc1337e.rmeta --extern polling=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpolling-0cf99934dcf30129.rmeta --extern rustix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d4333fcfe4fd7fea.rmeta --extern slab=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f7389c385ffcb3ef.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:31.4932140Z [00:03:03.105]➜     Compiling hashbrown v0.14.5
2025-08-20T20:32:31.4940887Z [00:03:03.105]➜       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.14.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="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=23e8bb1cb789f329 -C extra-filename=-990b0a60dd85a482 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:32.5704245Z [00:03:04.182]➜     Compiling prodash v30.0.1
2025-08-20T20:32:32.5734877Z [00:03:04.184]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name prodash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prodash-30.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="async-io"' --cfg 'feature="bytesize"' --cfg 'feature="crosstermion"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-lite"' --cfg 'feature="human_format"' --cfg 'feature="is-terminal"' --cfg 'feature="jiff"' --cfg 'feature="local-time"' --cfg 'feature="log"' --cfg 'feature="parking_lot"' --cfg 'feature="progress-tree"' --cfg 'feature="progress-tree-log"' --cfg 'feature="render-line"' --cfg 'feature="render-line-autoconfigure"' --cfg 'feature="render-line-crossterm"' --cfg 'feature="render-tui"' --cfg 'feature="render-tui-crossterm"' --cfg 'feature="signal-hook"' --cfg 'feature="tui"' --cfg 'feature="tui-react"' --cfg 'feature="unicode-segmentation"' --cfg 'feature="unicode-width"' --cfg 'feature="unit-bytes"' --cfg 'feature="unit-human"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "bytesize", "crosstermion", "ctrlc", "dashmap", "default", "futures-core", "futures-lite", "human_format", "is-terminal", "jiff", "local-time", "log", "parking_lot", "progress-log", "progress-tree", "progress-tree-hp-hashmap", "progress-tree-log", "render-line", "render-line-autoconfigure", "render-line-crossterm", "render-tui", "render-tui-crossterm", "signal-hook", "tui", "tui-react", "unicode-segmentation", "unicode-width", "unit-bytes", "unit-duration", "unit-human"))' -C metadata=065fadb2058bc694 -C extra-filename=-cd84bcc05c4c1ccc --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern async_io=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_io-99ecb96853ee4477.rmeta --extern bytesize=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytesize-7c59a5aee85e9cc9.rmeta --extern crosstermion=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrosstermion-6deed7fe3b5b3d3e.rmeta --extern futures_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rmeta --extern futures_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rmeta --extern human_format=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhuman_format-20533029890a1a86.rmeta --extern is_terminal=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-0ebd6b9322a3c023.rmeta --extern jiff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rmeta --extern log=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern parking_lot=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta --extern tui=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-88332192e1b61572.rmeta --extern signal_hook=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-9a3d0c38e786ddb9.rmeta --extern tui_react=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_react-8e6b553249f1b542.rmeta --extern unicode_segmentation=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta --extern unicode_width=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:33.3362440Z [00:03:04.948]➜     Compiling zerofrom v0.1.6
2025-08-20T20:32:33.3379313Z [00:03:04.949]➜       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.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="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=d912c73726dc4236 -C extra-filename=-3aacd5bda816dd4d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern zerofrom_derive=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libzerofrom_derive-d91ad30a286af849.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-20T20:32:33.5137790Z [00:03:05.125]➜     Compiling dashmap v6.1.0
2025-08-20T20:32:33.5154098Z [00:03:05.126]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name dashmap --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "inline", "raw-api", "rayon", "serde", "typesize"))' -C metadata=741f40e87b7b8454 -C extra-filename=-a80cede878c45f19 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern crossbeam_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rmeta --extern hashbrown=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-990b0a60dd85a482.rmeta --extern lock_api=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-48cc199fe365182e.rmeta --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern parking_lot_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-abbd022fd61128a2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:33.5617424Z [00:03:05.174]➜     Compiling gix-features v0.43.1 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features)
2025-08-20T20:32:33.5659557Z [00:03:05.175]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_features --edition=2021 gix-features/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="crc32"' --cfg 'feature="default"' --cfg 'feature="fs-read-dir"' --cfg 'feature="io-pipe"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' --cfg 'feature="prodash"' --cfg 'feature="progress"' --cfg 'feature="progress-unit-bytes"' --cfg 'feature="progress-unit-human-numbers"' --cfg 'feature="tracing"' --cfg 'feature="tracing-detail"' --cfg 'feature="walkdir"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache-efficiency-debug", "crc32", "default", "document-features", "fs-read-dir", "io-pipe", "once_cell", "parallel", "prodash", "progress", "progress-unit-bytes", "progress-unit-human-numbers", "tracing", "tracing-detail", "walkdir", "zlib", "zlib-ng", "zlib-ng-compat", "zlib-rs", "zlib-rust-backend", "zlib-stock"))' -C metadata=82b54b0fe07d6483 -C extra-filename=-cb28f5567e0ac11f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta --extern bytesize=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytesize-7c59a5aee85e9cc9.rmeta --extern crc32fast=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-8012d92a9667d713.rmeta --extern crossbeam_channel=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rmeta --extern flate2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-55cd7cd0f4874046.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern parking_lot=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta --extern prodash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprodash-cd84bcc05c4c1ccc.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta --extern walkdir=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:33.5943292Z [00:03:05.206]➜     Compiling tempfile v3.20.0
2025-08-20T20:32:33.5958778Z [00:03:05.207]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tempfile --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=53845ba268250826 -C extra-filename=-5555de710644056e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta --extern getrandom=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-ca8bd95a81fafebc.rmeta --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern rustix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d4333fcfe4fd7fea.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:33.7891405Z [00:03:05.401]➜     Compiling yoke-derive v0.8.0
2025-08-20T20:32:33.7902212Z [00:03:05.402]➜       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.8.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=0a2190a4ff1fb8d2 -C extra-filename=-6e21e5200106e02d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern synstructure=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:32:34.3981195Z [00:03:06.010]➜     Compiling gix-hash v0.19.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash)
2025-08-20T20:32:34.4006121Z [00:03:06.011]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_hash --edition=2021 gix-hash/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=81da04b6ac1d5232 -C extra-filename=-a3653e85d1574a5c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern faster_hex=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaster_hex-4337ed818fc5319b.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern sha1_checked=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1_checked-c420011db74e9bd1.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:34.7176198Z [00:03:06.329]➜     Compiling gix-fs v0.16.1 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs)
2025-08-20T20:32:34.7207330Z [00:03:06.331]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_fs --edition=2021 gix-fs/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7a4c683708b8e2c8 -C extra-filename=-b5010988772df54d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern fastrand=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:34.8147664Z [00:03:06.427]➜     Compiling shlex v1.3.0
2025-08-20T20:32:34.8151340Z [00:03:06.427]➜       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.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:35.0828530Z [00:03:06.695]➜     Compiling gix-hashtable v0.9.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable)
2025-08-20T20:32:35.0849121Z [00:03:06.695]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_hashtable --edition=2021 gix-hashtable/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f25564dbd6fb0502 -C extra-filename=-8df1d1951220ef6a --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern hashbrown=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rmeta --extern parking_lot=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:35.2203169Z [00:03:06.832]➜     Compiling gix-object v0.50.2 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object)
2025-08-20T20:32:35.2254305Z [00:03:06.833]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_object --edition=2021 gix-object/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde", "verbose-object-parsing-errors"))' -C metadata=a14157567b2fe0eb -C extra-filename=-16dec88fbed91bbb --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_actor=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_actor-eb2e3700834e00e1.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_hashtable=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern gix_validate=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_validate-46183eb8b51b966a.rmeta --extern itoa=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta --extern winnow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-ff5c3fa5318c1e27.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:35.3520284Z [00:03:06.964]➜     Compiling gix-commitgraph v0.29.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph)
2025-08-20T20:32:35.3542764Z [00:03:06.964]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_commitgraph --edition=2021 gix-commitgraph/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=c18daa27f8771e60 -C extra-filename=-db7a50bf9399459b --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_chunk=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_chunk-a71e3255bdd922c4.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern memmap2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemmap2-f0fef1515e08af2d.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:35.4632714Z [00:03:07.075]➜     Compiling gix-tempfile v18.0.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile)
2025-08-20T20:32:35.4714089Z [00:03:07.081]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_tempfile --edition=2021 gix-tempfile/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="default"' --cfg 'feature="hp-hashmap"' --cfg 'feature="signals"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "document-features", "hp-hashmap", "signals"))' -C metadata=443f48a09a88db52 -C extra-filename=-6a629eb9cf691d19 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern dashmap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdashmap-a80cede878c45f19.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern parking_lot=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta --extern signal_hook=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-9a3d0c38e786ddb9.rmeta --extern signal_hook_registry=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-282223f4cdf1ee7f.rmeta --extern tempfile=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-5555de710644056e.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:35.6459242Z [00:03:07.258]➜     Compiling yoke v0.8.0
2025-08-20T20:32:35.6471814Z [00:03:07.258]➜       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.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 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=2a16e0dc5b90cfed -C extra-filename=-40232855fd3282f3 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern stable_deref_trait=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta --extern yoke_derive=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libyoke_derive-6e21e5200106e02d.so --extern zerofrom=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3aacd5bda816dd4d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:36.0010705Z [00:03:07.613]➜     Compiling cc v1.2.30
2025-08-20T20:32:36.0019971Z [00:03:07.614]➜       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.30/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("jobserver", "parallel"))' -C metadata=33439af31f796524 -C extra-filename=-6bd1fb1cf10a2ee9 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta --cap-lints allow`
2025-08-20T20:32:36.1192261Z [00:03:07.731]➜     Compiling gix-glob v0.21.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob)
2025-08-20T20:32:36.1220710Z [00:03:07.732]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_glob --edition=2021 gix-glob/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=0ebae365e5e69a0c -C extra-filename=-145344e629c42474 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:36.8544523Z [00:03:08.466]➜     Compiling pkg-config v0.3.32
2025-08-20T20:32:36.8548441Z [00:03:08.467]➜       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.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=4e6431c3ee9383a8 -C extra-filename=-18929d2f95bd35e3 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:36.8650493Z [00:03:08.477]➜     Compiling unicode-bom v2.0.3
2025-08-20T20:32:36.8655726Z [00:03:08.477]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_bom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bom-2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0208cab19638d35 -C extra-filename=-bf8be29bdfba528d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:37.0294824Z [00:03:08.641]➜     Compiling gix-lock v18.0.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock)
2025-08-20T20:32:37.0325633Z [00:03:08.643]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_lock --edition=2021 gix-lock/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e9959c1a8442e91 -C extra-filename=-9f48090514e29bcd --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern gix_tempfile=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_tempfile-6a629eb9cf691d19.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:37.5997227Z [00:03:09.212]➜     Compiling zerovec-derive v0.11.1
2025-08-20T20:32:37.6006843Z [00:03:09.212]➜       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.11.1/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=107d22eda5d58af7 -C extra-filename=-72a3d9efe0de33cb --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:32:37.7593501Z [00:03:09.371]➜     Compiling vcpkg v0.2.15
2025-08-20T20:32:37.7597893Z [00:03:09.372]➜       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.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:37.8930729Z [00:03:09.505]➜     Compiling gix-revwalk v0.21.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk)
2025-08-20T20:32:37.8959501Z [00:03:09.506]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_revwalk --edition=2021 gix-revwalk/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99b4d2b096d0db44 -C extra-filename=-2452d73d545486f5 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern gix_commitgraph=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_commitgraph-db7a50bf9399459b.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_hashtable=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:38.3184829Z [00:03:09.930]➜     Compiling kstring v2.0.2
2025-08-20T20:32:38.3194799Z [00:03:09.931]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name kstring --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstring-2.0.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="serde"' --cfg 'feature="std"' --cfg 'feature="unsafe"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc", "default", "document-features", "max_inline", "serde", "std", "unsafe", "unstable_bench_subset"))' -C metadata=4a4417800671641e -C extra-filename=-aed3d2116891dee2 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern static_assertions=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:38.5961121Z [00:03:10.208]➜     Compiling displaydoc v0.2.5
2025-08-20T20:32:38.5973205Z [00:03:10.209]➜       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=455f50bd845a5ab0 -C extra-filename=-2cda825c857eaedf --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:32:38.8640298Z [00:03:10.476]➜     Compiling shell-words v1.1.0
2025-08-20T20:32:38.8653460Z [00:03:10.477]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:38.9355917Z [00:03:10.547]➜     Compiling gix-attributes v0.27.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes)
2025-08-20T20:32:38.9414257Z [00:03:10.548]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_attributes --edition=2021 gix-attributes/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=b482ff72c9021822 -C extra-filename=-5cb7f02eceeb96e6 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_glob=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_glob-145344e629c42474.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_quote-87794e4aeb568bed.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern kstring=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libkstring-aed3d2116891dee2.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta --extern unicode_bom=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_bom-bf8be29bdfba528d.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:39.0633964Z [00:03:10.675]➜     Compiling gix-command v0.6.2 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command)
2025-08-20T20:32:39.0656213Z [00:03:10.676]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_command --edition=2021 gix-command/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ab34eaaa2cb673c -C extra-filename=-541c9ba2d04e1cb9 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_quote-87794e4aeb568bed.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern shell_words=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:39.3223410Z [00:03:10.934]➜     Compiling zerovec v0.11.2
2025-08-20T20:32:39.3235088Z [00:03:10.935]➜       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.11.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="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=6ac95c8db94a4397 -C extra-filename=-4dbf6ba57bf4685f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern yoke=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-40232855fd3282f3.rmeta --extern zerofrom=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3aacd5bda816dd4d.rmeta --extern zerovec_derive=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libzerovec_derive-72a3d9efe0de33cb.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-20T20:32:39.5553982Z [00:03:11.167]➜     Compiling gix-config-value v0.15.1 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value)
2025-08-20T20:32:39.5590944Z [00:03:11.168]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_config_value --edition=2021 gix-config-value/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=09c1e889bd4055c6 -C extra-filename=-2b4e505c1246583e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:39.8486925Z [00:03:11.460]➜     Compiling gix-traverse v0.47.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse)
2025-08-20T20:32:39.8543346Z [00:03:11.464]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_traverse --edition=2021 gix-traverse/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c9d86d2148396ba -C extra-filename=-7a9c6c08251d0701 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern gix_commitgraph=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_commitgraph-db7a50bf9399459b.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_hashtable=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_revwalk=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revwalk-2452d73d545486f5.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:40.6456992Z [00:03:12.258]➜     Compiling filetime v0.2.25
2025-08-20T20:32:40.6469525Z [00:03:12.258]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name filetime --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccf246822e105ec4 -C extra-filename=-01f43c0a6deb68b4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:40.8643566Z [00:03:12.476]➜     Compiling litemap v0.8.0
2025-08-20T20:32:40.8661443Z [00:03:12.478]➜       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.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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=69ce5207831ad5c0 -C extra-filename=-c6b597b0b48f9891 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:41.0385375Z [00:03:12.650]➜     Compiling tinystr v0.8.1
2025-08-20T20:32:41.0391298Z [00:03:12.650]➜       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.8.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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=e4e23120de3f8431 -C extra-filename=-0eab935966dc1e51 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern zerovec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4dbf6ba57bf4685f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:41.1236232Z [00:03:12.735]➜     Compiling writeable v0.6.1
2025-08-20T20:32:41.1243422Z [00:03:12.736]➜       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.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("either"))' -C metadata=65e31e38cf8c8754 -C extra-filename=-9ae0182990efae3f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:41.1848754Z [00:03:12.797]➜     Compiling potential_utf v0.1.2
2025-08-20T20:32:41.1880896Z [00:03:12.799]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name potential_utf --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-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 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "writeable", "zerovec"))' -C metadata=7fe1f78e0017039b -C extra-filename=-9309ea60d5963eb4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern zerovec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4dbf6ba57bf4685f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:41.2423916Z [00:03:12.854]➜     Compiling zerotrie v0.2.2
2025-08-20T20:32:41.2485055Z [00:03:12.857]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerotrie --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-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="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=7aa722e286a1fb05 -C extra-filename=-0e89610bca173e39 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern yoke=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-40232855fd3282f3.rmeta --extern zerofrom=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3aacd5bda816dd4d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:41.3212085Z [00:03:12.933]➜     Compiling icu_properties_data v2.0.1
2025-08-20T20:32:41.3217806Z [00:03:12.933]➜       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/icu_properties_data-2.0.1/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(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=323d280e74499dd3 -C extra-filename=-02e9eb96c00baf7e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:41.3898209Z [00:03:13.002]➜     Compiling icu_normalizer_data v2.0.0
2025-08-20T20:32:41.3904805Z [00:03:13.002]➜       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/icu_normalizer_data-2.0.0/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(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba00fe41e7066976 -C extra-filename=-e45fe0ac21d3131d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:41.5054323Z [00:03:13.117]➜     Compiling icu_locale_core v2.0.0
2025-08-20T20:32:41.5087070Z [00:03:13.118]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_locale_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-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 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=1c2653da8d2ef697 -C extra-filename=-94b05fe0113b557d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern litemap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-c6b597b0b48f9891.rmeta --extern tinystr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-0eab935966dc1e51.rmeta --extern writeable=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rmeta --extern zerovec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4dbf6ba57bf4685f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:41.5983453Z [00:03:13.210]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build-script-build`
2025-08-20T20:32:41.6123705Z [00:03:13.224]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build-script-build`
2025-08-20T20:32:41.6246162Z [00:03:13.236]➜     Compiling icu_collections v2.0.0
2025-08-20T20:32:41.6264850Z [00:03:13.237]➜       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-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("alloc", "databake", "serde"))' -C metadata=3480a99ad01ddb8a -C extra-filename=-1ef97034e599d181 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern potential_utf=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-9309ea60d5963eb4.rmeta --extern yoke=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-40232855fd3282f3.rmeta --extern zerofrom=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3aacd5bda816dd4d.rmeta --extern zerovec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4dbf6ba57bf4685f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:41.6514981Z [00:03:13.263]➜     Compiling gix-packetline-blocking v0.19.1 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking)
2025-08-20T20:32:41.6570847Z [00:03:13.265]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_packetline_blocking --edition=2021 gix-packetline-blocking/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="blocking-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "blocking-io", "default", "document-features", "serde"))' -C metadata=33669ca12286c447 -C extra-filename=-61ddb969f61098c7 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern faster_hex=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaster_hex-4337ed818fc5319b.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:41.7982425Z [00:03:13.410]➜     Compiling gix-bitmap v0.2.14 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap)
2025-08-20T20:32:41.8002507Z [00:03:13.411]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_bitmap --edition=2021 gix-bitmap/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ff56946074b4e26 -C extra-filename=-8ba0f8c1e18dc2cf --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:41.8274557Z [00:03:13.436]➜     Compiling encoding_rs v0.8.35
2025-08-20T20:32:41.8280768Z [00:03:13.439]➜       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=3a9e9cce20aa7c17 -C extra-filename=-adbda3ae63672fab --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:42.0258397Z [00:03:13.638]➜     Compiling fnv v1.0.7
2025-08-20T20:32:42.0265667Z [00:03:13.638]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:42.0953353Z [00:03:13.707]➜     Compiling gix-index v0.41.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index)
2025-08-20T20:32:42.0990158Z [00:03:13.708]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_index --edition=2021 gix-index/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=9e812e5a06c603e2 -C extra-filename=-e0191b63475f6e68 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern filetime=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-01f43c0a6deb68b4.rmeta --extern fnv=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rmeta --extern gix_bitmap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_bitmap-8ba0f8c1e18dc2cf.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_lock=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_lock-9f48090514e29bcd.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_traverse=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_traverse-7a9c6c08251d0701.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern gix_validate=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_validate-46183eb8b51b966a.rmeta --extern hashbrown=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rmeta --extern itoa=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern memmap2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemmap2-f0fef1515e08af2d.rmeta --extern rustix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d4333fcfe4fd7fea.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:42.1119055Z [00:03:13.723]➜       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-2.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=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fea3a1e2bd61464 -C extra-filename=-111d24ffd76d8a7c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/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(icu4c_enable_renaming)'`
2025-08-20T20:32:42.3312854Z [00:03:13.942]➜       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-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 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=100a715906bd345f -C extra-filename=-e41840278c5a620b --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/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(icu4c_enable_renaming)'`
2025-08-20T20:32:42.4175736Z [00:03:14.029]➜     Compiling gix-ignore v0.16.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore)
2025-08-20T20:32:42.4209306Z [00:03:14.031]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_ignore --edition=2021 gix-ignore/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=679afd2f70cd3040 -C extra-filename=-21d62da0927f175d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_glob=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_glob-145344e629c42474.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern unicode_bom=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_bom-bf8be29bdfba528d.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:42.5562991Z [00:03:14.165]➜     Compiling icu_provider v2.0.0
2025-08-20T20:32:42.5573307Z [00:03:14.165]➜       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-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 --cfg 'feature="baked"' --cfg 'feature="zerotrie"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=c998eb3e258e16d3 -C extra-filename=-6fd82f3c15f2cd24 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern icu_locale_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-94b05fe0113b557d.rmeta --extern stable_deref_trait=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta --extern tinystr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-0eab935966dc1e51.rmeta --extern writeable=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rmeta --extern yoke=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-40232855fd3282f3.rmeta --extern zerofrom=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3aacd5bda816dd4d.rmeta --extern zerotrie=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-0e89610bca173e39.rmeta --extern zerovec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4dbf6ba57bf4685f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:42.9800872Z [00:03:14.592]➜     Compiling icu_normalizer v2.0.0
2025-08-20T20:32:42.9819529Z [00:03:14.593]➜       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-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 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=cce4802d3256f0fe -C extra-filename=-28ec4679b8e687c1 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern icu_collections=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-1ef97034e599d181.rmeta --extern icu_normalizer_data=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-e41840278c5a620b.rmeta --extern icu_provider=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-6fd82f3c15f2cd24.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern zerovec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4dbf6ba57bf4685f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:43.0895829Z [00:03:14.701]➜     Compiling icu_properties v2.0.1
2025-08-20T20:32:43.0914053Z [00:03:14.702]➜       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-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=7bae439178d0c5f1 -C extra-filename=-97fb828b8e86c64f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so --extern icu_collections=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-1ef97034e599d181.rmeta --extern icu_locale_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-94b05fe0113b557d.rmeta --extern icu_properties_data=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-111d24ffd76d8a7c.rmeta --extern icu_provider=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-6fd82f3c15f2cd24.rmeta --extern potential_utf=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-9309ea60d5963eb4.rmeta --extern zerotrie=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-0e89610bca173e39.rmeta --extern zerovec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4dbf6ba57bf4685f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:44.1599777Z [00:03:15.772]➜     Compiling gix-filter v0.20.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter)
2025-08-20T20:32:44.1633353Z [00:03:15.773]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_filter --edition=2021 gix-filter/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc24d91016e9e27c -C extra-filename=-b9075d5585ff8657 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern encoding_rs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libencoding_rs-adbda3ae63672fab.rmeta --extern gix_attributes=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_attributes-5cb7f02eceeb96e6.rmeta --extern gix_command=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_command-541c9ba2d04e1cb9.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_packetline_blocking=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_packetline_blocking-61ddb969f61098c7.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_quote-87794e4aeb568bed.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:44.4179242Z [00:03:16.030]➜     Compiling gix-worktree v0.42.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree)
2025-08-20T20:32:44.4223414Z [00:03:16.031]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_worktree --edition=2021 gix-worktree/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="attributes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attributes", "default", "document-features", "serde"))' -C metadata=b07f2155f51916b9 -C extra-filename=-ccdc35fc39f6a650 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_attributes=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_attributes-5cb7f02eceeb96e6.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_glob=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_glob-145344e629c42474.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_ignore=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ignore-21d62da0927f175d.rmeta --extern gix_index=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_index-e0191b63475f6e68.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_validate=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_validate-46183eb8b51b966a.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:45.5531134Z [00:03:17.165]➜     Compiling gix-pathspec v0.12.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec)
2025-08-20T20:32:45.5553851Z [00:03:17.166]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_pathspec --edition=2021 gix-pathspec/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7a3011db113c7b7 -C extra-filename=-0b8e4aea9d2defde --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_attributes=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_attributes-5cb7f02eceeb96e6.rmeta --extern gix_config_value=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config_value-2b4e505c1246583e.rmeta --extern gix_glob=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_glob-145344e629c42474.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:45.7266107Z [00:03:17.338]➜     Compiling libz-sys v1.1.22
2025-08-20T20:32:45.7274970Z [00:03:17.339]➜       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.22/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=3bc284306924afef -C extra-filename=-0d361cbcb7686623 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libz-sys-0d361cbcb7686623 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libcc-6bd1fb1cf10a2ee9.rlib --extern pkg_config=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rlib --extern vcpkg=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rlib --cap-lints allow`
2025-08-20T20:32:45.8786681Z [00:03:17.490]➜     Compiling openssl-sys v0.9.109
2025-08-20T20:32:45.8793803Z [00:03:17.491]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_main --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=14bd3ef378ea2663 -C extra-filename=-9269e90704f38866 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/openssl-sys-9269e90704f38866 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libcc-6bd1fb1cf10a2ee9.rlib --extern pkg_config=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rlib --extern vcpkg=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rlib --cap-lints allow`
2025-08-20T20:32:46.2038517Z [00:03:17.816]➜     Compiling gix-sec v0.12.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec)
2025-08-20T20:32:46.2077972Z [00:03:17.816]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_sec --edition=2021 gix-sec/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=bb50a42e0427125c -C extra-filename=-4dc8f9fbee20caab --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:46.6178555Z [00:03:18.230]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/openssl-sys-9269e90704f38866/build-script-main`
2025-08-20T20:32:46.6705715Z [00:03:18.282]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libz-sys-0d361cbcb7686623/build-script-build`
2025-08-20T20:32:46.7232642Z [00:03:18.335]➜     Compiling idna_adapter v1.2.1
2025-08-20T20:32:46.7310829Z [00:03:18.342]➜       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.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=616a77d6ea3883cb -C extra-filename=-5abc94dcfa951c6e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern icu_normalizer=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-28ec4679b8e687c1.rmeta --extern icu_properties=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-97fb828b8e86c64f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:46.7691494Z [00:03:18.381]➜     Compiling utf8_iter v1.0.4
2025-08-20T20:32:46.7721363Z [00:03:18.383]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:46.8502766Z [00:03:18.461]➜     Compiling percent-encoding v2.3.1
2025-08-20T20:32:46.8512820Z [00:03:18.463]➜       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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bf7a63bccdcba7ab -C extra-filename=-2aa7bee56e77439a --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:46.9057244Z [00:03:18.517]➜     Compiling idna v1.0.3
2025-08-20T20:32:46.9076163Z [00:03:18.519]➜       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=d81ac336706d1fb4 -C extra-filename=-e9bab7e445adc0fd --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern idna_adapter=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-5abc94dcfa951c6e.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern utf8_iter=/tmp/tmp.xlnpCpJaRc/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-20T20:32:47.0823630Z [00:03:18.694]➜     Compiling form_urlencoded v1.2.1
2025-08-20T20:32:47.0835259Z [00:03:18.695]➜       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=9ace6c20451d109f -C extra-filename=-740c2a79f711a05f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern percent_encoding=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:47.0978862Z [00:03:18.710]➜     Compiling curl-sys v0.4.82+curl-8.14.1
2025-08-20T20:32:47.0993788Z [00:03:18.711]➜       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/curl-sys-0.4.82+curl-8.14.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="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=c29a6aaf011bc9f0 -C extra-filename=-265d4519a2b111f3 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-sys-265d4519a2b111f3 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libcc-6bd1fb1cf10a2ee9.rlib --extern pkg_config=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rlib --cap-lints allow`
2025-08-20T20:32:47.2612795Z [00:03:18.873]➜     Compiling gix-ref v0.53.1 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref)
2025-08-20T20:32:47.2642403Z [00:03:18.874]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_ref --edition=2021 gix-ref/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=d8b677daaee90bc4 -C extra-filename=-c6bb2eb983c337ae --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern gix_actor=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_actor-eb2e3700834e00e1.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_lock=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_lock-9f48090514e29bcd.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_tempfile=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_tempfile-6a629eb9cf691d19.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern gix_validate=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_validate-46183eb8b51b966a.rmeta --extern memmap2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemmap2-f0fef1515e08af2d.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta --extern winnow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-ff5c3fa5318c1e27.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:47.3289111Z [00:03:18.941]➜     Compiling imara-diff v0.1.8
2025-08-20T20:32:47.3298451Z [00:03:18.941]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name imara_diff --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/imara-diff-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="unified_diff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unified_diff"))' -C metadata=3850c5aece5b95ea -C extra-filename=-d58fea0ba96f0264 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:47.4775767Z [00:03:19.089]➜     Compiling url v2.5.4
2025-08-20T20:32:47.4802652Z [00:03:19.091]➜       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=f1daca3ae490b70d -C extra-filename=-ebcc13649e8fa4c6 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-740c2a79f711a05f.rmeta --extern idna=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-e9bab7e445adc0fd.rmeta --extern percent_encoding=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:47.5254699Z [00:03:19.137]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-sys-265d4519a2b111f3/build-script-build`
2025-08-20T20:32:47.5581318Z [00:03:19.169]➜       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.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 --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=da6b0df58f440260 -C extra-filename=-befe8ac2ac720d26 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.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-20T20:32:47.7000644Z [00:03:19.311]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name openssl_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/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("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=2d0c56c5ad800fa7 -C extra-filename=-fb4d1a3cdb395ba8 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.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 ssl -l crypto --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_EC2M"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg openssl --cfg ossl340 --cfg ossl330 --cfg ossl320 --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
2025-08-20T20:32:48.5012942Z [00:03:20.113]➜     Compiling gix-diff v0.53.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff)
2025-08-20T20:32:48.5047490Z [00:03:20.114]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_diff --edition=2021 gix-diff/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="blob"' --cfg 'feature="index"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("blob", "default", "document-features", "index", "serde", "wasm"))' -C metadata=83928b2b4c503ef8 -C extra-filename=-ec9807aeffe50164 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_attributes=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_attributes-5cb7f02eceeb96e6.rmeta --extern gix_command=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_command-541c9ba2d04e1cb9.rmeta --extern gix_filter=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_filter-b9075d5585ff8657.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_index=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_index-e0191b63475f6e68.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_pathspec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pathspec-0b8e4aea9d2defde.rmeta --extern gix_tempfile=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_tempfile-6a629eb9cf691d19.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern gix_traverse=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_traverse-7a9c6c08251d0701.rmeta --extern gix_worktree=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree-ccdc35fc39f6a650.rmeta --extern imara_diff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimara_diff-d58fea0ba96f0264.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:49.1213622Z [00:03:20.733]➜     Compiling gix-url v0.32.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url)
2025-08-20T20:32:49.1233420Z [00:03:20.733]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_url --edition=2021 gix-url/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=09015a4b079f800d -C extra-filename=-9da9ace2fd3734c9 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern percent_encoding=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta --extern url=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-ebcc13649e8fa4c6.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:49.1773783Z [00:03:20.789]➜     Compiling gix-revision v0.35.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision)
2025-08-20T20:32:49.1796138Z [00:03:20.790]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_revision --edition=2021 gix-revision/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="describe"' --cfg 'feature="merge_base"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "describe", "document-features", "merge_base", "serde"))' -C metadata=96ad344eacfc643d -C extra-filename=-4d65273074e381a8 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_commitgraph=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_commitgraph-db7a50bf9399459b.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_hashtable=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_revwalk=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revwalk-2452d73d545486f5.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:49.3708652Z [00:03:20.983]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T20:32:49.3730210Z [00:03:20.984]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.xlnpCpJaRc/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-20T20:32:50.0490390Z [00:03:21.661]➜     Compiling curl v0.4.48
2025-08-20T20:32:50.0531677Z [00:03:21.664]➜       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/curl-0.4.48/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="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=77d239ead9e151ce -C extra-filename=-77a1f4e9f38b1028 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-77a1f4e9f38b1028 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:50.2788721Z [00:03:21.891]➜     Compiling utf8parse v0.2.2
2025-08-20T20:32:50.2804473Z [00:03:21.892]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:50.3585123Z [00:03:21.970]➜     Compiling anstyle-parse v0.2.7
2025-08-20T20:32:50.3651708Z [00:03:21.975]➜       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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=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' '--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=0ad443505b3099c3 -C extra-filename=-6f2f0cbe09b57ffe --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.xlnpCpJaRc/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-20T20:32:50.4896291Z [00:03:22.101]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-77a1f4e9f38b1028/build-script-build`
2025-08-20T20:32:50.5010631Z [00:03:22.113]➜     Compiling crossbeam-deque v0.8.6
2025-08-20T20:32:50.5019006Z [00:03:22.113]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta --extern crossbeam_utils=/tmp/tmp.xlnpCpJaRc/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-20T20:32:50.6125221Z [00:03:22.224]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name curl_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.82+curl-8.14.1/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="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=59fc639ca025836e -C extra-filename=-69676ad689588394 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern libz_sys=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_sys-befe8ac2ac720d26.rmeta --extern openssl_sys=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_sys-fb4d1a3cdb395ba8.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=/usr/lib -l curl --check-cfg 'cfg(libcurl_vendored,link_libnghttp2,link_libz,link_openssl,)'`
2025-08-20T20:32:50.7504378Z [00:03:22.362]➜     Compiling gix-prompt v0.11.1 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt)
2025-08-20T20:32:50.7524962Z [00:03:22.363]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_prompt --edition=2021 gix-prompt/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ada9b658a7318d02 -C extra-filename=-cac0a9b7a4604f10 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern gix_command=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_command-541c9ba2d04e1cb9.rmeta --extern gix_config_value=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config_value-2b4e505c1246583e.rmeta --extern parking_lot=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta --extern rustix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d4333fcfe4fd7fea.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:50.8910334Z [00:03:22.502]➜     Compiling socket2 v0.5.10
2025-08-20T20:32:50.8915347Z [00:03:22.503]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=1d3111f161f1035a -C extra-filename=-a6ae6527a33e8aae --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:51.2889869Z [00:03:22.901]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T20:32:51.2909993Z [00:03:22.902]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:51.3560918Z [00:03:22.968]➜     Compiling colorchoice v1.0.4
2025-08-20T20:32:51.3578400Z [00:03:22.969]➜       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.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::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=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' '--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=ae8be52b0c043045 -C extra-filename=-309e6b44748942cb --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:51.4680066Z [00:03:23.080]➜     Compiling arrayvec v0.7.6
2025-08-20T20:32:51.4688591Z [00:03:23.080]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name arrayvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=8977882b3ba029af -C extra-filename=-114b57072a1ea110 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:51.7704376Z [00:03:23.382]➜     Compiling anstyle v1.0.11
2025-08-20T20:32:51.7728747Z [00:03:23.384]➜       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.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=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=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' '--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=552da419deaa66b4 -C extra-filename=-353d305c40d9cf94 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:51.8120434Z [00:03:23.424]➜     Compiling rayon-core v1.12.1
2025-08-20T20:32:51.8133158Z [00:03:23.425]➜       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.xlnpCpJaRc/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:51.9347423Z [00:03:23.547]➜     Compiling anstyle-query v1.1.3
2025-08-20T20:32:51.9385908Z [00:03:23.549]➜       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.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=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' '--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=b9ab62754acec9a3 -C extra-filename=-dd3fb9063464bdb2 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:52.0039488Z [00:03:23.616]➜     Compiling openssl-probe v0.1.6
2025-08-20T20:32:52.0049737Z [00:03:23.616]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name openssl_probe --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a866f4dad60f5a62 -C extra-filename=-122bdd6b810c8469 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:52.0249600Z [00:03:23.637]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build-script-build`
2025-08-20T20:32:52.0317354Z [00:03:23.644]➜     Compiling uluru v3.1.0
2025-08-20T20:32:52.0322751Z [00:03:23.644]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name uluru --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uluru-3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=383dd67408f27004 -C extra-filename=-a8ff2d0c9bdfa069 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern arrayvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-114b57072a1ea110.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:52.0599379Z [00:03:23.672]➜     Compiling gix-credentials v0.30.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials)
2025-08-20T20:32:52.0619089Z [00:03:23.672]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_credentials --edition=2021 gix-credentials/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=dc15f01487b868b2 -C extra-filename=-df778f41f901f69d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_command=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_command-541c9ba2d04e1cb9.rmeta --extern gix_config_value=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config_value-2b4e505c1246583e.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_prompt=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_prompt-cac0a9b7a4604f10.rmeta --extern gix_sec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_sec-4dc8f9fbee20caab.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern gix_url=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_url-9da9ace2fd3734c9.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:52.1470475Z [00:03:23.757]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name curl --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.48/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="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=6d9a69c361225035 -C extra-filename=-378ec677bda03685 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern curl_sys=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurl_sys-69676ad689588394.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern openssl_probe=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-122bdd6b810c8469.rmeta --extern openssl_sys=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_sys-fb4d1a3cdb395ba8.rmeta --extern socket2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-a6ae6527a33e8aae.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=/usr/lib --check-cfg 'cfg(need_openssl_init,need_openssl_probe,)'`
2025-08-20T20:32:52.1599786Z [00:03:23.772]➜     Compiling anstream v0.6.19
2025-08-20T20:32:52.1616351Z [00:03:23.772]➜       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.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=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' '--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=872b2655ca1c1688 -C extra-filename=-a700101167b0b645 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern anstyle_parse=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta --extern anstyle_query=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta --extern colorchoice=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta --extern is_terminal_polyfill=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta --extern utf8parse=/tmp/tmp.xlnpCpJaRc/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-20T20:32:52.2832898Z [00:03:23.895]➜     Compiling gix-refspec v0.31.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec)
2025-08-20T20:32:52.2853821Z [00:03:23.896]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_refspec --edition=2021 gix-refspec/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc5bbaf3603c698f -C extra-filename=-3dd214680b2e5935 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_revision=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revision-4d65273074e381a8.rmeta --extern gix_validate=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_validate-46183eb8b51b966a.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:52.7225541Z [00:03:24.334]➜     Compiling gix-discover v0.41.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover)
2025-08-20T20:32:52.7265455Z [00:03:24.335]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_discover --edition=2021 gix-discover/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=835d751db3affcc2 -C extra-filename=-11996166dc85036c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_ref=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ref-c6bb2eb983c337ae.rmeta --extern gix_sec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_sec-4dc8f9fbee20caab.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:52.9168657Z [00:03:24.529]➜     Compiling libsqlite3-sys v0.35.0
2025-08-20T20:32:52.9183439Z [00:03:24.530]➜       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/libsqlite3-sys-0.35.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 --cfg 'feature="bundled"' --cfg 'feature="bundled_bindings"' --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "column_metadata", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=3bfc9b3538b1159c -C extra-filename=-a24cebbda5f26d0f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libsqlite3-sys-a24cebbda5f26d0f -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libcc-6bd1fb1cf10a2ee9.rlib --extern pkg_config=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rlib --extern vcpkg=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rlib --cap-lints allow`
2025-08-20T20:32:53.3297724Z [00:03:24.942]➜     Compiling xattr v1.5.1
2025-08-20T20:32:53.3308568Z [00:03:24.942]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name xattr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-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="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=7ab7d26a6c84b1b2 -C extra-filename=-3448e50b86b66bb8 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d4333fcfe4fd7fea.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:53.5936953Z [00:03:25.206]➜     Compiling gix-packetline v0.19.1 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline)
2025-08-20T20:32:53.5966698Z [00:03:25.206]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_packetline --edition=2021 gix-packetline/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="blocking-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "blocking-io", "default", "document-features", "futures-lite", "serde"))' -C metadata=7658ceeb38949a1a -C extra-filename=-6227b15639dfac05 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern faster_hex=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaster_hex-4337ed818fc5319b.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:53.7259870Z [00:03:25.338]➜     Compiling indexmap v2.10.0
2025-08-20T20:32:53.7274588Z [00:03:25.339]➜       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.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 '--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=5f6b5555fbac71c8 -C extra-filename=-66e902bfbfda2faa --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta --extern hashbrown=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:53.9393845Z [00:03:25.551]➜     Compiling lazy_static v1.5.0
2025-08-20T20:32:53.9404450Z [00:03:25.552]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lazy_static --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-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("spin", "spin_no_std"))' -C metadata=4e57136c74e6c8a2 -C extra-filename=-a7a7d1b21152584a --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:54.0475019Z [00:03:25.659]➜     Compiling overload v0.1.1
2025-08-20T20:32:54.0489801Z [00:03:25.660]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name overload --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/overload-0.1.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=ab0b2791e2810546 -C extra-filename=-814595d2adde431b --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:54.0810684Z [00:03:25.693]➜     Compiling base64 v0.22.1
2025-08-20T20:32:54.0817758Z [00:03:25.693]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:54.0975365Z [00:03:25.709]➜     Compiling clru v0.6.2
2025-08-20T20:32:54.0985100Z [00:03:25.710]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clru --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clru-0.6.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=e0cf8baa4021da6c -C extra-filename=-b8760a06ad48cde1 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:54.1204664Z [00:03:25.732]➜     Compiling thiserror v1.0.69
2025-08-20T20:32:54.1270394Z [00:03:25.738]➜       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.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:32:54.1887358Z [00:03:25.801]➜     Compiling nu-ansi-term v0.46.0
2025-08-20T20:32:54.1981958Z [00:03:25.810]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nu_ansi_term --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.46.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("derive_serde_style", "serde"))' -C metadata=373962f59be207d2 -C extra-filename=-0cb81f1c26a44ea8 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern overload=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-814595d2adde431b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:54.3552267Z [00:03:25.967]➜     Compiling gix-pack v0.60.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack)
2025-08-20T20:32:54.3603959Z [00:03:25.968]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_pack --edition=2021 gix-pack/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="generate"' --cfg 'feature="object-cache-dynamic"' --cfg 'feature="pack-cache-lru-dynamic"' --cfg 'feature="pack-cache-lru-static"' --cfg 'feature="serde"' --cfg 'feature="streaming-input"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "document-features", "generate", "object-cache-dynamic", "pack-cache-lru-dynamic", "pack-cache-lru-static", "serde", "streaming-input", "wasm"))' -C metadata=72df079608e4f56b -C extra-filename=-9217c271e59afb2b --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern clru=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclru-b8760a06ad48cde1.rmeta --extern gix_chunk=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_chunk-a71e3255bdd922c4.rmeta --extern gix_diff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_diff-ec9807aeffe50164.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_hashtable=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_tempfile=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_tempfile-6a629eb9cf691d19.rmeta --extern gix_traverse=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_traverse-7a9c6c08251d0701.rmeta --extern memmap2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemmap2-f0fef1515e08af2d.rmeta --extern parking_lot=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta --extern uluru=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuluru-a8ff2d0c9bdfa069.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:54.5579705Z [00:03:26.170]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build`
2025-08-20T20:32:54.6713360Z [00:03:26.283]➜     Compiling gix-transport v0.48.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport)
2025-08-20T20:32:54.6738947Z [00:03:26.283]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_transport --edition=2021 gix-transport/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="base64"' --cfg 'feature="blocking-client"' --cfg 'feature="curl"' --cfg 'feature="default"' --cfg 'feature="gix-credentials"' --cfg 'feature="http-client"' --cfg 'feature="http-client-curl"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-client", "async-std", "async-trait", "base64", "blocking-client", "curl", "default", "document-features", "futures-io", "futures-lite", "gix-credentials", "http-client", "http-client-curl", "http-client-curl-rust-tls", "http-client-insecure-credentials", "http-client-reqwest", "http-client-reqwest-native-tls", "http-client-reqwest-rust-tls", "http-client-reqwest-rust-tls-trust-dns", "pin-project-lite", "reqwest", "serde"))' -C metadata=82531cf1397169bd -C extra-filename=-61a4d4e7ee59eba0 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rmeta --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern curl=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurl-378ec677bda03685.rmeta --extern gix_command=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_command-541c9ba2d04e1cb9.rmeta --extern gix_credentials=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_credentials-df778f41f901f69d.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_packetline=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_packetline-6227b15639dfac05.rmeta --extern gix_quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_quote-87794e4aeb568bed.rmeta --extern gix_sec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_sec-4dc8f9fbee20caab.rmeta --extern gix_url=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_url-9da9ace2fd3734c9.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/usr/lib`
2025-08-20T20:32:54.6762705Z [00:03:26.288]➜     Compiling sharded-slab v0.1.7
2025-08-20T20:32:54.6767655Z [00:03:26.288]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sharded_slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=74a8d2112483ca3e -C extra-filename=-c87e086639dbd4ca --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:54.8980575Z [00:03:26.510]➜     Compiling tar v0.4.44
2025-08-20T20:32:54.8993536Z [00:03:26.510]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tar --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.44/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="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=75e7acfcd9f0f031 -C extra-filename=-cfe55be0763a9e26 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern filetime=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-01f43c0a6deb68b4.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern xattr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxattr-3448e50b86b66bb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:55.0595339Z [00:03:26.671]➜     Compiling zip v4.3.0
2025-08-20T20:32:55.0604422Z [00:03:26.672]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zip --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.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="_deflate-any"' --cfg 'feature="deflate-flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=2c7c6573387bf620 -C extra-filename=-8bfa44d0e0acf7b2 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-8012d92a9667d713.rmeta --extern flate2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-55cd7cd0f4874046.rmeta --extern indexmap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rmeta --extern memchr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:55.7272122Z [00:03:27.339]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libsqlite3-sys-a24cebbda5f26d0f/build-script-build`
2025-08-20T20:32:57.7699909Z [00:03:29.380]➜     Compiling gix-dir v0.15.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir)
2025-08-20T20:32:57.7722321Z [00:03:29.380]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_dir --edition=2021 gix-dir/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=caece8348afce217 -C extra-filename=-dd10c89041d1a4d8 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_discover=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_discover-11996166dc85036c.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_ignore=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ignore-21d62da0927f175d.rmeta --extern gix_index=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_index-e0191b63475f6e68.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_pathspec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pathspec-0b8e4aea9d2defde.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern gix_worktree=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree-ccdc35fc39f6a650.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:32:58.1832920Z [00:03:29.794]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta --extern crossbeam_utils=/tmp/tmp.xlnpCpJaRc/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-20T20:32:59.6909244Z [00:03:31.303]➜     Compiling gix-config v0.46.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config)
2025-08-20T20:32:59.7035553Z [00:03:31.313]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_config --edition=2021 gix-config/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=87bb525562e09558 -C extra-filename=-735e724ca6f7be02 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_config_value=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config_value-2b4e505c1246583e.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_glob=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_glob-145344e629c42474.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_ref=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ref-c6bb2eb983c337ae.rmeta --extern gix_sec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_sec-4dc8f9fbee20caab.rmeta --extern memchr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta --extern unicode_bom=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_bom-bf8be29bdfba528d.rmeta --extern winnow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-ff5c3fa5318c1e27.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:00.2514278Z [00:03:31.863]➜     Compiling gix-worktree-stream v0.22.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream)
2025-08-20T20:33:00.2535225Z [00:03:31.864]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_worktree_stream --edition=2021 gix-worktree-stream/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fabd9a4eb82f2f89 -C extra-filename=-6f34dffb3ecc728c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern gix_attributes=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_attributes-5cb7f02eceeb96e6.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_filter=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_filter-b9075d5585ff8657.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_traverse=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_traverse-7a9c6c08251d0701.rmeta --extern parking_lot=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:00.5015491Z [00:03:32.113]➜     Compiling gix-negotiate v0.21.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate)
2025-08-20T20:33:00.5090695Z [00:03:32.118]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_negotiate --edition=2021 gix-negotiate/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38267f88baf8cb3b -C extra-filename=-7f3d67a4972658a3 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern gix_commitgraph=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_commitgraph-db7a50bf9399459b.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_revwalk=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revwalk-2452d73d545486f5.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:01.8234126Z [00:03:33.435]➜     Compiling gix-shallow v0.5.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-shallow)
2025-08-20T20:33:01.8259099Z [00:03:33.436]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_shallow --edition=2021 gix-shallow/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5dc36602d9efa371 -C extra-filename=-015780893e3be784 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_lock=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_lock-9f48090514e29bcd.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:01.9535509Z [00:03:33.565]➜     Compiling thiserror-impl v1.0.69
2025-08-20T20:33:01.9566280Z [00:03:33.568]➜       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=03f455356104782c -C extra-filename=-0e4347ba7ea5feda --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:33:02.8062630Z [00:03:34.418]➜     Compiling maybe-async v0.2.10
2025-08-20T20:33:02.8074742Z [00:03:34.419]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name maybe_async --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-async-0.2.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 --cfg 'feature="default"' --cfg 'feature="is_sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "is_sync"))' -C metadata=555117e38cfb8727 -C extra-filename=-ac9850d20a8b3ee4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:33:04.1839954Z [00:03:35.796]➜     Compiling tracing-attributes v0.1.30
2025-08-20T20:33:04.1869381Z [00:03:35.798]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_attributes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.30/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=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=86c81b0caffc42ee -C extra-filename=-e6fced03c3294a21 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:33:04.4882501Z [00:03:36.100]➜     Compiling tracing-log v0.2.0
2025-08-20T20:33:04.4898564Z [00:03:36.101]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_log --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-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="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=545471ad79ce6606 -C extra-filename=-992d243111698c7a --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern log=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern tracing_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-0e27a2bcd493c1f6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:04.9475661Z [00:03:36.559]➜     Compiling fs-err v3.1.1
2025-08-20T20:33:04.9506916Z [00:03:36.562]➜       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/fs-err-3.1.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("expose_original_error", "tokio"))' -C metadata=65b6a6fc6034a842 -C extra-filename=-81480a73665f3086 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/fs-err-81480a73665f3086 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib --cap-lints allow`
2025-08-20T20:33:05.1237598Z [00:03:36.736]➜     Compiling io-close v0.3.7
2025-08-20T20:33:05.1282858Z [00:03:36.740]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name io_close --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-close-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_pipe"))' -C metadata=d5bbd15924d97912 -C extra-filename=-5a9282b784221e7b --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:05.1865209Z [00:03:36.798]➜     Compiling crossbeam-queue v0.3.12
2025-08-20T20:33:05.1877802Z [00:03:36.799]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_queue --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.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 --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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "std"))' -C metadata=15b77313495a8658 -C extra-filename=-4fbd714c79d9ec7d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.xlnpCpJaRc/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-20T20:33:05.2672108Z [00:03:36.879]➜     Compiling is-docker v0.2.0
2025-08-20T20:33:05.2688325Z [00:03:36.880]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_docker --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-docker-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())' -C metadata=9a35389e5558ae24 -C extra-filename=-146a9cecc077ca49 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:05.3651170Z [00:03:36.977]➜     Compiling thread_local v1.1.9
2025-08-20T20:33:05.3661525Z [00:03:36.977]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thread_local --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.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("nightly"))' -C metadata=bc0291da1893c2e1 -C extra-filename=-8eb8825dda381af1 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:05.4927262Z [00:03:37.104]➜     Compiling arc-swap v1.7.1
2025-08-20T20:33:05.4936058Z [00:03:37.105]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name arc_swap --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.7.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("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=6feb52588aa906eb -C extra-filename=-ea1e3e5a82c95803 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:05.7900565Z [00:03:37.402]➜     Compiling clap_lex v0.7.5
2025-08-20T20:33:05.7939612Z [00:03:37.402]➜       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.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 --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 --allow=unnameable_types '--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' '--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' '--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=559cdef870894471 -C extra-filename=-db2338314c03aba7 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:05.8871469Z [00:03:37.499]➜     Compiling strsim v0.11.1
2025-08-20T20:33:05.8876186Z [00:03:37.499]➜       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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:06.1876306Z [00:03:37.799]➜     Compiling anyhow v1.0.98
2025-08-20T20:33:06.1881510Z [00:03:37.800]➜       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.98/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=643e54d27fa0bcee -C extra-filename=-a15a6534729acd94 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/anyhow-a15a6534729acd94 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:33:06.5641681Z [00:03:38.176]➜     Compiling serde_json v1.0.142
2025-08-20T20:33:06.5645742Z [00:03:38.176]➜       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.142/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=9475fad2af6edf9e -C extra-filename=-6e0aa045562605c3 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde_json-6e0aa045562605c3 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:33:06.5978358Z [00:03:38.210]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build`
2025-08-20T20:33:06.6211931Z [00:03:38.233]➜     Compiling clap_builder v4.5.42
2025-08-20T20:33:06.6238524Z [00:03:38.234]➜       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.42/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 --allow=unnameable_types '--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' '--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' '--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"' --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=5dacb337cc3a6156 -C extra-filename=-924f6b836dbc6f2c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta --extern anstyle=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern clap_lex=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta --extern strsim=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:06.7310665Z [00:03:38.342]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde_json-6e0aa045562605c3/build-script-build`
2025-08-20T20:33:06.7464038Z [00:03:38.358]➜     Compiling gix-odb v0.70.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb)
2025-08-20T20:33:06.7490535Z [00:03:38.359]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_odb --edition=2021 gix-odb/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=c86bf97bc83741d6 -C extra-filename=-0265081716a7ac2b --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern arc_swap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarc_swap-ea1e3e5a82c95803.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_hashtable=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_pack=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pack-9217c271e59afb2b.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_quote-87794e4aeb568bed.rmeta --extern parking_lot=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern tempfile=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-5555de710644056e.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:06.7938737Z [00:03:38.406]➜     Compiling tracing v0.1.41
2025-08-20T20:33:06.7982015Z [00:03:38.406]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/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(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "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", "std", "tracing-attributes", "valuable"))' -C metadata=ef52f5a14e696bbd -C extra-filename=-e8f0deb699e187cc --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern pin_project_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --extern tracing_attributes=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libtracing_attributes-e6fced03c3294a21.so --extern tracing_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-0e27a2bcd493c1f6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:06.7991861Z [00:03:38.411]➜     Compiling tracing-subscriber v0.3.19
2025-08-20T20:33:06.8006854Z [00:03:38.412]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_subscriber --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="fmt"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=b009f77cd3dfb082 -C extra-filename=-c4389af575d28a04 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern nu_ansi_term=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-0cb81f1c26a44ea8.rmeta --extern sharded_slab=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-c87e086639dbd4ca.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thread_local=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-8eb8825dda381af1.rmeta --extern tracing_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-0e27a2bcd493c1f6.rmeta --extern tracing_log=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-992d243111698c7a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:07.2316831Z [00:03:38.843]➜     Compiling is-wsl v0.4.0
2025-08-20T20:33:07.2323452Z [00:03:38.844]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_wsl --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-wsl-0.4.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=2635146c806fbcb5 -C extra-filename=-4bcb4762d539e09e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern is_docker=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_docker-146a9cecc077ca49.rmeta --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:07.6442186Z [00:03:39.256]➜     Compiling crossbeam v0.8.4
2025-08-20T20:33:07.6453822Z [00:03:39.256]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-0.8.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="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crossbeam-channel", "crossbeam-deque", "crossbeam-epoch", "crossbeam-queue", "default", "nightly", "std"))' -C metadata=7025a5bce0692be5 -C extra-filename=-bca25181b27d18d8 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern crossbeam_channel=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rmeta --extern crossbeam_deque=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta --extern crossbeam_epoch=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta --extern crossbeam_queue=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_queue-4fbd714c79d9ec7d.rmeta --extern crossbeam_utils=/tmp/tmp.xlnpCpJaRc/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-20T20:33:07.7304538Z [00:03:39.342]➜     Compiling gix-worktree-state v0.20.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state)
2025-08-20T20:33:07.7330074Z [00:03:39.342]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_worktree_state --edition=2021 gix-worktree-state/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbbf23b2c872200f -C extra-filename=-e8876722c6460cea --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_filter=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_filter-b9075d5585ff8657.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_glob=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_glob-145344e629c42474.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_index=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_index-e0191b63475f6e68.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_worktree=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree-ccdc35fc39f6a650.rmeta --extern io_close=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libio_close-5a9282b784221e7b.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:08.5839853Z [00:03:40.196]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/fs-err-81480a73665f3086/build-script-build`
2025-08-20T20:33:08.6898519Z [00:03:40.301]➜       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=dbc5d5fa89c22abc -C extra-filename=-62f1eba4c85fbc83 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libthiserror_impl-0e4347ba7ea5feda.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-20T20:33:08.8083195Z [00:03:40.420]➜     Compiling gix-protocol v0.51.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol)
2025-08-20T20:33:08.8125592Z [00:03:40.421]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_protocol --edition=2021 gix-protocol/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="blocking-client"' --cfg 'feature="fetch"' --cfg 'feature="handshake"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-client", "blocking-client", "document-features", "fetch", "futures-lite", "handshake", "serde"))' -C metadata=c706f6f39e16265b -C extra-filename=-6bcb2a19187975c7 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_credentials=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_credentials-df778f41f901f69d.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_lock=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_lock-9f48090514e29bcd.rmeta --extern gix_negotiate=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_negotiate-7f3d67a4972658a3.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_ref=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ref-c6bb2eb983c337ae.rmeta --extern gix_refspec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_refspec-3dd214680b2e5935.rmeta --extern gix_revwalk=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revwalk-2452d73d545486f5.rmeta --extern gix_shallow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_shallow-015780893e3be784.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern gix_transport=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_transport-61a4d4e7ee59eba0.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern maybe_async=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libmaybe_async-ac9850d20a8b3ee4.so --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta --extern winnow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-ff5c3fa5318c1e27.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/usr/lib`
2025-08-20T20:33:11.0923489Z [00:03:42.704]➜     Compiling gix-submodule v0.20.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule)
2025-08-20T20:33:11.0942783Z [00:03:42.705]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_submodule --edition=2021 gix-submodule/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c84f7686eb27336 -C extra-filename=-2f2b17967d158066 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_config=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config-735e724ca6f7be02.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_pathspec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pathspec-0b8e4aea9d2defde.rmeta --extern gix_refspec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_refspec-3dd214680b2e5935.rmeta --extern gix_url=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_url-9da9ace2fd3734c9.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:12.4237190Z [00:03:44.036]➜     Compiling gix-archive v0.22.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive)
2025-08-20T20:33:12.4270076Z [00:03:44.036]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_archive --edition=2021 gix-archive/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="default"' --cfg 'feature="tar"' --cfg 'feature="tar_gz"' --cfg 'feature="zip"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "document-features", "tar", "tar_gz", "zip"))' -C metadata=d8873a4a2e1fd4f4 -C extra-filename=-036859a1ebca4440 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern flate2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-55cd7cd0f4874046.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_worktree_stream=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree_stream-6f34dffb3ecc728c.rmeta --extern jiff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rmeta --extern tar=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtar-cfe55be0763a9e26.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta --extern zip=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzip-8bfa44d0e0acf7b2.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:12.7984533Z [00:03:44.410]➜     Compiling rayon v1.10.0
2025-08-20T20:33:12.7990549Z [00:03:44.410]➜       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=5e57cc8168b1f702 -C extra-filename=-a24722be501cfe53 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern either=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.rmeta --extern rayon_core=/tmp/tmp.xlnpCpJaRc/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-20T20:33:12.9496480Z [00:03:44.561]➜     Compiling gix-status v0.20.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status)
2025-08-20T20:33:12.9518774Z [00:03:44.562]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_status --edition=2021 gix-status/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="worktree-rewrites"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "worktree-rewrites"))' -C metadata=a6c2d01d26f3b3de -C extra-filename=-a855c0f77bdacf50 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern filetime=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-01f43c0a6deb68b4.rmeta --extern gix_diff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_diff-ec9807aeffe50164.rmeta --extern gix_dir=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_dir-dd10c89041d1a4d8.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_filter=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_filter-b9075d5585ff8657.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_index=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_index-e0191b63475f6e68.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_pathspec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pathspec-0b8e4aea9d2defde.rmeta --extern gix_worktree=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree-ccdc35fc39f6a650.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:12.9664748Z [00:03:44.578]➜     Compiling gix-merge v0.6.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge)
2025-08-20T20:33:12.9694617Z [00:03:44.579]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_merge --edition=2021 gix-merge/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=726b3f23132768db -C extra-filename=-d4746c0937c1cb5f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_command=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_command-541c9ba2d04e1cb9.rmeta --extern gix_diff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_diff-ec9807aeffe50164.rmeta --extern gix_filter=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_filter-b9075d5585ff8657.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_index=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_index-e0191b63475f6e68.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_quote-87794e4aeb568bed.rmeta --extern gix_revision=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revision-4d65273074e381a8.rmeta --extern gix_revwalk=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revwalk-2452d73d545486f5.rmeta --extern gix_tempfile=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_tempfile-6a629eb9cf691d19.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern gix_worktree=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree-ccdc35fc39f6a650.rmeta --extern imara_diff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimara_diff-d58fea0ba96f0264.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:14.1866368Z [00:03:45.798]➜     Compiling gix-blame v0.3.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame)
2025-08-20T20:33:14.1915526Z [00:03:45.802]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_blame --edition=2021 gix-blame/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=508eb21a74145500 -C extra-filename=-044bb660f15e8537 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern gix_commitgraph=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_commitgraph-db7a50bf9399459b.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_diff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_diff-ec9807aeffe50164.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_revwalk=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revwalk-2452d73d545486f5.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern gix_traverse=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_traverse-7a9c6c08251d0701.rmeta --extern gix_worktree=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree-ccdc35fc39f6a650.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:15.5109541Z [00:03:47.123]➜     Compiling gix-mailmap v0.27.2 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap)
2025-08-20T20:33:15.5125955Z [00:03:47.123]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_mailmap --edition=2021 gix-mailmap/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("document-features", "serde"))' -C metadata=942d4d02c7d9cd97 -C extra-filename=-8642b1a7c21418f8 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta --extern gix_actor=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_actor-eb2e3700834e00e1.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:16.0320974Z [00:03:47.644]➜     Compiling clap_derive v4.5.41
2025-08-20T20:33:16.0342775Z [00:03:47.645]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.41/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=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 --allow=unnameable_types '--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' '--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' '--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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=38506ed9222e18a0 -C extra-filename=-0afb55859350ecf4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:33:16.5867327Z [00:03:48.198]➜     Compiling regex v1.11.1
2025-08-20T20:33:16.5874385Z [00:03:48.198]➜       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="std"' --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=41749dd288a526c7 -C extra-filename=-ccd297f2674db114 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-432f354703d7c4dc.rmeta --extern regex_syntax=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:16.8546428Z [00:03:48.466]➜     Compiling hashlink v0.10.0
2025-08-20T20:33:16.8551870Z [00:03:48.467]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name hashlink --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-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("serde", "serde_impl"))' -C metadata=572d2da0e2b7210f -C extra-filename=-69fb387f0eb263b3 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:16.9821766Z [00:03:48.594]➜     Compiling fallible-streaming-iterator v0.1.9
2025-08-20T20:33:16.9840265Z [00:03:48.595]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-streaming-iterator-0.1.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("std"))' -C metadata=ca4a3ff5cd19d2d4 -C extra-filename=-8fac184a06d932f8 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:17.2290072Z [00:03:48.841]➜     Compiling fallible-iterator v0.3.0
2025-08-20T20:33:17.2298658Z [00:03:48.841]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fallible_iterator --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.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="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1d5a3166268fb1ea -C extra-filename=-f925bb6d7e66e939 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:17.4091928Z [00:03:49.021]➜     Compiling pathdiff v0.2.3
2025-08-20T20:33:17.4101130Z [00:03:49.021]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pathdiff --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=96a00cc8f9ab3b1a -C extra-filename=-6afe966f22006c7c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:17.5142757Z [00:03:49.126]➜     Compiling open v5.3.2
2025-08-20T20:33:17.5171725Z [00:03:49.128]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name open --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/open-5.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("shellexecute-on-windows"))' -C metadata=88c5e062abc7b133 -C extra-filename=-684d82d5e735492d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern is_wsl=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_wsl-4bcb4762d539e09e.rmeta --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern pathdiff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpathdiff-6afe966f22006c7c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:17.7134263Z [00:03:49.325]➜     Compiling gix v0.73.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix)
2025-08-20T20:33:17.7265472Z [00:03:49.331]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix --edition=2021 gix/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="attributes"' --cfg 'feature="blame"' --cfg 'feature="blob-diff"' --cfg 'feature="blocking-http-transport-curl"' --cfg 'feature="blocking-network-client"' --cfg 'feature="comfort"' --cfg 'feature="command"' --cfg 'feature="credentials"' --cfg 'feature="dirwalk"' --cfg 'feature="excludes"' --cfg 'feature="gix-archive"' --cfg 'feature="gix-status"' --cfg 'feature="gix-worktree-stream"' --cfg 'feature="index"' --cfg 'feature="interrupt"' --cfg 'feature="mailmap"' --cfg 'feature="max-control"' --cfg 'feature="max-performance"' --cfg 'feature="merge"' --cfg 'feature="pack-cache-lru-dynamic"' --cfg 'feature="pack-cache-lru-static"' --cfg 'feature="parallel"' --cfg 'feature="prodash"' --cfg 'feature="progress-tree"' --cfg 'feature="regex"' --cfg 'feature="revision"' --cfg 'feature="revparse-regex"' --cfg 'feature="serde"' --cfg 'feature="status"' --cfg 'feature="tree-editor"' --cfg 'feature="worktree-archive"' --cfg 'feature="worktree-mutation"' --cfg 'feature="worktree-stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-network-client", "async-network-client-async-std", "async-std", "attributes", "basic", "blame", "blob-diff", "blocking-http-transport-curl", "blocking-http-transport-curl-rustls", "blocking-http-transport-reqwest", "blocking-http-transport-reqwest-native-tls", "blocking-http-transport-reqwest-rust-tls", "blocking-http-transport-reqwest-rust-tls-trust-dns", "blocking-network-client", "cache-efficiency-debug", "comfort", "command", "credentials", "default", "dirwalk", "document-features", "excludes", "extras", "gix-archive", "gix-status", "gix-worktree-stream", "hp-tempfile-registry", "index", "interrupt", "mailmap", "max-control", "max-performance", "max-performance-safe", "merge", "need-more-recent-msrv", "pack-cache-lru-dynamic", "pack-cache-lru-static", "parallel", "prodash", "progress-tree", "regex", "revision", "revparse-regex", "serde", "status", "tracing", "tracing-detail", "tree-editor", "verbose-object-parsing-errors", "worktree-archive", "worktree-mutation", "worktree-stream", "zlib-ng", "zlib-ng-compat", "zlib-rs", "zlib-stock"))' -C metadata=fe998d83c37681cd -C extra-filename=-55180a1288f5e10d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern gix_actor=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_actor-eb2e3700834e00e1.rmeta --extern gix_archive=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_archive-036859a1ebca4440.rmeta --extern gix_attributes=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_attributes-5cb7f02eceeb96e6.rmeta --extern gix_blame=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_blame-044bb660f15e8537.rmeta --extern gix_command=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_command-541c9ba2d04e1cb9.rmeta --extern gix_commitgraph=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_commitgraph-db7a50bf9399459b.rmeta --extern gix_config=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config-735e724ca6f7be02.rmeta --extern gix_credentials=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_credentials-df778f41f901f69d.rmeta --extern gix_date=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta --extern gix_diff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_diff-ec9807aeffe50164.rmeta --extern gix_dir=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_dir-dd10c89041d1a4d8.rmeta --extern gix_discover=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_discover-11996166dc85036c.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern gix_filter=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_filter-b9075d5585ff8657.rmeta --extern gix_fs=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta --extern gix_glob=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_glob-145344e629c42474.rmeta --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_hashtable=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rmeta --extern gix_ignore=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ignore-21d62da0927f175d.rmeta --extern gix_index=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_index-e0191b63475f6e68.rmeta --extern gix_lock=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_lock-9f48090514e29bcd.rmeta --extern gix_mailmap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_mailmap-8642b1a7c21418f8.rmeta --extern gix_merge=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_merge-d4746c0937c1cb5f.rmeta --extern gix_negotiate=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_negotiate-7f3d67a4972658a3.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta --extern gix_odb=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_odb-0265081716a7ac2b.rmeta --extern gix_pack=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pack-9217c271e59afb2b.rmeta --extern gix_path=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta --extern gix_pathspec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pathspec-0b8e4aea9d2defde.rmeta --extern gix_prompt=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_prompt-cac0a9b7a4604f10.rmeta --extern gix_protocol=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_protocol-6bcb2a19187975c7.rmeta --extern gix_ref=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ref-c6bb2eb983c337ae.rmeta --extern gix_refspec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_refspec-3dd214680b2e5935.rmeta --extern gix_revision=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revision-4d65273074e381a8.rmeta --extern gix_revwalk=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revwalk-2452d73d545486f5.rmeta --extern gix_sec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_sec-4dc8f9fbee20caab.rmeta --extern gix_shallow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_shallow-015780893e3be784.rmeta --extern gix_status=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_status-a855c0f77bdacf50.rmeta --extern gix_submodule=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_submodule-2f2b17967d158066.rmeta --extern gix_tempfile=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_tempfile-6a629eb9cf691d19.rmeta --extern gix_trace=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta --extern gix_transport=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_transport-61a4d4e7ee59eba0.rmeta --extern gix_traverse=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_traverse-7a9c6c08251d0701.rmeta --extern gix_url=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_url-9da9ace2fd3734c9.rmeta --extern gix_utils=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta --extern gix_validate=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_validate-46183eb8b51b966a.rmeta --extern gix_worktree=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree-ccdc35fc39f6a650.rmeta --extern gix_worktree_state=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree_state-e8876722c6460cea.rmeta --extern gix_worktree_stream=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree_stream-6f34dffb3ecc728c.rmeta --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern parking_lot=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta --extern prodash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprodash-cd84bcc05c4c1ccc.rmeta --extern regex=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-ccd297f2674db114.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern signal_hook=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-9a3d0c38e786ddb9.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/usr/lib`
2025-08-20T20:33:17.8002520Z [00:03:49.412]➜     Compiling jwalk v0.8.1
2025-08-20T20:33:17.8037934Z [00:03:49.415]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name jwalk --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jwalk-0.8.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=744fac41b38815d2 -C extra-filename=-9405582bea16b1d3 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern crossbeam=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam-bca25181b27d18d8.rmeta --extern rayon=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-a24722be501cfe53.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:17.8059458Z [00:03:49.418]➜     Compiling tracing-forest v0.1.6
2025-08-20T20:33:17.8067740Z [00:03:49.418]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_forest --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-forest-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="smallvec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi_term", "chrono", "default", "env-filter", "full", "serde", "smallvec", "tokio", "uuid"))' -C metadata=a1d7e814a6cd0d6d -C extra-filename=-4f01131d9d3a4c89 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-62f1eba4c85fbc83.rmeta --extern tracing=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-e8f0deb699e187cc.rmeta --extern tracing_subscriber=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-c4389af575d28a04.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:18.2790102Z [00:03:49.890]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fs_err --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.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("expose_original_error", "tokio"))' -C metadata=11262fedde414712 -C extra-filename=-e91c9ee48d37f195 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/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 rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
2025-08-20T20:33:18.7105251Z [00:03:50.322]➜       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.98/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("backtrace", "default", "std"))' -C metadata=e47945062cd9cea6 -C extra-filename=-f11b68badfe3486e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/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 std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --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-20T20:33:19.1840893Z [00:03:50.796]➜     Compiling clap v4.5.42
2025-08-20T20:33:19.1866166Z [00:03:50.797]➜       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.42/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 --allow=unnameable_types '--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' '--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' '--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="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --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-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=c4ecf92bde963d7a -C extra-filename=-7d51049d844e6bca --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-924f6b836dbc6f2c.rmeta --extern clap_derive=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libclap_derive-0afb55859350ecf4.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-20T20:33:19.1940055Z [00:03:50.805]➜       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.142/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=e5a453958fd81713 -C extra-filename=-9b9be671359ac8ed --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern memchr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern ryu=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.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-20T20:33:19.2457909Z [00:03:50.857]➜     Compiling gix-fsck v0.12.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck)
2025-08-20T20:33:19.2502176Z [00:03:50.858]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix_fsck --edition=2021 gix-fsck/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9adcb64a8fe94ef6 -C extra-filename=-a2da250daff04bf4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern gix_hash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta --extern gix_hashtable=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rmeta --extern gix_object=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:19.4033207Z [00:03:51.015]➜     Compiling env_filter v0.1.3
2025-08-20T20:33:19.4049867Z [00:03:51.016]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name env_filter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.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 --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' '--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' '--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("default", "regex"))' -C metadata=89e9bc22a909fcde -C extra-filename=-b4ee8eb302af1e9c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern log=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:19.6754198Z [00:03:51.287]➜     Compiling sysinfo v0.36.1
2025-08-20T20:33:19.6794029Z [00:03:51.290]➜       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.36.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="objc2-io-kit"' --cfg 'feature="system"' --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", "objc2-core-foundation", "objc2-io-kit", "serde", "system", "unknown-ci", "user", "windows"))' -C metadata=6a9684293beff48b -C extra-filename=-89fdd3caa1ba6a6e --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta --extern memchr=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:20.3919607Z [00:03:52.004]➜     Compiling layout-rs v0.1.3
2025-08-20T20:33:20.3945174Z [00:03:52.006]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name layout --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/layout-rs-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("log"))' -C metadata=ac3c8f07505e7306 -C extra-filename=-e1d1697282791166 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:22.5162451Z [00:03:54.128]➜     Compiling gitoxide v0.45.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO)
2025-08-20T20:33:22.5189605Z [00:03:54.129]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' -C debug-assertions=off --cfg 'feature="crosstermion"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="futures-lite"' --cfg 'feature="gitoxide-core-blocking-client"' --cfg 'feature="gitoxide-core-tools"' --cfg 'feature="gitoxide-core-tools-archive"' --cfg 'feature="gitoxide-core-tools-clean"' --cfg 'feature="gitoxide-core-tools-corpus"' --cfg 'feature="gitoxide-core-tools-query"' --cfg 'feature="http-client-curl"' --cfg 'feature="is-terminal"' --cfg 'feature="max"' --cfg 'feature="max-control"' --cfg 'feature="pretty-cli"' --cfg 'feature="prodash"' --cfg 'feature="prodash-render-line"' --cfg 'feature="prodash-render-line-crossterm"' --cfg 'feature="prodash-render-tui"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache-efficiency-debug", "crosstermion", "default", "document-features", "fast", "fast-safe", "futures-lite", "gitoxide-core-async-client", "gitoxide-core-blocking-client", "gitoxide-core-tools", "gitoxide-core-tools-archive", "gitoxide-core-tools-clean", "gitoxide-core-tools-corpus", "gitoxide-core-tools-query", "http-client-curl", "http-client-curl-rustls", "http-client-reqwest", "is-terminal", "lean", "lean-async", "max", "max-control", "max-pure", "pretty-cli", "prodash", "prodash-render-line", "prodash-render-line-crossterm", "prodash-render-tui", "small", "tracing"))' -C metadata=a015a98c9fcd4c45 -C extra-filename=-2a9b91cbb5027b35 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/gitoxide-2a9b91cbb5027b35 -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps`
2025-08-20T20:33:22.8886953Z [00:03:54.500]➜       Running `/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/gitoxide-2a9b91cbb5027b35/build-script-build`
2025-08-20T20:33:22.9224524Z [00:03:54.534]➜     Compiling env_logger v0.11.8
2025-08-20T20:33:22.9244071Z [00:03:54.535]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name env_logger --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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' '--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' '--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-color"' --cfg 'feature="color"' --cfg 'feature="humantime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=198045f36c56b193 -C extra-filename=-7eb683863e55562f --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta --extern anstyle=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern env_filter=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_filter-b4ee8eb302af1e9c.rmeta --extern jiff=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rmeta --extern log=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:23.1624024Z [00:03:54.774]➜     Compiling clap_complete v4.5.55
2025-08-20T20:33:23.1641049Z [00:03:54.775]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_complete --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.5.55/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 --allow=unnameable_types '--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' '--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' '--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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=c29d001caeec8c87 -C extra-filename=-c15a421ed373e316 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-7d51049d844e6bca.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:33:23.7562154Z [00:03:55.365]➜     Compiling terminal_size v0.4.2
2025-08-20T20:33:23.7572845Z [00:03:55.369]➜       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.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=7df0d216ae234120 -C extra-filename=-c866b446a57a7436 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d4333fcfe4fd7fea.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:34:16.9571139Z [00:04:48.568]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libsqlite3_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.35.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="bundled"' --cfg 'feature="bundled_bindings"' --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "column_metadata", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=72c207c832fd0c74 -C extra-filename=-9609bbfacdcfe4a4 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/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 -L native=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out -l static=sqlite3`
2025-08-20T20:34:17.2304417Z [00:04:48.842]➜     Compiling rusqlite v0.37.0
2025-08-20T20:34:17.2350893Z [00:04:48.846]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rusqlite --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.37.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="bundled"' --cfg 'feature="modern_sqlite"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "column_metadata", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "jiff", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=b158d02f342429bb -C extra-filename=-9138227d75dd705d --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta --extern fallible_iterator=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_iterator-f925bb6d7e66e939.rmeta --extern fallible_streaming_iterator=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-8fac184a06d932f8.rmeta --extern hashlink=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashlink-69fb387f0eb263b3.rmeta --extern libsqlite3_sys=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibsqlite3_sys-9609bbfacdcfe4a4.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.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.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out`
2025-08-20T20:34:18.4932538Z [00:04:50.105]➜     Compiling gitoxide-core v0.48.0 (/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core)
2025-08-20T20:34:18.4964943Z [00:04:50.106]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gitoxide_core --edition=2021 gitoxide-core/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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="archive"' --cfg 'feature="blocking-client"' --cfg 'feature="clean"' --cfg 'feature="corpus"' --cfg 'feature="default"' --cfg 'feature="estimate-hours"' --cfg 'feature="organize"' --cfg 'feature="query"' --cfg 'feature="serde"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("archive", "async-client", "async-io", "async-net", "async-trait", "blocking", "blocking-client", "clean", "corpus", "default", "document-features", "estimate-hours", "futures-io", "futures-lite", "organize", "query", "serde", "tracing"))' -C metadata=a8483e2d4acfe00f -C extra-filename=-22e95d0c03059f4c --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rmeta --extern bytesize=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytesize-7c59a5aee85e9cc9.rmeta --extern crossbeam_channel=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rmeta --extern fs_err=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfs_err-e91c9ee48d37f195.rmeta --extern gix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix-55180a1288f5e10d.rmeta --extern gix_archive_for_configuration_only=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_archive-036859a1ebca4440.rmeta --extern gix_fsck=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fsck-a2da250daff04bf4.rmeta --extern gix_pack_for_configuration_only=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pack-9217c271e59afb2b.rmeta --extern gix_status=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_status-a855c0f77bdacf50.rmeta --extern gix_transport_configuration_only=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_transport-61a4d4e7ee59eba0.rmeta --extern gix_url=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_url-9da9ace2fd3734c9.rmeta --extern jwalk=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjwalk-9405582bea16b1d3.rmeta --extern layout=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblayout-e1d1697282791166.rmeta --extern open=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopen-684d82d5e735492d.rmeta --extern parking_lot=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta --extern rusqlite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librusqlite-9138227d75dd705d.rmeta --extern serde=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta --extern serde_json=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-9b9be671359ac8ed.rmeta --extern smallvec=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta --extern sysinfo=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsysinfo-89fdd3caa1ba6a6e.rmeta --extern tempfile=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-5555de710644056e.rmeta --extern thiserror=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta --extern tracing=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-e8f0deb699e187cc.rmeta --extern tracing_forest=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_forest-4f01131d9d3a4c89.rmeta --extern tracing_subscriber=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-c4389af575d28a04.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out -L native=/usr/lib`
2025-08-20T20:34:22.2316798Z [00:04:53.841]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gitoxide --edition=2021 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::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="crosstermion"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="futures-lite"' --cfg 'feature="gitoxide-core-blocking-client"' --cfg 'feature="gitoxide-core-tools"' --cfg 'feature="gitoxide-core-tools-archive"' --cfg 'feature="gitoxide-core-tools-clean"' --cfg 'feature="gitoxide-core-tools-corpus"' --cfg 'feature="gitoxide-core-tools-query"' --cfg 'feature="http-client-curl"' --cfg 'feature="is-terminal"' --cfg 'feature="max"' --cfg 'feature="max-control"' --cfg 'feature="pretty-cli"' --cfg 'feature="prodash"' --cfg 'feature="prodash-render-line"' --cfg 'feature="prodash-render-line-crossterm"' --cfg 'feature="prodash-render-tui"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache-efficiency-debug", "crosstermion", "default", "document-features", "fast", "fast-safe", "futures-lite", "gitoxide-core-async-client", "gitoxide-core-blocking-client", "gitoxide-core-tools", "gitoxide-core-tools-archive", "gitoxide-core-tools-clean", "gitoxide-core-tools-corpus", "gitoxide-core-tools-query", "http-client-curl", "http-client-curl-rustls", "http-client-reqwest", "is-terminal", "lean", "lean-async", "max", "max-control", "max-pure", "pretty-cli", "prodash", "prodash-render-line", "prodash-render-line-crossterm", "prodash-render-tui", "small", "tracing"))' -C metadata=7bcab48be0001288 -C extra-filename=-7cdd42e014192136 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rmeta --extern clap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-7d51049d844e6bca.rmeta --extern clap_complete=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-c15a421ed373e316.rmeta --extern crosstermion=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrosstermion-6deed7fe3b5b3d3e.rmeta --extern env_logger=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-7eb683863e55562f.rmeta --extern futures_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rmeta --extern gitoxide_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide_core-22e95d0c03059f4c.rmeta --extern gix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix-55180a1288f5e10d.rmeta --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta --extern is_terminal=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-0ebd6b9322a3c023.rmeta --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern prodash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprodash-cd84bcc05c4c1ccc.rmeta --extern serde_derive=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libserde_derive-a1746215afdd097e.so --extern terminal_size=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-c866b446a57a7436.rmeta --extern tracing=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-e8f0deb699e187cc.rmeta --extern tracing_forest=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_forest-4f01131d9d3a4c89.rmeta --extern tracing_subscriber=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-c4389af575d28a04.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out -L native=/usr/lib`
2025-08-20T20:34:53.9284630Z [00:05:25.538]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix --edition=2021 src/gix.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="crosstermion"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="futures-lite"' --cfg 'feature="gitoxide-core-blocking-client"' --cfg 'feature="gitoxide-core-tools"' --cfg 'feature="gitoxide-core-tools-archive"' --cfg 'feature="gitoxide-core-tools-clean"' --cfg 'feature="gitoxide-core-tools-corpus"' --cfg 'feature="gitoxide-core-tools-query"' --cfg 'feature="http-client-curl"' --cfg 'feature="is-terminal"' --cfg 'feature="max"' --cfg 'feature="max-control"' --cfg 'feature="pretty-cli"' --cfg 'feature="prodash"' --cfg 'feature="prodash-render-line"' --cfg 'feature="prodash-render-line-crossterm"' --cfg 'feature="prodash-render-tui"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache-efficiency-debug", "crosstermion", "default", "document-features", "fast", "fast-safe", "futures-lite", "gitoxide-core-async-client", "gitoxide-core-blocking-client", "gitoxide-core-tools", "gitoxide-core-tools-archive", "gitoxide-core-tools-clean", "gitoxide-core-tools-corpus", "gitoxide-core-tools-query", "http-client-curl", "http-client-curl-rustls", "http-client-reqwest", "is-terminal", "lean", "lean-async", "max", "max-control", "max-pure", "pretty-cli", "prodash", "prodash-render-line", "prodash-render-line-crossterm", "prodash-render-tui", "small", "tracing"))' -C metadata=2b4634c867ca7400 -C extra-filename=-c1beeb71fa42b409 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib --extern clap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-7d51049d844e6bca.rlib --extern clap_complete=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-c15a421ed373e316.rlib --extern crosstermion=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrosstermion-6deed7fe3b5b3d3e.rlib --extern env_logger=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-7eb683863e55562f.rlib --extern futures_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rlib --extern gitoxide=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide-7cdd42e014192136.rlib --extern gitoxide_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide_core-22e95d0c03059f4c.rlib --extern gix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix-55180a1288f5e10d.rlib --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rlib --extern is_terminal=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-0ebd6b9322a3c023.rlib --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib --extern prodash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprodash-cd84bcc05c4c1ccc.rlib --extern serde_derive=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libserde_derive-a1746215afdd097e.so --extern terminal_size=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-c866b446a57a7436.rlib --extern tracing=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-e8f0deb699e187cc.rlib --extern tracing_forest=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_forest-4f01131d9d3a4c89.rlib --extern tracing_subscriber=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-c4389af575d28a04.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out -L native=/usr/lib`
2025-08-20T20:34:53.9334963Z [00:05:25.538]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ein --edition=2021 src/ein.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="crosstermion"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="futures-lite"' --cfg 'feature="gitoxide-core-blocking-client"' --cfg 'feature="gitoxide-core-tools"' --cfg 'feature="gitoxide-core-tools-archive"' --cfg 'feature="gitoxide-core-tools-clean"' --cfg 'feature="gitoxide-core-tools-corpus"' --cfg 'feature="gitoxide-core-tools-query"' --cfg 'feature="http-client-curl"' --cfg 'feature="is-terminal"' --cfg 'feature="max"' --cfg 'feature="max-control"' --cfg 'feature="pretty-cli"' --cfg 'feature="prodash"' --cfg 'feature="prodash-render-line"' --cfg 'feature="prodash-render-line-crossterm"' --cfg 'feature="prodash-render-tui"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache-efficiency-debug", "crosstermion", "default", "document-features", "fast", "fast-safe", "futures-lite", "gitoxide-core-async-client", "gitoxide-core-blocking-client", "gitoxide-core-tools", "gitoxide-core-tools-archive", "gitoxide-core-tools-clean", "gitoxide-core-tools-corpus", "gitoxide-core-tools-query", "http-client-curl", "http-client-curl-rustls", "http-client-reqwest", "is-terminal", "lean", "lean-async", "max", "max-control", "max-pure", "pretty-cli", "prodash", "prodash-render-line", "prodash-render-line-crossterm", "prodash-render-tui", "small", "tracing"))' -C metadata=3df78e7898e2558b -C extra-filename=-f87a63df839db274 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib --extern clap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-7d51049d844e6bca.rlib --extern clap_complete=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-c15a421ed373e316.rlib --extern crosstermion=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrosstermion-6deed7fe3b5b3d3e.rlib --extern env_logger=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-7eb683863e55562f.rlib --extern futures_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rlib --extern gitoxide=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide-7cdd42e014192136.rlib --extern gitoxide_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide_core-22e95d0c03059f4c.rlib --extern gix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix-55180a1288f5e10d.rlib --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rlib --extern is_terminal=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-0ebd6b9322a3c023.rlib --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib --extern prodash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprodash-cd84bcc05c4c1ccc.rlib --extern serde_derive=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libserde_derive-a1746215afdd097e.so --extern terminal_size=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-c866b446a57a7436.rlib --extern tracing=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-e8f0deb699e187cc.rlib --extern tracing_forest=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_forest-4f01131d9d3a4c89.rlib --extern tracing_subscriber=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-c4389af575d28a04.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out -L native=/usr/lib`
2025-08-20T20:35:56.4594889Z [00:06:28.071]➜  error: linking with `clang` failed: exit status: 1
2025-08-20T20:35:56.4595494Z [00:06:28.071]➜    |
2025-08-20T20:35:56.4639130Z [00:06:28.074]➜    = note:  "clang" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crt1.o" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crti.o" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crtbegin.o" "/tmp/rustcQ69iex/symbols.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/tmp/rustcQ69iex/{liblibsqlite3_sys-9609bbfacdcfe4a4.rlib}.rlib" "-lcurl" "-lunwind" "-lc" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/{libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcQ69iex/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out" "-L" "/usr/lib" "-L" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained" "-L" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib" "-o" "/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ein-f87a63df839db274" "-Wl,--gc-sections" "-static" "-no-pie" "-Wl,-z,relro,-z,now" "-Wl,--strip-all" "-fuse-ld=/usr/bin/mold" "-Wl,--Bstatic" "-Wl,--static" "-Wl,-S" "-Wl,--build-id=none" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crtend.o" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crtn.o"
2025-08-20T20:35:56.4651696Z [00:06:28.074]➜    = note: some arguments are omitted. use `--verbose` to show all linker arguments
2025-08-20T20:35:56.4652412Z [00:06:28.074]➜    = note: clang: warning: argument unused during compilation: '-no-pie' [-Wunused-command-line-argument]
2025-08-20T20:35:56.4652974Z [00:06:28.074]➜            mold: error: undefined symbol: ares_library_cleanup
2025-08-20T20:35:56.4653369Z [00:06:28.074]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.4653883Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_cleanup)
2025-08-20T20:35:56.4654344Z [00:06:28.074]➜            mold: error: undefined symbol: inflateReset2
2025-08-20T20:35:56.4654710Z [00:06:28.074]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.4655172Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(inflate_stream)
2025-08-20T20:35:56.4655642Z [00:06:28.074]➜            mold: error: undefined symbol: EVP_PKEY_get0_type_name
2025-08-20T20:35:56.4656007Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4656448Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4656910Z [00:06:28.074]➜            mold: error: undefined symbol: ASN1_STRING_get0_data
2025-08-20T20:35:56.4657279Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4657717Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4658422Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4658902Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4659703Z [00:06:28.074]➜            mold: error: undefined symbol: X509_get0_notBefore
2025-08-20T20:35:56.4660124Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4660574Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4660983Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4661421Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4661925Z [00:06:28.074]➜            mold: error: undefined symbol: X509_verify_cert_error_string
2025-08-20T20:35:56.4662305Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4662726Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T20:35:56.4663121Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4663566Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4663976Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4664413Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4664864Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_get_privatekey
2025-08-20T20:35:56.4665217Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4665917Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4666319Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4666737Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4667191Z [00:06:28.074]➜            mold: error: undefined symbol: PEM_read_bio_PrivateKey
2025-08-20T20:35:56.4667559Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4667987Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4668692Z [00:06:28.074]➜            mold: error: undefined symbol: OSSL_STORE_expect
2025-08-20T20:35:56.4669048Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4669470Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4669873Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4670289Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4670808Z [00:06:28.074]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_send_callback
2025-08-20T20:35:56.4671225Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4671620Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.4672019Z [00:06:28.074]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.4672474Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.4672962Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_CTX_set_cipher_list
2025-08-20T20:35:56.4673351Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4673778Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4674200Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4674631Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4675102Z [00:06:28.074]➜            mold: error: undefined symbol: nghttp2_submit_window_update
2025-08-20T20:35:56.4675485Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4676152Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T20:35:56.4676672Z [00:06:28.074]➜            mold: error: undefined symbol: OPENSSL_sk_pop_free
2025-08-20T20:35:56.4677030Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4677470Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4677880Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4678553Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4679064Z [00:06:28.074]➜            mold: error: undefined symbol: nghttp2_session_get_remote_window_size
2025-08-20T20:35:56.4679467Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4679883Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T20:35:56.4680268Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4680657Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T20:35:56.4681017Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4681397Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T20:35:56.4681756Z [00:06:28.074]➜            >>> referenced 5 more times
2025-08-20T20:35:56.4682323Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_write
2025-08-20T20:35:56.4682662Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4683050Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_send)
2025-08-20T20:35:56.4683443Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_free
2025-08-20T20:35:56.4683779Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4684179Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T20:35:56.4684547Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4684960Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4685350Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4685765Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4686193Z [00:06:28.074]➜            mold: error: undefined symbol: ENGINE_by_id
2025-08-20T20:35:56.4686532Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4686939Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:35:56.4687361Z [00:06:28.074]➜            mold: error: undefined symbol: EVP_MD_CTX_free
2025-08-20T20:35:56.4687707Z [00:06:28.074]➜            >>> referenced by sha256.c
2025-08-20T20:35:56.4692000Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T20:35:56.4692467Z [00:06:28.074]➜            >>> referenced by sha256.c
2025-08-20T20:35:56.4692879Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_final)
2025-08-20T20:35:56.4693261Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4693670Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:35:56.4694060Z [00:06:28.074]➜            >>> referenced 3 more times
2025-08-20T20:35:56.4694409Z [00:06:28.074]➜            mold: error: undefined symbol: ENGINE_finish
2025-08-20T20:35:56.4694752Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4695156Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close_all)
2025-08-20T20:35:56.4695540Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4696218Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:35:56.4696742Z [00:06:28.074]➜            mold: error: undefined symbol: MD5_Update
2025-08-20T20:35:56.4697080Z [00:06:28.074]➜            >>> referenced by md5.c
2025-08-20T20:35:56.4697460Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_update)
2025-08-20T20:35:56.4697818Z [00:06:28.074]➜            >>> referenced by md5.c
2025-08-20T20:35:56.4698480Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(Curl_md5it)
2025-08-20T20:35:56.4698884Z [00:06:28.074]➜            mold: error: undefined symbol: idn2_free
2025-08-20T20:35:56.4699211Z [00:06:28.074]➜            >>> referenced by idn.c
2025-08-20T20:35:56.4699599Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T20:35:56.4699961Z [00:06:28.074]➜            >>> referenced by idn.c
2025-08-20T20:35:56.4700361Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_encode)
2025-08-20T20:35:56.4700815Z [00:06:28.074]➜            mold: error: undefined symbol: BrotliDecoderDestroyInstance
2025-08-20T20:35:56.4701217Z [00:06:28.074]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.4701673Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_close)
2025-08-20T20:35:56.4702401Z [00:06:28.074]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.4702867Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T20:35:56.4703315Z [00:06:28.074]➜            mold: error: undefined symbol: DES_ecb_encrypt
2025-08-20T20:35:56.4703672Z [00:06:28.074]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T20:35:56.4704129Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T20:35:56.4704567Z [00:06:28.074]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T20:35:56.4705028Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T20:35:56.4705456Z [00:06:28.074]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T20:35:56.4705915Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T20:35:56.4706338Z [00:06:28.074]➜            >>> referenced 2 more times
2025-08-20T20:35:56.4706702Z [00:06:28.074]➜            mold: error: undefined symbol: OCSP_BASICRESP_free
2025-08-20T20:35:56.4707061Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4707499Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4707950Z [00:06:28.074]➜            mold: error: undefined symbol: ASN1_STRING_type
2025-08-20T20:35:56.4708779Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4709294Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4709769Z [00:06:28.074]➜            mold: error: undefined symbol: X509_EXTENSION_get_object
2025-08-20T20:35:56.4710137Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4710575Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4711046Z [00:06:28.074]➜            mold: error: undefined symbol: X509_get_subject_name
2025-08-20T20:35:56.4711401Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4711837Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4712243Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4712688Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4713099Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4713535Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4713966Z [00:06:28.074]➜            mold: error: undefined symbol: RSA_free
2025-08-20T20:35:56.4714300Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4714977Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4715425Z [00:06:28.074]➜            mold: error: undefined symbol: UI_method_get_opener
2025-08-20T20:35:56.4715817Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4716236Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4716626Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4717049Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4717480Z [00:06:28.074]➜            mold: error: undefined symbol: OSSL_STORE_close
2025-08-20T20:35:56.4717829Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4718456Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4718878Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4719300Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4719836Z [00:06:28.074]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_header_callback
2025-08-20T20:35:56.4720264Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4720657Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.4721049Z [00:06:28.074]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.4721492Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.4722078Z [00:06:28.074]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_invalid_frame_recv_callback
2025-08-20T20:35:56.4722539Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4722940Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.4723367Z [00:06:28.074]➜            mold: error: undefined symbol: PEM_read_bio_X509_AUX
2025-08-20T20:35:56.4723723Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4724136Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4724570Z [00:06:28.074]➜            mold: error: undefined symbol: X509_LOOKUP_file
2025-08-20T20:35:56.4725153Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4725643Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4726091Z [00:06:28.074]➜            mold: error: undefined symbol: BIO_set_shutdown
2025-08-20T20:35:56.4726438Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4726864Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T20:35:56.4727254Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4727668Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T20:35:56.4728256Z [00:06:28.074]➜            mold: error: undefined symbol: X509_digest
2025-08-20T20:35:56.4728654Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4729105Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:35:56.4729538Z [00:06:28.074]➜            mold: error: undefined symbol: BIO_new
2025-08-20T20:35:56.4729871Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4730285Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T20:35:56.4730673Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4731300Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4731690Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4732129Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4732537Z [00:06:28.074]➜            >>> referenced 4 more times
2025-08-20T20:35:56.4732888Z [00:06:28.074]➜            mold: error: undefined symbol: X509_STORE_free
2025-08-20T20:35:56.4733435Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4733870Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(oss_x509_share_free)
2025-08-20T20:35:56.4734264Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4734707Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4735128Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4735567Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4736359Z [00:06:28.074]➜            mold: error: undefined symbol: ares_freeaddrinfo
2025-08-20T20:35:56.4736818Z [00:06:28.074]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.4737268Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_addrinfo_cb)
2025-08-20T20:35:56.4737747Z [00:06:28.074]➜            mold: error: undefined symbol: ZSTD_decompressStream
2025-08-20T20:35:56.4738235Z [00:06:28.074]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.4738699Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_write)
2025-08-20T20:35:56.4739148Z [00:06:28.074]➜            mold: error: undefined symbol: BIO_meth_set_ctrl
2025-08-20T20:35:56.4739507Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4739907Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:35:56.4740327Z [00:06:28.074]➜            mold: error: undefined symbol: OCSP_CERTID_free
2025-08-20T20:35:56.4740675Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4741113Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4741814Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_get0_verified_chain
2025-08-20T20:35:56.4742251Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4742692Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4743154Z [00:06:28.074]➜            mold: error: undefined symbol: EVP_PKEY_get_bn_param
2025-08-20T20:35:56.4743515Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4743956Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4744360Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4744795Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4745202Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4745647Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4746053Z [00:06:28.074]➜            >>> referenced 7 more times
2025-08-20T20:35:56.4746390Z [00:06:28.074]➜            mold: error: undefined symbol: BIO_puts
2025-08-20T20:35:56.4746726Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4747161Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4747828Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_get0_group_name
2025-08-20T20:35:56.4748398Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4748856Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:35:56.4749342Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_CTX_set_keylog_callback
2025-08-20T20:35:56.4749715Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4750140Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4750579Z [00:06:28.074]➜            mold: error: undefined symbol: UI_method_set_writer
2025-08-20T20:35:56.4750936Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4751355Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4751755Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4752170Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4752597Z [00:06:28.074]➜            mold: error: undefined symbol: PKCS12_free
2025-08-20T20:35:56.4752938Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4753369Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4753767Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4754233Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4754663Z [00:06:28.074]➜            mold: error: undefined symbol: nghttp2_version
2025-08-20T20:35:56.4755005Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4755403Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(Curl_http2_ver)
2025-08-20T20:35:56.4755835Z [00:06:28.074]➜            mold: error: undefined symbol: nghttp2_option_del
2025-08-20T20:35:56.4756211Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4756619Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.4757002Z [00:06:28.074]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.4757444Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.4758354Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_CTX_use_certificate_chain_file
2025-08-20T20:35:56.4758872Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4759294Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4759723Z [00:06:28.074]➜            mold: error: undefined symbol: ERR_peek_error
2025-08-20T20:35:56.4760081Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4760498Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4760889Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4761306Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4761782Z [00:06:28.074]➜            mold: error: undefined symbol: PEM_X509_INFO_read_bio
2025-08-20T20:35:56.4762156Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4762598Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4763113Z [00:06:28.074]➜            mold: error: undefined symbol: nghttp2_session_get_stream_user_data
2025-08-20T20:35:56.4763511Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4763914Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_begin_headers)
2025-08-20T20:35:56.4764523Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4765197Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T20:35:56.4765575Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4765996Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(req_body_read_callback)
2025-08-20T20:35:56.4766416Z [00:06:28.074]➜            >>> referenced 5 more times
2025-08-20T20:35:56.4766795Z [00:06:28.074]➜            mold: error: undefined symbol: nghttp2_session_want_read
2025-08-20T20:35:56.4767167Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4767583Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(should_close_session)
2025-08-20T20:35:56.4767970Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4768626Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T20:35:56.4769017Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4769410Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T20:35:56.4769788Z [00:06:28.074]➜            >>> referenced 6 more times
2025-08-20T20:35:56.4770143Z [00:06:28.074]➜            mold: error: undefined symbol: BIO_clear_flags
2025-08-20T20:35:56.4770499Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4770929Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T20:35:56.4771330Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4771749Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T20:35:56.4772174Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_get_error
2025-08-20T20:35:56.4772524Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4772911Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T20:35:56.4773278Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4773678Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:35:56.4774059Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4774693Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:35:56.4775149Z [00:06:28.074]➜            >>> referenced 4 more times
2025-08-20T20:35:56.4775511Z [00:06:28.074]➜            mold: error: undefined symbol: ERR_error_string_n
2025-08-20T20:35:56.4775863Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4776266Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_strerror)
2025-08-20T20:35:56.4776698Z [00:06:28.074]➜            mold: error: undefined symbol: UI_get0_user_data
2025-08-20T20:35:56.4777047Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4777448Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T20:35:56.4777827Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4778417Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:35:56.4778834Z [00:06:28.074]➜            mold: error: undefined symbol: inflate
2025-08-20T20:35:56.4779187Z [00:06:28.074]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.4779633Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(inflate_stream)
2025-08-20T20:35:56.4780073Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_set0_wbio
2025-08-20T20:35:56.4780667Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4781067Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:35:56.4781504Z [00:06:28.074]➜            mold: error: undefined symbol: EVP_PKEY_get_group_name
2025-08-20T20:35:56.4781868Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4782304Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4782764Z [00:06:28.074]➜            mold: error: undefined symbol: GENERAL_NAMES_free
2025-08-20T20:35:56.4783112Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4783550Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4784005Z [00:06:28.074]➜            mold: error: undefined symbol: X509_get0_extensions
2025-08-20T20:35:56.4784365Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4784803Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4785265Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_get_verify_result
2025-08-20T20:35:56.4785626Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4786049Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T20:35:56.4786449Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4786887Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4787295Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4787734Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4788377Z [00:06:28.074]➜            mold: error: undefined symbol: X509_get_pubkey
2025-08-20T20:35:56.4788732Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4789154Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4789548Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4789987Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4790667Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_CTX_add_client_CA
2025-08-20T20:35:56.4791099Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4791519Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4791955Z [00:06:28.074]➜            mold: error: undefined symbol: OSSL_STORE_open_ex
2025-08-20T20:35:56.4792305Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4792730Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4793119Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4793557Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4794031Z [00:06:28.074]➜            mold: error: undefined symbol: nghttp2_session_callbacks_del
2025-08-20T20:35:56.4794407Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4794809Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.4795194Z [00:06:28.074]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.4795636Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.4796136Z [00:06:28.074]➜            mold: error: undefined symbol: SSL_CTX_set_default_read_buffer_len
2025-08-20T20:35:56.4796770Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4797188Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4797617Z [00:06:28.074]➜            mold: error: undefined symbol: X509_INFO_free
2025-08-20T20:35:56.4797961Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4798606Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4799028Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4799468Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4799935Z [00:06:28.074]➜            mold: error: undefined symbol: nghttp2_http2_strerror
2025-08-20T20:35:56.4800294Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4800734Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_handle_stream_close)
2025-08-20T20:35:56.4801136Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4801566Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_handle_stream_close)
2025-08-20T20:35:56.4801966Z [00:06:28.074]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4802366Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T20:35:56.4802753Z [00:06:28.074]➜            >>> referenced 3 more times
2025-08-20T20:35:56.4803088Z [00:06:28.074]➜            mold: error: undefined symbol: BN_print
2025-08-20T20:35:56.4803421Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4803839Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(pubkey_show.isra.0)
2025-08-20T20:35:56.4804276Z [00:06:28.074]➜            mold: error: undefined symbol: ENGINE_set_default
2025-08-20T20:35:56.4804634Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4805067Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T20:35:56.4805507Z [00:06:28.074]➜            mold: error: undefined symbol: ERR_get_error
2025-08-20T20:35:56.4805847Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4806265Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:35:56.4806905Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4807401Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:35:56.4807789Z [00:06:28.074]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4808352Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T20:35:56.4808744Z [00:06:28.074]➜            >>> referenced 24 more times
2025-08-20T20:35:56.4809106Z [00:06:28.074]➜            mold: error: undefined symbol: EVP_DigestInit_ex
2025-08-20T20:35:56.4809458Z [00:06:28.074]➜            >>> referenced by sha256.c
2025-08-20T20:35:56.4809857Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T20:35:56.4810249Z [00:06:28.074]➜            >>> referenced by curl_sha512_256.c
2025-08-20T20:35:56.4810711Z [00:06:28.074]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T20:35:56.4811165Z [00:06:28.075]➜            mold: error: undefined symbol: OSSL_LIB_CTX_free
2025-08-20T20:35:56.4811516Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4811944Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T20:35:56.4812349Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4813049Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:35:56.4813470Z [00:06:28.075]➜            mold: error: undefined symbol: MD5_Final
2025-08-20T20:35:56.4813800Z [00:06:28.075]➜            >>> referenced by md5.c
2025-08-20T20:35:56.4814178Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_final)
2025-08-20T20:35:56.4814532Z [00:06:28.075]➜            >>> referenced by md5.c
2025-08-20T20:35:56.4814913Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(Curl_md5it)
2025-08-20T20:35:56.4815312Z [00:06:28.075]➜            mold: error: undefined symbol: idn2_lookup_ul
2025-08-20T20:35:56.4815646Z [00:06:28.075]➜            >>> referenced by idn.c
2025-08-20T20:35:56.4816033Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T20:35:56.4816398Z [00:06:28.075]➜            >>> referenced by idn.c
2025-08-20T20:35:56.4816796Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T20:35:56.4817199Z [00:06:28.075]➜            mold: error: undefined symbol: ares_destroy
2025-08-20T20:35:56.4817544Z [00:06:28.075]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.4817990Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_destroy)
2025-08-20T20:35:56.4818623Z [00:06:28.075]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.4819055Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_init)
2025-08-20T20:35:56.4819532Z [00:06:28.075]➜            mold: error: undefined symbol: psl_is_cookie_domain_acceptable
2025-08-20T20:35:56.4819916Z [00:06:28.075]➜            >>> referenced by cookie.c
2025-08-20T20:35:56.4820326Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cookie.o):(is_public_suffix)
2025-08-20T20:35:56.4820771Z [00:06:28.075]➜            mold: error: undefined symbol: ZSTD_createDStream
2025-08-20T20:35:56.4821135Z [00:06:28.075]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.4821575Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_init)
2025-08-20T20:35:56.4822038Z [00:06:28.075]➜            mold: error: undefined symbol: OCSP_response_get1_basic
2025-08-20T20:35:56.4822412Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4823094Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4823641Z [00:06:28.075]➜            mold: error: undefined symbol: X509_NAME_ENTRY_get_data
2025-08-20T20:35:56.4824008Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4824449Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4824924Z [00:06:28.075]➜            mold: error: undefined symbol: X509_PUBKEY_get0_param
2025-08-20T20:35:56.4825284Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4825723Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4826162Z [00:06:28.075]➜            mold: error: undefined symbol: RSA_flags
2025-08-20T20:35:56.4826502Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4826929Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4827362Z [00:06:28.075]➜            mold: error: undefined symbol: UI_create_method
2025-08-20T20:35:56.4827710Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4828293Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4828753Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4829408Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4829851Z [00:06:28.075]➜            mold: error: undefined symbol: OSSL_STORE_INFO_free
2025-08-20T20:35:56.4830207Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4830626Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4831024Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4831446Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4832001Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_stream_close_callback
2025-08-20T20:35:56.4832448Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4832851Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.4833244Z [00:06:28.075]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.4833685Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.4834173Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_pack_settings_payload
2025-08-20T20:35:56.4834554Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4834986Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(populate_binsettings)
2025-08-20T20:35:56.4835464Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_CTX_set_default_passwd_cb
2025-08-20T20:35:56.4835844Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4836267Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4836704Z [00:06:28.075]➜            mold: error: undefined symbol: X509_STORE_set_flags
2025-08-20T20:35:56.4837066Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4837507Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4837919Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4838691Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4839110Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4839815Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4840348Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_submit_goaway
2025-08-20T20:35:56.4840707Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4841103Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T20:35:56.4841503Z [00:06:28.075]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.4841953Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_shutdown)
2025-08-20T20:35:56.4842404Z [00:06:28.075]➜            mold: error: undefined symbol: OBJ_find_sigid_algs
2025-08-20T20:35:56.4842755Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4843194Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:35:56.4843638Z [00:06:28.075]➜            mold: error: undefined symbol: BIO_s_mem
2025-08-20T20:35:56.4843975Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4844393Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T20:35:56.4844780Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4845217Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4845866Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4846308Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4846716Z [00:06:28.075]➜            >>> referenced 1 more times
2025-08-20T20:35:56.4847077Z [00:06:28.075]➜            mold: error: undefined symbol: ares_set_local_ip4
2025-08-20T20:35:56.4847436Z [00:06:28.075]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.4847921Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_local_ip4)
2025-08-20T20:35:56.4848662Z [00:06:28.075]➜            mold: error: undefined symbol: BrotliDecoderCreateInstance
2025-08-20T20:35:56.4849062Z [00:06:28.075]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.4849513Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_init)
2025-08-20T20:35:56.4849973Z [00:06:28.075]➜            mold: error: undefined symbol: BIO_meth_set_read
2025-08-20T20:35:56.4850324Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4850726Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:35:56.4851161Z [00:06:28.075]➜            mold: error: undefined symbol: OCSP_resp_find_status
2025-08-20T20:35:56.4851520Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4851975Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4852440Z [00:06:28.075]➜            mold: error: undefined symbol: OCSP_RESPONSE_free
2025-08-20T20:35:56.4852798Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4853240Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4853702Z [00:06:28.075]➜            mold: error: undefined symbol: ASN1_STRING_print
2025-08-20T20:35:56.4854112Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4854555Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4855023Z [00:06:28.075]➜            mold: error: undefined symbol: X509_get_serialNumber
2025-08-20T20:35:56.4855383Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4856079Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4856654Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_get_peer_signature_type_nid
2025-08-20T20:35:56.4857050Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4857498Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:35:56.4857968Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_CTX_set_verify
2025-08-20T20:35:56.4858520Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4858943Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4859384Z [00:06:28.075]➜            mold: error: undefined symbol: UI_method_set_reader
2025-08-20T20:35:56.4859742Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4860173Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4860565Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4860988Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4861418Z [00:06:28.075]➜            mold: error: undefined symbol: PKCS12_parse
2025-08-20T20:35:56.4861996Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4862413Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4862877Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_session_client_new3
2025-08-20T20:35:56.4863251Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4863646Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.4864038Z [00:06:28.075]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.4864484Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.4864937Z [00:06:28.075]➜            mold: error: undefined symbol: ERR_peek_last_error
2025-08-20T20:35:56.4865294Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4865742Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4866181Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_CTX_new_ex
2025-08-20T20:35:56.4866525Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4866944Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4867377Z [00:06:28.075]➜            mold: error: undefined symbol: BIO_new_mem_buf
2025-08-20T20:35:56.4867723Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4868364Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4868838Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4869259Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4869654Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4870084Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4870475Z [00:06:28.075]➜            >>> referenced 3 more times
2025-08-20T20:35:56.4870831Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_strerror
2025-08-20T20:35:56.4871177Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4871608Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T20:35:56.4872282Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4872756Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T20:35:56.4873140Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4873540Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T20:35:56.4873920Z [00:06:28.075]➜            >>> referenced 17 more times
2025-08-20T20:35:56.4874288Z [00:06:28.075]➜            mold: error: undefined symbol: BIO_get_shutdown
2025-08-20T20:35:56.4874636Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4875049Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T20:35:56.4875457Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_read
2025-08-20T20:35:56.4875792Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4876186Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T20:35:56.4876558Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4876961Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:35:56.4877343Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4877745Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:35:56.4878671Z [00:06:28.075]➜            mold: error: undefined symbol: OpenSSL_version
2025-08-20T20:35:56.4879032Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4879451Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_version)
2025-08-20T20:35:56.4879889Z [00:06:28.075]➜            mold: error: undefined symbol: UI_method_get_writer
2025-08-20T20:35:56.4880244Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4880657Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T20:35:56.4881064Z [00:06:28.075]➜            mold: error: undefined symbol: ares_version
2025-08-20T20:35:56.4881414Z [00:06:28.075]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.4881858Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_init)
2025-08-20T20:35:56.4882304Z [00:06:28.075]➜            mold: error: undefined symbol: inflateEnd
2025-08-20T20:35:56.4882659Z [00:06:28.075]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.4883091Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(exit_zlib)
2025-08-20T20:35:56.4883517Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_set0_rbio
2025-08-20T20:35:56.4883865Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4884271Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:35:56.4884692Z [00:06:28.075]➜            mold: error: undefined symbol: i2d_X509_PUBKEY
2025-08-20T20:35:56.4885038Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4885483Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4885895Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4886347Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4886826Z [00:06:28.075]➜            mold: error: undefined symbol: EVP_PKEY_get_security_bits
2025-08-20T20:35:56.4887203Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4887644Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4888492Z [00:06:28.075]➜            mold: error: undefined symbol: X509_get_ext_d2i
2025-08-20T20:35:56.4888913Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4889359Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4889820Z [00:06:28.075]➜            mold: error: undefined symbol: X509_get_X509_PUBKEY
2025-08-20T20:35:56.4890172Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4890624Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4891033Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4891474Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4891882Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4892327Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4892769Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_connect
2025-08-20T20:35:56.4893112Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4893530Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T20:35:56.4893977Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_set_connect_state
2025-08-20T20:35:56.4894590Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4895021Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4895470Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_get_certificate
2025-08-20T20:35:56.4895829Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4896248Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4896692Z [00:06:28.075]➜            mold: error: undefined symbol: OPENSSL_sk_pop
2025-08-20T20:35:56.4897042Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4897463Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4897892Z [00:06:28.075]➜            mold: error: undefined symbol: ENGINE_ctrl_cmd
2025-08-20T20:35:56.4898449Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4898879Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4899349Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_session_callbacks_new
2025-08-20T20:35:56.4899727Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4900118Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.4900495Z [00:06:28.075]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.4900946Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.4901400Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_CTX_set_options
2025-08-20T20:35:56.4901755Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4902171Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4902618Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_submit_ping
2025-08-20T20:35:56.4902971Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4903375Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_keep_alive)
2025-08-20T20:35:56.4903800Z [00:06:28.075]➜            mold: error: undefined symbol: X509_STORE_add_cert
2025-08-20T20:35:56.4904155Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4904857Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4905397Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_is_fatal
2025-08-20T20:35:56.4905747Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4906158Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T20:35:56.4906554Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4906958Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_body_send)
2025-08-20T20:35:56.4907336Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4907718Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T20:35:56.4908271Z [00:06:28.075]➜            >>> referenced 5 more times
2025-08-20T20:35:56.4908722Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_submit_priority
2025-08-20T20:35:56.4909087Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4909497Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T20:35:56.4909924Z [00:06:28.075]➜            mold: error: undefined symbol: OPENSSL_init_ssl
2025-08-20T20:35:56.4910279Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4910937Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_init)
2025-08-20T20:35:56.4911349Z [00:06:28.075]➜            mold: error: undefined symbol: ENGINE_get_next
2025-08-20T20:35:56.4911699Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4912115Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T20:35:56.4912544Z [00:06:28.075]➜            mold: error: undefined symbol: EVP_sha512_256
2025-08-20T20:35:56.4912913Z [00:06:28.075]➜            >>> referenced by curl_sha512_256.c
2025-08-20T20:35:56.4913373Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T20:35:56.4913842Z [00:06:28.075]➜            mold: error: undefined symbol: OSSL_PROVIDER_try_load
2025-08-20T20:35:56.4914211Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4914627Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:35:56.4915027Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4915446Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:35:56.4915868Z [00:06:28.075]➜            mold: error: undefined symbol: psl_builtin
2025-08-20T20:35:56.4916203Z [00:06:28.075]➜            >>> referenced by psl.c
2025-08-20T20:35:56.4916593Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_use)
2025-08-20T20:35:56.4917006Z [00:06:28.075]➜            mold: error: undefined symbol: OSSL_PROVIDER_unload
2025-08-20T20:35:56.4917367Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4917797Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T20:35:56.4918415Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4918865Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T20:35:56.4919308Z [00:06:28.075]➜            mold: error: undefined symbol: idn2_check_version
2025-08-20T20:35:56.4919651Z [00:06:28.075]➜            >>> referenced by idn.c
2025-08-20T20:35:56.4920042Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T20:35:56.4920447Z [00:06:28.075]➜            mold: error: undefined symbol: ares_getsock
2025-08-20T20:35:56.4921034Z [00:06:28.075]➜            >>> referenced by asyn-base.c
2025-08-20T20:35:56.4921524Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_getsock)
2025-08-20T20:35:56.4921924Z [00:06:28.075]➜            >>> referenced by asyn-base.c
2025-08-20T20:35:56.4922349Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T20:35:56.4922794Z [00:06:28.075]➜            mold: error: undefined symbol: ZSTD_freeDStream
2025-08-20T20:35:56.4923158Z [00:06:28.075]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.4923603Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_close)
2025-08-20T20:35:56.4924057Z [00:06:28.075]➜            mold: error: undefined symbol: DES_set_key_unchecked
2025-08-20T20:35:56.4924428Z [00:06:28.075]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T20:35:56.4924869Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(setup_des_key)
2025-08-20T20:35:56.4925329Z [00:06:28.075]➜            mold: error: undefined symbol: OCSP_response_status_str
2025-08-20T20:35:56.4925697Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4926134Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4926590Z [00:06:28.075]➜            mold: error: undefined symbol: X509_NAME_get_entry
2025-08-20T20:35:56.4927168Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4927609Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4928248Z [00:06:28.075]➜            mold: error: undefined symbol: PEM_write_bio_X509
2025-08-20T20:35:56.4928639Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4929089Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4929552Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_get_peer_cert_chain
2025-08-20T20:35:56.4929917Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4930357Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4930767Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4931213Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4931620Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4932055Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4932500Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_SESSION_free
2025-08-20T20:35:56.4932849Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4933429Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4933942Z [00:06:28.075]➜            mold: error: undefined symbol: EVP_PKEY_get1_RSA
2025-08-20T20:35:56.4934293Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4934710Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4935183Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_CTX_use_PrivateKey_file
2025-08-20T20:35:56.4935556Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4935974Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4936427Z [00:06:28.075]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get1_CERT
2025-08-20T20:35:56.4936796Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4937222Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4937787Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_data_chunk_recv_callback
2025-08-20T20:35:56.4938462Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4938863Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.4939492Z [00:06:28.075]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.4939942Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.4940453Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_CTX_set_default_passwd_cb_userdata
2025-08-20T20:35:56.4940875Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4941293Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4941737Z [00:06:28.075]➜            mold: error: undefined symbol: X509_load_crl_file
2025-08-20T20:35:56.4942087Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4942530Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4942971Z [00:06:28.075]➜            mold: error: undefined symbol: RAND_bytes
2025-08-20T20:35:56.4943318Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4943714Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_random)
2025-08-20T20:35:56.4944145Z [00:06:28.075]➜            mold: error: undefined symbol: X509_get_signature_nid
2025-08-20T20:35:56.4944505Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4944943Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:35:56.4945428Z [00:06:28.075]➜            mold: error: undefined symbol: BrotliDecoderGetErrorCode
2025-08-20T20:35:56.4945820Z [00:06:28.075]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.4946271Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T20:35:56.4946725Z [00:06:28.075]➜            mold: error: undefined symbol: BIO_meth_set_write
2025-08-20T20:35:56.4947086Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4947489Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:35:56.4947907Z [00:06:28.075]➜            mold: error: undefined symbol: OCSP_cert_to_id
2025-08-20T20:35:56.4948456Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4948903Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4949573Z [00:06:28.075]➜            mold: error: undefined symbol: X509_check_issued
2025-08-20T20:35:56.4949988Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4950428Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4950838Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4951275Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4951721Z [00:06:28.075]➜            mold: error: undefined symbol: UI_OpenSSL
2025-08-20T20:35:56.4952059Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4952462Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T20:35:56.4952843Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4953246Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:35:56.4953632Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4954100Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4954496Z [00:06:28.075]➜            >>> referenced 3 more times
2025-08-20T20:35:56.4954849Z [00:06:28.075]➜            mold: error: undefined symbol: ERR_clear_error
2025-08-20T20:35:56.4955198Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4955837Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T20:35:56.4956210Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4956613Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:35:56.4956993Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4957402Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:35:56.4957783Z [00:06:28.075]➜            >>> referenced 5 more times
2025-08-20T20:35:56.4958296Z [00:06:28.075]➜            mold: error: undefined symbol: BIO_get_data
2025-08-20T20:35:56.4958698Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4959110Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T20:35:56.4959507Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4959935Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T20:35:56.4960337Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4960757Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T20:35:56.4961212Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_session_mem_recv
2025-08-20T20:35:56.4961583Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4962013Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T20:35:56.4962426Z [00:06:28.075]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.4962903Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(proxy_h2_process_pending_input)
2025-08-20T20:35:56.4963405Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_SESSION_get_timeout
2025-08-20T20:35:56.4963773Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4964202Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T20:35:56.4964661Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_CTX_get_cert_store
2025-08-20T20:35:56.4965022Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4965689Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.4966165Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4966606Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4967058Z [00:06:28.075]➜            mold: error: undefined symbol: TLS_client_method
2025-08-20T20:35:56.4967408Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4967835Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4968441Z [00:06:28.075]➜            mold: error: undefined symbol: PEM_read_bio_X509
2025-08-20T20:35:56.4968802Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4969219Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4969610Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4970057Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4970662Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
2025-08-20T20:35:56.4971133Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4971528Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.4972178Z [00:06:28.075]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.4972628Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.4973102Z [00:06:28.075]➜            mold: error: undefined symbol: nghttp2_session_upgrade2
2025-08-20T20:35:56.4973469Z [00:06:28.075]➜            >>> referenced by http2.c
2025-08-20T20:35:56.4973866Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.4974277Z [00:06:28.075]➜            mold: error: undefined symbol: PKCS12_PBE_add
2025-08-20T20:35:56.4974620Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4975037Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4975480Z [00:06:28.075]➜            mold: error: undefined symbol: UI_method_set_closer
2025-08-20T20:35:56.4975846Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4976264Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4976656Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4977074Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4977526Z [00:06:28.075]➜            mold: error: undefined symbol: SSL_CTX_set_srp_password
2025-08-20T20:35:56.4977899Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4978520Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.4978950Z [00:06:28.075]➜            mold: error: undefined symbol: BIO_printf
2025-08-20T20:35:56.4979288Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4979725Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4980142Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4980578Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4980986Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4981422Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4982031Z [00:06:28.075]➜            >>> referenced 1 more times
2025-08-20T20:35:56.4982527Z [00:06:28.075]➜            mold: error: undefined symbol: X509_EXTENSION_get_data
2025-08-20T20:35:56.4982896Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4983336Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4983791Z [00:06:28.075]➜            mold: error: undefined symbol: ares_library_init
2025-08-20T20:35:56.4984157Z [00:06:28.075]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.4984597Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_init)
2025-08-20T20:35:56.4985041Z [00:06:28.075]➜            mold: error: undefined symbol: inflateInit2_
2025-08-20T20:35:56.4985402Z [00:06:28.075]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.4985851Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(gzip_do_init)
2025-08-20T20:35:56.4986282Z [00:06:28.075]➜            mold: error: undefined symbol: BIO_up_ref
2025-08-20T20:35:56.4986621Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4987020Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:35:56.4987449Z [00:06:28.075]➜            mold: error: undefined symbol: OCSP_crl_reason_str
2025-08-20T20:35:56.4988578Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4989171Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4989695Z [00:06:28.075]➜            mold: error: undefined symbol: EVP_PKEY_get_bits
2025-08-20T20:35:56.4990046Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4990512Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.4990970Z [00:06:28.075]➜            mold: error: undefined symbol: UI_set_result
2025-08-20T20:35:56.4991316Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4991722Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:35:56.4992134Z [00:06:28.075]➜            mold: error: undefined symbol: psl_latest
2025-08-20T20:35:56.4992468Z [00:06:28.075]➜            >>> referenced by psl.c
2025-08-20T20:35:56.4992857Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_use)
2025-08-20T20:35:56.4993258Z [00:06:28.075]➜            mold: error: undefined symbol: EVP_MD_CTX_new
2025-08-20T20:35:56.4993615Z [00:06:28.075]➜            >>> referenced by sha256.c
2025-08-20T20:35:56.4994020Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T20:35:56.4994412Z [00:06:28.075]➜            >>> referenced by curl_sha512_256.c
2025-08-20T20:35:56.4994881Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T20:35:56.4995295Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4995705Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:35:56.4996151Z [00:06:28.075]➜            mold: error: undefined symbol: OSSL_PROVIDER_available
2025-08-20T20:35:56.4996527Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4996942Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:35:56.4997366Z [00:06:28.075]➜            mold: error: undefined symbol: ENGINE_get_id
2025-08-20T20:35:56.4997712Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4998283Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T20:35:56.4998949Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.4999434Z [00:06:28.075]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T20:35:56.4999846Z [00:06:28.075]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5000282Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T20:35:56.5000731Z [00:06:28.077]➜            mold: error: undefined symbol: SSL_shutdown
2025-08-20T20:35:56.5001078Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5001482Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:35:56.5001866Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5002272Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:35:56.5002732Z [00:06:28.077]➜            mold: error: undefined symbol: nghttp2_priority_spec_init
2025-08-20T20:35:56.5003103Z [00:06:28.077]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5003488Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_pri_spec)
2025-08-20T20:35:56.5003908Z [00:06:28.077]➜            mold: error: undefined symbol: nghttp2_session_send
2025-08-20T20:35:56.5004265Z [00:06:28.077]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5004943Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T20:35:56.5005328Z [00:06:28.077]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5005728Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T20:35:56.5006102Z [00:06:28.077]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5006503Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_keep_alive)
2025-08-20T20:35:56.5006895Z [00:06:28.077]➜            >>> referenced 1 more times
2025-08-20T20:35:56.5007260Z [00:06:28.077]➜            mold: error: undefined symbol: OPENSSL_sk_value
2025-08-20T20:35:56.5007613Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5008207Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.5008688Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5009137Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5009547Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5009985Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5010395Z [00:06:28.077]➜            >>> referenced 3 more times
2025-08-20T20:35:56.5010820Z [00:06:28.077]➜            mold: error: undefined symbol: nghttp2_session_get_local_window_size
2025-08-20T20:35:56.5011222Z [00:06:28.077]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5011602Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T20:35:56.5012069Z [00:06:28.077]➜            mold: error: undefined symbol: nghttp2_session_set_local_window_size
2025-08-20T20:35:56.5012470Z [00:06:28.077]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5012901Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T20:35:56.5013298Z [00:06:28.077]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5013722Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T20:35:56.5014114Z [00:06:28.077]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5014506Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.5015155Z [00:06:28.077]➜            >>> referenced 1 more times
2025-08-20T20:35:56.5028580Z [00:06:28.077]➜            mold: error: undefined symbol: SSL_CTX_ctrl
2025-08-20T20:35:56.5028975Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5029418Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5029819Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5030260Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5030649Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5031066Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5031458Z [00:06:28.077]➜            >>> referenced 8 more times
2025-08-20T20:35:56.5031806Z [00:06:28.077]➜            mold: error: undefined symbol: ENGINE_ctrl
2025-08-20T20:35:56.5032157Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5032570Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5033060Z [00:06:28.077]➜            mold: error: undefined symbol: nghttp2_session_get_remote_settings
2025-08-20T20:35:56.5033452Z [00:06:28.077]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5034249Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T20:35:56.5034632Z [00:06:28.077]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5035023Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T20:35:56.5035427Z [00:06:28.077]➜            mold: error: undefined symbol: EVP_PKEY_free
2025-08-20T20:35:56.5035774Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5036207Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5036606Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5037024Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5037415Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5037831Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5038508Z [00:06:28.077]➜            >>> referenced 3 more times
2025-08-20T20:35:56.5038900Z [00:06:28.077]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get1_PKEY
2025-08-20T20:35:56.5039267Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5039687Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5040101Z [00:06:28.077]➜            mold: error: undefined symbol: SSL_ctrl
2025-08-20T20:35:56.5040443Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5040862Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5041254Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5041678Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5042081Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5042521Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5042978Z [00:06:28.077]➜            mold: error: undefined symbol: SSL_CIPHER_get_name
2025-08-20T20:35:56.5043332Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5043775Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:35:56.5044458Z [00:06:28.077]➜            mold: error: undefined symbol: i2a_ASN1_OBJECT
2025-08-20T20:35:56.5044934Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5045395Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5045807Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5046250Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5046699Z [00:06:28.077]➜            mold: error: undefined symbol: ares_cancel
2025-08-20T20:35:56.5047044Z [00:06:28.077]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.5047489Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_shutdown)
2025-08-20T20:35:56.5047905Z [00:06:28.077]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.5048566Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_await)
2025-08-20T20:35:56.5049010Z [00:06:28.077]➜            mold: error: undefined symbol: DES_set_odd_parity
2025-08-20T20:35:56.5049372Z [00:06:28.077]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T20:35:56.5049806Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(setup_des_key)
2025-08-20T20:35:56.5050266Z [00:06:28.077]➜            mold: error: undefined symbol: SSL_get_early_data_status
2025-08-20T20:35:56.5050879Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5051284Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:35:56.5051713Z [00:06:28.077]➜            mold: error: undefined symbol: OCSP_response_status
2025-08-20T20:35:56.5052072Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5052509Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5052997Z [00:06:28.077]➜            mold: error: undefined symbol: X509_NAME_get_index_by_NID
2025-08-20T20:35:56.5053370Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5053808Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5054324Z [00:06:28.077]➜            mold: error: undefined symbol: idn2_to_unicode_8z8z
2025-08-20T20:35:56.5054682Z [00:06:28.077]➜            >>> referenced by idn.c
2025-08-20T20:35:56.5055071Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_encode)
2025-08-20T20:35:56.5055469Z [00:06:28.077]➜            mold: error: undefined symbol: BIO_ctrl
2025-08-20T20:35:56.5055805Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5056212Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(push_certinfo)
2025-08-20T20:35:56.5056605Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5057011Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(push_certinfo)
2025-08-20T20:35:56.5057395Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5057813Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T20:35:56.5058460Z [00:06:28.077]➜            >>> referenced 7 more times
2025-08-20T20:35:56.5058840Z [00:06:28.077]➜            mold: error: undefined symbol: EVP_DigestUpdate
2025-08-20T20:35:56.5059193Z [00:06:28.077]➜            >>> referenced by sha256.c
2025-08-20T20:35:56.5059600Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_update)
2025-08-20T20:35:56.5059982Z [00:06:28.077]➜            >>> referenced by sha256.c
2025-08-20T20:35:56.5060380Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(Curl_sha256it)
2025-08-20T20:35:56.5061014Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5061547Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:35:56.5061938Z [00:06:28.077]➜            >>> referenced 2 more times
2025-08-20T20:35:56.5062318Z [00:06:28.077]➜            mold: error: undefined symbol: SSL_get1_peer_certificate
2025-08-20T20:35:56.5062688Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5063139Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:35:56.5063551Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5063991Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5064399Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5064844Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5065286Z [00:06:28.077]➜            mold: error: undefined symbol: BIO_meth_free
2025-08-20T20:35:56.5065630Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5066022Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T20:35:56.5066425Z [00:06:28.077]➜            mold: error: undefined symbol: RAND_status
2025-08-20T20:35:56.5067044Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5067441Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_seed)
2025-08-20T20:35:56.5067807Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5068392Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_random)
2025-08-20T20:35:56.5068825Z [00:06:28.077]➜            mold: error: undefined symbol: X509_STORE_load_file
2025-08-20T20:35:56.5069192Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5069636Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.5070107Z [00:06:28.077]➜            mold: error: undefined symbol: SSL_CTX_set_ciphersuites
2025-08-20T20:35:56.5070475Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5070893Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5071451Z [00:06:28.077]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_frame_send_callback
2025-08-20T20:35:56.5071890Z [00:06:28.077]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5072286Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.5072670Z [00:06:28.077]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.5073119Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.5073588Z [00:06:28.077]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get_type
2025-08-20T20:35:56.5073954Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5074372Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5074769Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5075186Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5075625Z [00:06:28.077]➜            mold: error: undefined symbol: d2i_PrivateKey_bio
2025-08-20T20:35:56.5075982Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5076403Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5077077Z [00:06:28.077]➜            mold: error: undefined symbol: EVP_PKEY_get_id
2025-08-20T20:35:56.5077540Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5077971Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5078601Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5079048Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5079509Z [00:06:28.077]➜            mold: error: undefined symbol: SSL_set_session
2025-08-20T20:35:56.5079858Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5080275Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5080710Z [00:06:28.077]➜            mold: error: undefined symbol: X509_get0_notAfter
2025-08-20T20:35:56.5081060Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5081503Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5081918Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5082353Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5082796Z [00:06:28.077]➜            mold: error: undefined symbol: ares_process_fd
2025-08-20T20:35:56.5083412Z [00:06:28.077]➜            >>> referenced by asyn-base.c
2025-08-20T20:35:56.5083840Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T20:35:56.5084240Z [00:06:28.077]➜            >>> referenced by asyn-base.c
2025-08-20T20:35:56.5084664Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T20:35:56.5085142Z [00:06:28.077]➜            mold: error: undefined symbol: BrotliDecoderDecompressStream
2025-08-20T20:35:56.5085552Z [00:06:28.077]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.5086003Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T20:35:56.5086440Z [00:06:28.077]➜            mold: error: undefined symbol: BIO_meth_new
2025-08-20T20:35:56.5086779Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5087176Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:35:56.5087588Z [00:06:28.077]➜            mold: error: undefined symbol: EVP_sha1
2025-08-20T20:35:56.5087922Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5088635Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5089082Z [00:06:28.077]➜            mold: error: undefined symbol: CRYPTO_free
2025-08-20T20:35:56.5089432Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5089873Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5090327Z [00:06:28.077]➜            mold: error: undefined symbol: UI_get_string_type
2025-08-20T20:35:56.5090681Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5091084Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T20:35:56.5091479Z [00:06:28.077]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5091884Z [00:06:28.077]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:35:56.5092285Z [00:06:28.077]➜            mold: error: undefined symbol: BIO_free
2025-08-20T20:35:56.5092617Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5093031Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T20:35:56.5093694Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5094219Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.5094637Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5095077Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.5095495Z [00:06:28.078]➜            >>> referenced 13 more times
2025-08-20T20:35:56.5095864Z [00:06:28.078]➜            mold: error: undefined symbol: EVP_get_digestbyname
2025-08-20T20:35:56.5096221Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5096659Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:35:56.5097099Z [00:06:28.078]➜            mold: error: undefined symbol: BIO_set_data
2025-08-20T20:35:56.5097444Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5097864Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T20:35:56.5098444Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5098845Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:35:56.5099292Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_submit_rst_stream
2025-08-20T20:35:56.5099916Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5100319Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T20:35:56.5100695Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5101135Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_on_invalid_frame_recv)
2025-08-20T20:35:56.5101540Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5101980Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_header_error.isra.0)
2025-08-20T20:35:56.5102385Z [00:06:28.078]➜            >>> referenced 5 more times
2025-08-20T20:35:56.5102780Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_SESSION_get_max_early_data
2025-08-20T20:35:56.5103164Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5103588Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T20:35:56.5103995Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5104413Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5104861Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_CTX_set_cert_store
2025-08-20T20:35:56.5105223Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5105673Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.5106142Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_consume
2025-08-20T20:35:56.5106505Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5106887Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T20:35:56.5107245Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5107661Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_data_chunk_recv)
2025-08-20T20:35:56.5108214Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5108702Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_data_chunk_recv)
2025-08-20T20:35:56.5109091Z [00:06:28.078]➜            >>> referenced 1 more times
2025-08-20T20:35:56.5109435Z [00:06:28.078]➜            mold: error: undefined symbol: X509_free
2025-08-20T20:35:56.5110018Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5110520Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5110920Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5111338Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5111743Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5112163Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5112553Z [00:06:28.078]➜            >>> referenced 14 more times
2025-08-20T20:35:56.5112997Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_error_callback
2025-08-20T20:35:56.5113415Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5113838Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.5114100Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_option_set_no_auto_window_update
2025-08-20T20:35:56.5114243Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5114462Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.5114617Z [00:06:28.078]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.5115050Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.5115237Z [00:06:28.078]➜            mold: error: undefined symbol: d2i_PKCS12_bio
2025-08-20T20:35:56.5115379Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5115628Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5115826Z [00:06:28.078]➜            mold: error: undefined symbol: UI_method_get_closer
2025-08-20T20:35:56.5115972Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5116214Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5116361Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5116603Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5116819Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_CTX_set_srp_username
2025-08-20T20:35:56.5116959Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5117204Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5117389Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_set_alpn_protos
2025-08-20T20:35:56.5117535Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5117783Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5117968Z [00:06:28.078]➜            mold: error: undefined symbol: X509_get_version
2025-08-20T20:35:56.5118358Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5118648Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5118841Z [00:06:28.078]➜            mold: error: undefined symbol: X509V3_EXT_print
2025-08-20T20:35:56.5118986Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5119247Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5119435Z [00:06:28.078]➜            mold: error: undefined symbol: ares_init_options
2025-08-20T20:35:56.5119582Z [00:06:28.078]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.5119992Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_init)
2025-08-20T20:35:56.5120196Z [00:06:28.078]➜            mold: error: undefined symbol: inflateInit_
2025-08-20T20:35:56.5120360Z [00:06:28.078]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.5120627Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(deflate_do_init)
2025-08-20T20:35:56.5120822Z [00:06:28.078]➜            mold: error: undefined symbol: BIO_meth_set_destroy
2025-08-20T20:35:56.5120972Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5121203Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:35:56.5121394Z [00:06:28.078]➜            mold: error: undefined symbol: OCSP_cert_status_str
2025-08-20T20:35:56.5121540Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5121810Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5121996Z [00:06:28.078]➜            mold: error: undefined symbol: X509_get0_pubkey
2025-08-20T20:35:56.5122138Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5122405Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5122594Z [00:06:28.078]➜            mold: error: undefined symbol: UI_method_get_reader
2025-08-20T20:35:56.5122925Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5123162Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:35:56.5123335Z [00:06:28.078]➜            mold: error: undefined symbol: psl_free
2025-08-20T20:35:56.5123471Z [00:06:28.078]➜            >>> referenced by psl.c
2025-08-20T20:35:56.5123698Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_destroy)
2025-08-20T20:35:56.5123909Z [00:06:28.078]➜            mold: error: undefined symbol: OSSL_LIB_CTX_load_config
2025-08-20T20:35:56.5124057Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5124298Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:35:56.5124473Z [00:06:28.078]➜            mold: error: undefined symbol: EVP_sha256
2025-08-20T20:35:56.5124614Z [00:06:28.078]➜            >>> referenced by sha256.c
2025-08-20T20:35:56.5124851Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T20:35:56.5124993Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5125260Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:35:56.5125401Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5125643Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:35:56.5125824Z [00:06:28.078]➜            mold: error: undefined symbol: ENGINE_get_first
2025-08-20T20:35:56.5125968Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5126208Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T20:35:56.5126392Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_get_shutdown
2025-08-20T20:35:56.5126540Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5126772Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:35:56.5126913Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5127144Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:35:56.5127319Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_version
2025-08-20T20:35:56.5127586Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5127873Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_new_session_cb)
2025-08-20T20:35:56.5128195Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5128476Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5128663Z [00:06:28.078]➜            mold: error: undefined symbol: OPENSSL_sk_num
2025-08-20T20:35:56.5128816Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5129086Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.5129228Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5129472Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5129614Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5129886Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5130027Z [00:06:28.078]➜            >>> referenced 5 more times
2025-08-20T20:35:56.5130333Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_get_stream_effective_local_window_size
2025-08-20T20:35:56.5130471Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5130886Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T20:35:56.5131036Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5131289Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T20:35:56.5131427Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5131650Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T20:35:56.5131834Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_CTX_new
2025-08-20T20:35:56.5131981Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5132226Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5132448Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_CTX_use_certificate_file
2025-08-20T20:35:56.5132598Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5132841Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5133042Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_submit_settings
2025-08-20T20:35:56.5133185Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5133405Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.5133567Z [00:06:28.078]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.5133831Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.5134038Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_CTX_check_private_key
2025-08-20T20:35:56.5134183Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5134431Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5134582Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5134829Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5135021Z [00:06:28.078]➜            mold: error: undefined symbol: UI_destroy_method
2025-08-20T20:35:56.5135168Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5135606Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5135811Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5136061Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5136249Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_set_ex_data
2025-08-20T20:35:56.5136391Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5136646Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5136845Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_get_current_cipher
2025-08-20T20:35:56.5136991Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5137259Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:35:56.5137442Z [00:06:28.078]➜            mold: error: undefined symbol: X509_ALGOR_get0
2025-08-20T20:35:56.5137589Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5137857Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5138000Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5138484Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5138883Z [00:06:28.078]➜            mold: error: undefined symbol: BN_clear_free
2025-08-20T20:35:56.5139050Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5139321Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5139470Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5139732Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5139886Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5140149Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5140295Z [00:06:28.078]➜            >>> referenced 1 more times
2025-08-20T20:35:56.5140477Z [00:06:28.078]➜            mold: error: undefined symbol: ares_getaddrinfo
2025-08-20T20:35:56.5140627Z [00:06:28.078]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.5140898Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_getaddrinfo)
2025-08-20T20:35:56.5141073Z [00:06:28.078]➜            mold: error: undefined symbol: ares_timeout
2025-08-20T20:35:56.5141218Z [00:06:28.078]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.5141464Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_await)
2025-08-20T20:35:56.5141607Z [00:06:28.078]➜            >>> referenced by asyn-base.c
2025-08-20T20:35:56.5141999Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_getsock)
2025-08-20T20:35:56.5142227Z [00:06:28.078]➜            mold: error: undefined symbol: d2i_OCSP_RESPONSE
2025-08-20T20:35:56.5142375Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5142642Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5142840Z [00:06:28.078]➜            mold: error: undefined symbol: ASN1_STRING_length
2025-08-20T20:35:56.5142982Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5143247Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5143388Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5143656Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5143829Z [00:06:28.078]➜            mold: error: undefined symbol: MD5_Init
2025-08-20T20:35:56.5143966Z [00:06:28.078]➜            >>> referenced by md5.c
2025-08-20T20:35:56.5144174Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_init)
2025-08-20T20:35:56.5144349Z [00:06:28.078]➜            mold: error: undefined symbol: ENGINE_free
2025-08-20T20:35:56.5144491Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5144866Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close_all)
2025-08-20T20:35:56.5145014Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5145256Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:35:56.5145397Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5145644Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:35:56.5145817Z [00:06:28.078]➜            mold: error: undefined symbol: ENGINE_init
2025-08-20T20:35:56.5145961Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5146194Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:35:56.5146385Z [00:06:28.078]➜            mold: error: undefined symbol: EVP_DigestFinal_ex
2025-08-20T20:35:56.5146531Z [00:06:28.078]➜            >>> referenced by sha256.c
2025-08-20T20:35:56.5146761Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_final)
2025-08-20T20:35:56.5146905Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5147138Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:35:56.5147298Z [00:06:28.078]➜            >>> referenced by curl_sha512_256.c
2025-08-20T20:35:56.5147579Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_finish)
2025-08-20T20:35:56.5147757Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_CTX_free
2025-08-20T20:35:56.5147900Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5148307Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T20:35:56.5148551Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_write_early_data
2025-08-20T20:35:56.5148704Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5148951Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_send_earlydata)
2025-08-20T20:35:56.5149228Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_get_stream_remote_window_size
2025-08-20T20:35:56.5149366Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5149797Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T20:35:56.5149987Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5150208Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T20:35:56.5150345Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5150560Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T20:35:56.5150710Z [00:06:28.078]➜            >>> referenced 3 more times
2025-08-20T20:35:56.5150904Z [00:06:28.078]➜            mold: error: undefined symbol: X509_STORE_load_path
2025-08-20T20:35:56.5151046Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5151320Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.5151521Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_submit_request
2025-08-20T20:35:56.5151670Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5151877Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T20:35:56.5152031Z [00:06:28.078]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.5152291Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.5152692Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_CTX_set_msg_callback
2025-08-20T20:35:56.5152850Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5153100Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5153396Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_frame_recv_callback
2025-08-20T20:35:56.5153538Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5153763Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.5153916Z [00:06:28.078]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.5154229Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.5154413Z [00:06:28.078]➜            mold: error: undefined symbol: OSSL_STORE_load
2025-08-20T20:35:56.5154558Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5154812Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5154954Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5155202Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5155365Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_new
2025-08-20T20:35:56.5155512Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5155762Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5155910Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5156151Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5156359Z [00:06:28.078]➜            mold: error: undefined symbol: EVP_PKEY_copy_parameters
2025-08-20T20:35:56.5156511Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5156755Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5156938Z [00:06:28.078]➜            mold: error: undefined symbol: d2i_SSL_SESSION
2025-08-20T20:35:56.5157083Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5157323Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5157660Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_get0_alpn_selected
2025-08-20T20:35:56.5157837Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5158282Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T20:35:56.5158518Z [00:06:28.078]➜            mold: error: undefined symbol: ASN1_TIME_print
2025-08-20T20:35:56.5158679Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5158944Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5159088Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5159351Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5159497Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5159768Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5159911Z [00:06:28.078]➜            >>> referenced 1 more times
2025-08-20T20:35:56.5160096Z [00:06:28.078]➜            mold: error: undefined symbol: ares_set_local_dev
2025-08-20T20:35:56.5160244Z [00:06:28.078]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.5160541Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_interface)
2025-08-20T20:35:56.5160964Z [00:06:28.078]➜            mold: error: undefined symbol: ares_set_servers_ports_csv
2025-08-20T20:35:56.5161121Z [00:06:28.078]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.5161403Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_set_dns_servers)
2025-08-20T20:35:56.5161590Z [00:06:28.078]➜            mold: error: undefined symbol: OCSP_basic_verify
2025-08-20T20:35:56.5161736Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5162007Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5162198Z [00:06:28.078]➜            mold: error: undefined symbol: ASN1_STRING_to_UTF8
2025-08-20T20:35:56.5162340Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5162607Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5162823Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_alert_desc_string_long
2025-08-20T20:35:56.5162968Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5163184Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_trace)
2025-08-20T20:35:56.5163373Z [00:06:28.078]➜            mold: error: undefined symbol: X509_NAME_print_ex
2025-08-20T20:35:56.5163516Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5163768Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T20:35:56.5163911Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5164180Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5164320Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5164595Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5164764Z [00:06:28.078]➜            mold: error: undefined symbol: OBJ_nid2sn
2025-08-20T20:35:56.5164909Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5165173Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:35:56.5165319Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5165711Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:35:56.5165945Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5166242Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:35:56.5166420Z [00:06:28.078]➜            mold: error: undefined symbol: BIO_set_init
2025-08-20T20:35:56.5166571Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5166818Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T20:35:56.5167061Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_set_stream_user_data
2025-08-20T20:35:56.5167208Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5167436Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T20:35:56.5167585Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5167813Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T20:35:56.5167953Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5168339Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T20:35:56.5168503Z [00:06:28.078]➜            >>> referenced 2 more times
2025-08-20T20:35:56.5168879Z [00:06:28.078]➜            mold: error: undefined symbol: i2d_SSL_SESSION
2025-08-20T20:35:56.5169044Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5169301Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T20:35:56.5169447Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5169699Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T20:35:56.5169894Z [00:06:28.078]➜            mold: error: undefined symbol: X509_STORE_up_ref
2025-08-20T20:35:56.5170037Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5170308Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.5170451Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5170720Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.5170920Z [00:06:28.078]➜            mold: error: undefined symbol: X509_STORE_add_lookup
2025-08-20T20:35:56.5171065Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5171329Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.5171534Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_CTX_use_certificate
2025-08-20T20:35:56.5171681Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5171931Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5172073Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5172319Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5172467Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5172713Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5172854Z [00:06:28.078]➜            >>> referenced 2 more times
2025-08-20T20:35:56.5173051Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_del
2025-08-20T20:35:56.5173192Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5173409Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_close)
2025-08-20T20:35:56.5173705Z [00:06:28.078]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.5174018Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_ctx_clear)
2025-08-20T20:35:56.5174333Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_begin_headers_callback
2025-08-20T20:35:56.5174478Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5174709Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.5174907Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_option_new
2025-08-20T20:35:56.5175046Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5175268Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:35:56.5175438Z [00:06:28.078]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:35:56.5175708Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:35:56.5175883Z [00:06:28.078]➜            mold: error: undefined symbol: BIO_s_file
2025-08-20T20:35:56.5176025Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5176271Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5176573Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5176848Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5177042Z [00:06:28.078]➜            mold: error: undefined symbol: UI_method_set_opener
2025-08-20T20:35:56.5177189Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5177430Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5177583Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5177825Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5178231Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_CTX_set_post_handshake_auth
2025-08-20T20:35:56.5178401Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5178650Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5178847Z [00:06:28.078]➜            mold: error: undefined symbol: X509_get_issuer_name
2025-08-20T20:35:56.5178994Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5179260Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5179408Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5179678Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5179861Z [00:06:28.078]➜            mold: error: undefined symbol: i2t_ASN1_OBJECT
2025-08-20T20:35:56.5180003Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5180270Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5180456Z [00:06:28.078]➜            mold: error: undefined symbol: ares_set_local_ip6
2025-08-20T20:35:56.5180613Z [00:06:28.078]➜            >>> referenced by asyn-ares.c
2025-08-20T20:35:56.5180911Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_local_ip6)
2025-08-20T20:35:56.5181087Z [00:06:28.078]➜            mold: error: undefined symbol: ZSTD_isError
2025-08-20T20:35:56.5181243Z [00:06:28.078]➜            >>> referenced by content_encoding.c
2025-08-20T20:35:56.5181669Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_write)
2025-08-20T20:35:56.5181886Z [00:06:28.078]➜            mold: error: undefined symbol: BIO_meth_set_create
2025-08-20T20:35:56.5182035Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5182261Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:35:56.5182453Z [00:06:28.078]➜            mold: error: undefined symbol: OCSP_check_validity
2025-08-20T20:35:56.5182602Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5182870Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5183041Z [00:06:28.078]➜            mold: error: undefined symbol: OBJ_obj2txt
2025-08-20T20:35:56.5183185Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5183448Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5183645Z [00:06:28.078]➜            mold: error: undefined symbol: UI_get_input_flags
2025-08-20T20:35:56.5183789Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5184019Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T20:35:56.5184160Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5184392Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:35:56.5184755Z [00:06:28.078]➜            mold: error: undefined symbol: OSSL_LIB_CTX_new
2025-08-20T20:35:56.5184908Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5185149Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:35:56.5185333Z [00:06:28.078]➜            mold: error: undefined symbol: EVP_DigestInit
2025-08-20T20:35:56.5185486Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5185723Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:35:56.5185898Z [00:06:28.078]➜            mold: error: undefined symbol: BIO_set_flags
2025-08-20T20:35:56.5186041Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5186295Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T20:35:56.5186448Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5186692Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T20:35:56.5186942Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_check_request_allowed
2025-08-20T20:35:56.5187079Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5187286Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_query)
2025-08-20T20:35:56.5187436Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5187695Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T20:35:56.5187837Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5188196Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T20:35:56.5188429Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_want_write
2025-08-20T20:35:56.5188568Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5188819Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(should_close_session)
2025-08-20T20:35:56.5188955Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5189193Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T20:35:56.5189509Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5189789Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T20:35:56.5189941Z [00:06:28.078]➜            >>> referenced 10 more times
2025-08-20T20:35:56.5190128Z [00:06:28.078]➜            mold: error: undefined symbol: SSL_get_ex_data
2025-08-20T20:35:56.5190272Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5190530Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_new_session_cb)
2025-08-20T20:35:56.5190746Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_resume_data
2025-08-20T20:35:56.5190889Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5191116Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_body_send)
2025-08-20T20:35:56.5191260Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5191477Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T20:35:56.5191620Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5191840Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T20:35:56.5191987Z [00:06:28.078]➜            >>> referenced 2 more times
2025-08-20T20:35:56.5192175Z [00:06:28.078]➜            mold: error: undefined symbol: X509_STORE_add_crl
2025-08-20T20:35:56.5192527Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5192799Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:35:56.5193101Z [00:06:28.078]➜            mold: error: undefined symbol: nghttp2_session_get_stream_effective_recv_data_length
2025-08-20T20:35:56.5193242Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5193463Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T20:35:56.5193601Z [00:06:28.078]➜            >>> referenced by http2.c
2025-08-20T20:35:56.5193824Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T20:35:56.5193993Z [00:06:28.078]➜            mold: error: undefined symbol: TLS_method
2025-08-20T20:35:56.5194137Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5194387Z [00:06:28.078]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5194564Z [00:06:28.078]➜            mold: error: undefined symbol: d2i_X509_bio
2025-08-20T20:35:56.5194707Z [00:06:28.078]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5194954Z [00:06:28.079]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5195149Z [00:06:28.079]➜            mold: error: undefined symbol: SSL_CTX_use_PrivateKey
2025-08-20T20:35:56.5195300Z [00:06:28.079]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5195544Z [00:06:28.079]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5195690Z [00:06:28.079]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5195934Z [00:06:28.079]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5196086Z [00:06:28.079]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5196328Z [00:06:28.079]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5196475Z [00:06:28.079]➜            >>> referenced 1 more times
2025-08-20T20:35:56.5196676Z [00:06:28.079]➜            mold: error: undefined symbol: ENGINE_load_private_key
2025-08-20T20:35:56.5196824Z [00:06:28.079]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5197182Z [00:06:28.079]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5197492Z [00:06:28.079]➜            mold: error: undefined symbol: SSL_CTX_sess_set_new_cb
2025-08-20T20:35:56.5197640Z [00:06:28.079]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5197887Z [00:06:28.079]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:35:56.5198303Z [00:06:28.079]➜            mold: error: undefined symbol: SSL_get_version
2025-08-20T20:35:56.5198552Z [00:06:28.079]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5198832Z [00:06:28.079]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:35:56.5199027Z [00:06:28.079]➜            mold: error: undefined symbol: X509_get0_signature
2025-08-20T20:35:56.5199169Z [00:06:28.079]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5199436Z [00:06:28.079]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5199588Z [00:06:28.079]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5199856Z [00:06:28.079]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5200026Z [00:06:28.079]➜            mold: error: undefined symbol: BN_num_bits
2025-08-20T20:35:56.5200170Z [00:06:28.079]➜            >>> referenced by openssl.c
2025-08-20T20:35:56.5200653Z [00:06:28.079]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:35:56.5200946Z [00:06:28.079]➜            clang: error: linker command failed with exit code 1 (use -v to see invocation)
2025-08-20T20:35:56.5201043Z [00:06:28.079]➜            
2025-08-20T20:35:56.5201133Z [00:06:28.079]➜  
2025-08-20T20:35:56.5201430Z [00:06:28.111]➜  error: could not compile `gitoxide` (bin "ein") due to 1 previous error
2025-08-20T20:35:56.5201521Z [00:06:28.111]➜  
2025-08-20T20:35:56.5201618Z [00:06:28.111]➜  Caused by:
2025-08-20T20:35:56.5229018Z [00:06:28.111]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ein --edition=2021 src/ein.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="crosstermion"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="futures-lite"' --cfg 'feature="gitoxide-core-blocking-client"' --cfg 'feature="gitoxide-core-tools"' --cfg 'feature="gitoxide-core-tools-archive"' --cfg 'feature="gitoxide-core-tools-clean"' --cfg 'feature="gitoxide-core-tools-corpus"' --cfg 'feature="gitoxide-core-tools-query"' --cfg 'feature="http-client-curl"' --cfg 'feature="is-terminal"' --cfg 'feature="max"' --cfg 'feature="max-control"' --cfg 'feature="pretty-cli"' --cfg 'feature="prodash"' --cfg 'feature="prodash-render-line"' --cfg 'feature="prodash-render-line-crossterm"' --cfg 'feature="prodash-render-tui"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache-efficiency-debug", "crosstermion", "default", "document-features", "fast", "fast-safe", "futures-lite", "gitoxide-core-async-client", "gitoxide-core-blocking-client", "gitoxide-core-tools", "gitoxide-core-tools-archive", "gitoxide-core-tools-clean", "gitoxide-core-tools-corpus", "gitoxide-core-tools-query", "http-client-curl", "http-client-curl-rustls", "http-client-reqwest", "is-terminal", "lean", "lean-async", "max", "max-control", "max-pure", "pretty-cli", "prodash", "prodash-render-line", "prodash-render-line-crossterm", "prodash-render-tui", "small", "tracing"))' -C metadata=3df78e7898e2558b -C extra-filename=-f87a63df839db274 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib --extern clap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-7d51049d844e6bca.rlib --extern clap_complete=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-c15a421ed373e316.rlib --extern crosstermion=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrosstermion-6deed7fe3b5b3d3e.rlib --extern env_logger=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-7eb683863e55562f.rlib --extern futures_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rlib --extern gitoxide=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide-7cdd42e014192136.rlib --extern gitoxide_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide_core-22e95d0c03059f4c.rlib --extern gix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix-55180a1288f5e10d.rlib --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rlib --extern is_terminal=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-0ebd6b9322a3c023.rlib --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib --extern prodash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprodash-cd84bcc05c4c1ccc.rlib --extern serde_derive=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libserde_derive-a1746215afdd097e.so --extern terminal_size=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-c866b446a57a7436.rlib --extern tracing=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-e8f0deb699e187cc.rlib --extern tracing_forest=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_forest-4f01131d9d3a4c89.rlib --extern tracing_subscriber=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-c4389af575d28a04.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out -L native=/usr/lib` (exit status: 1)
2025-08-20T20:35:56.5229532Z [00:06:28.111]➜  warning: build failed, waiting for other jobs to finish...
2025-08-20T20:37:04.0049379Z [00:07:35.617]➜  error: linking with `clang` failed: exit status: 1
2025-08-20T20:37:04.0050802Z [00:07:35.617]➜    |
2025-08-20T20:37:04.0056472Z [00:07:35.617]➜    = note:  "clang" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crt1.o" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crti.o" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crtbegin.o" "/tmp/rustcc59bQQ/symbols.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/tmp/rustcc59bQQ/{liblibsqlite3_sys-9609bbfacdcfe4a4.rlib}.rlib" "-lcurl" "-lunwind" "-lc" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/{libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcc59bQQ/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out" "-L" "/usr/lib" "-L" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained" "-L" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib" "-o" "/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix-c1beeb71fa42b409" "-Wl,--gc-sections" "-static" "-no-pie" "-Wl,-z,relro,-z,now" "-Wl,--strip-all" "-fuse-ld=/usr/bin/mold" "-Wl,--Bstatic" "-Wl,--static" "-Wl,-S" "-Wl,--build-id=none" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crtend.o" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crtn.o"
2025-08-20T20:37:04.0061027Z [00:07:35.617]➜    = note: some arguments are omitted. use `--verbose` to show all linker arguments
2025-08-20T20:37:04.0061701Z [00:07:35.617]➜    = note: clang: warning: argument unused during compilation: '-no-pie' [-Wunused-command-line-argument]
2025-08-20T20:37:04.0062249Z [00:07:35.617]➜            mold: error: undefined symbol: ZSTD_isError
2025-08-20T20:37:04.0062610Z [00:07:35.617]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0063079Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_write)
2025-08-20T20:37:04.0063534Z [00:07:35.617]➜            mold: error: undefined symbol: BIO_meth_set_create
2025-08-20T20:37:04.0063893Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0064295Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:37:04.0064741Z [00:07:35.617]➜            mold: error: undefined symbol: OCSP_response_status_str
2025-08-20T20:37:04.0065459Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0066018Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0066486Z [00:07:35.617]➜            mold: error: undefined symbol: X509_NAME_get_entry
2025-08-20T20:37:04.0066844Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0067299Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0067752Z [00:07:35.617]➜            mold: error: undefined symbol: X509_get0_notAfter
2025-08-20T20:37:04.0068375Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0068879Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0069295Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0069749Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0070218Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_get0_alpn_selected
2025-08-20T20:37:04.0070584Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0071007Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T20:37:04.0071762Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_set_connect_state
2025-08-20T20:37:04.0072137Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0072556Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0072998Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_get_certificate
2025-08-20T20:37:04.0073355Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0073785Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0074220Z [00:07:35.617]➜            mold: error: undefined symbol: OPENSSL_sk_pop
2025-08-20T20:37:04.0074569Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0074990Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0075419Z [00:07:35.617]➜            mold: error: undefined symbol: ENGINE_ctrl_cmd
2025-08-20T20:37:04.0075777Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0076194Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0076741Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_frame_send_callback
2025-08-20T20:37:04.0077187Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0077590Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0077977Z [00:07:35.617]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0078842Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0079338Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_submit_window_update
2025-08-20T20:37:04.0079717Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0080152Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T20:37:04.0080839Z [00:07:35.617]➜            mold: error: undefined symbol: X509_LOOKUP_file
2025-08-20T20:37:04.0081201Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0081662Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0082380Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_submit_goaway
2025-08-20T20:37:04.0082828Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0083232Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T20:37:04.0083620Z [00:07:35.617]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0084067Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_shutdown)
2025-08-20T20:37:04.0084528Z [00:07:35.617]➜            mold: error: undefined symbol: OPENSSL_init_ssl
2025-08-20T20:37:04.0084876Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0085266Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_init)
2025-08-20T20:37:04.0085673Z [00:07:35.617]➜            mold: error: undefined symbol: idn2_lookup_ul
2025-08-20T20:37:04.0086013Z [00:07:35.617]➜            >>> referenced by idn.c
2025-08-20T20:37:04.0086411Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T20:37:04.0086779Z [00:07:35.617]➜            >>> referenced by idn.c
2025-08-20T20:37:04.0087176Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T20:37:04.0087591Z [00:07:35.617]➜            mold: error: undefined symbol: ENGINE_get_next
2025-08-20T20:37:04.0087939Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0088846Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T20:37:04.0089297Z [00:07:35.617]➜            mold: error: undefined symbol: OSSL_PROVIDER_try_load
2025-08-20T20:37:04.0089663Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0090080Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:37:04.0090473Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0090898Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:37:04.0091338Z [00:07:35.617]➜            mold: error: undefined symbol: OSSL_PROVIDER_unload
2025-08-20T20:37:04.0091697Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0092130Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T20:37:04.0092545Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0092982Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T20:37:04.0093429Z [00:07:35.617]➜            mold: error: undefined symbol: ares_freeaddrinfo
2025-08-20T20:37:04.0093785Z [00:07:35.617]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0094227Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_addrinfo_cb)
2025-08-20T20:37:04.0094689Z [00:07:35.617]➜            mold: error: undefined symbol: inflateReset2
2025-08-20T20:37:04.0095053Z [00:07:35.617]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0095503Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(inflate_stream)
2025-08-20T20:37:04.0095972Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_get_early_data_status
2025-08-20T20:37:04.0096355Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0096760Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:37:04.0097180Z [00:07:35.617]➜            mold: error: undefined symbol: OCSP_cert_to_id
2025-08-20T20:37:04.0097534Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0097973Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0098979Z [00:07:35.617]➜            mold: error: undefined symbol: X509_check_issued
2025-08-20T20:37:04.0099413Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0099863Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0100273Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0100712Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0101174Z [00:07:35.617]➜            mold: error: undefined symbol: X509V3_EXT_print
2025-08-20T20:37:04.0101523Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0101966Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0102416Z [00:07:35.617]➜            mold: error: undefined symbol: X509_get_version
2025-08-20T20:37:04.0102764Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0103209Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0103661Z [00:07:35.617]➜            mold: error: undefined symbol: EVP_PKEY_get1_RSA
2025-08-20T20:37:04.0104015Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0104428Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0105112Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_CTX_use_PrivateKey_file
2025-08-20T20:37:04.0105495Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0105918Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0106375Z [00:07:35.617]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get1_CERT
2025-08-20T20:37:04.0106746Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0107173Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0107682Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_option_set_no_auto_window_update
2025-08-20T20:37:04.0108269Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0108723Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0109123Z [00:07:35.617]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0109566Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0110158Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_invalid_frame_recv_callback
2025-08-20T20:37:04.0110620Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0111025Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0111435Z [00:07:35.617]➜            mold: error: undefined symbol: ERR_peek_error
2025-08-20T20:37:04.0111782Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0112204Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0112602Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0113029Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0113482Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_session_consume
2025-08-20T20:37:04.0113848Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0114234Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T20:37:04.0114590Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0115258Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_data_chunk_recv)
2025-08-20T20:37:04.0115717Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0116133Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_data_chunk_recv)
2025-08-20T20:37:04.0116579Z [00:07:35.617]➜            >>> referenced 1 more times
2025-08-20T20:37:04.0116956Z [00:07:35.617]➜            mold: error: undefined symbol: PEM_X509_INFO_read_bio
2025-08-20T20:37:04.0117328Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0117768Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0118392Z [00:07:35.617]➜            mold: error: undefined symbol: RAND_bytes
2025-08-20T20:37:04.0118740Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0119140Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_random)
2025-08-20T20:37:04.0119585Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_submit_priority
2025-08-20T20:37:04.0119950Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0120361Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T20:37:04.0120787Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_strerror
2025-08-20T20:37:04.0121388Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0121827Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T20:37:04.0122232Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0122641Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T20:37:04.0123025Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0123433Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T20:37:04.0123807Z [00:07:35.617]➜            >>> referenced 17 more times
2025-08-20T20:37:04.0124180Z [00:07:35.617]➜            mold: error: undefined symbol: X509_get_signature_nid
2025-08-20T20:37:04.0124543Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0124982Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:37:04.0125483Z [00:07:35.617]➜            mold: error: undefined symbol: BrotliDecoderDestroyInstance
2025-08-20T20:37:04.0125886Z [00:07:35.617]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0126338Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_close)
2025-08-20T20:37:04.0126763Z [00:07:35.617]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0127221Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T20:37:04.0127683Z [00:07:35.617]➜            mold: error: undefined symbol: OCSP_crl_reason_str
2025-08-20T20:37:04.0128306Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0128821Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0129280Z [00:07:35.617]➜            mold: error: undefined symbol: EVP_PKEY_get_bits
2025-08-20T20:37:04.0129642Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0130080Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0130525Z [00:07:35.617]➜            mold: error: undefined symbol: BN_clear_free
2025-08-20T20:37:04.0130869Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0131311Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0131963Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0132478Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0132891Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0133328Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0133747Z [00:07:35.617]➜            >>> referenced 1 more times
2025-08-20T20:37:04.0134097Z [00:07:35.617]➜            mold: error: undefined symbol: X509_ALGOR_get0
2025-08-20T20:37:04.0134445Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0134882Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0135291Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0135738Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0136233Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_get_version
2025-08-20T20:37:04.0136606Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0137060Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:37:04.0137538Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_CTX_set_srp_password
2025-08-20T20:37:04.0138377Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0138872Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0139319Z [00:07:35.617]➜            mold: error: undefined symbol: UI_method_set_closer
2025-08-20T20:37:04.0139680Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0140113Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0140506Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0140925Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0141355Z [00:07:35.617]➜            mold: error: undefined symbol: PKCS12_PBE_add
2025-08-20T20:37:04.0141704Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0142133Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0142565Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_version
2025-08-20T20:37:04.0142911Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0143312Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(Curl_http2_ver)
2025-08-20T20:37:04.0143754Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_submit_settings
2025-08-20T20:37:04.0144121Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0144519Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0144902Z [00:07:35.617]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0145347Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0145809Z [00:07:35.617]➜            mold: error: undefined symbol: PEM_read_bio_X509
2025-08-20T20:37:04.0146161Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0146580Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0146977Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0147418Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0148328Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_CTX_set_default_read_buffer_len
2025-08-20T20:37:04.0148827Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0149249Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0149678Z [00:07:35.617]➜            mold: error: undefined symbol: X509_INFO_free
2025-08-20T20:37:04.0150024Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0150475Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0150887Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0151329Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0151801Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_SESSION_get_timeout
2025-08-20T20:37:04.0152172Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0152602Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T20:37:04.0153052Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_is_fatal
2025-08-20T20:37:04.0153402Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0153813Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T20:37:04.0154432Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0154841Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_body_send)
2025-08-20T20:37:04.0155218Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0155603Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T20:37:04.0155972Z [00:07:35.617]➜            >>> referenced 5 more times
2025-08-20T20:37:04.0156327Z [00:07:35.617]➜            mold: error: undefined symbol: BIO_get_data
2025-08-20T20:37:04.0156672Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0157082Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T20:37:04.0157470Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0157896Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T20:37:04.0158566Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0158998Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T20:37:04.0159437Z [00:07:35.617]➜            mold: error: undefined symbol: EVP_DigestInit_ex
2025-08-20T20:37:04.0159789Z [00:07:35.617]➜            >>> referenced by sha256.c
2025-08-20T20:37:04.0160184Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T20:37:04.0160768Z [00:07:35.617]➜            >>> referenced by curl_sha512_256.c
2025-08-20T20:37:04.0161292Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T20:37:04.0161748Z [00:07:35.617]➜            mold: error: undefined symbol: ERR_clear_error
2025-08-20T20:37:04.0162098Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0162492Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T20:37:04.0162861Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0163262Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:37:04.0163636Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0164037Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:37:04.0164421Z [00:07:35.617]➜            >>> referenced 5 more times
2025-08-20T20:37:04.0164766Z [00:07:35.617]➜            mold: error: undefined symbol: UI_OpenSSL
2025-08-20T20:37:04.0165105Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0165513Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T20:37:04.0165889Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0166515Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:37:04.0166892Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0167311Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0167701Z [00:07:35.617]➜            >>> referenced 3 more times
2025-08-20T20:37:04.0168301Z [00:07:35.617]➜            mold: error: undefined symbol: ares_destroy
2025-08-20T20:37:04.0168718Z [00:07:35.617]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0169168Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_destroy)
2025-08-20T20:37:04.0169580Z [00:07:35.617]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0169996Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_init)
2025-08-20T20:37:04.0170454Z [00:07:35.617]➜            mold: error: undefined symbol: ZSTD_decompressStream
2025-08-20T20:37:04.0170832Z [00:07:35.617]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0171276Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_write)
2025-08-20T20:37:04.0171721Z [00:07:35.617]➜            mold: error: undefined symbol: BIO_meth_set_ctrl
2025-08-20T20:37:04.0172070Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0172475Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:37:04.0172903Z [00:07:35.617]➜            mold: error: undefined symbol: OCSP_response_status
2025-08-20T20:37:04.0173264Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0173704Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0174181Z [00:07:35.617]➜            mold: error: undefined symbol: X509_NAME_get_index_by_NID
2025-08-20T20:37:04.0174560Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0174998Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0175445Z [00:07:35.617]➜            mold: error: undefined symbol: ASN1_TIME_print
2025-08-20T20:37:04.0175794Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0176501Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0176995Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0177440Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0177845Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0178553Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0178983Z [00:07:35.617]➜            >>> referenced 1 more times
2025-08-20T20:37:04.0179378Z [00:07:35.617]➜            mold: error: undefined symbol: X509_verify_cert_error_string
2025-08-20T20:37:04.0179759Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0180181Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T20:37:04.0180574Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0181019Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0181429Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0181864Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0182296Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_ctrl
2025-08-20T20:37:04.0182863Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0183282Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0183672Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0184089Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0184478Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0184925Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0185396Z [00:07:35.617]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get1_PKEY
2025-08-20T20:37:04.0185763Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0186182Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0186606Z [00:07:35.617]➜            mold: error: undefined symbol: EVP_PKEY_free
2025-08-20T20:37:04.0186960Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0187372Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0187764Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0188376Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0188794Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0189221Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0189610Z [00:07:35.617]➜            >>> referenced 3 more times
2025-08-20T20:37:04.0189954Z [00:07:35.617]➜            mold: error: undefined symbol: ENGINE_ctrl
2025-08-20T20:37:04.0190295Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0190711Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0191264Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_frame_recv_callback
2025-08-20T20:37:04.0191704Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0192102Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0192484Z [00:07:35.617]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0193155Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0193673Z [00:07:35.617]➜            mold: error: undefined symbol: X509_STORE_set_flags
2025-08-20T20:37:04.0194027Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0194467Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0194888Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0195328Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0195736Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0196175Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0196643Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_submit_request
2025-08-20T20:37:04.0197009Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0197389Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T20:37:04.0197762Z [00:07:35.617]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0198410Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0199080Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_shutdown
2025-08-20T20:37:04.0199421Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0199825Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:37:04.0200205Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0200776Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:37:04.0201274Z [00:07:35.617]➜            mold: error: undefined symbol: idn2_check_version
2025-08-20T20:37:04.0201621Z [00:07:35.617]➜            >>> referenced by idn.c
2025-08-20T20:37:04.0202008Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T20:37:04.0202412Z [00:07:35.617]➜            mold: error: undefined symbol: ENGINE_get_id
2025-08-20T20:37:04.0202757Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0203181Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T20:37:04.0203570Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0204004Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T20:37:04.0204410Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0204847Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T20:37:04.0205292Z [00:07:35.617]➜            mold: error: undefined symbol: psl_builtin
2025-08-20T20:37:04.0205624Z [00:07:35.617]➜            >>> referenced by psl.c
2025-08-20T20:37:04.0206000Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_use)
2025-08-20T20:37:04.0206421Z [00:07:35.617]➜            mold: error: undefined symbol: OSSL_PROVIDER_available
2025-08-20T20:37:04.0206791Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0207217Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:37:04.0207641Z [00:07:35.617]➜            mold: error: undefined symbol: UI_set_result
2025-08-20T20:37:04.0207987Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0208598Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:37:04.0209004Z [00:07:35.617]➜            mold: error: undefined symbol: MD5_Init
2025-08-20T20:37:04.0209545Z [00:07:35.617]➜            >>> referenced by md5.c
2025-08-20T20:37:04.0210017Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_init)
2025-08-20T20:37:04.0210429Z [00:07:35.617]➜            mold: error: undefined symbol: ares_set_local_ip4
2025-08-20T20:37:04.0210790Z [00:07:35.617]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0211268Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_local_ip4)
2025-08-20T20:37:04.0211737Z [00:07:35.617]➜            mold: error: undefined symbol: inflate
2025-08-20T20:37:04.0212082Z [00:07:35.617]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0212528Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(inflate_stream)
2025-08-20T20:37:04.0212969Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_set0_wbio
2025-08-20T20:37:04.0213319Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0213719Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:37:04.0214120Z [00:07:35.617]➜            mold: error: undefined symbol: EVP_sha1
2025-08-20T20:37:04.0214453Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0214890Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0215566Z [00:07:35.617]➜            mold: error: undefined symbol: CRYPTO_free
2025-08-20T20:37:04.0215909Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0216348Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0216852Z [00:07:35.617]➜            mold: error: undefined symbol: i2t_ASN1_OBJECT
2025-08-20T20:37:04.0217201Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0217651Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0218294Z [00:07:35.617]➜            mold: error: undefined symbol: X509_get_issuer_name
2025-08-20T20:37:04.0218688Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0219126Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0219545Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0219983Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0220431Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_SESSION_free
2025-08-20T20:37:04.0220782Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0221194Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0221634Z [00:07:35.617]➜            mold: error: undefined symbol: EVP_PKEY_get_id
2025-08-20T20:37:04.0221983Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0222398Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0222790Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0223239Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0223705Z [00:07:35.617]➜            mold: error: undefined symbol: d2i_PrivateKey_bio
2025-08-20T20:37:04.0224056Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0224473Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0224925Z [00:07:35.617]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get_type
2025-08-20T20:37:04.0225528Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0226016Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0226411Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0226831Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0227271Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_option_new
2025-08-20T20:37:04.0227628Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0228183Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0228696Z [00:07:35.617]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0229150Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0229649Z [00:07:35.617]➜            mold: error: undefined symbol: nghttp2_pack_settings_payload
2025-08-20T20:37:04.0230029Z [00:07:35.617]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0230448Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(populate_binsettings)
2025-08-20T20:37:04.0230878Z [00:07:35.617]➜            mold: error: undefined symbol: SSL_CTX_new_ex
2025-08-20T20:37:04.0231219Z [00:07:35.617]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0231854Z [00:07:35.617]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0232283Z [00:07:35.618]➜            mold: error: undefined symbol: BIO_new_mem_buf
2025-08-20T20:37:04.0232633Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0233078Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0233489Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0233917Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0234309Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0234725Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0235114Z [00:07:35.618]➜            >>> referenced 3 more times
2025-08-20T20:37:04.0235456Z [00:07:35.618]➜            mold: error: undefined symbol: RAND_status
2025-08-20T20:37:04.0235805Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0236190Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_seed)
2025-08-20T20:37:04.0236562Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0236958Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_random)
2025-08-20T20:37:04.0237402Z [00:07:35.618]➜            mold: error: undefined symbol: nghttp2_priority_spec_init
2025-08-20T20:37:04.0237780Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0238356Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_pri_spec)
2025-08-20T20:37:04.0238779Z [00:07:35.618]➜            mold: error: undefined symbol: BIO_meth_free
2025-08-20T20:37:04.0239123Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0239519Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T20:37:04.0239960Z [00:07:35.618]➜            mold: error: undefined symbol: nghttp2_session_mem_recv
2025-08-20T20:37:04.0240320Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0240752Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T20:37:04.0241166Z [00:07:35.618]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0241843Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(proxy_h2_process_pending_input)
2025-08-20T20:37:04.0242410Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_get1_peer_certificate
2025-08-20T20:37:04.0242787Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0243223Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:37:04.0243644Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0244084Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0244494Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0244932Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0245366Z [00:07:35.618]➜            mold: error: undefined symbol: BIO_ctrl
2025-08-20T20:37:04.0245707Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0246111Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(push_certinfo)
2025-08-20T20:37:04.0246492Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0246896Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(push_certinfo)
2025-08-20T20:37:04.0247275Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0247931Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T20:37:04.0248616Z [00:07:35.618]➜            >>> referenced 7 more times
2025-08-20T20:37:04.0248965Z [00:07:35.618]➜            mold: error: undefined symbol: ares_version
2025-08-20T20:37:04.0249310Z [00:07:35.618]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0249756Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_init)
2025-08-20T20:37:04.0250217Z [00:07:35.618]➜            mold: error: undefined symbol: ZSTD_createDStream
2025-08-20T20:37:04.0250585Z [00:07:35.618]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0251025Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_init)
2025-08-20T20:37:04.0251463Z [00:07:35.618]➜            mold: error: undefined symbol: EVP_sha512_256
2025-08-20T20:37:04.0251830Z [00:07:35.618]➜            >>> referenced by curl_sha512_256.c
2025-08-20T20:37:04.0252289Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T20:37:04.0252756Z [00:07:35.618]➜            mold: error: undefined symbol: OCSP_cert_status_str
2025-08-20T20:37:04.0253113Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0253552Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0254009Z [00:07:35.618]➜            mold: error: undefined symbol: X509_get0_pubkey
2025-08-20T20:37:04.0254358Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0254796Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0255237Z [00:07:35.618]➜            mold: error: undefined symbol: BN_num_bits
2025-08-20T20:37:04.0255583Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0256031Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0256490Z [00:07:35.618]➜            mold: error: undefined symbol: X509_get0_signature
2025-08-20T20:37:04.0256851Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0257290Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0257700Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0258527Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0259055Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_get0_group_name
2025-08-20T20:37:04.0259414Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0259861Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:37:04.0260340Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_CTX_set_srp_username
2025-08-20T20:37:04.0260721Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0261141Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0261577Z [00:07:35.618]➜            mold: error: undefined symbol: UI_method_get_closer
2025-08-20T20:37:04.0261931Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0262355Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0262745Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0263161Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0263595Z [00:07:35.618]➜            mold: error: undefined symbol: d2i_PKCS12_bio
2025-08-20T20:37:04.0264160Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0264579Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0264999Z [00:07:35.618]➜            mold: error: undefined symbol: X509_free
2025-08-20T20:37:04.0265334Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0265749Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0266150Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0266567Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0266958Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0267375Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0267768Z [00:07:35.618]➜            >>> referenced 14 more times
2025-08-20T20:37:04.0268304Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_CTX_set_options
2025-08-20T20:37:04.0268720Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0269139Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0269578Z [00:07:35.618]➜            mold: error: undefined symbol: X509_STORE_add_cert
2025-08-20T20:37:04.0269926Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0270373Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0270866Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_SESSION_get_max_early_data
2025-08-20T20:37:04.0271251Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0271678Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T20:37:04.0272089Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0272507Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0272971Z [00:07:35.618]➜            mold: error: undefined symbol: nghttp2_session_resume_data
2025-08-20T20:37:04.0273347Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0273746Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_body_send)
2025-08-20T20:37:04.0274335Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0274790Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T20:37:04.0275159Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0275552Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T20:37:04.0275935Z [00:07:35.618]➜            >>> referenced 2 more times
2025-08-20T20:37:04.0276300Z [00:07:35.618]➜            mold: error: undefined symbol: nghttp2_session_send
2025-08-20T20:37:04.0276657Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0277067Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T20:37:04.0277448Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0277849Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T20:37:04.0278456Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0278865Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_keep_alive)
2025-08-20T20:37:04.0279248Z [00:07:35.618]➜            >>> referenced 1 more times
2025-08-20T20:37:04.0279598Z [00:07:35.618]➜            mold: error: undefined symbol: BIO_set_data
2025-08-20T20:37:04.0279939Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0280598Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T20:37:04.0280994Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0281395Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:37:04.0281823Z [00:07:35.618]➜            mold: error: undefined symbol: EVP_get_digestbyname
2025-08-20T20:37:04.0282181Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0282630Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:37:04.0283069Z [00:07:35.618]➜            mold: error: undefined symbol: EVP_sha256
2025-08-20T20:37:04.0283407Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0283845Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:37:04.0284264Z [00:07:35.618]➜            >>> referenced by sha256.c
2025-08-20T20:37:04.0284666Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T20:37:04.0285043Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0285454Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:37:04.0285861Z [00:07:35.618]➜            mold: error: undefined symbol: BIO_free
2025-08-20T20:37:04.0286209Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0286623Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T20:37:04.0287018Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0287465Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0287880Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0288578Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0288998Z [00:07:35.618]➜            >>> referenced 13 more times
2025-08-20T20:37:04.0289364Z [00:07:35.618]➜            mold: error: undefined symbol: UI_get_string_type
2025-08-20T20:37:04.0289722Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0290315Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T20:37:04.0290764Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0291173Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:37:04.0291587Z [00:07:35.618]➜            mold: error: undefined symbol: ares_getsock
2025-08-20T20:37:04.0291934Z [00:07:35.618]➜            >>> referenced by asyn-base.c
2025-08-20T20:37:04.0292371Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_getsock)
2025-08-20T20:37:04.0292768Z [00:07:35.618]➜            >>> referenced by asyn-base.c
2025-08-20T20:37:04.0293195Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T20:37:04.0293669Z [00:07:35.618]➜            mold: error: undefined symbol: BrotliDecoderCreateInstance
2025-08-20T20:37:04.0294088Z [00:07:35.618]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0294546Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_init)
2025-08-20T20:37:04.0294991Z [00:07:35.618]➜            mold: error: undefined symbol: DES_ecb_encrypt
2025-08-20T20:37:04.0295350Z [00:07:35.618]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T20:37:04.0295809Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T20:37:04.0296446Z [00:07:35.618]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T20:37:04.0296910Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T20:37:04.0297339Z [00:07:35.618]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T20:37:04.0297806Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T20:37:04.0298438Z [00:07:35.618]➜            >>> referenced 2 more times
2025-08-20T20:37:04.0298804Z [00:07:35.618]➜            mold: error: undefined symbol: BIO_meth_set_read
2025-08-20T20:37:04.0299153Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0299558Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:37:04.0299976Z [00:07:35.618]➜            mold: error: undefined symbol: d2i_OCSP_RESPONSE
2025-08-20T20:37:04.0300338Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0300778Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0301235Z [00:07:35.618]➜            mold: error: undefined symbol: ASN1_STRING_length
2025-08-20T20:37:04.0301586Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0302026Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0302444Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0302900Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0303364Z [00:07:35.618]➜            mold: error: undefined symbol: X509_get0_notBefore
2025-08-20T20:37:04.0303715Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0304153Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0304569Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0305005Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0305471Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_get_verify_result
2025-08-20T20:37:04.0305834Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0306552Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T20:37:04.0307027Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0307483Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0307891Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0308609Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0309083Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_set_ex_data
2025-08-20T20:37:04.0309432Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0309850Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0310289Z [00:07:35.618]➜            mold: error: undefined symbol: UI_destroy_method
2025-08-20T20:37:04.0310640Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0311066Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0311461Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0311878Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0312334Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_CTX_check_private_key
2025-08-20T20:37:04.0312929Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0313349Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0313743Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0314158Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0314626Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_CTX_use_certificate_file
2025-08-20T20:37:04.0315015Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0315432Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0315929Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_CTX_set_default_passwd_cb_userdata
2025-08-20T20:37:04.0316333Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0316820Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0317336Z [00:07:35.618]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_send_callback
2025-08-20T20:37:04.0317755Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0318298Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0318740Z [00:07:35.618]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0319190Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0319642Z [00:07:35.618]➜            mold: error: undefined symbol: X509_load_crl_file
2025-08-20T20:37:04.0319994Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0320438Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0320917Z [00:07:35.618]➜            mold: error: undefined symbol: nghttp2_submit_ping
2025-08-20T20:37:04.0321271Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0321678Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_keep_alive)
2025-08-20T20:37:04.0322092Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_version
2025-08-20T20:37:04.0322439Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0323085Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_new_session_cb)
2025-08-20T20:37:04.0323551Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0323974Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0324408Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_get_shutdown
2025-08-20T20:37:04.0324759Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0325175Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:37:04.0325585Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0325994Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:37:04.0326419Z [00:07:35.618]➜            mold: error: undefined symbol: ENGINE_get_first
2025-08-20T20:37:04.0326772Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0327194Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T20:37:04.0327617Z [00:07:35.618]➜            mold: error: undefined symbol: psl_latest
2025-08-20T20:37:04.0327950Z [00:07:35.618]➜            >>> referenced by psl.c
2025-08-20T20:37:04.0328575Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_use)
2025-08-20T20:37:04.0329010Z [00:07:35.618]➜            mold: error: undefined symbol: OSSL_LIB_CTX_load_config
2025-08-20T20:37:04.0329662Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0330093Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:37:04.0330535Z [00:07:35.618]➜            mold: error: undefined symbol: UI_method_get_reader
2025-08-20T20:37:04.0330891Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0331305Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:37:04.0331717Z [00:07:35.618]➜            mold: error: undefined symbol: MD5_Update
2025-08-20T20:37:04.0332049Z [00:07:35.618]➜            >>> referenced by md5.c
2025-08-20T20:37:04.0332431Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_update)
2025-08-20T20:37:04.0332787Z [00:07:35.618]➜            >>> referenced by md5.c
2025-08-20T20:37:04.0333170Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(Curl_md5it)
2025-08-20T20:37:04.0333557Z [00:07:35.618]➜            mold: error: undefined symbol: inflateEnd
2025-08-20T20:37:04.0333913Z [00:07:35.618]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0334345Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(exit_zlib)
2025-08-20T20:37:04.0334771Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_set0_rbio
2025-08-20T20:37:04.0335128Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0335527Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:37:04.0335946Z [00:07:35.618]➜            mold: error: undefined symbol: OCSP_basic_verify
2025-08-20T20:37:04.0336298Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0336741Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0337203Z [00:07:35.618]➜            mold: error: undefined symbol: ASN1_STRING_to_UTF8
2025-08-20T20:37:04.0337557Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0337998Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0338724Z [00:07:35.618]➜            mold: error: undefined symbol: X509_EXTENSION_get_object
2025-08-20T20:37:04.0339092Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0339766Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0340302Z [00:07:35.618]➜            mold: error: undefined symbol: X509_get_subject_name
2025-08-20T20:37:04.0340666Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0341107Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0341528Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0341966Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0342373Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0342812Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0343262Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_set_session
2025-08-20T20:37:04.0343616Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0344037Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0344491Z [00:07:35.618]➜            mold: error: undefined symbol: EVP_PKEY_copy_parameters
2025-08-20T20:37:04.0344863Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0345487Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0345901Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_new
2025-08-20T20:37:04.0346232Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0346651Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0347044Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0347466Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0347897Z [00:07:35.618]➜            mold: error: undefined symbol: OSSL_STORE_load
2025-08-20T20:37:04.0348486Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0348912Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0349305Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0349730Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0350266Z [00:07:35.618]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_header_callback
2025-08-20T20:37:04.0350693Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0351085Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0351473Z [00:07:35.618]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0351912Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0352368Z [00:07:35.618]➜            mold: error: undefined symbol: nghttp2_session_del
2025-08-20T20:37:04.0352717Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0353101Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_close)
2025-08-20T20:37:04.0353484Z [00:07:35.618]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0353931Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_ctx_clear)
2025-08-20T20:37:04.0354389Z [00:07:35.618]➜            mold: error: undefined symbol: TLS_client_method
2025-08-20T20:37:04.0354742Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0355162Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0355815Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_CTX_get_cert_store
2025-08-20T20:37:04.0356255Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0356702Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0357114Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0357557Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0358185Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_write_early_data
2025-08-20T20:37:04.0358602Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0359025Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_send_earlydata)
2025-08-20T20:37:04.0359473Z [00:07:35.618]➜            mold: error: undefined symbol: idn2_to_unicode_8z8z
2025-08-20T20:37:04.0359831Z [00:07:35.618]➜            >>> referenced by idn.c
2025-08-20T20:37:04.0360222Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_encode)
2025-08-20T20:37:04.0360627Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_CTX_free
2025-08-20T20:37:04.0360972Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0361364Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T20:37:04.0362003Z [00:07:35.618]➜            mold: error: undefined symbol: ENGINE_init
2025-08-20T20:37:04.0362346Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0362758Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:37:04.0363173Z [00:07:35.618]➜            mold: error: undefined symbol: ENGINE_free
2025-08-20T20:37:04.0363514Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0363929Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close_all)
2025-08-20T20:37:04.0364317Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0364726Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:37:04.0365113Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0365531Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:37:04.0365960Z [00:07:35.618]➜            mold: error: undefined symbol: ares_library_init
2025-08-20T20:37:04.0366320Z [00:07:35.618]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0366759Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_init)
2025-08-20T20:37:04.0367255Z [00:07:35.618]➜            mold: error: undefined symbol: psl_is_cookie_domain_acceptable
2025-08-20T20:37:04.0367649Z [00:07:35.618]➜            >>> referenced by cookie.c
2025-08-20T20:37:04.0368242Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cookie.o):(is_public_suffix)
2025-08-20T20:37:04.0368742Z [00:07:35.618]➜            mold: error: undefined symbol: ZSTD_freeDStream
2025-08-20T20:37:04.0369107Z [00:07:35.618]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0369555Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_close)
2025-08-20T20:37:04.0370015Z [00:07:35.618]➜            mold: error: undefined symbol: OCSP_check_validity
2025-08-20T20:37:04.0370370Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0370810Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0371245Z [00:07:35.618]➜            mold: error: undefined symbol: OBJ_obj2txt
2025-08-20T20:37:04.0371817Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0372321Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0372797Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_alert_desc_string_long
2025-08-20T20:37:04.0373173Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0373570Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_trace)
2025-08-20T20:37:04.0373996Z [00:07:35.618]➜            mold: error: undefined symbol: X509_NAME_print_ex
2025-08-20T20:37:04.0374344Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0374758Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T20:37:04.0375148Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0375597Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0376009Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0376450Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0376887Z [00:07:35.618]➜            mold: error: undefined symbol: OBJ_nid2sn
2025-08-20T20:37:04.0377228Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0377897Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:37:04.0378522Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0378969Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:37:04.0379376Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0379823Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:37:04.0380284Z [00:07:35.618]➜            mold: error: undefined symbol: EVP_MD_CTX_new
2025-08-20T20:37:04.0380632Z [00:07:35.618]➜            >>> referenced by sha256.c
2025-08-20T20:37:04.0381031Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T20:37:04.0381412Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0381823Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:37:04.0382266Z [00:07:35.618]➜            >>> referenced by curl_sha512_256.c
2025-08-20T20:37:04.0382729Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T20:37:04.0383171Z [00:07:35.618]➜            mold: error: undefined symbol: BIO_set_init
2025-08-20T20:37:04.0383524Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0384140Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T20:37:04.0384703Z [00:07:35.618]➜            mold: error: undefined symbol: nghttp2_session_get_stream_user_data
2025-08-20T20:37:04.0385105Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0385514Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_begin_headers)
2025-08-20T20:37:04.0385897Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0386306Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T20:37:04.0386679Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0387099Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(req_body_read_callback)
2025-08-20T20:37:04.0387497Z [00:07:35.618]➜            >>> referenced 5 more times
2025-08-20T20:37:04.0387852Z [00:07:35.618]➜            mold: error: undefined symbol: i2d_SSL_SESSION
2025-08-20T20:37:04.0388433Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0388869Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T20:37:04.0389267Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0389692Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T20:37:04.0390347Z [00:07:35.618]➜            mold: error: undefined symbol: OPENSSL_sk_value
2025-08-20T20:37:04.0390699Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0391145Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0391553Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0391993Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0392408Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0392846Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0393253Z [00:07:35.618]➜            >>> referenced 3 more times
2025-08-20T20:37:04.0393597Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_CTX_ctrl
2025-08-20T20:37:04.0393938Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0394366Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0394756Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0395173Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0395566Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0395991Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0396379Z [00:07:35.618]➜            >>> referenced 8 more times
2025-08-20T20:37:04.0396754Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_CTX_use_certificate
2025-08-20T20:37:04.0397127Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0397545Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0397947Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0398629Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0399025Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0399445Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0399835Z [00:07:35.618]➜            >>> referenced 2 more times
2025-08-20T20:37:04.0400416Z [00:07:35.618]➜            mold: error: undefined symbol: nghttp2_option_del
2025-08-20T20:37:04.0400859Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0401257Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0401639Z [00:07:35.618]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0402079Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0402558Z [00:07:35.618]➜            mold: error: undefined symbol: nghttp2_session_upgrade2
2025-08-20T20:37:04.0402922Z [00:07:35.618]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0403313Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0403711Z [00:07:35.618]➜            mold: error: undefined symbol: BIO_s_file
2025-08-20T20:37:04.0404054Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0404481Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0404872Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0405312Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0405765Z [00:07:35.618]➜            mold: error: undefined symbol: UI_method_set_opener
2025-08-20T20:37:04.0406337Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0406758Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0407151Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0407569Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0408222Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_CTX_set_post_handshake_auth
2025-08-20T20:37:04.0408695Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0409115Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0409590Z [00:07:35.618]➜            mold: error: undefined symbol: SSL_get_peer_signature_type_nid
2025-08-20T20:37:04.0409972Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0410416Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:37:04.0410860Z [00:07:35.618]➜            mold: error: undefined symbol: BIO_puts
2025-08-20T20:37:04.0411194Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0411640Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0412100Z [00:07:35.618]➜            mold: error: undefined symbol: EVP_PKEY_get_bn_param
2025-08-20T20:37:04.0412464Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0412903Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0413311Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0413752Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0414158Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0414600Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0415009Z [00:07:35.618]➜            >>> referenced 7 more times
2025-08-20T20:37:04.0415354Z [00:07:35.618]➜            mold: error: undefined symbol: ares_cancel
2025-08-20T20:37:04.0415695Z [00:07:35.618]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0416149Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_shutdown)
2025-08-20T20:37:04.0416845Z [00:07:35.618]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0417335Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_await)
2025-08-20T20:37:04.0417794Z [00:07:35.618]➜            mold: error: undefined symbol: BrotliDecoderGetErrorCode
2025-08-20T20:37:04.0418364Z [00:07:35.618]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0418829Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T20:37:04.0419283Z [00:07:35.618]➜            mold: error: undefined symbol: BIO_meth_set_write
2025-08-20T20:37:04.0419637Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0420036Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:37:04.0420473Z [00:07:35.618]➜            mold: error: undefined symbol: EVP_PKEY_get0_type_name
2025-08-20T20:37:04.0420847Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0421287Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0421752Z [00:07:35.618]➜            mold: error: undefined symbol: ASN1_STRING_get0_data
2025-08-20T20:37:04.0422110Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0422548Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0423278Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0423719Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0424154Z [00:07:35.618]➜            mold: error: undefined symbol: MD5_Final
2025-08-20T20:37:04.0424484Z [00:07:35.618]➜            >>> referenced by md5.c
2025-08-20T20:37:04.0424872Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_final)
2025-08-20T20:37:04.0425226Z [00:07:35.618]➜            >>> referenced by md5.c
2025-08-20T20:37:04.0425595Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(Curl_md5it)
2025-08-20T20:37:04.0426001Z [00:07:35.618]➜            mold: error: undefined symbol: UI_get_input_flags
2025-08-20T20:37:04.0426353Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0426768Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T20:37:04.0427150Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0427555Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:37:04.0427974Z [00:07:35.618]➜            mold: error: undefined symbol: OSSL_LIB_CTX_new
2025-08-20T20:37:04.0428566Z [00:07:35.618]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0428994Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:37:04.0429410Z [00:07:35.618]➜            mold: error: undefined symbol: psl_free
2025-08-20T20:37:04.0429733Z [00:07:35.618]➜            >>> referenced by psl.c
2025-08-20T20:37:04.0430125Z [00:07:35.618]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_destroy)
2025-08-20T20:37:04.0430544Z [00:07:35.618]➜            mold: error: undefined symbol: EVP_DigestUpdate
2025-08-20T20:37:04.0430899Z [00:07:35.618]➜            >>> referenced by sha256.c
2025-08-20T20:37:04.0431307Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_update)
2025-08-20T20:37:04.0431686Z [00:07:35.619]➜            >>> referenced by sha256.c
2025-08-20T20:37:04.0432083Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(Curl_sha256it)
2025-08-20T20:37:04.0432459Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0433092Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:37:04.0433549Z [00:07:35.619]➜            >>> referenced 2 more times
2025-08-20T20:37:04.0433903Z [00:07:35.619]➜            mold: error: undefined symbol: EVP_DigestInit
2025-08-20T20:37:04.0434249Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0434657Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:37:04.0435083Z [00:07:35.619]➜            mold: error: undefined symbol: BIO_set_flags
2025-08-20T20:37:04.0435426Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0435854Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T20:37:04.0436254Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0436682Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T20:37:04.0437210Z [00:07:35.619]➜            mold: error: undefined symbol: nghttp2_session_get_stream_remote_window_size
2025-08-20T20:37:04.0437632Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0438247Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T20:37:04.0438715Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0439389Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T20:37:04.0439756Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0440140Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T20:37:04.0440505Z [00:07:35.619]➜            >>> referenced 3 more times
2025-08-20T20:37:04.0440856Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_get_ex_data
2025-08-20T20:37:04.0441212Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0441636Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_new_session_cb)
2025-08-20T20:37:04.0442133Z [00:07:35.619]➜            mold: error: undefined symbol: nghttp2_session_get_local_window_size
2025-08-20T20:37:04.0442531Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0442913Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T20:37:04.0443339Z [00:07:35.619]➜            mold: error: undefined symbol: X509_STORE_load_file
2025-08-20T20:37:04.0443695Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0444138Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0444608Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_CTX_set_ciphersuites
2025-08-20T20:37:04.0444984Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0445406Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0445878Z [00:07:35.619]➜            mold: error: undefined symbol: nghttp2_session_callbacks_del
2025-08-20T20:37:04.0446259Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0446652Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0447043Z [00:07:35.619]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0447490Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0447924Z [00:07:35.619]➜            mold: error: undefined symbol: d2i_X509_bio
2025-08-20T20:37:04.0448551Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0449222Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0449846Z [00:07:35.619]➜            mold: error: undefined symbol: nghttp2_session_get_remote_settings
2025-08-20T20:37:04.0450244Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0450638Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T20:37:04.0451008Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0451408Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T20:37:04.0451838Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_CTX_use_PrivateKey
2025-08-20T20:37:04.0452199Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0452635Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0453026Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0453453Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0453844Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0454262Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0454656Z [00:07:35.619]➜            >>> referenced 1 more times
2025-08-20T20:37:04.0455027Z [00:07:35.619]➜            mold: error: undefined symbol: ENGINE_load_private_key
2025-08-20T20:37:04.0455623Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0456044Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0456494Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_CTX_sess_set_new_cb
2025-08-20T20:37:04.0456860Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0457287Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0457709Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_connect
2025-08-20T20:37:04.0458235Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0458718Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T20:37:04.0459160Z [00:07:35.619]➜            mold: error: undefined symbol: X509_get0_extensions
2025-08-20T20:37:04.0459527Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0459966Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0460413Z [00:07:35.619]➜            mold: error: undefined symbol: ares_process_fd
2025-08-20T20:37:04.0460763Z [00:07:35.619]➜            >>> referenced by asyn-base.c
2025-08-20T20:37:04.0461186Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T20:37:04.0461589Z [00:07:35.619]➜            >>> referenced by asyn-base.c
2025-08-20T20:37:04.0462012Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T20:37:04.0462442Z [00:07:35.619]➜            mold: error: undefined symbol: inflateInit2_
2025-08-20T20:37:04.0462801Z [00:07:35.619]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0463247Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(gzip_do_init)
2025-08-20T20:37:04.0463675Z [00:07:35.619]➜            mold: error: undefined symbol: BIO_up_ref
2025-08-20T20:37:04.0464015Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0464416Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:37:04.0464848Z [00:07:35.619]➜            mold: error: undefined symbol: OCSP_BASICRESP_free
2025-08-20T20:37:04.0465482Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0465973Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0466425Z [00:07:35.619]➜            mold: error: undefined symbol: ASN1_STRING_type
2025-08-20T20:37:04.0466772Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0467208Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0467658Z [00:07:35.619]➜            mold: error: undefined symbol: ENGINE_finish
2025-08-20T20:37:04.0468006Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0468700Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close_all)
2025-08-20T20:37:04.0469107Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0469524Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:37:04.0469956Z [00:07:35.619]➜            mold: error: undefined symbol: ENGINE_by_id
2025-08-20T20:37:04.0470297Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0470707Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:37:04.0471198Z [00:07:35.619]➜            mold: error: undefined symbol: nghttp2_session_check_request_allowed
2025-08-20T20:37:04.0471841Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0472229Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_query)
2025-08-20T20:37:04.0472594Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0473027Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T20:37:04.0473426Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0473816Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T20:37:04.0474596Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_free
2025-08-20T20:37:04.0474943Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0475340Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T20:37:04.0475843Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0476280Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0476673Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0477095Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0477534Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_write
2025-08-20T20:37:04.0477872Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0478509Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_send)
2025-08-20T20:37:04.0478943Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_CTX_set_cert_store
2025-08-20T20:37:04.0479307Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0479752Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0480333Z [00:07:35.619]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_stream_close_callback
2025-08-20T20:37:04.0480776Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0481166Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0481549Z [00:07:35.619]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0481990Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0482810Z [00:07:35.619]➜            mold: error: undefined symbol: OSSL_STORE_expect
2025-08-20T20:37:04.0483242Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0483662Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0484056Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0484473Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0484934Z [00:07:35.619]➜            mold: error: undefined symbol: PEM_read_bio_PrivateKey
2025-08-20T20:37:04.0485302Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0485718Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0486156Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_get_privatekey
2025-08-20T20:37:04.0486517Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0486938Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0487330Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0487748Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0488405Z [00:07:35.619]➜            mold: error: undefined symbol: d2i_SSL_SESSION
2025-08-20T20:37:04.0489004Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0489429Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0489880Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_get_peer_cert_chain
2025-08-20T20:37:04.0490247Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0490696Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0491108Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0491549Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0491961Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0492401Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0492880Z [00:07:35.619]➜            mold: error: undefined symbol: X509_PUBKEY_get0_param
2025-08-20T20:37:04.0493243Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0493686Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0494142Z [00:07:35.619]➜            mold: error: undefined symbol: ares_init_options
2025-08-20T20:37:04.0494498Z [00:07:35.619]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0494928Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_init)
2025-08-20T20:37:04.0495362Z [00:07:35.619]➜            mold: error: undefined symbol: OCSP_CERTID_free
2025-08-20T20:37:04.0495713Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0496156Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0496633Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_get0_verified_chain
2025-08-20T20:37:04.0497003Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0497447Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0497902Z [00:07:35.619]➜            mold: error: undefined symbol: X509_STORE_free
2025-08-20T20:37:04.0498534Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0499220Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(oss_x509_share_free)
2025-08-20T20:37:04.0499713Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0500165Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0500577Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0501020Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0501464Z [00:07:35.619]➜            mold: error: undefined symbol: BIO_new
2025-08-20T20:37:04.0501798Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0502213Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T20:37:04.0502605Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0503035Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0503431Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0503878Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0504288Z [00:07:35.619]➜            >>> referenced 4 more times
2025-08-20T20:37:04.0504637Z [00:07:35.619]➜            mold: error: undefined symbol: X509_digest
2025-08-20T20:37:04.0505215Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0505657Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:37:04.0506137Z [00:07:35.619]➜            mold: error: undefined symbol: nghttp2_session_want_write
2025-08-20T20:37:04.0506510Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0506761Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(should_close_session)
2025-08-20T20:37:04.0506907Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0507148Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T20:37:04.0507288Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0507536Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T20:37:04.0507689Z [00:07:35.619]➜            >>> referenced 10 more times
2025-08-20T20:37:04.0507875Z [00:07:35.619]➜            mold: error: undefined symbol: BIO_set_shutdown
2025-08-20T20:37:04.0508321Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0508609Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T20:37:04.0508757Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0509010Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T20:37:04.0509219Z [00:07:35.619]➜            mold: error: undefined symbol: nghttp2_submit_rst_stream
2025-08-20T20:37:04.0509361Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0509590Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T20:37:04.0509731Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0510004Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_on_invalid_frame_recv)
2025-08-20T20:37:04.0510145Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0510406Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_header_error.isra.0)
2025-08-20T20:37:04.0510551Z [00:07:35.619]➜            >>> referenced 5 more times
2025-08-20T20:37:04.0510732Z [00:07:35.619]➜            mold: error: undefined symbol: OPENSSL_sk_num
2025-08-20T20:37:04.0511102Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0511387Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0511534Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0511781Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0511939Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0512203Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0512351Z [00:07:35.619]➜            >>> referenced 5 more times
2025-08-20T20:37:04.0512524Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_CTX_new
2025-08-20T20:37:04.0512670Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0512922Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0513201Z [00:07:35.619]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_error_callback
2025-08-20T20:37:04.0513340Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0513564Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0513762Z [00:07:35.619]➜            mold: error: undefined symbol: PEM_read_bio_X509_AUX
2025-08-20T20:37:04.0514092Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0514343Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0514565Z [00:07:35.619]➜            mold: error: undefined symbol: nghttp2_session_client_new3
2025-08-20T20:37:04.0514707Z [00:07:35.619]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0514932Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0515094Z [00:07:35.619]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0515363Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0515546Z [00:07:35.619]➜            mold: error: undefined symbol: OSSL_STORE_close
2025-08-20T20:37:04.0515692Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0515941Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0516092Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0516337Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0516534Z [00:07:35.619]➜            mold: error: undefined symbol: UI_method_get_opener
2025-08-20T20:37:04.0516732Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0516989Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0517132Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0517378Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0517544Z [00:07:35.619]➜            mold: error: undefined symbol: RSA_free
2025-08-20T20:37:04.0517690Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0517940Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0518314Z [00:07:35.619]➜            mold: error: undefined symbol: X509_get_serialNumber
2025-08-20T20:37:04.0518472Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0518745Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0519102Z [00:07:35.619]➜            mold: error: undefined symbol: ASN1_STRING_print
2025-08-20T20:37:04.0519297Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0519569Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0519757Z [00:07:35.619]➜            mold: error: undefined symbol: ares_getaddrinfo
2025-08-20T20:37:04.0519907Z [00:07:35.619]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0520186Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_getaddrinfo)
2025-08-20T20:37:04.0520362Z [00:07:35.619]➜            mold: error: undefined symbol: ares_timeout
2025-08-20T20:37:04.0520513Z [00:07:35.619]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0520759Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_await)
2025-08-20T20:37:04.0520908Z [00:07:35.619]➜            >>> referenced by asyn-base.c
2025-08-20T20:37:04.0521164Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_getsock)
2025-08-20T20:37:04.0521400Z [00:07:35.619]➜            mold: error: undefined symbol: BrotliDecoderDecompressStream
2025-08-20T20:37:04.0521557Z [00:07:35.619]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0521826Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T20:37:04.0522178Z [00:07:35.619]➜            mold: error: undefined symbol: DES_set_key_unchecked
2025-08-20T20:37:04.0522340Z [00:07:35.619]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T20:37:04.0522592Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(setup_des_key)
2025-08-20T20:37:04.0522769Z [00:07:35.619]➜            mold: error: undefined symbol: BIO_meth_new
2025-08-20T20:37:04.0522912Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0523151Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:37:04.0523353Z [00:07:35.619]➜            mold: error: undefined symbol: EVP_PKEY_get_group_name
2025-08-20T20:37:04.0523503Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0523768Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0523966Z [00:07:35.619]➜            mold: error: undefined symbol: UI_get0_user_data
2025-08-20T20:37:04.0524107Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0524343Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T20:37:04.0524486Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0524721Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T20:37:04.0524916Z [00:07:35.619]➜            mold: error: undefined symbol: ERR_error_string_n
2025-08-20T20:37:04.0525062Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0525294Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_strerror)
2025-08-20T20:37:04.0525473Z [00:07:35.619]➜            mold: error: undefined symbol: SSL_get_error
2025-08-20T20:37:04.0525616Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0525841Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T20:37:04.0525985Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0526218Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:37:04.0526360Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0526592Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:37:04.0526877Z [00:07:35.619]➜            >>> referenced 4 more times
2025-08-20T20:37:04.0527080Z [00:07:35.619]➜            mold: error: undefined symbol: EVP_DigestFinal_ex
2025-08-20T20:37:04.0527227Z [00:07:35.619]➜            >>> referenced by sha256.c
2025-08-20T20:37:04.0527461Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_final)
2025-08-20T20:37:04.0527607Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0527848Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:37:04.0528010Z [00:07:35.619]➜            >>> referenced by curl_sha512_256.c
2025-08-20T20:37:04.0528485Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_finish)
2025-08-20T20:37:04.0528678Z [00:07:35.619]➜            mold: error: undefined symbol: BIO_clear_flags
2025-08-20T20:37:04.0528822Z [00:07:35.619]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0529087Z [00:07:35.619]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T20:37:04.0529229Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0529477Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T20:37:04.0529732Z [00:07:35.620]➜            mold: error: undefined symbol: nghttp2_session_get_remote_window_size
2025-08-20T20:37:04.0530156Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0530403Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T20:37:04.0530550Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0530759Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T20:37:04.0530901Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0531118Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T20:37:04.0531264Z [00:07:35.620]➜            >>> referenced 5 more times
2025-08-20T20:37:04.0531570Z [00:07:35.620]➜            mold: error: undefined symbol: nghttp2_session_get_stream_effective_local_window_size
2025-08-20T20:37:04.0531713Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0531921Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T20:37:04.0532070Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0532321Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T20:37:04.0532465Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0532684Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T20:37:04.0532886Z [00:07:35.620]➜            mold: error: undefined symbol: X509_STORE_load_path
2025-08-20T20:37:04.0533028Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0533301Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0533520Z [00:07:35.620]➜            mold: error: undefined symbol: nghttp2_session_callbacks_new
2025-08-20T20:37:04.0533663Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0533892Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0534047Z [00:07:35.620]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0534308Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0534515Z [00:07:35.620]➜            mold: error: undefined symbol: SSL_CTX_set_msg_callback
2025-08-20T20:37:04.0534659Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0535068Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0535314Z [00:07:35.620]➜            mold: error: undefined symbol: SSL_CTX_use_certificate_chain_file
2025-08-20T20:37:04.0535462Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0535705Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0535892Z [00:07:35.620]➜            mold: error: undefined symbol: PKCS12_free
2025-08-20T20:37:04.0536036Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0536283Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0536425Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0536674Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0536872Z [00:07:35.620]➜            mold: error: undefined symbol: UI_method_set_writer
2025-08-20T20:37:04.0537015Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0537257Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0537404Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0537647Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0538199Z [00:07:35.620]➜            mold: error: undefined symbol: SSL_CTX_set_keylog_callback
2025-08-20T20:37:04.0538386Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0538634Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0538825Z [00:07:35.620]➜            mold: error: undefined symbol: SSL_CIPHER_get_name
2025-08-20T20:37:04.0538979Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0539251Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:37:04.0539447Z [00:07:35.620]➜            mold: error: undefined symbol: X509_get_X509_PUBKEY
2025-08-20T20:37:04.0539587Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0539857Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0540005Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0540272Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0540413Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0540682Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0540874Z [00:07:35.620]➜            mold: error: undefined symbol: GENERAL_NAMES_free
2025-08-20T20:37:04.0541022Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0541288Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0541479Z [00:07:35.620]➜            mold: error: undefined symbol: ares_set_local_dev
2025-08-20T20:37:04.0541626Z [00:07:35.620]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0541937Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_interface)
2025-08-20T20:37:04.0542147Z [00:07:35.620]➜            mold: error: undefined symbol: ares_set_servers_ports_csv
2025-08-20T20:37:04.0542297Z [00:07:35.620]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0542572Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_set_dns_servers)
2025-08-20T20:37:04.0542943Z [00:07:35.620]➜            mold: error: undefined symbol: inflateInit_
2025-08-20T20:37:04.0543112Z [00:07:35.620]➜            >>> referenced by content_encoding.c
2025-08-20T20:37:04.0543382Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(deflate_do_init)
2025-08-20T20:37:04.0543573Z [00:07:35.620]➜            mold: error: undefined symbol: BIO_meth_set_destroy
2025-08-20T20:37:04.0543719Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0543956Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T20:37:04.0544165Z [00:07:35.620]➜            mold: error: undefined symbol: OCSP_response_get1_basic
2025-08-20T20:37:04.0544308Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0544581Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0544788Z [00:07:35.620]➜            mold: error: undefined symbol: X509_NAME_ENTRY_get_data
2025-08-20T20:37:04.0544937Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0545201Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0545391Z [00:07:35.620]➜            mold: error: undefined symbol: OSSL_LIB_CTX_free
2025-08-20T20:37:04.0545533Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0545933Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T20:37:04.0546077Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0546321Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:37:04.0546494Z [00:07:35.620]➜            mold: error: undefined symbol: ERR_get_error
2025-08-20T20:37:04.0546639Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0546884Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T20:37:04.0547029Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0547259Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T20:37:04.0547404Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0547616Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T20:37:04.0547769Z [00:07:35.620]➜            >>> referenced 24 more times
2025-08-20T20:37:04.0547956Z [00:07:35.620]➜            mold: error: undefined symbol: ENGINE_set_default
2025-08-20T20:37:04.0548288Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0548565Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T20:37:04.0548741Z [00:07:35.620]➜            mold: error: undefined symbol: idn2_free
2025-08-20T20:37:04.0548887Z [00:07:35.620]➜            >>> referenced by idn.c
2025-08-20T20:37:04.0549113Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T20:37:04.0549250Z [00:07:35.620]➜            >>> referenced by idn.c
2025-08-20T20:37:04.0549473Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_encode)
2025-08-20T20:37:04.0549646Z [00:07:35.620]➜            mold: error: undefined symbol: BN_print
2025-08-20T20:37:04.0549793Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0550041Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(pubkey_show.isra.0)
2025-08-20T20:37:04.0550229Z [00:07:35.620]➜            mold: error: undefined symbol: X509_STORE_up_ref
2025-08-20T20:37:04.0550371Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0550796Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0550959Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0551233Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0551429Z [00:07:35.620]➜            mold: error: undefined symbol: X509_STORE_add_lookup
2025-08-20T20:37:04.0551577Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0551999Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0552319Z [00:07:35.620]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_data_chunk_recv_callback
2025-08-20T20:37:04.0552460Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0552688Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0552849Z [00:07:35.620]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0553115Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0553301Z [00:07:35.620]➜            mold: error: undefined symbol: OSSL_STORE_open_ex
2025-08-20T20:37:04.0553445Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0553689Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0553843Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0554086Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0554285Z [00:07:35.620]➜            mold: error: undefined symbol: SSL_CTX_add_client_CA
2025-08-20T20:37:04.0554426Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0554678Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0554859Z [00:07:35.620]➜            mold: error: undefined symbol: X509_get_pubkey
2025-08-20T20:37:04.0555006Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0555251Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0555397Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0555672Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0555865Z [00:07:35.620]➜            mold: error: undefined symbol: PEM_write_bio_X509
2025-08-20T20:37:04.0556011Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0556278Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0556466Z [00:07:35.620]➜            mold: error: undefined symbol: ares_set_local_ip6
2025-08-20T20:37:04.0556729Z [00:07:35.620]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0557078Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_local_ip6)
2025-08-20T20:37:04.0557282Z [00:07:35.620]➜            mold: error: undefined symbol: OCSP_resp_find_status
2025-08-20T20:37:04.0557428Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0557704Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0557892Z [00:07:35.620]➜            mold: error: undefined symbol: OCSP_RESPONSE_free
2025-08-20T20:37:04.0558312Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0558588Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0558761Z [00:07:35.620]➜            mold: error: undefined symbol: BIO_s_mem
2025-08-20T20:37:04.0558913Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0559155Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T20:37:04.0559299Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0559565Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0559879Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0560145Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0560285Z [00:07:35.620]➜            >>> referenced 1 more times
2025-08-20T20:37:04.0560478Z [00:07:35.620]➜            mold: error: undefined symbol: OBJ_find_sigid_algs
2025-08-20T20:37:04.0560618Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0560894Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T20:37:04.0561103Z [00:07:35.620]➜            mold: error: undefined symbol: nghttp2_session_want_read
2025-08-20T20:37:04.0561246Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0561490Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(should_close_session)
2025-08-20T20:37:04.0561632Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0561882Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T20:37:04.0562025Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0562251Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T20:37:04.0562398Z [00:07:35.620]➜            >>> referenced 6 more times
2025-08-20T20:37:04.0562641Z [00:07:35.620]➜            mold: error: undefined symbol: nghttp2_session_set_stream_user_data
2025-08-20T20:37:04.0562791Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0563021Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T20:37:04.0563162Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0563390Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T20:37:04.0563532Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0563763Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T20:37:04.0563911Z [00:07:35.620]➜            >>> referenced 2 more times
2025-08-20T20:37:04.0564098Z [00:07:35.620]➜            mold: error: undefined symbol: X509_STORE_add_crl
2025-08-20T20:37:04.0564244Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0564517Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0564821Z [00:07:35.620]➜            mold: error: undefined symbol: TLS_method
2025-08-20T20:37:04.0565032Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0565293Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0565516Z [00:07:35.620]➜            mold: error: undefined symbol: SSL_CTX_set_default_passwd_cb
2025-08-20T20:37:04.0565671Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0565915Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0566225Z [00:07:35.620]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_begin_headers_callback
2025-08-20T20:37:04.0566364Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0566589Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0566934Z [00:07:35.620]➜            mold: error: undefined symbol: nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
2025-08-20T20:37:04.0567076Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0567296Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0567452Z [00:07:35.620]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T20:37:04.0567865Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T20:37:04.0568295Z [00:07:35.620]➜            mold: error: undefined symbol: OSSL_STORE_INFO_free
2025-08-20T20:37:04.0568475Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0568728Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0568870Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0569124Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0569310Z [00:07:35.620]➜            mold: error: undefined symbol: UI_create_method
2025-08-20T20:37:04.0569455Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0569697Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0569849Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0570090Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0570261Z [00:07:35.620]➜            mold: error: undefined symbol: RSA_flags
2025-08-20T20:37:04.0570402Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0570649Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0570844Z [00:07:35.620]➜            mold: error: undefined symbol: SSL_set_alpn_protos
2025-08-20T20:37:04.0570992Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0571233Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0571407Z [00:07:35.620]➜            mold: error: undefined symbol: BIO_printf
2025-08-20T20:37:04.0571550Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0571820Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0571968Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0572230Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0572373Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0572829Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0573026Z [00:07:35.620]➜            >>> referenced 1 more times
2025-08-20T20:37:04.0573234Z [00:07:35.620]➜            mold: error: undefined symbol: X509_EXTENSION_get_data
2025-08-20T20:37:04.0573381Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0573645Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0573846Z [00:07:35.620]➜            mold: error: undefined symbol: ares_library_cleanup
2025-08-20T20:37:04.0573992Z [00:07:35.620]➜            >>> referenced by asyn-ares.c
2025-08-20T20:37:04.0574268Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_cleanup)
2025-08-20T20:37:04.0574454Z [00:07:35.620]➜            mold: error: undefined symbol: DES_set_odd_parity
2025-08-20T20:37:04.0574611Z [00:07:35.620]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T20:37:04.0574869Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(setup_des_key)
2025-08-20T20:37:04.0575052Z [00:07:35.620]➜            mold: error: undefined symbol: i2d_X509_PUBKEY
2025-08-20T20:37:04.0575194Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0575461Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0575770Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0576040Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0576249Z [00:07:35.620]➜            mold: error: undefined symbol: EVP_PKEY_get_security_bits
2025-08-20T20:37:04.0576393Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0576655Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0576859Z [00:07:35.620]➜            mold: error: undefined symbol: UI_method_get_writer
2025-08-20T20:37:04.0577002Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0577232Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T20:37:04.0577413Z [00:07:35.620]➜            mold: error: undefined symbol: OpenSSL_version
2025-08-20T20:37:04.0577558Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0577806Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_version)
2025-08-20T20:37:04.0577972Z [00:07:35.620]➜            mold: error: undefined symbol: SSL_read
2025-08-20T20:37:04.0578332Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0578569Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T20:37:04.0578714Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0578956Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:37:04.0579098Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0579329Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T20:37:04.0579509Z [00:07:35.620]➜            mold: error: undefined symbol: EVP_MD_CTX_free
2025-08-20T20:37:04.0579660Z [00:07:35.620]➜            >>> referenced by sha256.c
2025-08-20T20:37:04.0579887Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T20:37:04.0580031Z [00:07:35.620]➜            >>> referenced by sha256.c
2025-08-20T20:37:04.0580261Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_final)
2025-08-20T20:37:04.0580408Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0580816Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T20:37:04.0580980Z [00:07:35.620]➜            >>> referenced 3 more times
2025-08-20T20:37:04.0581161Z [00:07:35.620]➜            mold: error: undefined symbol: BIO_get_shutdown
2025-08-20T20:37:04.0581311Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0581551Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T20:37:04.0581762Z [00:07:35.620]➜            mold: error: undefined symbol: nghttp2_http2_strerror
2025-08-20T20:37:04.0581901Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0582167Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_handle_stream_close)
2025-08-20T20:37:04.0582305Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0582571Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_handle_stream_close)
2025-08-20T20:37:04.0582718Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0582954Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T20:37:04.0583097Z [00:07:35.620]➜            >>> referenced 3 more times
2025-08-20T20:37:04.0583402Z [00:07:35.620]➜            mold: error: undefined symbol: nghttp2_session_get_stream_effective_recv_data_length
2025-08-20T20:37:04.0583721Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0583943Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T20:37:04.0584080Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0584305Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T20:37:04.0584494Z [00:07:35.620]➜            mold: error: undefined symbol: OPENSSL_sk_pop_free
2025-08-20T20:37:04.0584640Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0584919Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T20:37:04.0585067Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0585312Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0585565Z [00:07:35.620]➜            mold: error: undefined symbol: nghttp2_session_set_local_window_size
2025-08-20T20:37:04.0585713Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0585966Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T20:37:04.0586106Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0586361Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T20:37:04.0586500Z [00:07:35.620]➜            >>> referenced by http2.c
2025-08-20T20:37:04.0586732Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T20:37:04.0586875Z [00:07:35.620]➜            >>> referenced 1 more times
2025-08-20T20:37:04.0587084Z [00:07:35.620]➜            mold: error: undefined symbol: SSL_CTX_set_cipher_list
2025-08-20T20:37:04.0587228Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0587479Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0587628Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0587879Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0588242Z [00:07:35.620]➜            mold: error: undefined symbol: ERR_peek_last_error
2025-08-20T20:37:04.0588404Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0588882Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0589072Z [00:07:35.620]➜            mold: error: undefined symbol: PKCS12_parse
2025-08-20T20:37:04.0589214Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0589463Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0589653Z [00:07:35.620]➜            mold: error: undefined symbol: UI_method_set_reader
2025-08-20T20:37:04.0589806Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0590050Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0590194Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0590435Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0590623Z [00:07:35.620]➜            mold: error: undefined symbol: SSL_CTX_set_verify
2025-08-20T20:37:04.0590770Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0591020Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T20:37:04.0591219Z [00:07:35.620]➜            mold: error: undefined symbol: SSL_get_current_cipher
2025-08-20T20:37:04.0591367Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0591837Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T20:37:04.0592032Z [00:07:35.620]➜            mold: error: undefined symbol: i2a_ASN1_OBJECT
2025-08-20T20:37:04.0592177Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0592445Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0592589Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0592864Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0593046Z [00:07:35.620]➜            mold: error: undefined symbol: X509_get_ext_d2i
2025-08-20T20:37:04.0593191Z [00:07:35.620]➜            >>> referenced by openssl.c
2025-08-20T20:37:04.0593455Z [00:07:35.620]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T20:37:04.0593754Z [00:07:35.620]➜            clang: error: linker command failed with exit code 1 (use -v to see invocation)
2025-08-20T20:37:04.0593851Z [00:07:35.620]➜            
2025-08-20T20:37:04.0593941Z [00:07:35.620]➜  
2025-08-20T20:37:04.0594234Z [00:07:35.660]➜  error: could not compile `gitoxide` (bin "gix") due to 1 previous error
2025-08-20T20:37:04.0594323Z [00:07:35.660]➜  
2025-08-20T20:37:04.0594422Z [00:07:35.660]➜  Caused by:
2025-08-20T20:37:04.0621773Z [00:07:35.660]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gix --edition=2021 src/gix.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="crosstermion"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="futures-lite"' --cfg 'feature="gitoxide-core-blocking-client"' --cfg 'feature="gitoxide-core-tools"' --cfg 'feature="gitoxide-core-tools-archive"' --cfg 'feature="gitoxide-core-tools-clean"' --cfg 'feature="gitoxide-core-tools-corpus"' --cfg 'feature="gitoxide-core-tools-query"' --cfg 'feature="http-client-curl"' --cfg 'feature="is-terminal"' --cfg 'feature="max"' --cfg 'feature="max-control"' --cfg 'feature="pretty-cli"' --cfg 'feature="prodash"' --cfg 'feature="prodash-render-line"' --cfg 'feature="prodash-render-line-crossterm"' --cfg 'feature="prodash-render-tui"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache-efficiency-debug", "crosstermion", "default", "document-features", "fast", "fast-safe", "futures-lite", "gitoxide-core-async-client", "gitoxide-core-blocking-client", "gitoxide-core-tools", "gitoxide-core-tools-archive", "gitoxide-core-tools-clean", "gitoxide-core-tools-corpus", "gitoxide-core-tools-query", "http-client-curl", "http-client-curl-rustls", "http-client-reqwest", "is-terminal", "lean", "lean-async", "max", "max-control", "max-pure", "pretty-cli", "prodash", "prodash-render-line", "prodash-render-line-crossterm", "prodash-render-tui", "small", "tracing"))' -C metadata=2b4634c867ca7400 -C extra-filename=-c1beeb71fa42b409 --out-dir /tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib --extern clap=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-7d51049d844e6bca.rlib --extern clap_complete=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-c15a421ed373e316.rlib --extern crosstermion=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrosstermion-6deed7fe3b5b3d3e.rlib --extern env_logger=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-7eb683863e55562f.rlib --extern futures_lite=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rlib --extern gitoxide=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide-7cdd42e014192136.rlib --extern gitoxide_core=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide_core-22e95d0c03059f4c.rlib --extern gix=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix-55180a1288f5e10d.rlib --extern gix_features=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rlib --extern is_terminal=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-0ebd6b9322a3c023.rlib --extern once_cell=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib --extern prodash=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprodash-cd84bcc05c4c1ccc.rlib --extern serde_derive=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libserde_derive-a1746215afdd097e.so --extern terminal_size=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-c866b446a57a7436.rlib --extern tracing=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-e8f0deb699e187cc.rlib --extern tracing_forest=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_forest-4f01131d9d3a4c89.rlib --extern tracing_subscriber=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-c4389af575d28a04.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out -L native=/usr/lib` (exit status: 1)
2025-08-20T20:37:04.1826650Z [00:07:35.795]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T20:37:04.1844026Z [00:07:35.796]➜  ./target/aarch64-unknown-linux-musl/release/libgitoxide.rlib
2025-08-20T20:37:04.1844537Z [00:07:35.796]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T20:37:04.1850417Z [00:07:35.797]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:37:04.1852566Z [00:07:35.797]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:37:04.1859962Z [00:07:35.797]➜  + cut -d: -f1
2025-08-20T20:37:04.1864544Z [00:07:35.798]➜  + xargs realpath --no-symlinks
2025-08-20T20:37:04.1866402Z [00:07:35.799]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T20:37:04.1971407Z [00:07:35.809]➜  realpath: missing operand
2025-08-20T20:37:04.1971827Z [00:07:35.809]➜  Try 'realpath --help' for more information.
2025-08-20T20:37:04.3182034Z [00:07:35.930]➜  '/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T20:37:04.4129740Z [00:07:36.025]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:37:04.4156750Z [00:07:36.028]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:37:04.4162117Z [00:07:36.028]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:37:04.4541413Z [00:07:36.066]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:37:04.4570846Z [00:07:36.069]➜  
2025-08-20T20:37:04.4586357Z [00:07:36.071]➜  /build-bins/LICENSE
2025-08-20T20:37:04.4623459Z [00:07:36.074]➜  + file /build-bins/LICENSE
2025-08-20T20:37:04.4811510Z [00:07:36.093]➜  /build-bins/LICENSE: ASCII text
2025-08-20T20:37:04.4817954Z [00:07:36.094]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T20:37:04.4837623Z [00:07:36.096]➜  /build-bins/LICENSE:         10174 Bytes
2025-08-20T20:37:04.4838682Z [00:07:36.096]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:37:04.4856393Z [00:07:36.098]➜  10K	2025-08-20 20:37:04.317289544 +0000	/build-bins/LICENSE
2025-08-20T20:37:04.4857958Z [00:07:36.098]➜  + popd
2025-08-20T20:37:04.7390387Z [00:07:36.351]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:37:04.7656561Z [00:07:36.378]➜  + '[' -s /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:37:04.7657573Z [00:07:36.378]➜  + cp -fv /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:37:04.7674302Z [00:07:36.379]➜  '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:37:04.7679182Z [00:07:36.380]➜  + find /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:37:04.7690882Z [00:07:36.381]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:37:04.7691619Z [00:07:36.381]➜  + cut -d: -f1
2025-08-20T20:37:04.7694618Z [00:07:36.381]➜  + xargs realpath --no-symlinks
2025-08-20T20:37:04.7695129Z [00:07:36.381]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR
2025-08-20T20:37:04.8766516Z [00:07:36.489]➜  realpath: missing operand
2025-08-20T20:37:04.8767033Z [00:07:36.489]➜  Try 'realpath --help' for more information.
2025-08-20T20:37:04.8776018Z [00:07:36.490]➜  
2025-08-20T20:37:05.3951141Z [00:07:37.007]➜  
2025-08-20T20:37:05.4054489Z [00:07:37.017]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T20:37:05.4055462Z [00:07:37.017]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T20:37:05.4056612Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/gix-components.monopic' from root:root to runner:runner
2025-08-20T20:37:05.4057965Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/corpus/repo_metadata.sample.jsonl' from root:root to runner:runner
2025-08-20T20:37:05.4059520Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/corpus/README.md' from root:root to runner:runner
2025-08-20T20:37:05.4060847Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/corpus/json-to-jsonl.sh' from root:root to runner:runner
2025-08-20T20:37:05.4062139Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/corpus/clone-repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.4063374Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/corpus' from root:root to runner:runner
2025-08-20T20:37:05.4064603Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/msrv-badge.template.svg' from root:root to runner:runner
2025-08-20T20:37:05.4066284Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/speak/gitmerge-2024.marp.html' from root:root to runner:runner
2025-08-20T20:37:05.4067687Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/speak/gitmerge-2024.marp.md' from root:root to runner:runner
2025-08-20T20:37:05.4069097Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/speak' from root:root to runner:runner
2025-08-20T20:37:05.4070297Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/unique-v-tag.sh' from root:root to runner:runner
2025-08-20T20:37:05.4071579Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/crate-structure.monopic' from root:root to runner:runner
2025-08-20T20:37:05.4073045Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/test-fixtures-windows-expected-failures-see-issue-1358.txt' from root:root to runner:runner
2025-08-20T20:37:05.4074482Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/gix-components.txt' from root:root to runner:runner
2025-08-20T20:37:05.4076034Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/docker/Dockerfile.alpine' from root:root to runner:runner
2025-08-20T20:37:05.4077400Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/docker/test-cross-context/customize.sh' from root:root to runner:runner
2025-08-20T20:37:05.4079790Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/docker/test-cross-context' from root:root to runner:runner
2025-08-20T20:37:05.4081127Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/docker/Dockerfile.test-cross' from root:root to runner:runner
2025-08-20T20:37:05.4082457Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/docker/test-cross.toml' from root:root to runner:runner
2025-08-20T20:37:05.4083681Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/docker' from root:root to runner:runner
2025-08-20T20:37:05.4084877Z [00:07:37.017]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/msrv-badge.svg' from root:root to runner:runner
2025-08-20T20:37:05.4086197Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-02.md' from root:root to runner:runner
2025-08-20T20:37:05.4087431Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-09.md' from root:root to runner:runner
2025-08-20T20:37:05.4089170Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-07.md' from root:root to runner:runner
2025-08-20T20:37:05.4090407Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-11.md' from root:root to runner:runner
2025-08-20T20:37:05.4091926Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-08.md' from root:root to runner:runner
2025-08-20T20:37:05.4093214Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-05.md' from root:root to runner:runner
2025-08-20T20:37:05.4094443Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-03.md' from root:root to runner:runner
2025-08-20T20:37:05.4095681Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-07.md' from root:root to runner:runner
2025-08-20T20:37:05.4096919Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-01.md' from root:root to runner:runner
2025-08-20T20:37:05.4098514Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-08.md' from root:root to runner:runner
2025-08-20T20:37:05.4099824Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-11.md' from root:root to runner:runner
2025-08-20T20:37:05.4101350Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-04.md' from root:root to runner:runner
2025-08-20T20:37:05.4102592Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-01.md' from root:root to runner:runner
2025-08-20T20:37:05.4103830Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-11.md' from root:root to runner:runner
2025-08-20T20:37:05.4105061Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-12.md' from root:root to runner:runner
2025-08-20T20:37:05.4106292Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-03.md' from root:root to runner:runner
2025-08-20T20:37:05.4107527Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-02.md' from root:root to runner:runner
2025-08-20T20:37:05.4109168Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-07.md' from root:root to runner:runner
2025-08-20T20:37:05.4110410Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-02.md' from root:root to runner:runner
2025-08-20T20:37:05.4111644Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-10.md' from root:root to runner:runner
2025-08-20T20:37:05.4112872Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-09.md' from root:root to runner:runner
2025-08-20T20:37:05.4114105Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-10.md' from root:root to runner:runner
2025-08-20T20:37:05.4115333Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-02.md' from root:root to runner:runner
2025-08-20T20:37:05.4116760Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-12.md' from root:root to runner:runner
2025-08-20T20:37:05.4118207Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-12.md' from root:root to runner:runner
2025-08-20T20:37:05.4119478Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-01.md' from root:root to runner:runner
2025-08-20T20:37:05.4120704Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-12.md' from root:root to runner:runner
2025-08-20T20:37:05.4121938Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-04.md' from root:root to runner:runner
2025-08-20T20:37:05.4123162Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-04.md' from root:root to runner:runner
2025-08-20T20:37:05.4124389Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-09.md' from root:root to runner:runner
2025-08-20T20:37:05.4125861Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-03.md' from root:root to runner:runner
2025-08-20T20:37:05.4127090Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-03.md' from root:root to runner:runner
2025-08-20T20:37:05.4128457Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-07.md' from root:root to runner:runner
2025-08-20T20:37:05.4129745Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-05.md' from root:root to runner:runner
2025-08-20T20:37:05.4130979Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-EOY.md' from root:root to runner:runner
2025-08-20T20:37:05.4132223Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-10.md' from root:root to runner:runner
2025-08-20T20:37:05.4133454Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-EOY.md' from root:root to runner:runner
2025-08-20T20:37:05.4134691Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-08.md' from root:root to runner:runner
2025-08-20T20:37:05.4135926Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-09.md' from root:root to runner:runner
2025-08-20T20:37:05.4137160Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-06.md' from root:root to runner:runner
2025-08-20T20:37:05.4138587Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-06.md' from root:root to runner:runner
2025-08-20T20:37:05.4140116Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-05.md' from root:root to runner:runner
2025-08-20T20:37:05.4141406Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-06.md' from root:root to runner:runner
2025-08-20T20:37:05.4142643Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-EOY.md' from root:root to runner:runner
2025-08-20T20:37:05.4143880Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-08.md' from root:root to runner:runner
2025-08-20T20:37:05.4145118Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-06.md' from root:root to runner:runner
2025-08-20T20:37:05.4146353Z [00:07:37.018]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-06.md' from root:root to runner:runner
2025-08-20T20:37:05.4147578Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-05.md' from root:root to runner:runner
2025-08-20T20:37:05.4148979Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-11.md' from root:root to runner:runner
2025-08-20T20:37:05.4150445Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-05.md' from root:root to runner:runner
2025-08-20T20:37:05.4151674Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-01.md' from root:root to runner:runner
2025-08-20T20:37:05.4152908Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-07.md' from root:root to runner:runner
2025-08-20T20:37:05.4154136Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-10.md' from root:root to runner:runner
2025-08-20T20:37:05.4155370Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-04.md' from root:root to runner:runner
2025-08-20T20:37:05.4156560Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports' from root:root to runner:runner
2025-08-20T20:37:05.4157788Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/copy-packetline.sh' from root:root to runner:runner
2025-08-20T20:37:05.4159179Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/discovery/odb.md' from root:root to runner:runner
2025-08-20T20:37:05.4160430Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/discovery' from root:root to runner:runner
2025-08-20T20:37:05.4161673Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/check-package-size.sh' from root:root to runner:runner
2025-08-20T20:37:05.4162870Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc' from root:root to runner:runner
2025-08-20T20:37:05.4164228Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T20:37:05.4165550Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.4166868Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.4168319Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.4169760Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src/from_tree/traverse.rs' from root:root to runner:runner
2025-08-20T20:37:05.4171172Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src/from_tree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4172516Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src/from_tree' from root:root to runner:runner
2025-08-20T20:37:05.4174070Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src/protocol.rs' from root:root to runner:runner
2025-08-20T20:37:05.4175401Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src/entry.rs' from root:root to runner:runner
2025-08-20T20:37:05.4176718Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.4177992Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src' from root:root to runner:runner
2025-08-20T20:37:05.4179564Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.4181037Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.4182614Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.4184064Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/tests/fixtures/basic.sh' from root:root to runner:runner
2025-08-20T20:37:05.4185432Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.4186775Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/tests/stream.rs' from root:root to runner:runner
2025-08-20T20:37:05.4188183Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/tests' from root:root to runner:runner
2025-08-20T20:37:05.4189740Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream' from root:root to runner:runner
2025-08-20T20:37:05.4191006Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.4192211Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.4193430Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/examples/clone.rs' from root:root to runner:runner
2025-08-20T20:37:05.4194745Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/examples/init-repo-and-commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.4196154Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/examples/reversible-interrupt-handlers.rs' from root:root to runner:runner
2025-08-20T20:37:05.4197666Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/examples/interrupt-handler-allows-graceful-shutdown.rs' from root:root to runner:runner
2025-08-20T20:37:05.4199480Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/examples/stats.rs' from root:root to runner:runner
2025-08-20T20:37:05.4200699Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/examples' from root:root to runner:runner
2025-08-20T20:37:05.4201908Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.4203141Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/progress.rs' from root:root to runner:runner
2025-08-20T20:37:05.4204362Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.4205582Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/pathspec.rs' from root:root to runner:runner
2025-08-20T20:37:05.4206843Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.4208230Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/impls.rs' from root:root to runner:runner
2025-08-20T20:37:05.4209580Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/editor.rs' from root:root to runner:runner
2025-08-20T20:37:05.4210903Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/traverse.rs' from root:root to runner:runner
2025-08-20T20:37:05.4212204Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4213822Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/diff/change.rs' from root:root to runner:runner
2025-08-20T20:37:05.4215250Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/diff/for_each.rs' from root:root to runner:runner
2025-08-20T20:37:05.4216591Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/diff/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4217892Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/diff' from root:root to runner:runner
2025-08-20T20:37:05.4219337Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/entry.rs' from root:root to runner:runner
2025-08-20T20:37:05.4220607Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree' from root:root to runner:runner
2025-08-20T20:37:05.4221854Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/errors.rs' from root:root to runner:runner
2025-08-20T20:37:05.4223378Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/blob.rs' from root:root to runner:runner
2025-08-20T20:37:05.4224632Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/peel.rs' from root:root to runner:runner
2025-08-20T20:37:05.4225884Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4227120Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tag.rs' from root:root to runner:runner
2025-08-20T20:37:05.4228436Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object' from root:root to runner:runner
2025-08-20T20:37:05.4229742Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone/fetch/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.4231035Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone/fetch/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4232290Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone/fetch' from root:root to runner:runner
2025-08-20T20:37:05.4233545Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone/checkout.rs' from root:root to runner:runner
2025-08-20T20:37:05.4234804Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4236048Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.4237472Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone' from root:root to runner:runner
2025-08-20T20:37:05.4238852Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/path.rs' from root:root to runner:runner
2025-08-20T20:37:05.4240055Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/push.rs' from root:root to runner:runner
2025-08-20T20:37:05.4241272Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/filter.rs' from root:root to runner:runner
2025-08-20T20:37:05.4242471Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.4243680Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/create.rs' from root:root to runner:runner
2025-08-20T20:37:05.4244914Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/walk.rs' from root:root to runner:runner
2025-08-20T20:37:05.4246236Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.4247815Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4249391Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/delegate/navigate.rs' from root:root to runner:runner
2025-08-20T20:37:05.4250839Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/delegate/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4252293Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/delegate/revision.rs' from root:root to runner:runner
2025-08-20T20:37:05.4253722Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/delegate' from root:root to runner:runner
2025-08-20T20:37:05.4255091Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/error.rs' from root:root to runner:runner
2025-08-20T20:37:05.4256427Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse' from root:root to runner:runner
2025-08-20T20:37:05.4257725Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4259243Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec' from root:root to runner:runner
2025-08-20T20:37:05.4260540Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4262015Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision' from root:root to runner:runner
2025-08-20T20:37:05.4263312Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/ext/tree.rs' from root:root to runner:runner
2025-08-20T20:37:05.4264571Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/ext/reference.rs' from root:root to runner:runner
2025-08-20T20:37:05.4265847Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/ext/rev_spec.rs' from root:root to runner:runner
2025-08-20T20:37:05.4267088Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/ext/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4268460Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/ext/object_id.rs' from root:root to runner:runner
2025-08-20T20:37:05.4269739Z [00:07:37.019]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/ext' from root:root to runner:runner
2025-08-20T20:37:05.4270964Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/interrupt.rs' from root:root to runner:runner
2025-08-20T20:37:05.4272430Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/discover.rs' from root:root to runner:runner
2025-08-20T20:37:05.4273642Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.4274946Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/http.rs' from root:root to runner:runner
2025-08-20T20:37:05.4276315Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/fetch.rs' from root:root to runner:runner
2025-08-20T20:37:05.4277722Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/extensions.rs' from root:root to runner:runner
2025-08-20T20:37:05.4279289Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/clone.rs' from root:root to runner:runner
2025-08-20T20:37:05.4280675Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/push.rs' from root:root to runner:runner
2025-08-20T20:37:05.4282043Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/safe.rs' from root:root to runner:runner
2025-08-20T20:37:05.4283404Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.4284767Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/user.rs' from root:root to runner:runner
2025-08-20T20:37:05.4286328Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/author.rs' from root:root to runner:runner
2025-08-20T20:37:05.4287795Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/mailmap.rs' from root:root to runner:runner
2025-08-20T20:37:05.4289556Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/pack.rs' from root:root to runner:runner
2025-08-20T20:37:05.4290957Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/branch.rs' from root:root to runner:runner
2025-08-20T20:37:05.4292333Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/core.rs' from root:root to runner:runner
2025-08-20T20:37:05.4293712Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/index.rs' from root:root to runner:runner
2025-08-20T20:37:05.4295102Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/checkout.rs' from root:root to runner:runner
2025-08-20T20:37:05.4296739Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4298202Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/url.rs' from root:root to runner:runner
2025-08-20T20:37:05.4299636Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/diff.rs' from root:root to runner:runner
2025-08-20T20:37:05.4301018Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/remote.rs' from root:root to runner:runner
2025-08-20T20:37:05.4302414Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/protocol.rs' from root:root to runner:runner
2025-08-20T20:37:05.4303825Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/gitoxide.rs' from root:root to runner:runner
2025-08-20T20:37:05.4305241Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/credential.rs' from root:root to runner:runner
2025-08-20T20:37:05.4306635Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/merge.rs' from root:root to runner:runner
2025-08-20T20:37:05.4307998Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/ssh.rs' from root:root to runner:runner
2025-08-20T20:37:05.4309503Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/status.rs' from root:root to runner:runner
2025-08-20T20:37:05.4310905Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/committer.rs' from root:root to runner:runner
2025-08-20T20:37:05.4312476Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections' from root:root to runner:runner
2025-08-20T20:37:05.4314085Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/traits.rs' from root:root to runner:runner
2025-08-20T20:37:05.4315394Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/keys.rs' from root:root to runner:runner
2025-08-20T20:37:05.4316681Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4317941Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree' from root:root to runner:runner
2025-08-20T20:37:05.4319352Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/cache/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.4320664Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/cache/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.4322224Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/cache/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4323531Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/cache/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.4324871Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/cache/incubate.rs' from root:root to runner:runner
2025-08-20T20:37:05.4326155Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/cache' from root:root to runner:runner
2025-08-20T20:37:05.4327393Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4328893Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/overrides.rs' from root:root to runner:runner
2025-08-20T20:37:05.4330241Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/snapshot/_impls.rs' from root:root to runner:runner
2025-08-20T20:37:05.4331636Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/snapshot/credential_helpers.rs' from root:root to runner:runner
2025-08-20T20:37:05.4333012Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/snapshot/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4334353Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/snapshot/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.4335652Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/snapshot' from root:root to runner:runner
2025-08-20T20:37:05.4337083Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config' from root:root to runner:runner
2025-08-20T20:37:05.4338481Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/prelude.rs' from root:root to runner:runner
2025-08-20T20:37:05.4339734Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/id.rs' from root:root to runner:runner
2025-08-20T20:37:05.4340943Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/shallow.rs' from root:root to runner:runner
2025-08-20T20:37:05.4342217Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/dirwalk.rs' from root:root to runner:runner
2025-08-20T20:37:05.4343538Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/pathspec.rs' from root:root to runner:runner
2025-08-20T20:37:05.4344874Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/permissions.rs' from root:root to runner:runner
2025-08-20T20:37:05.4346473Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/identity.rs' from root:root to runner:runner
2025-08-20T20:37:05.4347784Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/impls.rs' from root:root to runner:runner
2025-08-20T20:37:05.4349441Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.4350779Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/reference.rs' from root:root to runner:runner
2025-08-20T20:37:05.4352102Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/location.rs' from root:root to runner:runner
2025-08-20T20:37:05.4353417Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/filter.rs' from root:root to runner:runner
2025-08-20T20:37:05.4354718Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.4356056Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/config/transport.rs' from root:root to runner:runner
2025-08-20T20:37:05.4357433Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/config/branch.rs' from root:root to runner:runner
2025-08-20T20:37:05.4359000Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/config/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4360389Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/config/remote.rs' from root:root to runner:runner
2025-08-20T20:37:05.4361944Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/config' from root:root to runner:runner
2025-08-20T20:37:05.4363282Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/graph.rs' from root:root to runner:runner
2025-08-20T20:37:05.4364583Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/shallow.rs' from root:root to runner:runner
2025-08-20T20:37:05.4365919Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/attributes.rs' from root:root to runner:runner
2025-08-20T20:37:05.4367254Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/mailmap.rs' from root:root to runner:runner
2025-08-20T20:37:05.4368719Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/submodule.rs' from root:root to runner:runner
2025-08-20T20:37:05.4370093Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/thread_safe.rs' from root:root to runner:runner
2025-08-20T20:37:05.4371640Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/kind.rs' from root:root to runner:runner
2025-08-20T20:37:05.4372933Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/state.rs' from root:root to runner:runner
2025-08-20T20:37:05.4374235Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/index.rs' from root:root to runner:runner
2025-08-20T20:37:05.4375551Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/checkout.rs' from root:root to runner:runner
2025-08-20T20:37:05.4376844Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4378322Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/cache.rs' from root:root to runner:runner
2025-08-20T20:37:05.4379708Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/freelist.rs' from root:root to runner:runner
2025-08-20T20:37:05.4381008Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/diff.rs' from root:root to runner:runner
2025-08-20T20:37:05.4382295Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/remote.rs' from root:root to runner:runner
2025-08-20T20:37:05.4383608Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/object.rs' from root:root to runner:runner
2025-08-20T20:37:05.4384912Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/revision.rs' from root:root to runner:runner
2025-08-20T20:37:05.4386440Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/merge.rs' from root:root to runner:runner
2025-08-20T20:37:05.4387758Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository' from root:root to runner:runner
2025-08-20T20:37:05.4389179Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/edits.rs' from root:root to runner:runner
2025-08-20T20:37:05.4390484Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/errors.rs' from root:root to runner:runner
2025-08-20T20:37:05.4391765Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/log.rs' from root:root to runner:runner
2025-08-20T20:37:05.4393031Z [00:07:37.020]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.4394292Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4395863Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/remote.rs' from root:root to runner:runner
2025-08-20T20:37:05.4397115Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference' from root:root to runner:runner
2025-08-20T20:37:05.4398432Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/mailmap.rs' from root:root to runner:runner
2025-08-20T20:37:05.4399715Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/head/log.rs' from root:root to runner:runner
2025-08-20T20:37:05.4400946Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/head/peel.rs' from root:root to runner:runner
2025-08-20T20:37:05.4402189Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/head/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4403390Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/head' from root:root to runner:runner
2025-08-20T20:37:05.4404626Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/dirwalk/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.4405892Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/dirwalk/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4407164Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/dirwalk/options.rs' from root:root to runner:runner
2025-08-20T20:37:05.4408493Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/dirwalk' from root:root to runner:runner
2025-08-20T20:37:05.4409949Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.4411205Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/state.rs' from root:root to runner:runner
2025-08-20T20:37:05.4412457Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/tree_index.rs' from root:root to runner:runner
2025-08-20T20:37:05.4413753Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/platform.rs' from root:root to runner:runner
2025-08-20T20:37:05.4415068Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/index_worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.4416352Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4417624Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/iter/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.4419221Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/iter/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4420733Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/iter' from root:root to runner:runner
2025-08-20T20:37:05.4421945Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status' from root:root to runner:runner
2025-08-20T20:37:05.4423144Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/diff.rs' from root:root to runner:runner
2025-08-20T20:37:05.4424387Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/attribute_stack.rs' from root:root to runner:runner
2025-08-20T20:37:05.4426172Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/fetch.rs' from root:root to runner:runner
2025-08-20T20:37:05.4427445Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connect.rs' from root:root to runner:runner
2025-08-20T20:37:05.4429072Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.4430402Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/save.rs' from root:root to runner:runner
2025-08-20T20:37:05.4431655Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/name.rs' from root:root to runner:runner
2025-08-20T20:37:05.4433060Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/update_refs/update.rs' from root:root to runner:runner
2025-08-20T20:37:05.4434555Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/update_refs/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.4436042Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/update_refs/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4437489Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/update_refs' from root:root to runner:runner
2025-08-20T20:37:05.4439256Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/receive_pack.rs' from root:root to runner:runner
2025-08-20T20:37:05.4440688Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4442096Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/error.rs' from root:root to runner:runner
2025-08-20T20:37:05.4443510Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/config.rs' from root:root to runner:runner
2025-08-20T20:37:05.4444883Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch' from root:root to runner:runner
2025-08-20T20:37:05.4446229Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/ref_map.rs' from root:root to runner:runner
2025-08-20T20:37:05.4447583Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4449070Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.4450389Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection' from root:root to runner:runner
2025-08-20T20:37:05.4451658Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/build.rs' from root:root to runner:runner
2025-08-20T20:37:05.4452920Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/errors.rs' from root:root to runner:runner
2025-08-20T20:37:05.4454377Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4455708Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.4457006Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/url/rewrite.rs' from root:root to runner:runner
2025-08-20T20:37:05.4458592Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/url/scheme_permission.rs' from root:root to runner:runner
2025-08-20T20:37:05.4459988Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/url/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4461282Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/url' from root:root to runner:runner
2025-08-20T20:37:05.4462488Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote' from root:root to runner:runner
2025-08-20T20:37:05.4464008Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/open/permissions.rs' from root:root to runner:runner
2025-08-20T20:37:05.4465311Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/open/repository.rs' from root:root to runner:runner
2025-08-20T20:37:05.4466588Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/open/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4467841Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/open/options.rs' from root:root to runner:runner
2025-08-20T20:37:05.4469225Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/open' from root:root to runner:runner
2025-08-20T20:37:05.4470606Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:37:05.4472071Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:37:05.4473512Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:37:05.4474919Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/docs.url' from root:root to runner:runner
2025-08-20T20:37:05.4476309Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:37:05.4477757Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:37:05.4479531Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:37:05.4481038Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:37:05.4482506Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:37:05.4483955Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:37:05.4485438Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:37:05.4486821Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks' from root:root to runner:runner
2025-08-20T20:37:05.4488466Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/info/exclude' from root:root to runner:runner
2025-08-20T20:37:05.4489833Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/info' from root:root to runner:runner
2025-08-20T20:37:05.4491147Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/description' from root:root to runner:runner
2025-08-20T20:37:05.4492448Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/HEAD' from root:root to runner:runner
2025-08-20T20:37:05.4493696Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init' from root:root to runner:runner
2025-08-20T20:37:05.4494913Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets' from root:root to runner:runner
2025-08-20T20:37:05.4496103Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.4497349Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/worktree/proxy.rs' from root:root to runner:runner
2025-08-20T20:37:05.4498907Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/worktree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4500161Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/worktree' from root:root to runner:runner
2025-08-20T20:37:05.4501387Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/merge.rs' from root:root to runner:runner
2025-08-20T20:37:05.4502638Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/submodule/errors.rs' from root:root to runner:runner
2025-08-20T20:37:05.4504174Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/submodule/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4505474Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/submodule' from root:root to runner:runner
2025-08-20T20:37:05.4506686Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/tag.rs' from root:root to runner:runner
2025-08-20T20:37:05.4507871Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/env.rs' from root:root to runner:runner
2025-08-20T20:37:05.4509307Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src' from root:root to runner:runner
2025-08-20T20:37:05.4510489Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.4511721Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.4513286Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object/commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.4514612Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object/tree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4515954Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object/tree/diff.rs' from root:root to runner:runner
2025-08-20T20:37:05.4517258Z [00:07:37.021]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object/tree' from root:root to runner:runner
2025-08-20T20:37:05.4518646Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object/blob.rs' from root:root to runner:runner
2025-08-20T20:37:05.4520002Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4521272Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object' from root:root to runner:runner
2025-08-20T20:37:05.4522517Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/clone.rs' from root:root to runner:runner
2025-08-20T20:37:05.4523762Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.4525011Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.4526312Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4527939Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/traverse.rs' from root:root to runner:runner
2025-08-20T20:37:05.4529555Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.4531007Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/reflog.rs' from root:root to runner:runner
2025-08-20T20:37:05.4532460Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/peel.rs' from root:root to runner:runner
2025-08-20T20:37:05.4533897Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4535355Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/ambiguous.rs' from root:root to runner:runner
2025-08-20T20:37:05.4536811Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/regex.rs' from root:root to runner:runner
2025-08-20T20:37:05.4538555Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes' from root:root to runner:runner
2025-08-20T20:37:05.4539957Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec' from root:root to runner:runner
2025-08-20T20:37:05.4541259Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4542536Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision' from root:root to runner:runner
2025-08-20T20:37:05.4543786Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.4545054Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/config/tree.rs' from root:root to runner:runner
2025-08-20T20:37:05.4546354Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/config/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4547616Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/config' from root:root to runner:runner
2025-08-20T20:37:05.4549084Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/id.rs' from root:root to runner:runner
2025-08-20T20:37:05.4550412Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/pathspec.rs' from root:root to runner:runner
2025-08-20T20:37:05.4551778Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.4553361Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/reference.rs' from root:root to runner:runner
2025-08-20T20:37:05.4554783Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/filter.rs' from root:root to runner:runner
2025-08-20T20:37:05.4556158Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/excludes.rs' from root:root to runner:runner
2025-08-20T20:37:05.4557577Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/identity.rs' from root:root to runner:runner
2025-08-20T20:37:05.4559382Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/config_snapshot/credential_helpers.rs' from root:root to runner:runner
2025-08-20T20:37:05.4561024Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/config_snapshot/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4562743Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/config_snapshot' from root:root to runner:runner
2025-08-20T20:37:05.4564230Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/transport_options.rs' from root:root to runner:runner
2025-08-20T20:37:05.4565678Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4567079Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/remote.rs' from root:root to runner:runner
2025-08-20T20:37:05.4568552Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config' from root:root to runner:runner
2025-08-20T20:37:05.4569955Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/shallow.rs' from root:root to runner:runner
2025-08-20T20:37:05.4571313Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/open.rs' from root:root to runner:runner
2025-08-20T20:37:05.4572668Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/submodule.rs' from root:root to runner:runner
2025-08-20T20:37:05.4574027Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/state.rs' from root:root to runner:runner
2025-08-20T20:37:05.4575367Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4576701Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/remote.rs' from root:root to runner:runner
2025-08-20T20:37:05.4578296Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/object.rs' from root:root to runner:runner
2025-08-20T20:37:05.4579717Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/merge.rs' from root:root to runner:runner
2025-08-20T20:37:05.4581032Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository' from root:root to runner:runner
2025-08-20T20:37:05.4582332Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/reference/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4583668Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/reference/remote.rs' from root:root to runner:runner
2025-08-20T20:37:05.4584969Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/reference' from root:root to runner:runner
2025-08-20T20:37:05.4586216Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/head.rs' from root:root to runner:runner
2025-08-20T20:37:05.4587743Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/submodule.rs' from root:root to runner:runner
2025-08-20T20:37:05.4589215Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/diff.rs' from root:root to runner:runner
2025-08-20T20:37:05.4590499Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/remote/fetch.rs' from root:root to runner:runner
2025-08-20T20:37:05.4591815Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/remote/connect.rs' from root:root to runner:runner
2025-08-20T20:37:05.4593137Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/remote/ref_map.rs' from root:root to runner:runner
2025-08-20T20:37:05.4594445Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/remote/save.rs' from root:root to runner:runner
2025-08-20T20:37:05.4595742Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/remote/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4597004Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/remote' from root:root to runner:runner
2025-08-20T20:37:05.4598519Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/status.rs' from root:root to runner:runner
2025-08-20T20:37:05.4599827Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix' from root:root to runner:runner
2025-08-20T20:37:05.4601044Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix-init.rs' from root:root to runner:runner
2025-08-20T20:37:05.4602664Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_worktree_repo_with_configs.sh' from root:root to runner:runner
2025-08-20T20:37:05.4604208Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_revert_sequence_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4605620Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_head_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.4607034Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_repo_with_fork_and_dates.sh' from root:root to runner:runner
2025-08-20T20:37:05.4608615Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_remote_config_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.4610081Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_shallow_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4611490Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_rev_spec_parse_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.4613161Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_packed_and_loose.sh' from root:root to runner:runner
2025-08-20T20:37:05.4614661Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_shallow_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4616224Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_rebase_i_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4617748Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_am_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4619436Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_config_repos.tar' from root:root to runner:runner
2025-08-20T20:37:05.4620982Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_submodules.tar' from root:root to runner:runner
2025-08-20T20:37:05.4622547Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_remote_config_repos.tar' from root:root to runner:runner
2025-08-20T20:37:05.4624105Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_head_repos.tar' from root:root to runner:runner
2025-08-20T20:37:05.4625651Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_pre_epoch_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4627406Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_rev_parse_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4629146Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_revert_sequence_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4630710Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_empty_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4632254Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_config_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4633810Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_references_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4635399Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_repo_with_fork_and_dates.tar' from root:root to runner:runner
2025-08-20T20:37:05.4637221Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_status_repos.tar' from root:root to runner:runner
2025-08-20T20:37:05.4639030Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_diff_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4640574Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.4642116Z [00:07:37.022]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_rev_spec_parse_repos.tar' from root:root to runner:runner
2025-08-20T20:37:05.4643699Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_reftable_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4645234Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_merge_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4646843Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_commit_describe_multiple_tags.tar' from root:root to runner:runner
2025-08-20T20:37:05.4648645Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_cherry_pick_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4650270Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_revert_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4651819Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_basic_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4653581Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_bisect_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4655215Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_packed_and_loose.tar' from root:root to runner:runner
2025-08-20T20:37:05.4656826Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_cherry_pick_sequence_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4658428Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.4659870Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_config_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.4661292Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_basic_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4662659Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_revert_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4664257Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_worktree_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4665648Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_rebase_i_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4667022Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_fetch_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.4668469Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_am_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4669941Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_submodule_with_worktree.sh' from root:root to runner:runner
2025-08-20T20:37:05.4671364Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_bisect_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4672731Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_submodules.sh' from root:root to runner:runner
2025-08-20T20:37:05.4674092Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_merge_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4675454Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_diff_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4676816Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_status_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.4678661Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_pre_epoch_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4680129Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_references_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4681601Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_commit_describe_multiple_tags.sh' from root:root to runner:runner
2025-08-20T20:37:05.4683045Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_remote_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.4684417Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_diff_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.4685789Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_reftable_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4687173Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_rev_parse_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4688922Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_empty_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4690368Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_core_worktree_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4691792Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/repo_with_untracked_files.sh' from root:root to runner:runner
2025-08-20T20:37:05.4693228Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_complex_shallow_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4694648Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_cherry_pick_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4696092Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_cherry_pick_sequence_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4697519Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_signatures_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4699134Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_config_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4700761Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/cbd36dbc76760ed41c968f369b470b45c176dabe.blob' from root:root to runner:runner
2025-08-20T20:37:05.4702755Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/2de73f57fc9599602e001fc6331034749b2eacb0.tree' from root:root to runner:runner
2025-08-20T20:37:05.4704591Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ba61cefef4328f126283f25935aab2d04ae2016e.blob' from root:root to runner:runner
2025-08-20T20:37:05.4706362Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/3d7598b4e4c570eef701f40853ef3e3b0fb224f7.blob' from root:root to runner:runner
2025-08-20T20:37:05.4708241Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/3e03295d9b4654adccb6cd625376c36d4d38fb3d.blob' from root:root to runner:runner
2025-08-20T20:37:05.4710062Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8c80364c37b7fc364778efb4214575536e6a1df4.blob' from root:root to runner:runner
2025-08-20T20:37:05.4711817Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/081093be2ba0d2be62d14363f43859355bee2aa2.blob' from root:root to runner:runner
2025-08-20T20:37:05.4713849Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/47bd6f4aa4a7eeef8b01ce168c6c771bdfffcbd3.tree' from root:root to runner:runner
2025-08-20T20:37:05.4715610Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f921d5bc423586194bd73419f9814ff072212faa.blob' from root:root to runner:runner
2025-08-20T20:37:05.4717368Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f09e8b0e6bf963d8d6d5b578fea48ff4c9b723fb.blob' from root:root to runner:runner
2025-08-20T20:37:05.4719297Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5253f0ff160e8b7001a7bd271ca4a07968ff81a3.blob' from root:root to runner:runner
2025-08-20T20:37:05.4721081Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e3a9ec4524d27aa7035a38fd7c5db414809623c4.blob' from root:root to runner:runner
2025-08-20T20:37:05.4722847Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/fd57f61e92d4d49b4920c08c3522c066cb03ecd2.blob' from root:root to runner:runner
2025-08-20T20:37:05.4724609Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/16ab056981c9ca40cdd4d298feb70510cc3ced37.blob' from root:root to runner:runner
2025-08-20T20:37:05.4726374Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f644e4c8dd0be6fbe5493b172ce10839bcd9e25c.blob' from root:root to runner:runner
2025-08-20T20:37:05.4728200Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/85e7db4f01d8be8faa7a020647273399f815f597.blob' from root:root to runner:runner
2025-08-20T20:37:05.4730206Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e7e8f15d7f4c0c50aad13b0f82a632e3d55c33c6.blob' from root:root to runner:runner
2025-08-20T20:37:05.4732035Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e7e8c4f00412aa9bc9898f396ef9a7597aa64756.blob' from root:root to runner:runner
2025-08-20T20:37:05.4733802Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/47bd6f4aa4a7eeef8b01ce168c6c771bdfffcbd3.msg' from root:root to runner:runner
2025-08-20T20:37:05.4735557Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/2de73f57fc9599602e001fc6331034749b2eacb0.msg' from root:root to runner:runner
2025-08-20T20:37:05.4737317Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5a052b7fb0919218b2ecddffbb341277bd443a5c.blob' from root:root to runner:runner
2025-08-20T20:37:05.4739361Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8f55dec5b81779d23539fa7146d713cc42df70f4.blob' from root:root to runner:runner
2025-08-20T20:37:05.4741360Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e0baefc79038fed0bcf56f2d8c3588a26d5bf985.blob' from root:root to runner:runner
2025-08-20T20:37:05.4743123Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/c24ae8e04f53b84e09838d232b3e8c0167ccc010.blob' from root:root to runner:runner
2025-08-20T20:37:05.4744882Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5c1985fc3c89a8d0edaedc23f76feb7f5c4cc962.blob' from root:root to runner:runner
2025-08-20T20:37:05.4746653Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a03b50a8a9c23c68d641b51b7c887ea088cd0d2b.blob' from root:root to runner:runner
2025-08-20T20:37:05.4748508Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/d67f782327ea286136b8532eaf9a509806a87e83.blob' from root:root to runner:runner
2025-08-20T20:37:05.4750336Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f4cb24f79ec2549a3a8a5028d4c43d953f74137d.blob' from root:root to runner:runner
2025-08-20T20:37:05.4752102Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/44f49aec05b7dc920cf1f1a554016e74b06ee1c8.blob' from root:root to runner:runner
2025-08-20T20:37:05.4753862Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/92853cde19b20cadd74113ea3566c87d4def591b.blob' from root:root to runner:runner
2025-08-20T20:37:05.4755791Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8defe631bc82bf35a53cd25083f85664516f412f.blob' from root:root to runner:runner
2025-08-20T20:37:05.4757611Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/b8b29cc0ca0176fafaa97c7421a10ed116bcba8a.blob' from root:root to runner:runner
2025-08-20T20:37:05.4759514Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/45bb2cf6b7fa96a39c95301f619ca3e4cc3eb0f3.blob' from root:root to runner:runner
2025-08-20T20:37:05.4761323Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/94f78deb408d181ccea9da574d0e45ac32a98092.blob' from root:root to runner:runner
2025-08-20T20:37:05.4763097Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ff1c247d4312adb5b372c6d9ff93fa71846ca527.blob' from root:root to runner:runner
2025-08-20T20:37:05.4764852Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ac9ad5761637cd731abe1bf4a075fedda7bfc61f.blob' from root:root to runner:runner
2025-08-20T20:37:05.4766847Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a0c0340e495fa759c0b705dd46cee322aa0d80c8.blob' from root:root to runner:runner
2025-08-20T20:37:05.4768722Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/0dcc138981223171df13d35444c7aaee4b502c6f.blob' from root:root to runner:runner
2025-08-20T20:37:05.4770532Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a008cb19a57bd44a5a054fced38384b09c9243fc.blob' from root:root to runner:runner
2025-08-20T20:37:05.4772097Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1' from root:root to runner:runner
2025-08-20T20:37:05.4773437Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets' from root:root to runner:runner
2025-08-20T20:37:05.4774686Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.4775930Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/interrupt.rs' from root:root to runner:runner
2025-08-20T20:37:05.4777130Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests' from root:root to runner:runner
2025-08-20T20:37:05.4778354Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix' from root:root to runner:runner
2025-08-20T20:37:05.4779584Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.4781122Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.4782468Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.4783741Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.4784979Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/src' from root:root to runner:runner
2025-08-20T20:37:05.4786216Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.4787514Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/tests/hashtable.rs' from root:root to runner:runner
2025-08-20T20:37:05.4788935Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/tests' from root:root to runner:runner
2025-08-20T20:37:05.4790141Z [00:07:37.023]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable' from root:root to runner:runner
2025-08-20T20:37:05.4791526Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.4792707Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/general-tasks.md' from root:root to runner:runner
2025-08-20T20:37:05.4793926Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.4795145Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.4796389Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.4797657Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/walk/classify.rs' from root:root to runner:runner
2025-08-20T20:37:05.4799099Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/walk/readdir.rs' from root:root to runner:runner
2025-08-20T20:37:05.4800382Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/walk/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.4801648Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/walk/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4802867Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/walk' from root:root to runner:runner
2025-08-20T20:37:05.4804082Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/entry.rs' from root:root to runner:runner
2025-08-20T20:37:05.4805460Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.4806723Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src' from root:root to runner:runner
2025-08-20T20:37:05.4807919Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.4809291Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/walk_utils/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4810563Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/walk_utils' from root:root to runner:runner
2025-08-20T20:37:05.4811826Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/dir/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.4813079Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/dir/walk.rs' from root:root to runner:runner
2025-08-20T20:37:05.4814523Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/dir' from root:root to runner:runner
2025-08-20T20:37:05.4815868Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.4817304Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.4818802Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/fixtures/fifo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4820158Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/fixtures/many-symlinks.sh' from root:root to runner:runner
2025-08-20T20:37:05.4821502Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/fixtures/many.sh' from root:root to runner:runner
2025-08-20T20:37:05.4822772Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.4824008Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/dir_cwd.rs' from root:root to runner:runner
2025-08-20T20:37:05.4825210Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests' from root:root to runner:runner
2025-08-20T20:37:05.4826372Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir' from root:root to runner:runner
2025-08-20T20:37:05.4827546Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.4829105Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.4830407Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.4831650Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.4832948Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.4834233Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:05.4835450Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/fuzz' from root:root to runner:runner
2025-08-20T20:37:05.4836661Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.4837899Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/src/scheme.rs' from root:root to runner:runner
2025-08-20T20:37:05.4839470Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/src/expand_path.rs' from root:root to runner:runner
2025-08-20T20:37:05.4840727Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/src/impls.rs' from root:root to runner:runner
2025-08-20T20:37:05.4841956Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/src/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.4843177Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.4844372Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/src' from root:root to runner:runner
2025-08-20T20:37:05.4845567Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.4846926Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.4848447Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.4849881Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/make_baseline.sh' from root:root to runner:runner
2025-08-20T20:37:05.4851292Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/illegal-utf8.url' from root:root to runner:runner
2025-08-20T20:37:05.4852903Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/short-panic.url' from root:root to runner:runner
2025-08-20T20:37:05.4854374Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long2.url' from root:root to runner:runner
2025-08-20T20:37:05.4855811Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long-abort2.url' from root:root to runner:runner
2025-08-20T20:37:05.4857253Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long5.url' from root:root to runner:runner
2025-08-20T20:37:05.4858778Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long3.url' from root:root to runner:runner
2025-08-20T20:37:05.4860203Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long4.url' from root:root to runner:runner
2025-08-20T20:37:05.4861659Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long.url' from root:root to runner:runner
2025-08-20T20:37:05.4863425Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long-abort.url' from root:root to runner:runner
2025-08-20T20:37:05.4864919Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long6.url' from root:root to runner:runner
2025-08-20T20:37:05.4866279Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed' from root:root to runner:runner
2025-08-20T20:37:05.4867543Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.4868972Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/expand_path.rs' from root:root to runner:runner
2025-08-20T20:37:05.4870280Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/baseline.rs' from root:root to runner:runner
2025-08-20T20:37:05.4871560Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.4872829Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/fuzzed.rs' from root:root to runner:runner
2025-08-20T20:37:05.4874123Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/parse/http.rs' from root:root to runner:runner
2025-08-20T20:37:05.4875434Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/parse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4876750Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/parse/invalid.rs' from root:root to runner:runner
2025-08-20T20:37:05.4878357Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/parse/file.rs' from root:root to runner:runner
2025-08-20T20:37:05.4879751Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/parse/ssh.rs' from root:root to runner:runner
2025-08-20T20:37:05.4881032Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/parse' from root:root to runner:runner
2025-08-20T20:37:05.4882292Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.4883532Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url' from root:root to runner:runner
2025-08-20T20:37:05.4884718Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests' from root:root to runner:runner
2025-08-20T20:37:05.4885866Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url' from root:root to runner:runner
2025-08-20T20:37:05.4887251Z [00:07:37.024]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.4888567Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.4889860Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.4891110Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.4892358Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.4893598Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/error.rs' from root:root to runner:runner
2025-08-20T20:37:05.4894829Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.4896098Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/file/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.4897382Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/file/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.4898778Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/file/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4900032Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/file' from root:root to runner:runner
2025-08-20T20:37:05.4901426Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src' from root:root to runner:runner
2025-08-20T20:37:05.4902701Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.4904067Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/make_blame_two_roots_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4905506Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/make_blame_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4907059Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/generated-archives/make_blame_rename_tracking_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4908826Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.4910409Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/generated-archives/make_blame_two_roots_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.4912175Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.4913651Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/make_blame_rename_tracking_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.4915027Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.4916283Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/blame.rs' from root:root to runner:runner
2025-08-20T20:37:05.4917505Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests' from root:root to runner:runner
2025-08-20T20:37:05.4918825Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame' from root:root to runner:runner
2025-08-20T20:37:05.4920032Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.4921269Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.4922517Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.4923785Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/src/identity.rs' from root:root to runner:runner
2025-08-20T20:37:05.4925070Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/src/signature/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4926586Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/src/signature/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.4927934Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/src/signature' from root:root to runner:runner
2025-08-20T20:37:05.4929313Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.4930512Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/src' from root:root to runner:runner
2025-08-20T20:37:05.4931723Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.4932975Z [00:07:37.025]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/tests/actor.rs' from root:root to runner:runner
2025-08-20T20:37:05.4934257Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/tests/signature/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4935780Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/tests/signature' from root:root to runner:runner
2025-08-20T20:37:05.4937073Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/tests/identity/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4938450Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/tests/identity' from root:root to runner:runner
2025-08-20T20:37:05.4939724Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/tests' from root:root to runner:runner
2025-08-20T20:37:05.4940893Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor' from root:root to runner:runner
2025-08-20T20:37:05.4942036Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tasks.md' from root:root to runner:runner
2025-08-20T20:37:05.4943193Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/STABILITY.md' from root:root to runner:runner
2025-08-20T20:37:05.4944464Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.4945818Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.4947214Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.4948691Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/line/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.4950314Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/line/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.4951788Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/line/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4953138Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/line' from root:root to runner:runner
2025-08-20T20:37:05.4954530Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/encode/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.4955979Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/encode/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.4957402Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/encode/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4958981Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/encode' from root:root to runner:runner
2025-08-20T20:37:05.4960668Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.4962112Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.4963593Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/sidebands/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.4965130Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/sidebands/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.4966635Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/sidebands/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4968158Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/sidebands' from root:root to runner:runner
2025-08-20T20:37:05.4969616Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4970969Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read' from root:root to runner:runner
2025-08-20T20:37:05.4972306Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.4973688Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/write/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.4975392Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/write/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.4976867Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/write/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4978307Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/write' from root:root to runner:runner
2025-08-20T20:37:05.4979722Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.4981053Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src' from root:root to runner:runner
2025-08-20T20:37:05.4982374Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.4983671Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking' from root:root to runner:runner
2025-08-20T20:37:05.4985171Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.4986464Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.4987858Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/examples/invoke-git-credential.rs' from root:root to runner:runner
2025-08-20T20:37:05.4989421Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/examples/custom-helper.rs' from root:root to runner:runner
2025-08-20T20:37:05.4990847Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/examples/git-credential-lite.rs' from root:root to runner:runner
2025-08-20T20:37:05.4992188Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/examples' from root:root to runner:runner
2025-08-20T20:37:05.4993474Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.4994805Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/helper/cascade.rs' from root:root to runner:runner
2025-08-20T20:37:05.4996151Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/helper/invoke.rs' from root:root to runner:runner
2025-08-20T20:37:05.4997498Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/helper/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.4999119Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/helper' from root:root to runner:runner
2025-08-20T20:37:05.5000544Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/protocol/context/serde.rs' from root:root to runner:runner
2025-08-20T20:37:05.5001968Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/protocol/context/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5003356Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/protocol/context' from root:root to runner:runner
2025-08-20T20:37:05.5004703Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/protocol/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5006029Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/protocol' from root:root to runner:runner
2025-08-20T20:37:05.5007351Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/program/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.5008996Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/program/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5010306Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/program' from root:root to runner:runner
2025-08-20T20:37:05.5011591Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5012836Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src' from root:root to runner:runner
2025-08-20T20:37:05.5014092Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5015432Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/helper/cascade.rs' from root:root to runner:runner
2025-08-20T20:37:05.5016805Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/helper/invoke.rs' from root:root to runner:runner
2025-08-20T20:37:05.5018293Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/helper/context.rs' from root:root to runner:runner
2025-08-20T20:37:05.5019723Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/helper/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5021051Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/helper' from root:root to runner:runner
2025-08-20T20:37:05.5022421Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/password.sh' from root:root to runner:runner
2025-08-20T20:37:05.5024023Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/oauth-token.sh' from root:root to runner:runner
2025-08-20T20:37:05.5025517Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/custom-helper.sh' from root:root to runner:runner
2025-08-20T20:37:05.5026982Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/all-but-credentials.sh' from root:root to runner:runner
2025-08-20T20:37:05.5028509Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/url.sh' from root:root to runner:runner
2025-08-20T20:37:05.5029959Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/username.sh' from root:root to runner:runner
2025-08-20T20:37:05.5031375Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/last-pass.sh' from root:root to runner:runner
2025-08-20T20:37:05.5032778Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/expired.sh' from root:root to runner:runner
2025-08-20T20:37:05.5034362Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/fail.sh' from root:root to runner:runner
2025-08-20T20:37:05.5035756Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/reflect.sh' from root:root to runner:runner
2025-08-20T20:37:05.5037100Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5038630Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/protocol/context.rs' from root:root to runner:runner
2025-08-20T20:37:05.5040063Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/protocol/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5041395Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/protocol' from root:root to runner:runner
2025-08-20T20:37:05.5042807Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/program/from_custom_definition.rs' from root:root to runner:runner
2025-08-20T20:37:05.5044220Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/program/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5045556Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/program' from root:root to runner:runner
2025-08-20T20:37:05.5046887Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/credentials.rs' from root:root to runner:runner
2025-08-20T20:37:05.5048449Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests' from root:root to runner:runner
2025-08-20T20:37:05.5049741Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials' from root:root to runner:runner
2025-08-20T20:37:05.5050914Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.mailmap' from root:root to runner:runner
2025-08-20T20:37:05.5052115Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5053371Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5054653Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5055943Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/progress.rs' from root:root to runner:runner
2025-08-20T20:37:05.5057239Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/interrupt.rs' from root:root to runner:runner
2025-08-20T20:37:05.5058897Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/serial.rs' from root:root to runner:runner
2025-08-20T20:37:05.5060260Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/in_order.rs' from root:root to runner:runner
2025-08-20T20:37:05.5061676Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/in_parallel.rs' from root:root to runner:runner
2025-08-20T20:37:05.5063029Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/reduce.rs' from root:root to runner:runner
2025-08-20T20:37:05.5064392Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/eager_iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.5065737Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5067036Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel' from root:root to runner:runner
2025-08-20T20:37:05.5068389Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/threading.rs' from root:root to runner:runner
2025-08-20T20:37:05.5069735Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/hash.rs' from root:root to runner:runner
2025-08-20T20:37:05.5070979Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/io.rs' from root:root to runner:runner
2025-08-20T20:37:05.5072396Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/fs.rs' from root:root to runner:runner
2025-08-20T20:37:05.5073770Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/cache.rs' from root:root to runner:runner
2025-08-20T20:37:05.5075127Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/stream/deflate/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.5076552Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/stream/deflate/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5077932Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/stream/deflate' from root:root to runner:runner
2025-08-20T20:37:05.5079451Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/stream/inflate.rs' from root:root to runner:runner
2025-08-20T20:37:05.5080803Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/stream/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5082353Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/stream' from root:root to runner:runner
2025-08-20T20:37:05.5083644Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5084907Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib' from root:root to runner:runner
2025-08-20T20:37:05.5086148Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5087414Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.5088823Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src' from root:root to runner:runner
2025-08-20T20:37:05.5090065Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5091420Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/parallel_shared_threaded.rs' from root:root to runner:runner
2025-08-20T20:37:05.5092804Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/parallel_shared.rs' from root:root to runner:runner
2025-08-20T20:37:05.5094137Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/features.rs' from root:root to runner:runner
2025-08-20T20:37:05.5095497Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/parallel/in_order_iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.5097063Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/parallel/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5098578Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/parallel' from root:root to runner:runner
2025-08-20T20:37:05.5099939Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/trace/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5101236Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/trace' from root:root to runner:runner
2025-08-20T20:37:05.5102562Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/parallel_threaded.rs' from root:root to runner:runner
2025-08-20T20:37:05.5103880Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/pipe.rs' from root:root to runner:runner
2025-08-20T20:37:05.5105125Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests' from root:root to runner:runner
2025-08-20T20:37:05.5106524Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features' from root:root to runner:runner
2025-08-20T20:37:05.5107729Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5109166Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5110421Z [00:07:37.026]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/README.md' from root:root to runner:runner
2025-08-20T20:37:05.5111662Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5112939Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/decode/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5114229Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/decode/entries.rs' from root:root to runner:runner
2025-08-20T20:37:05.5115543Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/decode/header.rs' from root:root to runner:runner
2025-08-20T20:37:05.5116801Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/decode' from root:root to runner:runner
2025-08-20T20:37:05.5118093Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.5119433Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/access/sparse.rs' from root:root to runner:runner
2025-08-20T20:37:05.5120928Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/access/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5122245Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/access' from root:root to runner:runner
2025-08-20T20:37:05.5123474Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5124742Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/entry/stat.rs' from root:root to runner:runner
2025-08-20T20:37:05.5126020Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/entry/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5127324Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/entry/flags.rs' from root:root to runner:runner
2025-08-20T20:37:05.5128730Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/entry/mode.rs' from root:root to runner:runner
2025-08-20T20:37:05.5130041Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/entry/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5131510Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/entry' from root:root to runner:runner
2025-08-20T20:37:05.5132865Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/index_entry_offset_table.rs' from root:root to runner:runner
2025-08-20T20:37:05.5134253Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/sparse.rs' from root:root to runner:runner
2025-08-20T20:37:05.5135622Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/untracked_cache.rs' from root:root to runner:runner
2025-08-20T20:37:05.5136980Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/link.rs' from root:root to runner:runner
2025-08-20T20:37:05.5138475Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/resolve_undo.rs' from root:root to runner:runner
2025-08-20T20:37:05.5139910Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/tree/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5141263Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/tree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5142624Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/tree/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.5143985Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/tree/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.5145503Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/tree' from root:root to runner:runner
2025-08-20T20:37:05.5146890Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/fs_monitor.rs' from root:root to runner:runner
2025-08-20T20:37:05.5148303Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.5149925Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/end_of_index_entry/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5151365Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/end_of_index_entry/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5152799Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/end_of_index_entry/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.5154213Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/end_of_index_entry' from root:root to runner:runner
2025-08-20T20:37:05.5155557Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5156871Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.5158331Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension' from root:root to runner:runner
2025-08-20T20:37:05.5159624Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/fs.rs' from root:root to runner:runner
2025-08-20T20:37:05.5160901Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.5162133Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5163558Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/file/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.5164896Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/file/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5166161Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/file/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5167439Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/file/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.5168816Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/file' from root:root to runner:runner
2025-08-20T20:37:05.5170012Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src' from root:root to runner:runner
2025-08-20T20:37:05.5171221Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5172477Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5173952Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.5175272Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/entry/time.rs' from root:root to runner:runner
2025-08-20T20:37:05.5176612Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/entry/stat.rs' from root:root to runner:runner
2025-08-20T20:37:05.5177987Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/entry/mode.rs' from root:root to runner:runner
2025-08-20T20:37:05.5208277Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/entry/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5209895Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/entry' from root:root to runner:runner
2025-08-20T20:37:05.5211222Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/fs.rs' from root:root to runner:runner
2025-08-20T20:37:05.5212510Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5213811Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.5215143Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/file/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.5216805Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/file/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5218370Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/file/read.rs' from root:root to runner:runner
2025-08-20T20:37:05.5219750Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/file/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5221098Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/file/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.5222404Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/file' from root:root to runner:runner
2025-08-20T20:37:05.5223660Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index' from root:root to runner:runner
2025-08-20T20:37:05.5224924Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/integrate.rs' from root:root to runner:runner
2025-08-20T20:37:05.5226264Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/file_metadata.sh' from root:root to runner:runner
2025-08-20T20:37:05.5227981Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_sparse_index.tar' from root:root to runner:runner
2025-08-20T20:37:05.5229740Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_icase_name_clashes.tar' from root:root to runner:runner
2025-08-20T20:37:05.5231315Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_added_files.tar' from root:root to runner:runner
2025-08-20T20:37:05.5232873Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_deeper_tree.tar' from root:root to runner:runner
2025-08-20T20:37:05.5234495Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/make_traverse_literal_separators.tar' from root:root to runner:runner
2025-08-20T20:37:05.5236157Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_sparse_index_no_dirs.tar' from root:root to runner:runner
2025-08-20T20:37:05.5237727Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_more_files.tar' from root:root to runner:runner
2025-08-20T20:37:05.5239355Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2.tar' from root:root to runner:runner
2025-08-20T20:37:05.5240836Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5242513Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/V2_empty.tar' from root:root to runner:runner
2025-08-20T20:37:05.5244179Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_split_index_recursive.tar' from root:root to runner:runner
2025-08-20T20:37:05.5245776Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_split_index.tar' from root:root to runner:runner
2025-08-20T20:37:05.5247325Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_all_file_kinds.tar' from root:root to runner:runner
2025-08-20T20:37:05.5249099Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_skip_worktree.tar' from root:root to runner:runner
2025-08-20T20:37:05.5250689Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v4_more_files_IEOT.tar' from root:root to runner:runner
2025-08-20T20:37:05.5252487Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_split_vs_regular_index.tar' from root:root to runner:runner
2025-08-20T20:37:05.5254098Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_sparse_index_non_cone.tar' from root:root to runner:runner
2025-08-20T20:37:05.5255603Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.5257083Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/UNTR-with-oids.git-index' from root:root to runner:runner
2025-08-20T20:37:05.5258713Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/very-long-path.git-index' from root:root to runner:runner
2025-08-20T20:37:05.5260470Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/REUC.on-90d242d36e248acfae0033274b524bfa55a947fd.git-patch' from root:root to runner:runner
2025-08-20T20:37:05.5262141Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/UNTR.git-index' from root:root to runner:runner
2025-08-20T20:37:05.5263602Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/FSMN.git-index' from root:root to runner:runner
2025-08-20T20:37:05.5265087Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/skip_hash.git-index' from root:root to runner:runner
2025-08-20T20:37:05.5266812Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/ignore-case-realistic.git-index' from root:root to runner:runner
2025-08-20T20:37:05.5268603Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/conflicting-file.git-index' from root:root to runner:runner
2025-08-20T20:37:05.5270170Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/REUC.git-index' from root:root to runner:runner
2025-08-20T20:37:05.5271892Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/UNTR-with-oids.on-90d242d36e248acfae0033274b524bfa55a947fd.git-patch' from root:root to runner:runner
2025-08-20T20:37:05.5273605Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/extended-flags.git-index' from root:root to runner:runner
2025-08-20T20:37:05.5275052Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index' from root:root to runner:runner
2025-08-20T20:37:05.5276512Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_traverse_literal_separators.sh' from root:root to runner:runner
2025-08-20T20:37:05.5278372Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v3_added_files.sh' from root:root to runner:runner
2025-08-20T20:37:05.5279927Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v3_sparse_index_non_cone.sh' from root:root to runner:runner
2025-08-20T20:37:05.5281377Z [00:07:37.027]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2.sh' from root:root to runner:runner
2025-08-20T20:37:05.5282810Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_all_file_kinds.sh' from root:root to runner:runner
2025-08-20T20:37:05.5284288Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_deeper_tree.sh' from root:root to runner:runner
2025-08-20T20:37:05.5285732Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/V2_empty.sh' from root:root to runner:runner
2025-08-20T20:37:05.5287198Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_icase_name_clashes.sh' from root:root to runner:runner
2025-08-20T20:37:05.5288851Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_sparse_index_no_dirs.sh' from root:root to runner:runner
2025-08-20T20:37:05.5290411Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v4_more_files_IEOT.sh' from root:root to runner:runner
2025-08-20T20:37:05.5292065Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v3_sparse_index.sh' from root:root to runner:runner
2025-08-20T20:37:05.5293607Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v3_skip_worktree.sh' from root:root to runner:runner
2025-08-20T20:37:05.5295118Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_vs_regular_index.sh' from root:root to runner:runner
2025-08-20T20:37:05.5296656Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_index_recursive.sh' from root:root to runner:runner
2025-08-20T20:37:05.5298285Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_index.sh' from root:root to runner:runner
2025-08-20T20:37:05.5299814Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_more_files.sh' from root:root to runner:runner
2025-08-20T20:37:05.5301212Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index' from root:root to runner:runner
2025-08-20T20:37:05.5302705Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5303928Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests' from root:root to runner:runner
2025-08-20T20:37:05.5305103Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index' from root:root to runner:runner
2025-08-20T20:37:05.5306294Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5307525Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5308963Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5310216Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5311473Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src/file/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5312748Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src/file/index.rs' from root:root to runner:runner
2025-08-20T20:37:05.5314019Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src/file/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5315295Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src/file/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.5316688Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src/file' from root:root to runner:runner
2025-08-20T20:37:05.5317959Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src' from root:root to runner:runner
2025-08-20T20:37:05.5319409Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5320608Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk' from root:root to runner:runner
2025-08-20T20:37:05.5321789Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5323020Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5324239Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/README.md' from root:root to runner:runner
2025-08-20T20:37:05.5325468Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5326912Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/src/commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.5328293Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/src/file.rs' from root:root to runner:runner
2025-08-20T20:37:05.5329574Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5330803Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/src/acquire.rs' from root:root to runner:runner
2025-08-20T20:37:05.5332011Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/src' from root:root to runner:runner
2025-08-20T20:37:05.5333210Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5334466Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/tests/lock/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5335750Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/tests/lock/marker.rs' from root:root to runner:runner
2025-08-20T20:37:05.5337038Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/tests/lock/file.rs' from root:root to runner:runner
2025-08-20T20:37:05.5338373Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/tests/lock' from root:root to runner:runner
2025-08-20T20:37:05.5339653Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/tests/all.rs' from root:root to runner:runner
2025-08-20T20:37:05.5341047Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/tests' from root:root to runner:runner
2025-08-20T20:37:05.5342269Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock' from root:root to runner:runner
2025-08-20T20:37:05.5343453Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5344696Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5345952Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5347204Z [00:07:37.028]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/src/ansi_c.rs' from root:root to runner:runner
2025-08-20T20:37:05.5348543Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/src/single.rs' from root:root to runner:runner
2025-08-20T20:37:05.5349984Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5351185Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/src' from root:root to runner:runner
2025-08-20T20:37:05.5352397Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5353646Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/tests/quote.rs' from root:root to runner:runner
2025-08-20T20:37:05.5354864Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/tests' from root:root to runner:runner
2025-08-20T20:37:05.5356037Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote' from root:root to runner:runner
2025-08-20T20:37:05.5357252Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5358655Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5360024Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5361382Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5362761Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/fuzz/fuzz_targets/fuzz_file.rs' from root:root to runner:runner
2025-08-20T20:37:05.5364309Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:05.5365664Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/fuzz' from root:root to runner:runner
2025-08-20T20:37:05.5366940Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5368341Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.5369692Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.5371005Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.5372291Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5373788Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/file/commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.5375111Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/file/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.5376434Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/file/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5377757Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/file/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.5379225Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/file/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.5380531Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/file' from root:root to runner:runner
2025-08-20T20:37:05.5381773Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src' from root:root to runner:runner
2025-08-20T20:37:05.5383038Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5384361Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/access/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5385685Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/access' from root:root to runner:runner
2025-08-20T20:37:05.5387052Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/two_parents.sh' from root:root to runner:runner
2025-08-20T20:37:05.5388797Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generation_number_overflow.sh' from root:root to runner:runner
2025-08-20T20:37:05.5390481Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/octopus_merges.tar' from root:root to runner:runner
2025-08-20T20:37:05.5392094Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_commit.tar' from root:root to runner:runner
2025-08-20T20:37:05.5393691Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/two_parents.tar' from root:root to runner:runner
2025-08-20T20:37:05.5395333Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_parent_huge_dates.tar' from root:root to runner:runner
2025-08-20T20:37:05.5397007Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_commit_huge_dates.tar' from root:root to runner:runner
2025-08-20T20:37:05.5399115Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/generation_number_overflow.tar' from root:root to runner:runner
2025-08-20T20:37:05.5400797Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_parent.tar' from root:root to runner:runner
2025-08-20T20:37:05.5402332Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.5403825Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/single_commit_huge_dates.sh' from root:root to runner:runner
2025-08-20T20:37:05.5405319Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/octopus_merges.sh' from root:root to runner:runner
2025-08-20T20:37:05.5406755Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/split_chain.sh' from root:root to runner:runner
2025-08-20T20:37:05.5408274Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/single_commit.sh' from root:root to runner:runner
2025-08-20T20:37:05.5409776Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/single_parent.sh' from root:root to runner:runner
2025-08-20T20:37:05.5411159Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5412493Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/commitgraph.rs' from root:root to runner:runner
2025-08-20T20:37:05.5413965Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests' from root:root to runner:runner
2025-08-20T20:37:05.5415302Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph' from root:root to runner:runner
2025-08-20T20:37:05.5416537Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5417803Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5419208Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/README.md' from root:root to runner:runner
2025-08-20T20:37:05.5420485Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5421771Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5423293Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.5424625Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:05.5425882Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/fuzz' from root:root to runner:runner
2025-08-20T20:37:05.5427133Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5428627Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/merge_base/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.5430061Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/merge_base/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5431366Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/merge_base' from root:root to runner:runner
2025-08-20T20:37:05.5432666Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/describe.rs' from root:root to runner:runner
2025-08-20T20:37:05.5434001Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/spec/parse/delegate.rs' from root:root to runner:runner
2025-08-20T20:37:05.5435379Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/spec/parse/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.5436727Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/spec/parse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5438324Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/spec/parse' from root:root to runner:runner
2025-08-20T20:37:05.5439675Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/spec/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5440932Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/spec' from root:root to runner:runner
2025-08-20T20:37:05.5442176Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5443398Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src' from root:root to runner:runner
2025-08-20T20:37:05.5444631Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5445972Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/merge_base/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5447552Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/merge_base' from root:root to runner:runner
2025-08-20T20:37:05.5449036Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.5450443Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/describe/format.rs' from root:root to runner:runner
2025-08-20T20:37:05.5451860Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/describe/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5453236Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/describe' from root:root to runner:runner
2025-08-20T20:37:05.5454627Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/display.rs' from root:root to runner:runner
2025-08-20T20:37:05.5456108Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/describe.rs' from root:root to runner:runner
2025-08-20T20:37:05.5457645Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/at_symbol.rs' from root:root to runner:runner
2025-08-20T20:37:05.5459312Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/hash.rs' from root:root to runner:runner
2025-08-20T20:37:05.5460911Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/colon_symbol.rs' from root:root to runner:runner
2025-08-20T20:37:05.5462658Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/refnames.rs' from root:root to runner:runner
2025-08-20T20:37:05.5464233Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5465695Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor' from root:root to runner:runner
2025-08-20T20:37:05.5467139Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/kind.rs' from root:root to runner:runner
2025-08-20T20:37:05.5468683Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5470245Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/caret_symbol.rs' from root:root to runner:runner
2025-08-20T20:37:05.5471822Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/colon_symbol.rs' from root:root to runner:runner
2025-08-20T20:37:05.5473591Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/tilde_symbol.rs' from root:root to runner:runner
2025-08-20T20:37:05.5475144Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5476617Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate' from root:root to runner:runner
2025-08-20T20:37:05.5478104Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse' from root:root to runner:runner
2025-08-20T20:37:05.5479550Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5480899Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec' from root:root to runner:runner
2025-08-20T20:37:05.5482208Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision' from root:root to runner:runner
2025-08-20T20:37:05.5483588Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/make_merge_base_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.5485150Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/generated-archives/make_merge_base_repos.tar' from root:root to runner:runner
2025-08-20T20:37:05.5486790Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/generated-archives/make_repo_with_branches.tar' from root:root to runner:runner
2025-08-20T20:37:05.5488674Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/generated-archives/merge_base_octopus_repos.tar' from root:root to runner:runner
2025-08-20T20:37:05.5490255Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.5491728Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/make_repo_with_branches.sh' from root:root to runner:runner
2025-08-20T20:37:05.5493212Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/merge_base_octopus_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.5494600Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5495843Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests' from root:root to runner:runner
2025-08-20T20:37:05.5497274Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision' from root:root to runner:runner
2025-08-20T20:37:05.5498577Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/crate-status.md' from root:root to runner:runner
2025-08-20T20:37:05.5499904Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.devcontainer/devcontainer.json' from root:root to runner:runner
2025-08-20T20:37:05.5501200Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.devcontainer/Dockerfile' from root:root to runner:runner
2025-08-20T20:37:05.5502410Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.devcontainer' from root:root to runner:runner
2025-08-20T20:37:05.5503625Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5504865Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5506129Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5507380Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/src/momo.rs' from root:root to runner:runner
2025-08-20T20:37:05.5508717Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5509951Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/src' from root:root to runner:runner
2025-08-20T20:37:05.5511163Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5512678Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo/ux/error_on_struct.rs' from root:root to runner:runner
2025-08-20T20:37:05.5514178Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo/ux/error_if_ineffective.stderr' from root:root to runner:runner
2025-08-20T20:37:05.5515628Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo/ux/error_if_ineffective.rs' from root:root to runner:runner
2025-08-20T20:37:05.5517059Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo/ux/error_on_struct.stderr' from root:root to runner:runner
2025-08-20T20:37:05.5518515Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo/ux' from root:root to runner:runner
2025-08-20T20:37:05.5519843Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5520483Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo' from root:root to runner:runner
2025-08-20T20:37:05.5521394Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/macros.rs' from root:root to runner:runner
2025-08-20T20:37:05.5522034Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests' from root:root to runner:runner
2025-08-20T20:37:05.5522630Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros' from root:root to runner:runner
2025-08-20T20:37:05.5523281Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5523945Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5524609Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5525296Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/repository.rs' from root:root to runner:runner
2025-08-20T20:37:05.5525935Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/is.rs' from root:root to runner:runner
2025-08-20T20:37:05.5526628Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/upwards/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.5527325Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/upwards/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.5528007Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/upwards/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5528937Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/upwards' from root:root to runner:runner
2025-08-20T20:37:05.5529696Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/path.rs' from root:root to runner:runner
2025-08-20T20:37:05.5530381Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.5531030Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5531661Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src' from root:root to runner:runner
2025-08-20T20:37:05.5532312Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5533088Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/upwards/ceiling_dirs.rs' from root:root to runner:runner
2025-08-20T20:37:05.5533995Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/upwards/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5534707Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/upwards' from root:root to runner:runner
2025-08-20T20:37:05.5535405Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.5536106Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/path.rs' from root:root to runner:runner
2025-08-20T20:37:05.5536812Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.5537514Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/is_git.rs' from root:root to runner:runner
2025-08-20T20:37:05.5538293Z [00:07:37.030]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover' from root:root to runner:runner
2025-08-20T20:37:05.5539106Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/make_exfat_repo_darwin.sh' from root:root to runner:runner
2025-08-20T20:37:05.5539951Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/generated-archives/make_submodules.tar' from root:root to runner:runner
2025-08-20T20:37:05.5540741Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5541734Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/generated-archives/make_reftable_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.5542602Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/generated-archives/make_exfat_repo_darwin.tar' from root:root to runner:runner
2025-08-20T20:37:05.5543352Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.5544101Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/make_basic_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.5544850Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/make_submodules.sh' from root:root to runner:runner
2025-08-20T20:37:05.5545607Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/make_reftable_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.5546271Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5547079Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/isolated.rs' from root:root to runner:runner
2025-08-20T20:37:05.5547718Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests' from root:root to runner:runner
2025-08-20T20:37:05.5548412Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover' from root:root to runner:runner
2025-08-20T20:37:05.5549045Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:37:05.5549699Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5550356Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5551028Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5551706Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/src/reference.rs' from root:root to runner:runner
2025-08-20T20:37:05.5552357Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/src/path.rs' from root:root to runner:runner
2025-08-20T20:37:05.5553039Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/src/submodule.rs' from root:root to runner:runner
2025-08-20T20:37:05.5553683Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5554541Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/src/tag.rs' from root:root to runner:runner
2025-08-20T20:37:05.5555249Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/src' from root:root to runner:runner
2025-08-20T20:37:05.5555919Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5556593Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/tag/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5557239Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/tag' from root:root to runner:runner
2025-08-20T20:37:05.5557922Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/path/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5558705Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/path' from root:root to runner:runner
2025-08-20T20:37:05.5559630Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/reference/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5560305Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/reference' from root:root to runner:runner
2025-08-20T20:37:05.5561040Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/validate.rs' from root:root to runner:runner
2025-08-20T20:37:05.5561740Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/submodule/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5562421Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/submodule' from root:root to runner:runner
2025-08-20T20:37:05.5563053Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests' from root:root to runner:runner
2025-08-20T20:37:05.5563663Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate' from root:root to runner:runner
2025-08-20T20:37:05.5564295Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5564931Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5565590Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5566231Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/traits.rs' from root:root to runner:runner
2025-08-20T20:37:05.5567075Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/loose/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5567788Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/loose/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.5568578Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/loose/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.5569318Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/loose/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5570032Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/loose/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.5570705Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/loose' from root:root to runner:runner
2025-08-20T20:37:05.5571375Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5572277Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/load_index.rs' from root:root to runner:runner
2025-08-20T20:37:05.5573006Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/structure.rs' from root:root to runner:runner
2025-08-20T20:37:05.5573727Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/prefix.rs' from root:root to runner:runner
2025-08-20T20:37:05.5574442Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/handle.rs' from root:root to runner:runner
2025-08-20T20:37:05.5575150Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.5575863Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5576571Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.5577299Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/load_one.rs' from root:root to runner:runner
2025-08-20T20:37:05.5578100Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.5578822Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.5579692Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/metrics.rs' from root:root to runner:runner
2025-08-20T20:37:05.5580457Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5581181Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.5581902Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.5582624Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/header.rs' from root:root to runner:runner
2025-08-20T20:37:05.5583300Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic' from root:root to runner:runner
2025-08-20T20:37:05.5583946Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls' from root:root to runner:runner
2025-08-20T20:37:05.5584741Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/alternate/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.5585412Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/alternate/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5586057Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/alternate' from root:root to runner:runner
2025-08-20T20:37:05.5586687Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.5587323Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/cache.rs' from root:root to runner:runner
2025-08-20T20:37:05.5587969Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/memory.rs' from root:root to runner:runner
2025-08-20T20:37:05.5588721Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/sink.rs' from root:root to runner:runner
2025-08-20T20:37:05.5589361Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5589969Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src' from root:root to runner:runner
2025-08-20T20:37:05.5590607Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5591259Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5592065Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/sink/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5592716Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/sink' from root:root to runner:runner
2025-08-20T20:37:05.5593392Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/find/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5594036Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/find' from root:root to runner:runner
2025-08-20T20:37:05.5594722Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/store/loose.rs' from root:root to runner:runner
2025-08-20T20:37:05.5595414Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/store/linked.rs' from root:root to runner:runner
2025-08-20T20:37:05.5596112Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/store/compound.rs' from root:root to runner:runner
2025-08-20T20:37:05.5596800Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/store/dynamic.rs' from root:root to runner:runner
2025-08-20T20:37:05.5597624Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/store/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5598366Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/store' from root:root to runner:runner
2025-08-20T20:37:05.5599096Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/alternate/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5599760Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/alternate' from root:root to runner:runner
2025-08-20T20:37:05.5600461Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/regression/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5601132Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/regression' from root:root to runner:runner
2025-08-20T20:37:05.5601815Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/header/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5602466Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/header' from root:root to runner:runner
2025-08-20T20:37:05.5603118Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5603782Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/memory.rs' from root:root to runner:runner
2025-08-20T20:37:05.5604549Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb' from root:root to runner:runner
2025-08-20T20:37:05.5605226Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/integrate.rs' from root:root to runner:runner
2025-08-20T20:37:05.5605998Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/config' from root:root to runner:runner
2025-08-20T20:37:05.5607007Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/216edf2f7a671742705e6ca8a639daacfcf91217.idx' from root:root to runner:runner
2025-08-20T20:37:05.5608100Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/09a90be3fe6db2b49e35858c529e4b9c687b9a08.pack' from root:root to runner:runner
2025-08-20T20:37:05.5609137Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/09a90be3fe6db2b49e35858c529e4b9c687b9a08.idx' from root:root to runner:runner
2025-08-20T20:37:05.5610339Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/216edf2f7a671742705e6ca8a639daacfcf91217.pack' from root:root to runner:runner
2025-08-20T20:37:05.5611146Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack' from root:root to runner:runner
2025-08-20T20:37:05.5611918Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects' from root:root to runner:runner
2025-08-20T20:37:05.5612709Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/info/exclude' from root:root to runner:runner
2025-08-20T20:37:05.5613469Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/info' from root:root to runner:runner
2025-08-20T20:37:05.5614256Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/description' from root:root to runner:runner
2025-08-20T20:37:05.5615019Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/HEAD' from root:root to runner:runner
2025-08-20T20:37:05.5615821Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/refs/heads/next' from root:root to runner:runner
2025-08-20T20:37:05.5616606Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/refs/heads' from root:root to runner:runner
2025-08-20T20:37:05.5617358Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/refs' from root:root to runner:runner
2025-08-20T20:37:05.5618333Z [00:07:37.031]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git' from root:root to runner:runner
2025-08-20T20:37:05.5619066Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos' from root:root to runner:runner
2025-08-20T20:37:05.5619900Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/generated-archives/make_replaced_history.tar' from root:root to runner:runner
2025-08-20T20:37:05.5620732Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/generated-archives/make_repo_multi_index.tar' from root:root to runner:runner
2025-08-20T20:37:05.5621509Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5622230Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.5622980Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repo_with_loose_objects.sh' from root:root to runner:runner
2025-08-20T20:37:05.5623862Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/make_alternates_odb.sh' from root:root to runner:runner
2025-08-20T20:37:05.5624744Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/37/d4e6c5c48ba0d245164c4e10d5f41140cab980' from root:root to runner:runner
2025-08-20T20:37:05.5625439Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/37' from root:root to runner:runner
2025-08-20T20:37:05.5626309Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/6b/a2a0ded519f737fd5b8d5ccfb141125ef3176f' from root:root to runner:runner
2025-08-20T20:37:05.5627010Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/6b' from root:root to runner:runner
2025-08-20T20:37:05.5627936Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx' from root:root to runner:runner
2025-08-20T20:37:05.5629028Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack' from root:root to runner:runner
2025-08-20T20:37:05.5629962Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' from root:root to runner:runner
2025-08-20T20:37:05.5630900Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' from root:root to runner:runner
2025-08-20T20:37:05.5631982Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' from root:root to runner:runner
2025-08-20T20:37:05.5632976Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' from root:root to runner:runner
2025-08-20T20:37:05.5633696Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack' from root:root to runner:runner
2025-08-20T20:37:05.5634570Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/a7/06d7cd20fc8ce71489f34b50cf01011c104193' from root:root to runner:runner
2025-08-20T20:37:05.5635271Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/a7' from root:root to runner:runner
2025-08-20T20:37:05.5636142Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/59/5dfd62fc1ad283d61bb47a24e7a1f66398f84d' from root:root to runner:runner
2025-08-20T20:37:05.5636999Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/59' from root:root to runner:runner
2025-08-20T20:37:05.5637875Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/72/2fe60ad4f0276d5a8121970b5bb9dccdad4ef9' from root:root to runner:runner
2025-08-20T20:37:05.5638680Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/72' from root:root to runner:runner
2025-08-20T20:37:05.5639568Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/ff/a700b4aca13b80cb6b98a078e7c96804f8e0ec' from root:root to runner:runner
2025-08-20T20:37:05.5640264Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/ff' from root:root to runner:runner
2025-08-20T20:37:05.5641130Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/96/ae868b3539f551c88fd5f02394d022581b11b0' from root:root to runner:runner
2025-08-20T20:37:05.5641828Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/96' from root:root to runner:runner
2025-08-20T20:37:05.5642506Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects' from root:root to runner:runner
2025-08-20T20:37:05.5643254Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/make_replaced_history.sh' from root:root to runner:runner
2025-08-20T20:37:05.5643994Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/make_repo_multi_index.sh' from root:root to runner:runner
2025-08-20T20:37:05.5644781Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5645397Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests' from root:root to runner:runner
2025-08-20T20:37:05.5645982Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb' from root:root to runner:runner
2025-08-20T20:37:05.5646632Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5647275Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5647919Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/README.md' from root:root to runner:runner
2025-08-20T20:37:05.5648756Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/examples/use-askpass.rs' from root:root to runner:runner
2025-08-20T20:37:05.5649473Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/examples/credentials.rs' from root:root to runner:runner
2025-08-20T20:37:05.5650339Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/examples/askpass.rs' from root:root to runner:runner
2025-08-20T20:37:05.5650989Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/examples' from root:root to runner:runner
2025-08-20T20:37:05.5651647Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5652292Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/src/unix.rs' from root:root to runner:runner
2025-08-20T20:37:05.5652946Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/src/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.5653578Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5654200Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/src' from root:root to runner:runner
2025-08-20T20:37:05.5654841Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5655530Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/tests/options/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5656185Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/tests/options' from root:root to runner:runner
2025-08-20T20:37:05.5656846Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/tests/prompt.rs' from root:root to runner:runner
2025-08-20T20:37:05.5657649Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/tests' from root:root to runner:runner
2025-08-20T20:37:05.5658385Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt' from root:root to runner:runner
2025-08-20T20:37:05.5659114Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5659791Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5660488Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5661213Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5661970Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/fuzz/fuzz_targets/fuzz_value.dict' from root:root to runner:runner
2025-08-20T20:37:05.5662902Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/fuzz/fuzz_targets/fuzz_value.rs' from root:root to runner:runner
2025-08-20T20:37:05.5663618Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:05.5664257Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/fuzz' from root:root to runner:runner
2025-08-20T20:37:05.5664941Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5665625Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/boolean.rs' from root:root to runner:runner
2025-08-20T20:37:05.5666298Z [00:07:37.032]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/color.rs' from root:root to runner:runner
2025-08-20T20:37:05.5666978Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/path.rs' from root:root to runner:runner
2025-08-20T20:37:05.5667665Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/integer.rs' from root:root to runner:runner
2025-08-20T20:37:05.5668431Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.5669130Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5669907Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src' from root:root to runner:runner
2025-08-20T20:37:05.5670628Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5671351Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests/value/boolean.rs' from root:root to runner:runner
2025-08-20T20:37:05.5672069Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests/value/color.rs' from root:root to runner:runner
2025-08-20T20:37:05.5672771Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests/value/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.5673484Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests/value/path.rs' from root:root to runner:runner
2025-08-20T20:37:05.5674195Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests/value/integer.rs' from root:root to runner:runner
2025-08-20T20:37:05.5674864Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests/value' from root:root to runner:runner
2025-08-20T20:37:05.5675704Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests' from root:root to runner:runner
2025-08-20T20:37:05.5676350Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value' from root:root to runner:runner
2025-08-20T20:37:05.5676958Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T20:37:05.5677589Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tui/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5678348Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tui/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5679059Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tui/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5679706Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tui/src/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.5680309Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tui/src' from root:root to runner:runner
2025-08-20T20:37:05.5680944Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tui/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5681533Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tui' from root:root to runner:runner
2025-08-20T20:37:05.5682163Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5682932Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5683642Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5684304Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/src/permission.rs' from root:root to runner:runner
2025-08-20T20:37:05.5684958Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/src/identity.rs' from root:root to runner:runner
2025-08-20T20:37:05.5685625Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/src/trust.rs' from root:root to runner:runner
2025-08-20T20:37:05.5686255Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5686860Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/src' from root:root to runner:runner
2025-08-20T20:37:05.5687656Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5688443Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/tests/sec/identity.rs' from root:root to runner:runner
2025-08-20T20:37:05.5689163Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/tests/sec/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.5689789Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/tests/sec' from root:root to runner:runner
2025-08-20T20:37:05.5690399Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/tests' from root:root to runner:runner
2025-08-20T20:37:05.5690990Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec' from root:root to runner:runner
2025-08-20T20:37:05.5691625Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5692268Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5692917Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5693546Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5694160Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/src' from root:root to runner:runner
2025-08-20T20:37:05.5694798Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5695602Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests/fsck.rs' from root:root to runner:runner
2025-08-20T20:37:05.5696341Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests/connectivity/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5697025Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests/connectivity' from root:root to runner:runner
2025-08-20T20:37:05.5697804Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5698639Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.5699423Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests/fixtures/make_test_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.5700087Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5700875Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests' from root:root to runner:runner
2025-08-20T20:37:05.5701473Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck' from root:root to runner:runner
2025-08-20T20:37:05.5702122Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5702777Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5703443Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5704127Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/src/graph/commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.5704798Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/src/graph/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5705439Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/src/graph' from root:root to runner:runner
2025-08-20T20:37:05.5706086Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/src/queue.rs' from root:root to runner:runner
2025-08-20T20:37:05.5706735Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5707356Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/src' from root:root to runner:runner
2025-08-20T20:37:05.5708216Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5708964Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/tests/revwalk.rs' from root:root to runner:runner
2025-08-20T20:37:05.5709596Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/tests' from root:root to runner:runner
2025-08-20T20:37:05.5710213Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk' from root:root to runner:runner
2025-08-20T20:37:05.5710825Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T20:37:05.5711423Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/build.rs' from root:root to runner:runner
2025-08-20T20:37:05.5712027Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T20:37:05.5712845Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/DEVELOPMENT.md' from root:root to runner:runner
2025-08-20T20:37:05.5713502Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-shallow/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5714162Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-shallow/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5714827Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-shallow/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5715466Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-shallow/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5716093Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-shallow/src' from root:root to runner:runner
2025-08-20T20:37:05.5716738Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-shallow/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5717434Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-shallow' from root:root to runner:runner
2025-08-20T20:37:05.5718195Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5718885Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5719554Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5720207Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.5720865Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/entry.rs' from root:root to runner:runner
2025-08-20T20:37:05.5721573Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/snapshot/signature.rs' from root:root to runner:runner
2025-08-20T20:37:05.5722410Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/snapshot/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.5723092Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/snapshot/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5723789Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/snapshot/entry.rs' from root:root to runner:runner
2025-08-20T20:37:05.5724441Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/snapshot' from root:root to runner:runner
2025-08-20T20:37:05.5725083Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5725704Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src' from root:root to runner:runner
2025-08-20T20:37:05.5726354Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5727081Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/fixtures/overwrite.txt' from root:root to runner:runner
2025-08-20T20:37:05.5727792Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/fixtures/typical.txt' from root:root to runner:runner
2025-08-20T20:37:05.5728596Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/fixtures/invalid.txt' from root:root to runner:runner
2025-08-20T20:37:05.5729304Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5730104Z [00:07:37.033]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/mailmap.rs' from root:root to runner:runner
2025-08-20T20:37:05.5730886Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/parse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5731552Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/parse' from root:root to runner:runner
2025-08-20T20:37:05.5732258Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/snapshot/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5732926Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/snapshot' from root:root to runner:runner
2025-08-20T20:37:05.5733557Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests' from root:root to runner:runner
2025-08-20T20:37:05.5734161Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap' from root:root to runner:runner
2025-08-20T20:37:05.5734996Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5735644Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5736302Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5736975Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/blob/platform.rs' from root:root to runner:runner
2025-08-20T20:37:05.5737651Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/blob/pipeline.rs' from root:root to runner:runner
2025-08-20T20:37:05.5738449Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/blob/unified_diff.rs' from root:root to runner:runner
2025-08-20T20:37:05.5739151Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/blob/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5739787Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/blob' from root:root to runner:runner
2025-08-20T20:37:05.5740499Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree_with_rewrites/change.rs' from root:root to runner:runner
2025-08-20T20:37:05.5741227Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree_with_rewrites/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.5741927Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree_with_rewrites/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5742739Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree_with_rewrites' from root:root to runner:runner
2025-08-20T20:37:05.5743432Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/rewrites/tracker.rs' from root:root to runner:runner
2025-08-20T20:37:05.5744105Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/rewrites/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5744750Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/rewrites' from root:root to runner:runner
2025-08-20T20:37:05.5745421Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/index/change.rs' from root:root to runner:runner
2025-08-20T20:37:05.5746103Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/index/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.5746753Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/index/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5747639Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/index' from root:root to runner:runner
2025-08-20T20:37:05.5748409Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree/visit.rs' from root:root to runner:runner
2025-08-20T20:37:05.5749175Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree/recorder.rs' from root:root to runner:runner
2025-08-20T20:37:05.5749853Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.5750508Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5751136Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree' from root:root to runner:runner
2025-08-20T20:37:05.5751767Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5752381Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src' from root:root to runner:runner
2025-08-20T20:37:05.5753015Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5753672Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5754490Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_diff_repo_a.tar' from root:root to runner:runner
2025-08-20T20:37:05.5755436Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_diff_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.5756264Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_blob_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.5757123Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_diff_for_rewrites_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.5757861Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.5758805Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/make_diff_for_rewrites_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.5759572Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/make_diff_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.5760291Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/make_blob_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.5761207Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5761890Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/tree.rs' from root:root to runner:runner
2025-08-20T20:37:05.5762602Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/blob/platform.rs' from root:root to runner:runner
2025-08-20T20:37:05.5763300Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/blob/pipeline.rs' from root:root to runner:runner
2025-08-20T20:37:05.5764026Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/blob/unified_diff.rs' from root:root to runner:runner
2025-08-20T20:37:05.5764708Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/blob/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5765362Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/blob' from root:root to runner:runner
2025-08-20T20:37:05.5766077Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/rewrites/tracker.rs' from root:root to runner:runner
2025-08-20T20:37:05.5766771Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/rewrites/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5767451Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/rewrites' from root:root to runner:runner
2025-08-20T20:37:05.5768415Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/tree_with_rewrites.rs' from root:root to runner:runner
2025-08-20T20:37:05.5769175Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.5769848Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/index.rs' from root:root to runner:runner
2025-08-20T20:37:05.5770494Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff' from root:root to runner:runner
2025-08-20T20:37:05.5771106Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests' from root:root to runner:runner
2025-08-20T20:37:05.5771700Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff' from root:root to runner:runner
2025-08-20T20:37:05.5772343Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5772995Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5773851Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5774510Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/src/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5775161Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5775778Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/src' from root:root to runner:runner
2025-08-20T20:37:05.5776429Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5777101Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/tests/archive.rs' from root:root to runner:runner
2025-08-20T20:37:05.5777893Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5778809Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.5779531Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/tests/fixtures/basic.sh' from root:root to runner:runner
2025-08-20T20:37:05.5780205Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5780828Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/tests' from root:root to runner:runner
2025-08-20T20:37:05.5781570Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive' from root:root to runner:runner
2025-08-20T20:37:05.5782279Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5782947Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5783590Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/README.md' from root:root to runner:runner
2025-08-20T20:37:05.5784349Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/examples/try-deadlock-on-cleanup.rs' from root:root to runner:runner
2025-08-20T20:37:05.5785181Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/examples/delete-tempfiles-on-sigterm-interactive.rs' from root:root to runner:runner
2025-08-20T20:37:05.5785953Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/examples/delete-tempfiles-on-sigterm.rs' from root:root to runner:runner
2025-08-20T20:37:05.5786740Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/examples' from root:root to runner:runner
2025-08-20T20:37:05.5787413Z [00:07:37.034]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5788181Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/src/signal.rs' from root:root to runner:runner
2025-08-20T20:37:05.5788915Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/src/handle.rs' from root:root to runner:runner
2025-08-20T20:37:05.5789604Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/src/registry.rs' from root:root to runner:runner
2025-08-20T20:37:05.5790276Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/src/forksafe.rs' from root:root to runner:runner
2025-08-20T20:37:05.5790925Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5791549Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/src' from root:root to runner:runner
2025-08-20T20:37:05.5792199Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5792884Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/tests/registry.rs' from root:root to runner:runner
2025-08-20T20:37:05.5793592Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/tests/tempfile/handle.rs' from root:root to runner:runner
2025-08-20T20:37:05.5794415Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/tests/tempfile/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5795126Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/tests/tempfile' from root:root to runner:runner
2025-08-20T20:37:05.5795807Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/tests/all.rs' from root:root to runner:runner
2025-08-20T20:37:05.5796439Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/tests' from root:root to runner:runner
2025-08-20T20:37:05.5797052Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile' from root:root to runner:runner
2025-08-20T20:37:05.5797697Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/rustfmt-nightly.toml' from root:root to runner:runner
2025-08-20T20:37:05.5798429Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5799235Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5799892Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5800549Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/src/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.5801199Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/src/search.rs' from root:root to runner:runner
2025-08-20T20:37:05.5801840Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5802464Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/src' from root:root to runner:runner
2025-08-20T20:37:05.5803109Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5803894Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5804633Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.5805464Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/make_global_and_external_and_dir_ignores.sh' from root:root to runner:runner
2025-08-20T20:37:05.5806328Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/ignore/various.txt' from root:root to runner:runner
2025-08-20T20:37:05.5807167Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/ignore/precious.txt' from root:root to runner:runner
2025-08-20T20:37:05.5807862Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/ignore' from root:root to runner:runner
2025-08-20T20:37:05.5808820Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/attributes/various.txt' from root:root to runner:runner
2025-08-20T20:37:05.5809578Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/attributes' from root:root to runner:runner
2025-08-20T20:37:05.5810240Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5810926Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/ignore/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.5811608Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/ignore/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.5812530Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/ignore/search.rs' from root:root to runner:runner
2025-08-20T20:37:05.5813210Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/ignore' from root:root to runner:runner
2025-08-20T20:37:05.5813833Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests' from root:root to runner:runner
2025-08-20T20:37:05.5814430Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore' from root:root to runner:runner
2025-08-20T20:37:05.5815060Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/examples/log.rs' from root:root to runner:runner
2025-08-20T20:37:05.5815698Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/examples/ls-tree.rs' from root:root to runner:runner
2025-08-20T20:37:05.5816292Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T20:37:05.5816895Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5817523Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-note/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5818282Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-note/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5818978Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-note/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5819762Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-note/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5820406Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-note/src' from root:root to runner:runner
2025-08-20T20:37:05.5821046Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-note/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5821645Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-note' from root:root to runner:runner
2025-08-20T20:37:05.5822273Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T20:37:05.5822924Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T20:37:05.5823571Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T20:37:05.5824440Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/workflows/cron.yml' from root:root to runner:runner
2025-08-20T20:37:05.5825115Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T20:37:05.5825792Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/workflows/cifuzz.yml' from root:root to runner:runner
2025-08-20T20:37:05.5826414Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:37:05.5827114Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yml' from root:root to runner:runner
2025-08-20T20:37:05.5827844Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.yml' from root:root to runner:runner
2025-08-20T20:37:05.5828590Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T20:37:05.5829233Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:37:05.5829891Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5830568Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5831245Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5832071Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/line/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.5832893Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/line/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.5833589Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/line/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5834250Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/line' from root:root to runner:runner
2025-08-20T20:37:05.5834953Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/encode/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.5835677Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/encode/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.5836361Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/encode/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5837219Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/encode' from root:root to runner:runner
2025-08-20T20:37:05.5837924Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.5838794Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.5839555Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/sidebands/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.5840313Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/sidebands/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.5841041Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/sidebands/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5841735Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/sidebands' from root:root to runner:runner
2025-08-20T20:37:05.5842417Z [00:07:37.035]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5843061Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read' from root:root to runner:runner
2025-08-20T20:37:05.5843729Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5844429Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/write/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.5845275Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/write/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.5846038Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/write/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5846713Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/write' from root:root to runner:runner
2025-08-20T20:37:05.5847385Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.5848112Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src' from root:root to runner:runner
2025-08-20T20:37:05.5848871Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5849574Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/decode/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5850505Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/decode' from root:root to runner:runner
2025-08-20T20:37:05.5851288Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v2/clone.all-received' from root:root to runner:runner
2025-08-20T20:37:05.5852055Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v2/clone.all-sent' from root:root to runner:runner
2025-08-20T20:37:05.5852742Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v2' from root:root to runner:runner
2025-08-20T20:37:05.5853567Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1/fetch/01-many-refs.request' from root:root to runner:runner
2025-08-20T20:37:05.5854375Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1/fetch/01-many-refs.response' from root:root to runner:runner
2025-08-20T20:37:05.5855093Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1/fetch' from root:root to runner:runner
2025-08-20T20:37:05.5855886Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1/01-clone.combined-output' from root:root to runner:runner
2025-08-20T20:37:05.5856624Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1/01.request' from root:root to runner:runner
2025-08-20T20:37:05.5857459Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1/01-clone.combined-output-no-binary' from root:root to runner:runner
2025-08-20T20:37:05.5858382Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1' from root:root to runner:runner
2025-08-20T20:37:05.5859131Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5859861Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/async-packetline.rs' from root:root to runner:runner
2025-08-20T20:37:05.5860567Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/encode/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5861287Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/encode' from root:root to runner:runner
2025-08-20T20:37:05.5862022Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/blocking-packetline.rs' from root:root to runner:runner
2025-08-20T20:37:05.5862713Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/read/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5863568Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/read/sideband.rs' from root:root to runner:runner
2025-08-20T20:37:05.5864229Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/read' from root:root to runner:runner
2025-08-20T20:37:05.5864926Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/write/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5865591Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/write' from root:root to runner:runner
2025-08-20T20:37:05.5866239Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests' from root:root to runner:runner
2025-08-20T20:37:05.5866848Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline' from root:root to runner:runner
2025-08-20T20:37:05.5867496Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5868239Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5868926Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/README.md' from root:root to runner:runner
2025-08-20T20:37:05.5869604Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5870269Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5871117Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.5871855Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:05.5872487Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/fuzz' from root:root to runner:runner
2025-08-20T20:37:05.5873156Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5873841Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/instruction.rs' from root:root to runner:runner
2025-08-20T20:37:05.5874498Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.5875152Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5875956Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.5876656Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/match_group/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.5877367Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/match_group/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.5878146Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/match_group/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5878904Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/match_group/validate.rs' from root:root to runner:runner
2025-08-20T20:37:05.5879574Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/match_group' from root:root to runner:runner
2025-08-20T20:37:05.5880220Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5880867Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/spec.rs' from root:root to runner:runner
2025-08-20T20:37:05.5881490Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src' from root:root to runner:runner
2025-08-20T20:37:05.5882140Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5882966Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/generated-archives/parse_baseline.tar' from root:root to runner:runner
2025-08-20T20:37:05.5883876Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.5884693Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.5885444Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/parse_baseline.sh' from root:root to runner:runner
2025-08-20T20:37:05.5886177Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/match_baseline.sh' from root:root to runner:runner
2025-08-20T20:37:05.5887191Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/fuzzed/clusterfuzz-testcase-minimized-gix-refspec-parse-4658733962887168' from root:root to runner:runner
2025-08-20T20:37:05.5887884Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/fuzzed' from root:root to runner:runner
2025-08-20T20:37:05.5888822Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5889546Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/match_group.rs' from root:root to runner:runner
2025-08-20T20:37:05.5890251Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/impls.rs' from root:root to runner:runner
2025-08-20T20:37:05.5890946Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.5891635Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.5892356Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/matching.rs' from root:root to runner:runner
2025-08-20T20:37:05.5893075Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/parse/fetch.rs' from root:root to runner:runner
2025-08-20T20:37:05.5893797Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/parse/push.rs' from root:root to runner:runner
2025-08-20T20:37:05.5894507Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/parse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5895247Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/parse/invalid.rs' from root:root to runner:runner
2025-08-20T20:37:05.5895931Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/parse' from root:root to runner:runner
2025-08-20T20:37:05.5896747Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/spec.rs' from root:root to runner:runner
2025-08-20T20:37:05.5897498Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec' from root:root to runner:runner
2025-08-20T20:37:05.5898248Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests' from root:root to runner:runner
2025-08-20T20:37:05.5898934Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec' from root:root to runner:runner
2025-08-20T20:37:05.5899558Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5900161Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/deny.toml' from root:root to runner:runner
2025-08-20T20:37:05.5900795Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5901630Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5902282Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5902964Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env/git/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.5903625Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env/git/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5904260Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env/git' from root:root to runner:runner
2025-08-20T20:37:05.5904922Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.5905565Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5906248Z [00:07:37.036]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env/auxiliary.rs' from root:root to runner:runner
2025-08-20T20:37:05.5906872Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env' from root:root to runner:runner
2025-08-20T20:37:05.5907512Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.5908280Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/realpath.rs' from root:root to runner:runner
2025-08-20T20:37:05.5909134Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/relative_path.rs' from root:root to runner:runner
2025-08-20T20:37:05.5909821Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/convert.rs' from root:root to runner:runner
2025-08-20T20:37:05.5910465Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5911089Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src' from root:root to runner:runner
2025-08-20T20:37:05.5911723Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5912397Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.5913060Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.5913737Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/realpath.rs' from root:root to runner:runner
2025-08-20T20:37:05.5914581Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/relative_path.rs' from root:root to runner:runner
2025-08-20T20:37:05.5915307Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/convert/normalize.rs' from root:root to runner:runner
2025-08-20T20:37:05.5916006Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/convert/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.5916672Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/convert' from root:root to runner:runner
2025-08-20T20:37:05.5917339Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/env.rs' from root:root to runner:runner
2025-08-20T20:37:05.5918001Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path' from root:root to runner:runner
2025-08-20T20:37:05.5918973Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/fixtures/generated-archives/local_config.tar' from root:root to runner:runner
2025-08-20T20:37:05.5919716Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.5920430Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/fixtures/local_config.sh' from root:root to runner:runner
2025-08-20T20:37:05.5921222Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/fixtures/fuzzed/54k-path-components.path' from root:root to runner:runner
2025-08-20T20:37:05.5922051Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/fixtures/fuzzed' from root:root to runner:runner
2025-08-20T20:37:05.5922754Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.5923372Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests' from root:root to runner:runner
2025-08-20T20:37:05.5923982Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path' from root:root to runner:runner
2025-08-20T20:37:05.5924617Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.5925268Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.5925918Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.5926571Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/src/enabled.rs' from root:root to runner:runner
2025-08-20T20:37:05.5927390Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/src/disabled.rs' from root:root to runner:runner
2025-08-20T20:37:05.5928127Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.5928775Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/src' from root:root to runner:runner
2025-08-20T20:37:05.5929419Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.5930077Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/tests/trace.rs' from root:root to runner:runner
2025-08-20T20:37:05.5930691Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/tests' from root:root to runner:runner
2025-08-20T20:37:05.5931290Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace' from root:root to runner:runner
2025-08-20T20:37:05.5931935Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T20:37:05.5932788Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-aad76a29fa546711.d' from root:root to runner:runner
2025-08-20T20:37:05.5933689Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide-7cdd42e014192136.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5934769Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config_value-2b4e505c1246583e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5935741Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5936653Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5937569Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5938555Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-88332192e1b61572.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5939512Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-c15a421ed373e316.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5940573Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_archive-036859a1ebca4440.d' from root:root to runner:runner
2025-08-20T20:37:05.5941484Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5942379Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties-97fb828b8e86c64f.d' from root:root to runner:runner
2025-08-20T20:37:05.5943262Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5944158Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crosstermion-6deed7fe3b5b3d3e.d' from root:root to runner:runner
2025-08-20T20:37:05.5945039Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_wsl-4bcb4762d539e09e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5945965Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5946884Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-740c2a79f711a05f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5947759Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-b0c4204e88b262d4.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5948971Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5949936Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-2aa7bee56e77439a.d' from root:root to runner:runner
2025-08-20T20:37:05.5950847Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytesize-7c59a5aee85e9cc9.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5951746Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5952636Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cpufeatures-fa25e487ac82ad73.d' from root:root to runner:runner
2025-08-20T20:37:05.5953550Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-785eac17ddc32650.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5954570Z [00:07:37.037]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-7d51049d844e6bca.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5955550Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-8fac184a06d932f8.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5956466Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config_value-2b4e505c1246583e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5957343Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/env_filter-b4ee8eb302af1e9c.d' from root:root to runner:runner
2025-08-20T20:37:05.5958316Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/foldhash-4166f2240ae6512f.d' from root:root to runner:runner
2025-08-20T20:37:05.5959249Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclru-b8760a06ad48cde1.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5960155Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-992d243111698c7a.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5961081Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_hashtable-8df1d1951220ef6a.d' from root:root to runner:runner
2025-08-20T20:37:05.5962077Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_react-8e6b553249f1b542.d' from root:root to runner:runner
2025-08-20T20:37:05.5963046Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-167cb150d878195e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5963942Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5964805Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_ref-c6bb2eb983c337ae.d' from root:root to runner:runner
2025-08-20T20:37:05.5965693Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_lock-9f48090514e29bcd.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5966545Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/xattr-3448e50b86b66bb8.d' from root:root to runner:runner
2025-08-20T20:37:05.5967422Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sharded_slab-c87e086639dbd4ca.d' from root:root to runner:runner
2025-08-20T20:37:05.5968563Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer_data-e41840278c5a620b.d' from root:root to runner:runner
2025-08-20T20:37:05.5969489Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5970426Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5971307Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5972184Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_tempfile-6a629eb9cf691d19.d' from root:root to runner:runner
2025-08-20T20:37:05.5973067Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuluru-a8ff2d0c9bdfa069.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5973983Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_attributes-5cb7f02eceeb96e6.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5974905Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5975956Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-0e89610bca173e39.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5976921Z [00:07:37.038]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5977787Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-c8fbf191325a0dbc.d' from root:root to runner:runner
2025-08-20T20:37:05.5978772Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-a4e0c722afc1337e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5979743Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_blame-044bb660f15e8537.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5980652Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_validate-46183eb8b51b966a.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5981708Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-e9bab7e445adc0fd.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5982625Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_prompt-cac0a9b7a4604f10.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5983514Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_glob-145344e629c42474.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5984408Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_index-e0191b63475f6e68.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5985291Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzlib_rs-630afc5560384a57.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5986159Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arc_swap-ea1e3e5a82c95803.d' from root:root to runner:runner
2025-08-20T20:37:05.5987044Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpolling-0cf99934dcf30129.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5987921Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-934c49cbcee3a906.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5988969Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5990042Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5990960Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_filter-b4ee8eb302af1e9c.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5991909Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-282223f4cdf1ee7f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5992807Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-5555de710644056e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5993713Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5994635Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-1ef97034e599d181.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.5995676Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimara_diff-d58fea0ba96f0264.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5996575Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5997559Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix-c1beeb71fa42b409.gix.e3afa4250631e583-cgu.0.rcgu.o' from root:root to runner:runner
2025-08-20T20:37:05.5998558Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-543a201e75215feb.rlib' from root:root to runner:runner
2025-08-20T20:37:05.5999480Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_sink-89ac60824d8d4bf4.d' from root:root to runner:runner
2025-08-20T20:37:05.6000385Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config-735e724ca6f7be02.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6001271Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_url-9da9ace2fd3734c9.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6002176Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-41290624a87355ab.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6003195Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-8012d92a9667d713.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6004175Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree_stream-6f34dffb3ecc728c.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6005074Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_actor-eb2e3700834e00e1.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6005954Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurl-378ec677bda03685.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6006825Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gitoxide-7cdd42e014192136.d' from root:root to runner:runner
2025-08-20T20:37:05.6007714Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-0eab935966dc1e51.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6008861Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1-ea3b7f8858c24f6f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6009778Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_bitmap-8ba0f8c1e18dc2cf.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6010658Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dashmap-a80cede878c45f19.d' from root:root to runner:runner
2025-08-20T20:37:05.6011504Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/curl-378ec677bda03685.d' from root:root to runner:runner
2025-08-20T20:37:05.6012404Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytesize-7c59a5aee85e9cc9.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6013292Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer-28ec4679b8e687c1.d' from root:root to runner:runner
2025-08-20T20:37:05.6014143Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_pack-9217c271e59afb2b.d' from root:root to runner:runner
2025-08-20T20:37:05.6015008Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_chunk-a71e3255bdd922c4.d' from root:root to runner:runner
2025-08-20T20:37:05.6015910Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6016959Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-66687683ebb3bdb7.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6017947Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener-c140d4e82da35989.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6018973Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6019926Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6020850Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-122bdd6b810c8469.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6021740Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_sec-4dc8f9fbee20caab.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6022843Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-9309ea60d5963eb4.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6023719Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_trace-81c3516fe33f8a31.d' from root:root to runner:runner
2025-08-20T20:37:05.6024604Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurl_sys-69676ad689588394.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6025491Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6026364Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pathdiff-6afe966f22006c7c.d' from root:root to runner:runner
2025-08-20T20:37:05.6027234Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-9b9be671359ac8ed.d' from root:root to runner:runner
2025-08-20T20:37:05.6028211Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6029133Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6030035Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_status-a855c0f77bdacf50.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6031077Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pack-9217c271e59afb2b.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6031971Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6032864Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-432f354703d7c4dc.d' from root:root to runner:runner
2025-08-20T20:37:05.6033720Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zip-8bfa44d0e0acf7b2.d' from root:root to runner:runner
2025-08-20T20:37:05.6034638Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_queue-4fbd714c79d9ec7d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6035526Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_sec-4dc8f9fbee20caab.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6036544Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_utils-102f000a64c6fb42.d' from root:root to runner:runner
2025-08-20T20:37:05.6037414Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_status-a855c0f77bdacf50.d' from root:root to runner:runner
2025-08-20T20:37:05.6038464Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_normalization-47afb3d6f69ce6d2.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6039378Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinystr-0eab935966dc1e51.d' from root:root to runner:runner
2025-08-20T20:37:05.6040298Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6041220Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec_macros-6095b6814490dd81.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6042085Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/prodash-cd84bcc05c4c1ccc.d' from root:root to runner:runner
2025-08-20T20:37:05.6042951Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/faster_hex-4337ed818fc5319b.d' from root:root to runner:runner
2025-08-20T20:37:05.6043950Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/litemap-c6b597b0b48f9891.d' from root:root to runner:runner
2025-08-20T20:37:05.6044838Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-e372b8e108c7df49.d' from root:root to runner:runner
﻿2025-08-20T20:37:05.6048764Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam-bca25181b27d18d8.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6049721Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_mio-43cb0d121f459dc7.d' from root:root to runner:runner
2025-08-20T20:37:05.6050634Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansiterm-2b3fc9a80833e1a9.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6051522Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfs_err-e91c9ee48d37f195.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6052674Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_fs-b5010988772df54d.d' from root:root to runner:runner
2025-08-20T20:37:05.6053530Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-390245f0fda4ac0f.d' from root:root to runner:runner
2025-08-20T20:37:05.6054453Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_packetline-6227b15639dfac05.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6055334Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6056247Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam-bca25181b27d18d8.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6057131Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gitoxide_core-22e95d0c03059f4c.d' from root:root to runner:runner
2025-08-20T20:37:05.6058012Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_transport-61a4d4e7ee59eba0.d' from root:root to runner:runner
2025-08-20T20:37:05.6059119Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/static_assertions-924a51dd0a6b3770.d' from root:root to runner:runner
2025-08-20T20:37:05.6060017Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-924f6b836dbc6f2c.d' from root:root to runner:runner
2025-08-20T20:37:05.6061230Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/stable_deref_trait-d25f545777b6ba93.d' from root:root to runner:runner
2025-08-20T20:37:05.6062119Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/compact_str-41290624a87355ab.d' from root:root to runner:runner
2025-08-20T20:37:05.6063198Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_shallow-015780893e3be784.d' from root:root to runner:runner
2025-08-20T20:37:05.6064082Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6064992Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_lock-dfc0fd6aa0290ff6.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6065874Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6066830Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_blame-044bb660f15e8537.d' from root:root to runner:runner
2025-08-20T20:37:05.6067743Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-543a201e75215feb.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6068765Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-8eb8825dda381af1.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6069690Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-a24722be501cfe53.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6070556Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinyvec-e8f09192ff814331.d' from root:root to runner:runner
2025-08-20T20:37:05.6071481Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_normalization-47afb3d6f69ce6d2.d' from root:root to runner:runner
2025-08-20T20:37:05.6072348Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-66e902bfbfda2faa.d' from root:root to runner:runner
2025-08-20T20:37:05.6073216Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-ef337aa491fa94e1.d' from root:root to runner:runner
2025-08-20T20:37:05.6074116Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6075157Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6076166Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-6fd82f3c15f2cd24.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6077171Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-934c49cbcee3a906.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6078183Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-9b9be671359ac8ed.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6079117Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide-7cdd42e014192136.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6080007Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhash32-836cb474a4543f72.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6081081Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-28ec4679b8e687c1.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6082011Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_credentials-df778f41f901f69d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6082887Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtar-cfe55be0763a9e26.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6083778Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemmap2-f0fef1515e08af2d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6084702Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-abbd022fd61128a2.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6085644Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fallible_streaming_iterator-8fac184a06d932f8.d' from root:root to runner:runner
2025-08-20T20:37:05.6086544Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_sys-fb4d1a3cdb395ba8.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6087412Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking-a4e0c722afc1337e.d' from root:root to runner:runner
2025-08-20T20:37:05.6088561Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-cacfdb9da57bd9fd.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6089497Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-a4c9ee4b3f72a0a8.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6090393Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6091391Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-10c5683c4492da4b.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6092390Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ein-f87a63df839db274.ein.a2a16a7d07820c15-cgu.0.rcgu.o' from root:root to runner:runner
2025-08-20T20:37:05.6093271Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f7389c385ffcb3ef.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6094279Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_url-9da9ace2fd3734c9.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6095177Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_chunk-a71e3255bdd922c4.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6096103Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-c866b446a57a7436.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6097018Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6097903Z [00:07:37.039]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-6f2f0cbe09b57ffe.d' from root:root to runner:runner
2025-08-20T20:37:05.6098968Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_bom-bf8be29bdfba528d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6099911Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6100849Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6101760Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-d744dc40edf72df3.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6102833Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-0e27a2bcd493c1f6.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6103769Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing-e8f0deb699e187cc.d' from root:root to runner:runner
2025-08-20T20:37:05.6104725Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/byteorder-cacfdb9da57bd9fd.d' from root:root to runner:runner
2025-08-20T20:37:05.6105634Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-89ac60824d8d4bf4.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6106512Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-9a8b7d58e3a683ac.d' from root:root to runner:runner
2025-08-20T20:37:05.6107363Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/uluru-a8ff2d0c9bdfa069.d' from root:root to runner:runner
2025-08-20T20:37:05.6108454Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_lite-56c1f1f62af4cb6f.d' from root:root to runner:runner
2025-08-20T20:37:05.6109379Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6110272Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_commitgraph-db7a50bf9399459b.d' from root:root to runner:runner
2025-08-20T20:37:05.6111163Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblayout-e1d1697282791166.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6112056Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d4333fcfe4fd7fea.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6112917Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' from root:root to runner:runner
2025-08-20T20:37:05.6113815Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_shallow-015780893e3be784.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6114746Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconcurrent_queue-d9fb434b50993eb6.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6115621Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha1_checked-c420011db74e9bd1.d' from root:root to runner:runner
2025-08-20T20:37:05.6116674Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6117576Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_bom-bf8be29bdfba528d.d' from root:root to runner:runner
2025-08-20T20:37:05.6118687Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6119597Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopen-684d82d5e735492d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6120448Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/open-684d82d5e735492d.d' from root:root to runner:runner
2025-08-20T20:37:05.6121348Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6122415Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-0ebd6b9322a3c023.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6123338Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener-c140d4e82da35989.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6124194Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/async_io-99ecb96853ee4477.d' from root:root to runner:runner
2025-08-20T20:37:05.6125050Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/jwalk-9405582bea16b1d3.d' from root:root to runner:runner
2025-08-20T20:37:05.6125945Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-0eab935966dc1e51.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6126827Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopen-684d82d5e735492d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6127744Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6128726Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_io-99ecb96853ee4477.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6129807Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-ff5c3fa5318c1e27.d' from root:root to runner:runner
2025-08-20T20:37:05.6130774Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-111d24ffd76d8a7c.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6131789Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_subscriber-c4389af575d28a04.d' from root:root to runner:runner
2025-08-20T20:37:05.6132796Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrosstermion-6deed7fe3b5b3d3e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6133705Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6134580Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6135467Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_forest-4f01131d9d3a4c89.d' from root:root to runner:runner
2025-08-20T20:37:05.6136321Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/home-b0c4204e88b262d4.d' from root:root to runner:runner
2025-08-20T20:37:05.6137241Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-5abc94dcfa951c6e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6138210Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-ca8bd95a81fafebc.d' from root:root to runner:runner
2025-08-20T20:37:05.6139154Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_provider-6fd82f3c15f2cd24.d' from root:root to runner:runner
2025-08-20T20:37:05.6140173Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-ccd297f2674db114.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6141161Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6142059Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libio_close-5a9282b784221e7b.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6142955Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d4333fcfe4fd7fea.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6143878Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-924f6b836dbc6f2c.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6144804Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_commitgraph-db7a50bf9399459b.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6145871Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thread_local-8eb8825dda381af1.d' from root:root to runner:runner
2025-08-20T20:37:05.6146775Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libencoding_rs-adbda3ae63672fab.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6147700Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-97fb828b8e86c64f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6148672Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossterm-95d2b1c732732a8e.d' from root:root to runner:runner
2025-08-20T20:37:05.6149623Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_archive-036859a1ebca4440.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6150524Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdashmap-a80cede878c45f19.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6151399Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6152287Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/event_listener-c140d4e82da35989.d' from root:root to runner:runner
2025-08-20T20:37:05.6153196Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-ca8bd95a81fafebc.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6154227Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerofrom-3aacd5bda816dd4d.d' from root:root to runner:runner
2025-08-20T20:37:05.6155232Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-c4389af575d28a04.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6156177Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree_stream-6f34dffb3ecc728c.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6157041Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-db2338314c03aba7.d' from root:root to runner:runner
2025-08-20T20:37:05.6157949Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-9a8b7d58e3a683ac.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6158955Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-c866b446a57a7436.d' from root:root to runner:runner
2025-08-20T20:37:05.6160091Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-990b0a60dd85a482.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6161026Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-ee0649f7077009a5.d' from root:root to runner:runner
2025-08-20T20:37:05.6161922Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-9b9be671359ac8ed.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6162817Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_prompt-cac0a9b7a4604f10.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6163698Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_core-0e27a2bcd493c1f6.d' from root:root to runner:runner
2025-08-20T20:37:05.6164562Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_sec-4dc8f9fbee20caab.d' from root:root to runner:runner
2025-08-20T20:37:05.6165445Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6166339Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6167251Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-1ef97034e599d181.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6168433Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_tempfile-6a629eb9cf691d19.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6169352Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lru-934c49cbcee3a906.d' from root:root to runner:runner
2025-08-20T20:37:05.6170306Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-111d24ffd76d8a7c.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6171214Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_mailmap-8642b1a7c21418f8.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6172090Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzip-8bfa44d0e0acf7b2.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6173088Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-a4c9ee4b3f72a0a8.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6174099Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-122bdd6b810c8469.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6175002Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpathdiff-6afe966f22006c7c.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6175844Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-7bd9b6a084c4e530.d' from root:root to runner:runner
2025-08-20T20:37:05.6176738Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblayout-e1d1697282791166.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6177603Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cassowary-48d8304561d08d79.d' from root:root to runner:runner
2025-08-20T20:37:05.6178605Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6179522Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_protocol-6bcb2a19187975c7.d' from root:root to runner:runner
2025-08-20T20:37:05.6180379Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon-a24722be501cfe53.d' from root:root to runner:runner
2025-08-20T20:37:05.6181416Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_blame-044bb660f15e8537.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6182359Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6183217Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-f11b68badfe3486e.d' from root:root to runner:runner
2025-08-20T20:37:05.6184076Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-d4333fcfe4fd7fea.d' from root:root to runner:runner
2025-08-20T20:37:05.6184966Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_quote-87794e4aeb568bed.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6185881Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_channel-2052d2ee56ea07bf.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6186932Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fsck-a2da250daff04bf4.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6187973Z [00:07:37.040]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pathspec-0b8e4aea9d2defde.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6189036Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_merge-d4746c0937c1cb5f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6189896Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-77bcf768e5270e07.d' from root:root to runner:runner
2025-08-20T20:37:05.6190816Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-9a3d0c38e786ddb9.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6191711Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_filter-b9075d5585ff8657.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6192594Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_packetline-6227b15639dfac05.d' from root:root to runner:runner
2025-08-20T20:37:05.6193475Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-a24722be501cfe53.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6194369Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_config_value-2b4e505c1246583e.d' from root:root to runner:runner
2025-08-20T20:37:05.6195372Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lazy_static-a7a7d1b21152584a.d' from root:root to runner:runner
2025-08-20T20:37:05.6196339Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6197220Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal-0ebd6b9322a3c023.d' from root:root to runner:runner
2025-08-20T20:37:05.6198209Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxattr-3448e50b86b66bb8.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6199205Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/event_listener_strategy-ad0e33e02ab55c03.d' from root:root to runner:runner
2025-08-20T20:37:05.6200083Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ref-c6bb2eb983c337ae.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6201206Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_worktree_state-e8876722c6460cea.d' from root:root to runner:runner
2025-08-20T20:37:05.6202099Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6202993Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashlink-69fb387f0eb263b3.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6203865Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook-9a3d0c38e786ddb9.d' from root:root to runner:runner
2025-08-20T20:37:05.6204759Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-abbd022fd61128a2.d' from root:root to runner:runner
2025-08-20T20:37:05.6205669Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_protocol-6bcb2a19187975c7.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6206555Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/form_urlencoded-740c2a79f711a05f.d' from root:root to runner:runner
2025-08-20T20:37:05.6207484Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6208522Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-740c2a79f711a05f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6209621Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_discover-11996166dc85036c.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6210519Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_fsck-a2da250daff04bf4.d' from root:root to runner:runner
2025-08-20T20:37:05.6211418Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6212295Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arrayvec-114b57072a1ea110.d' from root:root to runner:runner
2025-08-20T20:37:05.6213178Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfs_err-e91c9ee48d37f195.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6214057Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6215130Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6215982Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tar-cfe55be0763a9e26.d' from root:root to runner:runner
2025-08-20T20:37:05.6216890Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_validate-46183eb8b51b966a.d' from root:root to runner:runner
2025-08-20T20:37:05.6217811Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-43cb0d121f459dc7.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6218823Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_quote-87794e4aeb568bed.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6219779Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6220649Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' from root:root to runner:runner
2025-08-20T20:37:05.6221544Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6222605Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_diff-ec9807aeffe50164.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6223562Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/concurrent_queue-d9fb434b50993eb6.d' from root:root to runner:runner
2025-08-20T20:37:05.6224429Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/io_close-5a9282b784221e7b.d' from root:root to runner:runner
2025-08-20T20:37:05.6225350Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6226242Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-ff5c3fa5318c1e27.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6227164Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-555ad7357ceccca6.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6228238Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6229276Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-a6ae6527a33e8aae.d' from root:root to runner:runner
2025-08-20T20:37:05.6230185Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6231063Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix-55180a1288f5e10d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6231984Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-94b05fe0113b557d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6232902Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-ddcf0cf401a372e4.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6233753Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-c4be54afcde8500d.d' from root:root to runner:runner
2025-08-20T20:37:05.6234621Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-990b0a60dd85a482.d' from root:root to runner:runner
2025-08-20T20:37:05.6235527Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashlink-69fb387f0eb263b3.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6236501Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/jiff-ec8f066de6c3889d.d' from root:root to runner:runner
2025-08-20T20:37:05.6237411Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-114b57072a1ea110.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6238414Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-c15a421ed373e316.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6239336Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_revision-4d65273074e381a8.d' from root:root to runner:runner
2025-08-20T20:37:05.6240223Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_glob-145344e629c42474.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6241079Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_dir-dd10c89041d1a4d8.d' from root:root to runner:runner
2025-08-20T20:37:05.6242140Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_object-16dec88fbed91bbb.d' from root:root to runner:runner
2025-08-20T20:37:05.6243019Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scopeguard-a12f67ff0386bfba.d' from root:root to runner:runner
2025-08-20T20:37:05.6243920Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librusqlite-9138227d75dd705d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6244817Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_sys-befe8ac2ac720d26.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6247848Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6249149Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-c4389af575d28a04.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6250066Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6250955Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6251874Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/overload-814595d2adde431b.d' from root:root to runner:runner
2025-08-20T20:37:05.6252957Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libencoding_rs-adbda3ae63672fab.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6253878Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-55cd7cd0f4874046.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6254779Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-a6ae6527a33e8aae.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6255664Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxattr-3448e50b86b66bb8.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6256563Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6257486Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_attributes-5cb7f02eceeb96e6.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6258630Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-8e7a56ad6de7b264.d' from root:root to runner:runner
2025-08-20T20:37:05.6259579Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaster_hex-4337ed818fc5319b.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6260484Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3aacd5bda816dd4d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6261431Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ignore-21d62da0927f175d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6262525Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6263495Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-543a201e75215feb.d' from root:root to runner:runner
2025-08-20T20:37:05.6264403Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_bitmap-8ba0f8c1e18dc2cf.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6265308Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-0e89610bca173e39.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6266299Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_packetline_blocking-61ddb969f61098c7.d' from root:root to runner:runner
2025-08-20T20:37:05.6267283Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree_state-e8876722c6460cea.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6268285Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansiterm-2b3fc9a80833e1a9.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6269216Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fastrand-a6fffb5a5e5cdb20.d' from root:root to runner:runner
2025-08-20T20:37:05.6270068Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/slab-f7389c385ffcb3ef.d' from root:root to runner:runner
2025-08-20T20:37:05.6270948Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_pathspec-0b8e4aea9d2defde.d' from root:root to runner:runner
2025-08-20T20:37:05.6272069Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/openssl_sys-fb4d1a3cdb395ba8.d' from root:root to runner:runner
2025-08-20T20:37:05.6273067Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-40232855fd3282f3.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6273995Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree_state-e8876722c6460cea.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6274904Z [00:07:37.041]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-62f1eba4c85fbc83.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6275868Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_packetline_blocking-61ddb969f61098c7.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6276857Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprodash-cd84bcc05c4c1ccc.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6277820Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_mailmap-8642b1a7c21418f8.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6278844Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_archive-036859a1ebca4440.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6279764Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rusqlite-9138227d75dd705d.d' from root:root to runner:runner
2025-08-20T20:37:05.6280744Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-95d2b1c732732a8e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6281630Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna-e9bab7e445adc0fd.d' from root:root to runner:runner
2025-08-20T20:37:05.6282535Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libkstring-aed3d2116891dee2.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6283433Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_index-e0191b63475f6e68.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6284334Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-8e7a56ad6de7b264.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6285200Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytesize-7c59a5aee85e9cc9.d' from root:root to runner:runner
2025-08-20T20:37:05.6286242Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' from root:root to runner:runner
2025-08-20T20:37:05.6287135Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuluru-a8ff2d0c9bdfa069.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6288116Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_docker-146a9cecc077ca49.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6289034Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_diff-ec9807aeffe50164.d' from root:root to runner:runner
2025-08-20T20:37:05.6290054Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-555ad7357ceccca6.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6291005Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' from root:root to runner:runner
2025-08-20T20:37:05.6291882Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_command-541c9ba2d04e1cb9.d' from root:root to runner:runner
2025-08-20T20:37:05.6292788Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-7eb683863e55562f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6293716Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-abbd022fd61128a2.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6294694Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_refspec-3dd214680b2e5935.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6295660Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6296604Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-282223f4cdf1ee7f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6297476Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_merge-d4746c0937c1cb5f.d' from root:root to runner:runner
2025-08-20T20:37:05.6298532Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener_strategy-ad0e33e02ab55c03.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6299607Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsysinfo-89fdd3caa1ba6a6e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6300684Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6301582Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_react-8e6b553249f1b542.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6302483Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_channel-6276dc29b2a01bae.d' from root:root to runner:runner
2025-08-20T20:37:05.6303387Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-a6ae6527a33e8aae.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6304307Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-70f73c8783332c88.d' from root:root to runner:runner
2025-08-20T20:37:05.6305191Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_discover-11996166dc85036c.d' from root:root to runner:runner
2025-08-20T20:37:05.6306060Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/writeable-9ae0182990efae3f.d' from root:root to runner:runner
2025-08-20T20:37:05.6306947Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-c4be54afcde8500d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6307922Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide_core-22e95d0c03059f4c.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6308991Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_validate-46183eb8b51b966a.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6309859Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-4febb07ae6b182e6.d' from root:root to runner:runner
2025-08-20T20:37:05.6310761Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libkstring-aed3d2116891dee2.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6311662Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhuman_format-20533029890a1a86.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6312555Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_merge-d4746c0937c1cb5f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6313640Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6314540Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_credentials-df778f41f901f69d.d' from root:root to runner:runner
2025-08-20T20:37:05.6315454Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-95d2b1c732732a8e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6316353Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-5555de710644056e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6317268Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' from root:root to runner:runner
2025-08-20T20:37:05.6318361Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_segmentation-58a87eb00497feda.d' from root:root to runner:runner
2025-08-20T20:37:05.6319326Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-8e7a56ad6de7b264.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6320233Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-992d243111698c7a.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6321150Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide_core-22e95d0c03059f4c.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6322069Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clru-b8760a06ad48cde1.d' from root:root to runner:runner
2025-08-20T20:37:05.6322991Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_protocol-6bcb2a19187975c7.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6323893Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/allocator_api2-f637d9d5d2560ff6.d' from root:root to runner:runner
2025-08-20T20:37:05.6324799Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_react-8e6b553249f1b542.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6325702Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revwalk-2452d73d545486f5.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6326638Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-ca8bd95a81fafebc.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6327639Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/async_channel-2052d2ee56ea07bf.d' from root:root to runner:runner
2025-08-20T20:37:05.6328719Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_normalization-47afb3d6f69ce6d2.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6329706Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6330617Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-01f43c0a6deb68b4.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6331591Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-c6b597b0b48f9891.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6332509Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6333407Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libheapless-e017cceacf6a34c8.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6334345Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-e41840278c5a620b.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6335296Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6336229Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon_core-d744dc40edf72df3.d' from root:root to runner:runner
2025-08-20T20:37:05.6337236Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-5abc94dcfa951c6e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6338354Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_negotiate-7f3d67a4972658a3.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6339309Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6340217Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libheapless-e017cceacf6a34c8.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6341275Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/typenum-df9142d69f2e66c2.d' from root:root to runner:runner
2025-08-20T20:37:05.6342287Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_queue-4fbd714c79d9ec7d.d' from root:root to runner:runner
2025-08-20T20:37:05.6343187Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-48cc199fe365182e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6344048Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8_iter-fd2e55522e4115bf.d' from root:root to runner:runner
2025-08-20T20:37:05.6344952Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_status-a855c0f77bdacf50.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6345921Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-c87e086639dbd4ca.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6346841Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-ddcf0cf401a372e4.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6347739Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_rs_sys-fcf2f8bb3481bd23.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6348723Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' from root:root to runner:runner
2025-08-20T20:37:05.6349730Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_core-d71be664c677fb94.d' from root:root to runner:runner
2025-08-20T20:37:05.6350677Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-c87e086639dbd4ca.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6351600Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-cacfdb9da57bd9fd.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6352516Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6353408Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinyvec_macros-6095b6814490dd81.d' from root:root to runner:runner
2025-08-20T20:37:05.6354293Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6355367Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6356273Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6357155Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzlib_rs-630afc5560384a57.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6358149Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_odb-0265081716a7ac2b.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6359077Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_io-6ca78c65d9f9e7bd.d' from root:root to runner:runner
2025-08-20T20:37:05.6360011Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-a4c9ee4b3f72a0a8.d' from root:root to runner:runner
2025-08-20T20:37:05.6361001Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/human_format-20533029890a1a86.d' from root:root to runner:runner
2025-08-20T20:37:05.6361886Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ansiterm-2b3fc9a80833e1a9.d' from root:root to runner:runner
2025-08-20T20:37:05.6362755Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/curl_sys-69676ad689588394.d' from root:root to runner:runner
2025-08-20T20:37:05.6363725Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurl_sys-69676ad689588394.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6364661Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_docker-146a9cecc077ca49.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6365528Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/polling-0cf99934dcf30129.d' from root:root to runner:runner
2025-08-20T20:37:05.6366418Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-66f0ed4af5a9f2bf.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6367311Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6368314Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6369405Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-990b0a60dd85a482.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6370316Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_command-541c9ba2d04e1cb9.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6371198Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/generic_array-167cb150d878195e.d' from root:root to runner:runner
2025-08-20T20:37:05.6372099Z [00:07:37.042]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6373110Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6374125Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_packetline_blocking-61ddb969f61098c7.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6375035Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-924f6b836dbc6f2c.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6375935Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_deque-eb77c69ac2d7beae.d' from root:root to runner:runner
2025-08-20T20:37:05.6376945Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_attributes-5cb7f02eceeb96e6.d' from root:root to runner:runner
2025-08-20T20:37:05.6377886Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6378872Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna_adapter-5abc94dcfa951c6e.d' from root:root to runner:runner
2025-08-20T20:37:05.6379799Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1_checked-c420011db74e9bd1.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6380715Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_submodule-2f2b17967d158066.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6381611Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6382690Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-e41840278c5a620b.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6383709Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_diff-ec9807aeffe50164.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6384608Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-a4e0c722afc1337e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6385512Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-7eb683863e55562f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6386353Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-694316d3806572f1.d' from root:root to runner:runner
2025-08-20T20:37:05.6387319Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-e8f0deb699e187cc.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6388364Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-785eac17ddc32650.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6389273Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-40232855fd3282f3.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6390209Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6391132Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix-c1beeb71fa42b409.d' from root:root to runner:runner
2025-08-20T20:37:05.6392066Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_complete-c15a421ed373e316.d' from root:root to runner:runner
2025-08-20T20:37:05.6392968Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpolling-0cf99934dcf30129.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6393868Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pack-9217c271e59afb2b.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6394765Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdashmap-a80cede878c45f19.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6395623Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-a700101167b0b645.d' from root:root to runner:runner
2025-08-20T20:37:05.6396733Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-43cb0d121f459dc7.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6397656Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-8eb8825dda381af1.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6398642Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-ebcc13649e8fa4c6.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6399544Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sysinfo-89fdd3caa1ba6a6e.d' from root:root to runner:runner
2025-08-20T20:37:05.6400442Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-66f0ed4af5a9f2bf.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6401423Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_chunk-a71e3255bdd922c4.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6402419Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6403346Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6404214Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' from root:root to runner:runner
2025-08-20T20:37:05.6405198Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1_checked-c420011db74e9bd1.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6406122Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsysinfo-89fdd3caa1ba6a6e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6407033Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_filter-b9075d5585ff8657.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6407942Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-0ebd6b9322a3c023.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6408983Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6409878Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjwalk-9405582bea16b1d3.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6410926Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz_rs_sys-fcf2f8bb3481bd23.d' from root:root to runner:runner
2025-08-20T20:37:05.6411830Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-c6b597b0b48f9891.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6412684Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-ccd297f2674db114.d' from root:root to runner:runner
2025-08-20T20:37:05.6413541Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_glob-145344e629c42474.d' from root:root to runner:runner
2025-08-20T20:37:05.6414522Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhuman_format-20533029890a1a86.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6415510Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6416398Z [00:07:37.043]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-dd3fb9063464bdb2.d' from root:root to runner:runner
2025-08-20T20:37:05.6417277Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-9d9c4010f705c9a2.d' from root:root to runner:runner
2025-08-20T20:37:05.6418280Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1-ea3b7f8858c24f6f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6419313Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librusqlite-9138227d75dd705d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6420181Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz_sys-befe8ac2ac720d26.d' from root:root to runner:runner
2025-08-20T20:37:05.6421117Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6421997Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_refspec-3dd214680b2e5935.d' from root:root to runner:runner
2025-08-20T20:37:05.6422912Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec_macros-6095b6814490dd81.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6423915Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-df9142d69f2e66c2.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6424865Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ratatui-88332192e1b61572.d' from root:root to runner:runner
2025-08-20T20:37:05.6425758Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_wsl-4bcb4762d539e09e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6426634Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_dir-dd10c89041d1a4d8.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6427534Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libio_close-5a9282b784221e7b.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6428633Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-48cc199fe365182e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6429586Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_collections-1ef97034e599d181.d' from root:root to runner:runner
2025-08-20T20:37:05.6430517Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-432f354703d7c4dc.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6431384Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_path-646b5115c9d041a3.d' from root:root to runner:runner
2025-08-20T20:37:05.6432351Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6433290Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_sys-befe8ac2ac720d26.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6434215Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_submodule-2f2b17967d158066.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6435126Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-0cb81f1c26a44ea8.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6436041Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-432f354703d7c4dc.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6436905Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_docker-146a9cecc077ca49.d' from root:root to runner:runner
2025-08-20T20:37:05.6438004Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-6fd82f3c15f2cd24.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6439025Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locale_core-94b05fe0113b557d.d' from root:root to runner:runner
2025-08-20T20:37:05.6439914Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/heapless-e017cceacf6a34c8.d' from root:root to runner:runner
2025-08-20T20:37:05.6440868Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener_strategy-ad0e33e02ab55c03.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6441746Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-0cb81f1c26a44ea8.d' from root:root to runner:runner
2025-08-20T20:37:05.6442729Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ignore-21d62da0927f175d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6443685Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemmap2-f0fef1515e08af2d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6444537Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fs_err-e91c9ee48d37f195.d' from root:root to runner:runner
2025-08-20T20:37:05.6445440Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-d744dc40edf72df3.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6446403Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-01f43c0a6deb68b4.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6447380Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-97fb828b8e86c64f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6448362Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6449339Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-814595d2adde431b.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6450231Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_worktree-ccdc35fc39f6a650.d' from root:root to runner:runner
2025-08-20T20:37:05.6451070Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix-55180a1288f5e10d.d' from root:root to runner:runner
2025-08-20T20:37:05.6452209Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-e8f0deb699e187cc.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6453138Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-c866b446a57a7436.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6454031Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project_lite-7f1b0160d6667c1c.d' from root:root to runner:runner
2025-08-20T20:37:05.6454932Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_actor-eb2e3700834e00e1.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6455914Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6456849Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-114b57072a1ea110.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6457723Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_log-992d243111698c7a.d' from root:root to runner:runner
2025-08-20T20:37:05.6458816Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-88332192e1b61572.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6459715Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha1-ea3b7f8858c24f6f.d' from root:root to runner:runner
2025-08-20T20:37:05.6460702Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3aacd5bda816dd4d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6461725Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_bom-bf8be29bdfba528d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6462665Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_queue-4fbd714c79d9ec7d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6463568Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-c4be54afcde8500d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6464477Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_tempfile-6a629eb9cf691d19.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6465458Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-df9142d69f2e66c2.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6466393Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerotrie-0e89610bca173e39.d' from root:root to runner:runner
2025-08-20T20:37:05.6467289Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-10c5683c4492da4b.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6468239Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_odb-0265081716a7ac2b.d' from root:root to runner:runner
2025-08-20T20:37:05.6469254Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revision-4d65273074e381a8.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6470238Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_discover-11996166dc85036c.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6471191Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_filter-b4ee8eb302af1e9c.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6472093Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-0cb81f1c26a44ea8.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6472969Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_prompt-cac0a9b7a4604f10.d' from root:root to runner:runner
2025-08-20T20:37:05.6473944Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6474913Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-9a8b7d58e3a683ac.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6475789Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/async_lock-dfc0fd6aa0290ff6.d' from root:root to runner:runner
2025-08-20T20:37:05.6476669Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-ebcc13649e8fa4c6.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6477563Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-51234f7be0e44a62.d' from root:root to runner:runner
2025-08-20T20:37:05.6478537Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shell_words-04357d8eadfbdc82.d' from root:root to runner:runner
2025-08-20T20:37:05.6479660Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsqlite3_sys-9609bbfacdcfe4a4.d' from root:root to runner:runner
2025-08-20T20:37:05.6480535Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tempfile-5555de710644056e.d' from root:root to runner:runner
2025-08-20T20:37:05.6481413Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f7389c385ffcb3ef.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6482291Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crypto_common-785eac17ddc32650.d' from root:root to runner:runner
2025-08-20T20:37:05.6483172Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-7d51049d844e6bca.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6484198Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6485143Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6486068Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-fa25e487ac82ad73.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6487008Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconcurrent_queue-d9fb434b50993eb6.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6487921Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zlib_rs-630afc5560384a57.d' from root:root to runner:runner
2025-08-20T20:37:05.6488955Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix-55180a1288f5e10d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6489855Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurl-378ec677bda03685.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6490743Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-e9bab7e445adc0fd.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6491647Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-0e27a2bcd493c1f6.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6492577Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6493658Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/encoding_rs-adbda3ae63672fab.d' from root:root to runner:runner
2025-08-20T20:37:05.6494591Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6495492Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-62f1eba4c85fbc83.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6496395Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6497373Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-282223f4cdf1ee7f.d' from root:root to runner:runner
2025-08-20T20:37:05.6498479Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-8fac184a06d932f8.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6499442Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-ccd297f2674db114.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6500349Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarc_swap-ea1e3e5a82c95803.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6501346Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revision-4d65273074e381a8.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6502287Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpathdiff-6afe966f22006c7c.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6503209Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_packetline-6227b15639dfac05.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6504114Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-ff5c3fa5318c1e27.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6505024Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-8012d92a9667d713.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6505899Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/openssl_probe-122bdd6b810c8469.d' from root:root to runner:runner
2025-08-20T20:37:05.6506907Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6507919Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pathspec-0b8e4aea9d2defde.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6509044Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree-ccdc35fc39f6a650.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6509959Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revwalk-2452d73d545486f5.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6510864Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_lock-dfc0fd6aa0290ff6.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6511851Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_rs_sys-fcf2f8bb3481bd23.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6512755Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6513649Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-ae29605e8bb5f11f.d' from root:root to runner:runner
2025-08-20T20:37:05.6514543Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-e8f09192ff814331.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6515474Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-48cc199fe365182e.d' from root:root to runner:runner
2025-08-20T20:37:05.6516382Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_io-99ecb96853ee4477.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6517278Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhash32-836cb474a4543f72.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6518225Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-7d51049d844e6bca.d' from root:root to runner:runner
2025-08-20T20:37:05.6519216Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6520120Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_shallow-015780893e3be784.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6521262Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-6ca78c65d9f9e7bd.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6522155Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_features-cb28f5567e0ac11f.d' from root:root to runner:runner
2025-08-20T20:37:05.6523025Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/castaway-10c5683c4492da4b.d' from root:root to runner:runner
2025-08-20T20:37:05.6523939Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_forest-4f01131d9d3a4c89.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6524929Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-94b05fe0113b557d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6525989Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6526891Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6527833Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6528845Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree-ccdc35fc39f6a650.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6529884Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4dbf6ba57bf4685f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6530818Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_odb-0265081716a7ac2b.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6531724Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4dbf6ba57bf4685f.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6532602Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/env_logger-7eb683863e55562f.d' from root:root to runner:runner
2025-08-20T20:37:05.6533513Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-fa25e487ac82ad73.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6534490Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base64-269e532397edb1aa.d' from root:root to runner:runner
2025-08-20T20:37:05.6535477Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6536380Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6537280Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-814595d2adde431b.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6538357Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-55cd7cd0f4874046.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6539407Z [00:07:37.044]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-89ac60824d8d4bf4.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6540376Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6541272Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-b0c4204e88b262d4.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6542143Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memmap2-f0fef1515e08af2d.d' from root:root to runner:runner
2025-08-20T20:37:05.6543072Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' from root:root to runner:runner
2025-08-20T20:37:05.6544002Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6545083Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrosstermion-6deed7fe3b5b3d3e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6546003Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6546898Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_truncate-555ad7357ceccca6.d' from root:root to runner:runner
2025-08-20T20:37:05.6547764Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/imara_diff-d58fea0ba96f0264.d' from root:root to runner:runner
2025-08-20T20:37:05.6548937Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclru-b8760a06ad48cde1.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6549875Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-179e3c81e30bec0d.d' from root:root to runner:runner
2025-08-20T20:37:05.6550746Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-60a9073b2758541a.d' from root:root to runner:runner
2025-08-20T20:37:05.6551623Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_negotiate-7f3d67a4972658a3.d' from root:root to runner:runner
2025-08-20T20:37:05.6552556Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_credentials-df778f41f901f69d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6553564Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-41290624a87355ab.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6554533Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/block_buffer-ddcf0cf401a372e4.d' from root:root to runner:runner
2025-08-20T20:37:05.6555415Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_bitmap-8ba0f8c1e18dc2cf.d' from root:root to runner:runner
2025-08-20T20:37:05.6556312Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_lock-9f48090514e29bcd.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6557253Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6558285Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_iterator-f925bb6d7e66e939.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6559328Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6560223Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fsck-a2da250daff04bf4.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6561174Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties_data-111d24ffd76d8a7c.d' from root:root to runner:runner
2025-08-20T20:37:05.6562089Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6563126Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_worktree_stream-6f34dffb3ecc728c.d' from root:root to runner:runner
2025-08-20T20:37:05.6563984Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_wsl-4bcb4762d539e09e.d' from root:root to runner:runner
2025-08-20T20:37:05.6564899Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibsqlite3_sys-9609bbfacdcfe4a4.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6565771Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam-bca25181b27d18d8.d' from root:root to runner:runner
2025-08-20T20:37:05.6566692Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_url-9da9ace2fd3734c9.d' from root:root to runner:runner
2025-08-20T20:37:05.6567636Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_iterator-f925bb6d7e66e939.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6568607Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_filter-b9075d5585ff8657.d' from root:root to runner:runner
2025-08-20T20:37:05.6569539Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6570456Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-28ec4679b8e687c1.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6571401Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/flate2-55cd7cd0f4874046.d' from root:root to runner:runner
2025-08-20T20:37:05.6572327Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjwalk-9405582bea16b1d3.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6573274Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-bf549e27d6efb313.d' from root:root to runner:runner
2025-08-20T20:37:05.6574155Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_revwalk-2452d73d545486f5.d' from root:root to runner:runner
2025-08-20T20:37:05.6575027Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzip-8bfa44d0e0acf7b2.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6575928Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-9a3d0c38e786ddb9.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6576886Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/kstring-aed3d2116891dee2.d' from root:root to runner:runner
2025-08-20T20:37:05.6577772Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6578711Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-b9b60976be7d2e9a.d' from root:root to runner:runner
2025-08-20T20:37:05.6579632Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_date-3709d06122f6a301.d' from root:root to runner:runner
2025-08-20T20:37:05.6580626Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_sys-fb4d1a3cdb395ba8.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6581534Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6582375Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-d3a003c5745aa4e2.d' from root:root to runner:runner
2025-08-20T20:37:05.6583275Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6584160Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6585137Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_forest-4f01131d9d3a4c89.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6586056Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6587005Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6587881Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc32fast-8012d92a9667d713.d' from root:root to runner:runner
2025-08-20T20:37:05.6588929Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_transport-61a4d4e7ee59eba0.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6589868Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_traverse-7a9c6c08251d0701.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6590926Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_refspec-3dd214680b2e5935.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6591793Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_ignore-21d62da0927f175d.d' from root:root to runner:runner
2025-08-20T20:37:05.6592693Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaster_hex-4337ed818fc5319b.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6593585Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-e8f09192ff814331.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6594521Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerovec-4dbf6ba57bf4685f.d' from root:root to runner:runner
2025-08-20T20:37:05.6595421Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_dir-dd10c89041d1a4d8.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6596324Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_traverse-7a9c6c08251d0701.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6597178Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' from root:root to runner:runner
2025-08-20T20:37:05.6598221Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_quote-87794e4aeb568bed.d' from root:root to runner:runner
2025-08-20T20:37:05.6599186Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config-735e724ca6f7be02.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6600191Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6601092Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/potential_utf-9309ea60d5963eb4.d' from root:root to runner:runner
2025-08-20T20:37:05.6602032Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6602945Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-9309ea60d5963eb4.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6603950Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibsqlite3_sys-9609bbfacdcfe4a4.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6604865Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_command-541c9ba2d04e1cb9.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6605720Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/layout-e1d1697282791166.d' from root:root to runner:runner
2025-08-20T20:37:05.6606625Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6607611Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6608615Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_transport-61a4d4e7ee59eba0.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6609495Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_traverse-7a9c6c08251d0701.d' from root:root to runner:runner
2025-08-20T20:37:05.6610401Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-6ca78c65d9f9e7bd.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6611294Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6612217Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ein-f87a63df839db274.d' from root:root to runner:runner
2025-08-20T20:37:05.6613104Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6614107Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashlink-69fb387f0eb263b3.d' from root:root to runner:runner
2025-08-20T20:37:05.6615039Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_commitgraph-db7a50bf9399459b.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6615933Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6616778Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yoke-40232855fd3282f3.d' from root:root to runner:runner
2025-08-20T20:37:05.6617650Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_config-735e724ca6f7be02.d' from root:root to runner:runner
2025-08-20T20:37:05.6618648Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_mailmap-8642b1a7c21418f8.d' from root:root to runner:runner
2025-08-20T20:37:05.6619593Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_channel-2052d2ee56ea07bf.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6620485Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_channel-66687683ebb3bdb7.d' from root:root to runner:runner
2025-08-20T20:37:05.6621499Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-66687683ebb3bdb7.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6622514Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimara_diff-d58fea0ba96f0264.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6623405Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-62f1eba4c85fbc83.d' from root:root to runner:runner
2025-08-20T20:37:05.6624282Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_index-e0191b63475f6e68.d' from root:root to runner:runner
2025-08-20T20:37:05.6625182Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6626103Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_negotiate-7f3d67a4972658a3.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6626958Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/digest-66f0ed4af5a9f2bf.d' from root:root to runner:runner
2025-08-20T20:37:05.6628153Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-167cb150d878195e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6629038Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/filetime-01f43c0a6deb68b4.d' from root:root to runner:runner
2025-08-20T20:37:05.6629895Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hash32-836cb474a4543f72.d' from root:root to runner:runner
2025-08-20T20:37:05.6630778Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_submodule-2f2b17967d158066.d' from root:root to runner:runner
2025-08-20T20:37:05.6631641Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_actor-eb2e3700834e00e1.d' from root:root to runner:runner
2025-08-20T20:37:05.6632484Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/url-ebcc13649e8fa4c6.d' from root:root to runner:runner
2025-08-20T20:37:05.6633350Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtar-cfe55be0763a9e26.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6634245Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarc_swap-ea1e3e5a82c95803.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6635209Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-056b60670a248d3e.d' from root:root to runner:runner
2025-08-20T20:37:05.6636226Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6637109Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_hash-a3653e85d1574a5c.d' from root:root to runner:runner
2025-08-20T20:37:05.6638006Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ref-c6bb2eb983c337ae.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6639037Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fallible_iterator-f925bb6d7e66e939.d' from root:root to runner:runner
2025-08-20T20:37:05.6639944Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprodash-cd84bcc05c4c1ccc.rlib' from root:root to runner:runner
2025-08-20T20:37:05.6640983Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6641967Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.6642832Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_lock-9f48090514e29bcd.d' from root:root to runner:runner
2025-08-20T20:37:05.6643588Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T20:37:05.6644360Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T20:37:05.6645124Z [00:07:37.045]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/libgitoxide.rlib' retained as runner:runner
2025-08-20T20:37:05.6645906Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T20:37:05.6646827Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6647800Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6648890Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/out' from root:root to runner:runner
2025-08-20T20:37:05.6649939Z [00:07:37.045]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6650922Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/output' from root:root to runner:runner
2025-08-20T20:37:05.6651824Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354' from root:root to runner:runner
2025-08-20T20:37:05.6652709Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6653639Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6654639Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/out' from root:root to runner:runner
2025-08-20T20:37:05.6655655Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6656543Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/output' from root:root to runner:runner
2025-08-20T20:37:05.6657396Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d' from root:root to runner:runner
2025-08-20T20:37:05.6658398Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6659397Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6660308Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/out/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.6661229Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/out' from root:root to runner:runner
2025-08-20T20:37:05.6662146Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6663186Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/output' from root:root to runner:runner
2025-08-20T20:37:05.6664088Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce' from root:root to runner:runner
2025-08-20T20:37:05.6665002Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6665954Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6666843Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/out' from root:root to runner:runner
2025-08-20T20:37:05.6667762Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6668951Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/output' from root:root to runner:runner
2025-08-20T20:37:05.6669840Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc' from root:root to runner:runner
2025-08-20T20:37:05.6670721Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-ca81e1f41fcc75e6/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6671637Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-ca81e1f41fcc75e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6672506Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-ca81e1f41fcc75e6/out' from root:root to runner:runner
2025-08-20T20:37:05.6673401Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-ca81e1f41fcc75e6/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6674274Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-ca81e1f41fcc75e6/output' from root:root to runner:runner
2025-08-20T20:37:05.6675117Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-ca81e1f41fcc75e6' from root:root to runner:runner
2025-08-20T20:37:05.6676104Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6677174Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6678160Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/out' from root:root to runner:runner
2025-08-20T20:37:05.6679118Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6680013Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' from root:root to runner:runner
2025-08-20T20:37:05.6680883Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T20:37:05.6681766Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-sys-a519c8959014bf1c/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6682858Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-sys-a519c8959014bf1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6683741Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-sys-a519c8959014bf1c/out' from root:root to runner:runner
2025-08-20T20:37:05.6684649Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-sys-a519c8959014bf1c/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6685542Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-sys-a519c8959014bf1c/output' from root:root to runner:runner
2025-08-20T20:37:05.6686403Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-sys-a519c8959014bf1c' from root:root to runner:runner
2025-08-20T20:37:05.6687298Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-c069eb3bc12c2972/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6688329Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-c069eb3bc12c2972/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6689264Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-c069eb3bc12c2972/out' from root:root to runner:runner
2025-08-20T20:37:05.6690275Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-c069eb3bc12c2972/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6691311Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-c069eb3bc12c2972/output' from root:root to runner:runner
2025-08-20T20:37:05.6692225Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-c069eb3bc12c2972' from root:root to runner:runner
2025-08-20T20:37:05.6693124Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6694066Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6694938Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/out' from root:root to runner:runner
2025-08-20T20:37:05.6695992Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6697013Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/output' from root:root to runner:runner
2025-08-20T20:37:05.6697884Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a' from root:root to runner:runner
2025-08-20T20:37:05.6698904Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fs-err-4f0fc384182e7d29/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6699859Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fs-err-4f0fc384182e7d29/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6700725Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fs-err-4f0fc384182e7d29/out' from root:root to runner:runner
2025-08-20T20:37:05.6701629Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fs-err-4f0fc384182e7d29/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6702507Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fs-err-4f0fc384182e7d29/output' from root:root to runner:runner
2025-08-20T20:37:05.6703362Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fs-err-4f0fc384182e7d29' from root:root to runner:runner
2025-08-20T20:37:05.6704422Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6705455Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6706383Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/out' from root:root to runner:runner
2025-08-20T20:37:05.6707337Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6708347Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/output' from root:root to runner:runner
2025-08-20T20:37:05.6709280Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-20T20:37:05.6710401Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/gitoxide-ea03f5ed13adcfda/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6711361Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/gitoxide-ea03f5ed13adcfda/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6712238Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/gitoxide-ea03f5ed13adcfda/out' from root:root to runner:runner
2025-08-20T20:37:05.6713152Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/gitoxide-ea03f5ed13adcfda/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6714054Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/gitoxide-ea03f5ed13adcfda/output' from root:root to runner:runner
2025-08-20T20:37:05.6714921Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/gitoxide-ea03f5ed13adcfda' from root:root to runner:runner
2025-08-20T20:37:05.6715818Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6716775Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6717756Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/out' from root:root to runner:runner
2025-08-20T20:37:05.6718852Z [00:07:37.046]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6719825Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/output' from root:root to runner:runner
2025-08-20T20:37:05.6720709Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327' from root:root to runner:runner
2025-08-20T20:37:05.6721590Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6722506Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6723471Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/out' from root:root to runner:runner
2025-08-20T20:37:05.6724495Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6725376Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/output' from root:root to runner:runner
2025-08-20T20:37:05.6726223Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839' from root:root to runner:runner
2025-08-20T20:37:05.6727119Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ed66d9148fb2c37f/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6728211Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ed66d9148fb2c37f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6729193Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ed66d9148fb2c37f/out' from root:root to runner:runner
2025-08-20T20:37:05.6730117Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ed66d9148fb2c37f/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6731019Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ed66d9148fb2c37f/output' from root:root to runner:runner
2025-08-20T20:37:05.6732027Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ed66d9148fb2c37f' from root:root to runner:runner
2025-08-20T20:37:05.6733014Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-519445760d70d7c8/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6733971Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-519445760d70d7c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6734865Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-519445760d70d7c8/out' from root:root to runner:runner
2025-08-20T20:37:05.6735788Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-519445760d70d7c8/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6736681Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-519445760d70d7c8/output' from root:root to runner:runner
2025-08-20T20:37:05.6737741Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-519445760d70d7c8' from root:root to runner:runner
2025-08-20T20:37:05.6738747Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6739758Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6740654Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/out' from root:root to runner:runner
2025-08-20T20:37:05.6741580Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6742562Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/output' from root:root to runner:runner
2025-08-20T20:37:05.6743522Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1' from root:root to runner:runner
2025-08-20T20:37:05.6744455Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-9edb7ef181873606/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6745427Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-9edb7ef181873606/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6746396Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-9edb7ef181873606/out' from root:root to runner:runner
2025-08-20T20:37:05.6747430Z [00:07:37.047]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-9edb7ef181873606/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6748478Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-9edb7ef181873606/output' from root:root to runner:runner
2025-08-20T20:37:05.6749407Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-9edb7ef181873606' from root:root to runner:runner
2025-08-20T20:37:05.6750309Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6751259Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6752316Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/out' from root:root to runner:runner
2025-08-20T20:37:05.6753235Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6754132Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/output' from root:root to runner:runner
2025-08-20T20:37:05.6755005Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff' from root:root to runner:runner
2025-08-20T20:37:05.6755959Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-967e9a640d3495e6/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6756929Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-967e9a640d3495e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6757801Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-967e9a640d3495e6/out' from root:root to runner:runner
2025-08-20T20:37:05.6758803Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-967e9a640d3495e6/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6759817Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-967e9a640d3495e6/output' from root:root to runner:runner
2025-08-20T20:37:05.6760681Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-967e9a640d3495e6' from root:root to runner:runner
2025-08-20T20:37:05.6761606Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6762546Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6763411Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/out' from root:root to runner:runner
2025-08-20T20:37:05.6764310Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6765274Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/output' from root:root to runner:runner
2025-08-20T20:37:05.6766237Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be' from root:root to runner:runner
2025-08-20T20:37:05.6767172Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6768289Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6769291Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/out' from root:root to runner:runner
2025-08-20T20:37:05.6770337Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6771354Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/output' from root:root to runner:runner
2025-08-20T20:37:05.6772264Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c' from root:root to runner:runner
2025-08-20T20:37:05.6773187Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6774225Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6775266Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out/c877a2978823c39d-sqlite3.o' from root:root to runner:runner
2025-08-20T20:37:05.6776224Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out/bindgen.rs' from root:root to runner:runner
2025-08-20T20:37:05.6777190Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out/libsqlite3.a' from root:root to runner:runner
2025-08-20T20:37:05.6778171Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out' from root:root to runner:runner
2025-08-20T20:37:05.6779246Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6780277Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/output' from root:root to runner:runner
2025-08-20T20:37:05.6781177Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403' from root:root to runner:runner
2025-08-20T20:37:05.6782078Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/openssl-sys-181f8019e654cdb8/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6783037Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/openssl-sys-181f8019e654cdb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6783995Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/openssl-sys-181f8019e654cdb8/out' from root:root to runner:runner
2025-08-20T20:37:05.6784948Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/openssl-sys-181f8019e654cdb8/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6785856Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/openssl-sys-181f8019e654cdb8/output' from root:root to runner:runner
2025-08-20T20:37:05.6786739Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/openssl-sys-181f8019e654cdb8' from root:root to runner:runner
2025-08-20T20:37:05.6787699Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-745f3ffb07195e9c/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6788762Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-745f3ffb07195e9c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6789673Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-745f3ffb07195e9c/out' from root:root to runner:runner
2025-08-20T20:37:05.6790591Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-745f3ffb07195e9c/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6791478Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-745f3ffb07195e9c/output' from root:root to runner:runner
2025-08-20T20:37:05.6792338Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-745f3ffb07195e9c' from root:root to runner:runner
2025-08-20T20:37:05.6793489Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/stderr' from root:root to runner:runner
2025-08-20T20:37:05.6794496Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6795418Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/out' from root:root to runner:runner
2025-08-20T20:37:05.6796370Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/root-output' from root:root to runner:runner
2025-08-20T20:37:05.6797378Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/output' from root:root to runner:runner
2025-08-20T20:37:05.6798385Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3' from root:root to runner:runner
2025-08-20T20:37:05.6799173Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T20:37:05.6799964Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T20:37:05.6800947Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-41290624a87355ab/lib-compact_str.json' from root:root to runner:runner
2025-08-20T20:37:05.6802060Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-41290624a87355ab/lib-compact_str' from root:root to runner:runner
2025-08-20T20:37:05.6803070Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-41290624a87355ab/dep-lib-compact_str' from root:root to runner:runner
2025-08-20T20:37:05.6804053Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-41290624a87355ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6804948Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-41290624a87355ab' from root:root to runner:runner
2025-08-20T20:37:05.6805912Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T20:37:05.6807031Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6807983Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/lib-hashbrown' from root:root to runner:runner
2025-08-20T20:37:05.6809072Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T20:37:05.6809970Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2' from root:root to runner:runner
2025-08-20T20:37:05.6811012Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-89fdd3caa1ba6a6e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6812045Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-89fdd3caa1ba6a6e/dep-lib-sysinfo' from root:root to runner:runner
2025-08-20T20:37:05.6813004Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-89fdd3caa1ba6a6e/lib-sysinfo.json' from root:root to runner:runner
2025-08-20T20:37:05.6813951Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-89fdd3caa1ba6a6e/lib-sysinfo' from root:root to runner:runner
2025-08-20T20:37:05.6814837Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-89fdd3caa1ba6a6e' from root:root to runner:runner
2025-08-20T20:37:05.6815869Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-990b0a60dd85a482/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T20:37:05.6816852Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-990b0a60dd85a482/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6817816Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-990b0a60dd85a482/lib-hashbrown' from root:root to runner:runner
2025-08-20T20:37:05.6818917Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-990b0a60dd85a482/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T20:37:05.6819865Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-990b0a60dd85a482' from root:root to runner:runner
2025-08-20T20:37:05.6821026Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-924f6b836dbc6f2c/lib-clap_builder' from root:root to runner:runner
2025-08-20T20:37:05.6822165Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-924f6b836dbc6f2c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6823157Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-924f6b836dbc6f2c/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T20:37:05.6824150Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-924f6b836dbc6f2c/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T20:37:05.6825126Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-924f6b836dbc6f2c' from root:root to runner:runner
2025-08-20T20:37:05.6826151Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax' from root:root to runner:runner
2025-08-20T20:37:05.6827137Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6828244Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T20:37:05.6829391Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T20:37:05.6830351Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e' from root:root to runner:runner
2025-08-20T20:37:05.6831321Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-object-16dec88fbed91bbb/lib-gix_object' from root:root to runner:runner
2025-08-20T20:37:05.6832303Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-object-16dec88fbed91bbb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6833276Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-object-16dec88fbed91bbb/dep-lib-gix_object' from root:root to runner:runner
2025-08-20T20:37:05.6834252Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-object-16dec88fbed91bbb/lib-gix_object.json' from root:root to runner:runner
2025-08-20T20:37:05.6835352Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-object-16dec88fbed91bbb' from root:root to runner:runner
2025-08-20T20:37:05.6836452Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.6837543Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.6838555Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354' from root:root to runner:runner
2025-08-20T20:37:05.6839678Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-6fd82f3c15f2cd24/dep-lib-icu_provider' from root:root to runner:runner
2025-08-20T20:37:05.6840675Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-6fd82f3c15f2cd24/lib-icu_provider.json' from root:root to runner:runner
2025-08-20T20:37:05.6841655Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-6fd82f3c15f2cd24/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6842635Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-6fd82f3c15f2cd24/lib-icu_provider' from root:root to runner:runner
2025-08-20T20:37:05.6843616Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-6fd82f3c15f2cd24' from root:root to runner:runner
2025-08-20T20:37:05.6844615Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crosstermion-6deed7fe3b5b3d3e/lib-crosstermion' from root:root to runner:runner
2025-08-20T20:37:05.6845621Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crosstermion-6deed7fe3b5b3d3e/dep-lib-crosstermion' from root:root to runner:runner
2025-08-20T20:37:05.6846612Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crosstermion-6deed7fe3b5b3d3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6847613Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crosstermion-6deed7fe3b5b3d3e/lib-crosstermion.json' from root:root to runner:runner
2025-08-20T20:37:05.6848690Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crosstermion-6deed7fe3b5b3d3e' from root:root to runner:runner
2025-08-20T20:37:05.6849856Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:05.6850880Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T20:37:05.6851878Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6852917Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:05.6853915Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93' from root:root to runner:runner
2025-08-20T20:37:05.6854914Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-e9bab7e445adc0fd/lib-idna.json' from root:root to runner:runner
2025-08-20T20:37:05.6855870Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-e9bab7e445adc0fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6856805Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-e9bab7e445adc0fd/dep-lib-idna' from root:root to runner:runner
2025-08-20T20:37:05.6857773Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-e9bab7e445adc0fd/lib-idna' from root:root to runner:runner
2025-08-20T20:37:05.6858813Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-e9bab7e445adc0fd' from root:root to runner:runner
2025-08-20T20:37:05.6859864Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-f925bb6d7e66e939/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6860909Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-f925bb6d7e66e939/dep-lib-fallible_iterator' from root:root to runner:runner
2025-08-20T20:37:05.6861997Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-f925bb6d7e66e939/lib-fallible_iterator.json' from root:root to runner:runner
2025-08-20T20:37:05.6863183Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-f925bb6d7e66e939/lib-fallible_iterator' from root:root to runner:runner
2025-08-20T20:37:05.6864121Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-f925bb6d7e66e939' from root:root to runner:runner
2025-08-20T20:37:05.6865064Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-befe8ac2ac720d26/lib-libz_sys' from root:root to runner:runner
2025-08-20T20:37:05.6866034Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-befe8ac2ac720d26/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6867070Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-befe8ac2ac720d26/dep-lib-libz_sys' from root:root to runner:runner
2025-08-20T20:37:05.6868144Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-befe8ac2ac720d26/lib-libz_sys.json' from root:root to runner:runner
2025-08-20T20:37:05.6869082Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-befe8ac2ac720d26' from root:root to runner:runner
2025-08-20T20:37:05.6870066Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-bca25181b27d18d8/lib-crossbeam.json' from root:root to runner:runner
2025-08-20T20:37:05.6871040Z [00:07:37.048]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-bca25181b27d18d8/dep-lib-crossbeam' from root:root to runner:runner
2025-08-20T20:37:05.6872080Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-bca25181b27d18d8/lib-crossbeam' from root:root to runner:runner
2025-08-20T20:37:05.6873062Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-bca25181b27d18d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6873969Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-bca25181b27d18d8' from root:root to runner:runner
2025-08-20T20:37:05.6874906Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fs-b5010988772df54d/dep-lib-gix_fs' from root:root to runner:runner
2025-08-20T20:37:05.6875858Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fs-b5010988772df54d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6876964Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fs-b5010988772df54d/lib-gix_fs' from root:root to runner:runner
2025-08-20T20:37:05.6877909Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fs-b5010988772df54d/lib-gix_fs.json' from root:root to runner:runner
2025-08-20T20:37:05.6878956Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fs-b5010988772df54d' from root:root to runner:runner
2025-08-20T20:37:05.6879966Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-94b05fe0113b557d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6881044Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-94b05fe0113b557d/lib-icu_locale_core' from root:root to runner:runner
2025-08-20T20:37:05.6882112Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-94b05fe0113b557d/lib-icu_locale_core.json' from root:root to runner:runner
2025-08-20T20:37:05.6883116Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-94b05fe0113b557d/dep-lib-icu_locale_core' from root:root to runner:runner
2025-08-20T20:37:05.6884030Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-94b05fe0113b557d' from root:root to runner:runner
2025-08-20T20:37:05.6885190Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-61ddb969f61098c7/lib-gix_packetline_blocking.json' from root:root to runner:runner
2025-08-20T20:37:05.6886247Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-61ddb969f61098c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6887322Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-61ddb969f61098c7/lib-gix_packetline_blocking' from root:root to runner:runner
2025-08-20T20:37:05.6888510Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-61ddb969f61098c7/dep-lib-gix_packetline_blocking' from root:root to runner:runner
2025-08-20T20:37:05.6889505Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-61ddb969f61098c7' from root:root to runner:runner
2025-08-20T20:37:05.6890464Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-e8f09192ff814331/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6891659Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-e8f09192ff814331/dep-lib-tinyvec' from root:root to runner:runner
2025-08-20T20:37:05.6892633Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-e8f09192ff814331/lib-tinyvec.json' from root:root to runner:runner
2025-08-20T20:37:05.6893568Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-e8f09192ff814331/lib-tinyvec' from root:root to runner:runner
2025-08-20T20:37:05.6894458Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-e8f09192ff814331' from root:root to runner:runner
2025-08-20T20:37:05.6895553Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.6896624Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.6897509Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d' from root:root to runner:runner
2025-08-20T20:37:05.6898544Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa.json' from root:root to runner:runner
2025-08-20T20:37:05.6899573Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/dep-lib-itoa' from root:root to runner:runner
2025-08-20T20:37:05.6900577Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6901496Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa' from root:root to runner:runner
2025-08-20T20:37:05.6902366Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5' from root:root to runner:runner
2025-08-20T20:37:05.6903320Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-url-9da9ace2fd3734c9/lib-gix_url.json' from root:root to runner:runner
2025-08-20T20:37:05.6904275Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-url-9da9ace2fd3734c9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6905375Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-url-9da9ace2fd3734c9/dep-lib-gix_url' from root:root to runner:runner
2025-08-20T20:37:05.6906308Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-url-9da9ace2fd3734c9/lib-gix_url' from root:root to runner:runner
2025-08-20T20:37:05.6907185Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-url-9da9ace2fd3734c9' from root:root to runner:runner
2025-08-20T20:37:05.6908279Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-6227b15639dfac05/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6909460Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-6227b15639dfac05/dep-lib-gix_packetline' from root:root to runner:runner
2025-08-20T20:37:05.6910562Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-6227b15639dfac05/lib-gix_packetline.json' from root:root to runner:runner
2025-08-20T20:37:05.6911561Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-6227b15639dfac05/lib-gix_packetline' from root:root to runner:runner
2025-08-20T20:37:05.6912483Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-6227b15639dfac05' from root:root to runner:runner
2025-08-20T20:37:05.6913524Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-f87a63df839db274/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6914497Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-f87a63df839db274/output-bin-ein' from root:root to runner:runner
2025-08-20T20:37:05.6915398Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-f87a63df839db274' from root:root to runner:runner
2025-08-20T20:37:05.6916404Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T20:37:05.6917391Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width' from root:root to runner:runner
2025-08-20T20:37:05.6918544Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6919662Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T20:37:05.6920577Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f' from root:root to runner:runner
2025-08-20T20:37:05.6921533Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6922475Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/lib-lock_api' from root:root to runner:runner
2025-08-20T20:37:05.6923496Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T20:37:05.6924482Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/lib-lock_api.json' from root:root to runner:runner
2025-08-20T20:37:05.6925376Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e' from root:root to runner:runner
2025-08-20T20:37:05.6926338Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fsck-a2da250daff04bf4/lib-gix_fsck.json' from root:root to runner:runner
2025-08-20T20:37:05.6927357Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fsck-a2da250daff04bf4/dep-lib-gix_fsck' from root:root to runner:runner
2025-08-20T20:37:05.6928423Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fsck-a2da250daff04bf4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6929407Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fsck-a2da250daff04bf4/lib-gix_fsck' from root:root to runner:runner
2025-08-20T20:37:05.6930302Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fsck-a2da250daff04bf4' from root:root to runner:runner
2025-08-20T20:37:05.6931248Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/lib-base64.json' from root:root to runner:runner
2025-08-20T20:37:05.6932303Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/lib-base64' from root:root to runner:runner
2025-08-20T20:37:05.6933335Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6934276Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/dep-lib-base64' from root:root to runner:runner
2025-08-20T20:37:05.6935157Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa' from root:root to runner:runner
2025-08-20T20:37:05.6936129Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-archive-036859a1ebca4440/lib-gix_archive' from root:root to runner:runner
2025-08-20T20:37:05.6937170Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-archive-036859a1ebca4440/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6938262Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-archive-036859a1ebca4440/lib-gix_archive.json' from root:root to runner:runner
2025-08-20T20:37:05.6939262Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-archive-036859a1ebca4440/dep-lib-gix_archive' from root:root to runner:runner
2025-08-20T20:37:05.6940170Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-archive-036859a1ebca4440' from root:root to runner:runner
2025-08-20T20:37:05.6941284Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.6942358Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.6943246Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce' from root:root to runner:runner
2025-08-20T20:37:05.6944214Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-diff-ec9807aeffe50164/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6945155Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-diff-ec9807aeffe50164/lib-gix_diff' from root:root to runner:runner
2025-08-20T20:37:05.6946263Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-diff-ec9807aeffe50164/dep-lib-gix_diff' from root:root to runner:runner
2025-08-20T20:37:05.6947345Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-diff-ec9807aeffe50164/lib-gix_diff.json' from root:root to runner:runner
2025-08-20T20:37:05.6948389Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-diff-ec9807aeffe50164' from root:root to runner:runner
2025-08-20T20:37:05.6949371Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-b9b60976be7d2e9a/lib-bstr.json' from root:root to runner:runner
2025-08-20T20:37:05.6950293Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-b9b60976be7d2e9a/lib-bstr' from root:root to runner:runner
2025-08-20T20:37:05.6951329Z [00:07:37.049]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-b9b60976be7d2e9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6952324Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-b9b60976be7d2e9a/dep-lib-bstr' from root:root to runner:runner
2025-08-20T20:37:05.6953200Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-b9b60976be7d2e9a' from root:root to runner:runner
2025-08-20T20:37:05.6954247Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-20T20:37:05.6955312Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6956339Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T20:37:05.6957385Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T20:37:05.6958392Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae' from root:root to runner:runner
2025-08-20T20:37:05.6959496Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-1d36b3738639ebcc/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.6960759Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-1d36b3738639ebcc/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.6961707Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-1d36b3738639ebcc' from root:root to runner:runner
2025-08-20T20:37:05.6962697Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-submodule-2f2b17967d158066/lib-gix_submodule' from root:root to runner:runner
2025-08-20T20:37:05.6963677Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-submodule-2f2b17967d158066/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6964739Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-submodule-2f2b17967d158066/dep-lib-gix_submodule' from root:root to runner:runner
2025-08-20T20:37:05.6965787Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-submodule-2f2b17967d158066/lib-gix_submodule.json' from root:root to runner:runner
2025-08-20T20:37:05.6966697Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-submodule-2f2b17967d158066' from root:root to runner:runner
2025-08-20T20:37:05.6967676Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-0ebd6b9322a3c023/dep-lib-is_terminal' from root:root to runner:runner
2025-08-20T20:37:05.6968807Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-0ebd6b9322a3c023/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6969820Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-0ebd6b9322a3c023/lib-is_terminal.json' from root:root to runner:runner
2025-08-20T20:37:05.6970785Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-0ebd6b9322a3c023/lib-is_terminal' from root:root to runner:runner
2025-08-20T20:37:05.6971696Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-0ebd6b9322a3c023' from root:root to runner:runner
2025-08-20T20:37:05.6972660Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-0e89610bca173e39/lib-zerotrie.json' from root:root to runner:runner
2025-08-20T20:37:05.6973625Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-0e89610bca173e39/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6974719Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-0e89610bca173e39/lib-zerotrie' from root:root to runner:runner
2025-08-20T20:37:05.6975681Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-0e89610bca173e39/dep-lib-zerotrie' from root:root to runner:runner
2025-08-20T20:37:05.6976569Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-0e89610bca173e39' from root:root to runner:runner
2025-08-20T20:37:05.6977525Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-odb-0265081716a7ac2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6978653Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-odb-0265081716a7ac2b/lib-gix_odb.json' from root:root to runner:runner
2025-08-20T20:37:05.6979626Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-odb-0265081716a7ac2b/lib-gix_odb' from root:root to runner:runner
2025-08-20T20:37:05.6980572Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-odb-0265081716a7ac2b/dep-lib-gix_odb' from root:root to runner:runner
2025-08-20T20:37:05.6981459Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-odb-0265081716a7ac2b' from root:root to runner:runner
2025-08-20T20:37:05.6982464Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-sec-4dc8f9fbee20caab/lib-gix_sec' from root:root to runner:runner
2025-08-20T20:37:05.6983503Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-sec-4dc8f9fbee20caab/dep-lib-gix_sec' from root:root to runner:runner
2025-08-20T20:37:05.6984466Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-sec-4dc8f9fbee20caab/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6985423Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-sec-4dc8f9fbee20caab/lib-gix_sec.json' from root:root to runner:runner
2025-08-20T20:37:05.6986309Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-sec-4dc8f9fbee20caab' from root:root to runner:runner
2025-08-20T20:37:05.6987270Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rusqlite-9138227d75dd705d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6988526Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rusqlite-9138227d75dd705d/dep-lib-rusqlite' from root:root to runner:runner
2025-08-20T20:37:05.6989511Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rusqlite-9138227d75dd705d/lib-rusqlite.json' from root:root to runner:runner
2025-08-20T20:37:05.6990460Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rusqlite-9138227d75dd705d/lib-rusqlite' from root:root to runner:runner
2025-08-20T20:37:05.6991347Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rusqlite-9138227d75dd705d' from root:root to runner:runner
2025-08-20T20:37:05.6992369Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-69676ad689588394/dep-lib-curl_sys' from root:root to runner:runner
2025-08-20T20:37:05.6993400Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-69676ad689588394/lib-curl_sys.json' from root:root to runner:runner
2025-08-20T20:37:05.6994358Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-69676ad689588394/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.6995303Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-69676ad689588394/lib-curl_sys' from root:root to runner:runner
2025-08-20T20:37:05.6996255Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-69676ad689588394' from root:root to runner:runner
2025-08-20T20:37:05.6997320Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-9a8b7d58e3a683ac/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T20:37:05.6998398Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-9a8b7d58e3a683ac/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T20:37:05.6999433Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-9a8b7d58e3a683ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7000433Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-9a8b7d58e3a683ac/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T20:37:05.7001337Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-9a8b7d58e3a683ac' from root:root to runner:runner
2025-08-20T20:37:05.7002654Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-ad0e33e02ab55c03/lib-event_listener_strategy.json' from root:root to runner:runner
2025-08-20T20:37:05.7003704Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-ad0e33e02ab55c03/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7004791Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-ad0e33e02ab55c03/dep-lib-event_listener_strategy' from root:root to runner:runner
2025-08-20T20:37:05.7005869Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-ad0e33e02ab55c03/lib-event_listener_strategy' from root:root to runner:runner
2025-08-20T20:37:05.7006886Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-ad0e33e02ab55c03' from root:root to runner:runner
2025-08-20T20:37:05.7007838Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-3448e50b86b66bb8/lib-xattr' from root:root to runner:runner
2025-08-20T20:37:05.7008874Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-3448e50b86b66bb8/dep-lib-xattr' from root:root to runner:runner
2025-08-20T20:37:05.7009846Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-3448e50b86b66bb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7010868Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-3448e50b86b66bb8/lib-xattr.json' from root:root to runner:runner
2025-08-20T20:37:05.7011836Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-3448e50b86b66bb8' from root:root to runner:runner
2025-08-20T20:37:05.7012879Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-value-2b4e505c1246583e/lib-gix_config_value.json' from root:root to runner:runner
2025-08-20T20:37:05.7013889Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-value-2b4e505c1246583e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7014905Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-value-2b4e505c1246583e/dep-lib-gix_config_value' from root:root to runner:runner
2025-08-20T20:37:05.7016029Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-value-2b4e505c1246583e/lib-gix_config_value' from root:root to runner:runner
2025-08-20T20:37:05.7017104Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-value-2b4e505c1246583e' from root:root to runner:runner
2025-08-20T20:37:05.7018158Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-react-8e6b553249f1b542/dep-lib-tui_react' from root:root to runner:runner
2025-08-20T20:37:05.7019179Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-react-8e6b553249f1b542/lib-tui_react.json' from root:root to runner:runner
2025-08-20T20:37:05.7020158Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-react-8e6b553249f1b542/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7021183Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-react-8e6b553249f1b542/lib-tui_react' from root:root to runner:runner
2025-08-20T20:37:05.7022142Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-react-8e6b553249f1b542' from root:root to runner:runner
2025-08-20T20:37:05.7023093Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes.json' from root:root to runner:runner
2025-08-20T20:37:05.7024047Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7025047Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/dep-lib-bytes' from root:root to runner:runner
2025-08-20T20:37:05.7025991Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes' from root:root to runner:runner
2025-08-20T20:37:05.7026872Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711' from root:root to runner:runner
2025-08-20T20:37:05.7027836Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-ef337aa491fa94e1/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T20:37:05.7028907Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-ef337aa491fa94e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7030008Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-ef337aa491fa94e1/lib-bitflags.json' from root:root to runner:runner
2025-08-20T20:37:05.7031047Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-ef337aa491fa94e1/lib-bitflags' from root:root to runner:runner
2025-08-20T20:37:05.7031939Z [00:07:37.050]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-ef337aa491fa94e1' from root:root to runner:runner
2025-08-20T20:37:05.7032966Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-ca81e1f41fcc75e6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7034018Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-ca81e1f41fcc75e6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7034970Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-ca81e1f41fcc75e6' from root:root to runner:runner
2025-08-20T20:37:05.7036075Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/concurrent-queue-d9fb434b50993eb6/dep-lib-concurrent_queue' from root:root to runner:runner
2025-08-20T20:37:05.7037082Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/concurrent-queue-d9fb434b50993eb6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7038210Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/concurrent-queue-d9fb434b50993eb6/lib-concurrent_queue.json' from root:root to runner:runner
2025-08-20T20:37:05.7039349Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/concurrent-queue-d9fb434b50993eb6/lib-concurrent_queue' from root:root to runner:runner
2025-08-20T20:37:05.7040283Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/concurrent-queue-d9fb434b50993eb6' from root:root to runner:runner
2025-08-20T20:37:05.7041259Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-55180a1288f5e10d/lib-gix' from root:root to runner:runner
2025-08-20T20:37:05.7042204Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-55180a1288f5e10d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7043117Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-55180a1288f5e10d/dep-lib-gix' from root:root to runner:runner
2025-08-20T20:37:05.7044121Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-55180a1288f5e10d/lib-gix.json' from root:root to runner:runner
2025-08-20T20:37:05.7044994Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-55180a1288f5e10d' from root:root to runner:runner
2025-08-20T20:37:05.7045895Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/lib-lru' from root:root to runner:runner
2025-08-20T20:37:05.7046839Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7047770Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/lib-lru.json' from root:root to runner:runner
2025-08-20T20:37:05.7048856Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/dep-lib-lru' from root:root to runner:runner
2025-08-20T20:37:05.7049775Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906' from root:root to runner:runner
2025-08-20T20:37:05.7050734Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent' from root:root to runner:runner
2025-08-20T20:37:05.7051712Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7052758Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T20:37:05.7053742Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent.json' from root:root to runner:runner
2025-08-20T20:37:05.7054745Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267' from root:root to runner:runner
2025-08-20T20:37:05.7055714Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/lib-arrayvec.json' from root:root to runner:runner
2025-08-20T20:37:05.7056681Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7057637Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/dep-lib-arrayvec' from root:root to runner:runner
2025-08-20T20:37:05.7058826Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/lib-arrayvec' from root:root to runner:runner
2025-08-20T20:37:05.7059761Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110' from root:root to runner:runner
2025-08-20T20:37:05.7060768Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T20:37:05.7061837Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T20:37:05.7062929Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7063991Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T20:37:05.7064926Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae' from root:root to runner:runner
2025-08-20T20:37:05.7065893Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-trace-81c3516fe33f8a31/lib-gix_trace.json' from root:root to runner:runner
2025-08-20T20:37:05.7066938Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-trace-81c3516fe33f8a31/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7067902Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-trace-81c3516fe33f8a31/dep-lib-gix_trace' from root:root to runner:runner
2025-08-20T20:37:05.7069065Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-trace-81c3516fe33f8a31/lib-gix_trace' from root:root to runner:runner
2025-08-20T20:37:05.7069967Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-trace-81c3516fe33f8a31' from root:root to runner:runner
2025-08-20T20:37:05.7070891Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-40232855fd3282f3/lib-yoke.json' from root:root to runner:runner
2025-08-20T20:37:05.7071936Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-40232855fd3282f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7072862Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-40232855fd3282f3/dep-lib-yoke' from root:root to runner:runner
2025-08-20T20:37:05.7073769Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-40232855fd3282f3/lib-yoke' from root:root to runner:runner
2025-08-20T20:37:05.7074632Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-40232855fd3282f3' from root:root to runner:runner
2025-08-20T20:37:05.7075603Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arc-swap-ea1e3e5a82c95803/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7076628Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arc-swap-ea1e3e5a82c95803/lib-arc_swap.json' from root:root to runner:runner
2025-08-20T20:37:05.7077611Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arc-swap-ea1e3e5a82c95803/lib-arc_swap' from root:root to runner:runner
2025-08-20T20:37:05.7078743Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arc-swap-ea1e3e5a82c95803/dep-lib-arc_swap' from root:root to runner:runner
2025-08-20T20:37:05.7079676Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arc-swap-ea1e3e5a82c95803' from root:root to runner:runner
2025-08-20T20:37:05.7080684Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uluru-a8ff2d0c9bdfa069/lib-uluru' from root:root to runner:runner
2025-08-20T20:37:05.7081694Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uluru-a8ff2d0c9bdfa069/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7082708Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uluru-a8ff2d0c9bdfa069/lib-uluru.json' from root:root to runner:runner
2025-08-20T20:37:05.7083650Z [00:07:37.051]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uluru-a8ff2d0c9bdfa069/dep-lib-uluru' from root:root to runner:runner
2025-08-20T20:37:05.7084524Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uluru-a8ff2d0c9bdfa069' from root:root to runner:runner
2025-08-20T20:37:05.7085485Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pack-9217c271e59afb2b/lib-gix_pack.json' from root:root to runner:runner
2025-08-20T20:37:05.7086548Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pack-9217c271e59afb2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7087514Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pack-9217c271e59afb2b/dep-lib-gix_pack' from root:root to runner:runner
2025-08-20T20:37:05.7088545Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pack-9217c271e59afb2b/lib-gix_pack' from root:root to runner:runner
2025-08-20T20:37:05.7089486Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pack-9217c271e59afb2b' from root:root to runner:runner
2025-08-20T20:37:05.7090611Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7091737Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:05.7092639Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T20:37:05.7093579Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dashmap-a80cede878c45f19/lib-dashmap' from root:root to runner:runner
2025-08-20T20:37:05.7094601Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dashmap-a80cede878c45f19/lib-dashmap.json' from root:root to runner:runner
2025-08-20T20:37:05.7095584Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dashmap-a80cede878c45f19/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7096647Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dashmap-a80cede878c45f19/dep-lib-dashmap' from root:root to runner:runner
2025-08-20T20:37:05.7097541Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dashmap-a80cede878c45f19' from root:root to runner:runner
2025-08-20T20:37:05.7098587Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' from root:root to runner:runner
2025-08-20T20:37:05.7099681Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7100634Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' from root:root to runner:runner
2025-08-20T20:37:05.7101600Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' from root:root to runner:runner
2025-08-20T20:37:05.7102492Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5' from root:root to runner:runner
2025-08-20T20:37:05.7103527Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-adbda3ae63672fab/lib-encoding_rs' from root:root to runner:runner
2025-08-20T20:37:05.7104512Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-adbda3ae63672fab/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7105493Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-adbda3ae63672fab/lib-encoding_rs.json' from root:root to runner:runner
2025-08-20T20:37:05.7106473Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-adbda3ae63672fab/dep-lib-encoding_rs' from root:root to runner:runner
2025-08-20T20:37:05.7107372Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-adbda3ae63672fab' from root:root to runner:runner
2025-08-20T20:37:05.7108594Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-a519c8959014bf1c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7109716Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-a519c8959014bf1c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7110670Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-a519c8959014bf1c' from root:root to runner:runner
2025-08-20T20:37:05.7111619Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/dep-lib-zlib_rs' from root:root to runner:runner
2025-08-20T20:37:05.7112573Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7113589Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/lib-zlib_rs.json' from root:root to runner:runner
2025-08-20T20:37:05.7114528Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/lib-zlib_rs' from root:root to runner:runner
2025-08-20T20:37:05.7115406Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57' from root:root to runner:runner
2025-08-20T20:37:05.7116393Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-e372b8e108c7df49/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T20:37:05.7117447Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-e372b8e108c7df49/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T20:37:05.7118575Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-e372b8e108c7df49/lib-parking_lot' from root:root to runner:runner
2025-08-20T20:37:05.7119579Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-e372b8e108c7df49/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7120480Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-e372b8e108c7df49' from root:root to runner:runner
2025-08-20T20:37:05.7121534Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-c069eb3bc12c2972/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7122600Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-c069eb3bc12c2972/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7123653Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-c069eb3bc12c2972' from root:root to runner:runner
2025-08-20T20:37:05.7124665Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d4333fcfe4fd7fea/dep-lib-rustix' from root:root to runner:runner
2025-08-20T20:37:05.7125626Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d4333fcfe4fd7fea/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7126576Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d4333fcfe4fd7fea/lib-rustix.json' from root:root to runner:runner
2025-08-20T20:37:05.7127508Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d4333fcfe4fd7fea/lib-rustix' from root:root to runner:runner
2025-08-20T20:37:05.7128474Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d4333fcfe4fd7fea' from root:root to runner:runner
2025-08-20T20:37:05.7129508Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3aacd5bda816dd4d/dep-lib-zerofrom' from root:root to runner:runner
2025-08-20T20:37:05.7130458Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3aacd5bda816dd4d/lib-zerofrom' from root:root to runner:runner
2025-08-20T20:37:05.7131520Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3aacd5bda816dd4d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7132640Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3aacd5bda816dd4d/lib-zerofrom.json' from root:root to runner:runner
2025-08-20T20:37:05.7133544Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3aacd5bda816dd4d' from root:root to runner:runner
2025-08-20T20:37:05.7134536Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-ccdc35fc39f6a650/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7135534Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-ccdc35fc39f6a650/lib-gix_worktree.json' from root:root to runner:runner
2025-08-20T20:37:05.7136508Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-ccdc35fc39f6a650/lib-gix_worktree' from root:root to runner:runner
2025-08-20T20:37:05.7137600Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-ccdc35fc39f6a650/dep-lib-gix_worktree' from root:root to runner:runner
2025-08-20T20:37:05.7138654Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-ccdc35fc39f6a650' from root:root to runner:runner
2025-08-20T20:37:05.7139624Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-684d82d5e735492d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7140550Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-684d82d5e735492d/dep-lib-open' from root:root to runner:runner
2025-08-20T20:37:05.7141474Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-684d82d5e735492d/lib-open' from root:root to runner:runner
2025-08-20T20:37:05.7142412Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-684d82d5e735492d/lib-open.json' from root:root to runner:runner
2025-08-20T20:37:05.7143285Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-684d82d5e735492d' from root:root to runner:runner
2025-08-20T20:37:05.7144235Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-5555de710644056e/lib-tempfile' from root:root to runner:runner
2025-08-20T20:37:05.7145320Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-5555de710644056e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7146399Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-5555de710644056e/dep-lib-tempfile' from root:root to runner:runner
2025-08-20T20:37:05.7147394Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-5555de710644056e/lib-tempfile.json' from root:root to runner:runner
2025-08-20T20:37:05.7148443Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-5555de710644056e' from root:root to runner:runner
2025-08-20T20:37:05.7149526Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-c866b446a57a7436/dep-lib-terminal_size' from root:root to runner:runner
2025-08-20T20:37:05.7150527Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-c866b446a57a7436/lib-terminal_size.json' from root:root to runner:runner
2025-08-20T20:37:05.7151616Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-c866b446a57a7436/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7152699Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-c866b446a57a7436/lib-terminal_size' from root:root to runner:runner
2025-08-20T20:37:05.7153607Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-c866b446a57a7436' from root:root to runner:runner
2025-08-20T20:37:05.7154606Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7155622Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions' from root:root to runner:runner
2025-08-20T20:37:05.7156662Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions.json' from root:root to runner:runner
2025-08-20T20:37:05.7157686Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/dep-lib-static_assertions' from root:root to runner:runner
2025-08-20T20:37:05.7158713Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770' from root:root to runner:runner
2025-08-20T20:37:05.7159888Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-6095b6814490dd81/dep-lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T20:37:05.7160961Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-6095b6814490dd81/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7162024Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-6095b6814490dd81/lib-tinyvec_macros.json' from root:root to runner:runner
2025-08-20T20:37:05.7163017Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-6095b6814490dd81/lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T20:37:05.7163930Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-6095b6814490dd81' from root:root to runner:runner
2025-08-20T20:37:05.7164958Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-20T20:37:05.7166151Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-20T20:37:05.7167162Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7168247Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite' from root:root to runner:runner
2025-08-20T20:37:05.7169282Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c' from root:root to runner:runner
2025-08-20T20:37:05.7170326Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7171389Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7172276Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a' from root:root to runner:runner
2025-08-20T20:37:05.7173346Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-146a9cecc077ca49/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7174446Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-146a9cecc077ca49/lib-is_docker.json' from root:root to runner:runner
2025-08-20T20:37:05.7175440Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-146a9cecc077ca49/dep-lib-is_docker' from root:root to runner:runner
2025-08-20T20:37:05.7176397Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-146a9cecc077ca49/lib-is_docker' from root:root to runner:runner
2025-08-20T20:37:05.7177296Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-146a9cecc077ca49' from root:root to runner:runner
2025-08-20T20:37:05.7178356Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T20:37:05.7179463Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7180617Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T20:37:05.7181623Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T20:37:05.7182528Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8' from root:root to runner:runner
2025-08-20T20:37:05.7183519Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-command-541c9ba2d04e1cb9/dep-lib-gix_command' from root:root to runner:runner
2025-08-20T20:37:05.7184491Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-command-541c9ba2d04e1cb9/lib-gix_command' from root:root to runner:runner
2025-08-20T20:37:05.7185466Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-command-541c9ba2d04e1cb9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7186453Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-command-541c9ba2d04e1cb9/lib-gix_command.json' from root:root to runner:runner
2025-08-20T20:37:05.7187425Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-command-541c9ba2d04e1cb9' from root:root to runner:runner
2025-08-20T20:37:05.7188586Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7189623Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T20:37:05.7190620Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T20:37:05.7191627Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T20:37:05.7192535Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe' from root:root to runner:runner
2025-08-20T20:37:05.7193687Z [00:07:37.052]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hashtable-8df1d1951220ef6a/dep-lib-gix_hashtable' from root:root to runner:runner
2025-08-20T20:37:05.7194737Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hashtable-8df1d1951220ef6a/lib-gix_hashtable' from root:root to runner:runner
2025-08-20T20:37:05.7195728Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hashtable-8df1d1951220ef6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7196733Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hashtable-8df1d1951220ef6a/lib-gix_hashtable.json' from root:root to runner:runner
2025-08-20T20:37:05.7197650Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hashtable-8df1d1951220ef6a' from root:root to runner:runner
2025-08-20T20:37:05.7198701Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/lib-overload' from root:root to runner:runner
2025-08-20T20:37:05.7199719Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/dep-lib-overload' from root:root to runner:runner
2025-08-20T20:37:05.7200690Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7201750Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/lib-overload.json' from root:root to runner:runner
2025-08-20T20:37:05.7202716Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b' from root:root to runner:runner
2025-08-20T20:37:05.7203765Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-forest-4f01131d9d3a4c89/lib-tracing_forest.json' from root:root to runner:runner
2025-08-20T20:37:05.7204775Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-forest-4f01131d9d3a4c89/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7205785Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-forest-4f01131d9d3a4c89/dep-lib-tracing_forest' from root:root to runner:runner
2025-08-20T20:37:05.7206773Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-forest-4f01131d9d3a4c89/lib-tracing_forest' from root:root to runner:runner
2025-08-20T20:37:05.7207889Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-forest-4f01131d9d3a4c89' from root:root to runner:runner
2025-08-20T20:37:05.7209166Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7210173Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query' from root:root to runner:runner
2025-08-20T20:37:05.7211175Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T20:37:05.7212180Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T20:37:05.7213091Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2' from root:root to runner:runner
2025-08-20T20:37:05.7214000Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/lib-jiff' from root:root to runner:runner
2025-08-20T20:37:05.7214945Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/dep-lib-jiff' from root:root to runner:runner
2025-08-20T20:37:05.7216049Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7217065Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/lib-jiff.json' from root:root to runner:runner
2025-08-20T20:37:05.7217956Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d' from root:root to runner:runner
2025-08-20T20:37:05.7219071Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-status-a855c0f77bdacf50/lib-gix_status' from root:root to runner:runner
2025-08-20T20:37:05.7220053Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-status-a855c0f77bdacf50/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7221029Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-status-a855c0f77bdacf50/dep-lib-gix_status' from root:root to runner:runner
2025-08-20T20:37:05.7222179Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-status-a855c0f77bdacf50/lib-gix_status.json' from root:root to runner:runner
2025-08-20T20:37:05.7223087Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-status-a855c0f77bdacf50' from root:root to runner:runner
2025-08-20T20:37:05.7224076Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-740c2a79f711a05f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7225073Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-740c2a79f711a05f/lib-form_urlencoded' from root:root to runner:runner
2025-08-20T20:37:05.7226087Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-740c2a79f711a05f/dep-lib-form_urlencoded' from root:root to runner:runner
2025-08-20T20:37:05.7227099Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-740c2a79f711a05f/lib-form_urlencoded.json' from root:root to runner:runner
2025-08-20T20:37:05.7228012Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-740c2a79f711a05f' from root:root to runner:runner
2025-08-20T20:37:05.7229214Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/io-close-5a9282b784221e7b/dep-lib-io_close' from root:root to runner:runner
2025-08-20T20:37:05.7230358Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/io-close-5a9282b784221e7b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7231398Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/io-close-5a9282b784221e7b/lib-io_close.json' from root:root to runner:runner
2025-08-20T20:37:05.7232349Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/io-close-5a9282b784221e7b/lib-io_close' from root:root to runner:runner
2025-08-20T20:37:05.7233241Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/io-close-5a9282b784221e7b' from root:root to runner:runner
2025-08-20T20:37:05.7234239Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/dep-lib-futures_core' from root:root to runner:runner
2025-08-20T20:37:05.7235214Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/lib-futures_core' from root:root to runner:runner
2025-08-20T20:37:05.7236370Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7237365Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/lib-futures_core.json' from root:root to runner:runner
2025-08-20T20:37:05.7238362Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94' from root:root to runner:runner
2025-08-20T20:37:05.7239356Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-8bfa44d0e0acf7b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7240285Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-8bfa44d0e0acf7b2/lib-zip.json' from root:root to runner:runner
2025-08-20T20:37:05.7241214Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-8bfa44d0e0acf7b2/dep-lib-zip' from root:root to runner:runner
2025-08-20T20:37:05.7243006Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-8bfa44d0e0acf7b2/lib-zip' from root:root to runner:runner
2025-08-20T20:37:05.7244692Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-8bfa44d0e0acf7b2' from root:root to runner:runner
2025-08-20T20:37:05.7246603Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kstring-aed3d2116891dee2/lib-kstring.json' from root:root to runner:runner
2025-08-20T20:37:05.7248567Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kstring-aed3d2116891dee2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7250451Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kstring-aed3d2116891dee2/dep-lib-kstring' from root:root to runner:runner
2025-08-20T20:37:05.7252266Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kstring-aed3d2116891dee2/lib-kstring' from root:root to runner:runner
2025-08-20T20:37:05.7254005Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kstring-aed3d2116891dee2' from root:root to runner:runner
2025-08-20T20:37:05.7255803Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-checked-c420011db74e9bd1/lib-sha1_checked.json' from root:root to runner:runner
2025-08-20T20:37:05.7258193Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-checked-c420011db74e9bd1/dep-lib-sha1_checked' from root:root to runner:runner
2025-08-20T20:37:05.7260149Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-checked-c420011db74e9bd1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7262050Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-checked-c420011db74e9bd1/lib-sha1_checked' from root:root to runner:runner
2025-08-20T20:37:05.7263840Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-checked-c420011db74e9bd1' from root:root to runner:runner
2025-08-20T20:37:05.7265800Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-4f0fc384182e7d29/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7267895Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-4f0fc384182e7d29/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7269876Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-4f0fc384182e7d29' from root:root to runner:runner
2025-08-20T20:37:05.7271661Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imara-diff-d58fea0ba96f0264/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7273609Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imara-diff-d58fea0ba96f0264/dep-lib-imara_diff' from root:root to runner:runner
2025-08-20T20:37:05.7275558Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imara-diff-d58fea0ba96f0264/lib-imara_diff.json' from root:root to runner:runner
2025-08-20T20:37:05.7277400Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imara-diff-d58fea0ba96f0264/lib-imara_diff' from root:root to runner:runner
2025-08-20T20:37:05.7279295Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imara-diff-d58fea0ba96f0264' from root:root to runner:runner
2025-08-20T20:37:05.7281067Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-992d243111698c7a/lib-tracing_log' from root:root to runner:runner
2025-08-20T20:37:05.7283134Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-992d243111698c7a/dep-lib-tracing_log' from root:root to runner:runner
2025-08-20T20:37:05.7285147Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-992d243111698c7a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7287029Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-992d243111698c7a/lib-tracing_log.json' from root:root to runner:runner
2025-08-20T20:37:05.7288963Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-992d243111698c7a' from root:root to runner:runner
2025-08-20T20:37:05.7290780Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-prompt-cac0a9b7a4604f10/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7292728Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-prompt-cac0a9b7a4604f10/lib-gix_prompt.json' from root:root to runner:runner
2025-08-20T20:37:05.7294685Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-prompt-cac0a9b7a4604f10/dep-lib-gix_prompt' from root:root to runner:runner
2025-08-20T20:37:05.7296531Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-prompt-cac0a9b7a4604f10/lib-gix_prompt' from root:root to runner:runner
2025-08-20T20:37:05.7298384Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-prompt-cac0a9b7a4604f10' from root:root to runner:runner
2025-08-20T20:37:05.7300310Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/lib-utf8_iter.json' from root:root to runner:runner
2025-08-20T20:37:05.7302211Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7304030Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/lib-utf8_iter' from root:root to runner:runner
2025-08-20T20:37:05.7305845Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/dep-lib-utf8_iter' from root:root to runner:runner
2025-08-20T20:37:05.7307589Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf' from root:root to runner:runner
2025-08-20T20:37:05.7309559Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/lib-writeable' from root:root to runner:runner
2025-08-20T20:37:05.7311520Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7313368Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/lib-writeable.json' from root:root to runner:runner
2025-08-20T20:37:05.7315210Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/dep-lib-writeable' from root:root to runner:runner
2025-08-20T20:37:05.7316982Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f' from root:root to runner:runner
2025-08-20T20:37:05.7319006Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-6f34dffb3ecc728c/dep-lib-gix_worktree_stream' from root:root to runner:runner
2025-08-20T20:37:05.7321033Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-6f34dffb3ecc728c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7322978Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-6f34dffb3ecc728c/lib-gix_worktree_stream' from root:root to runner:runner
2025-08-20T20:37:05.7325036Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-6f34dffb3ecc728c/lib-gix_worktree_stream.json' from root:root to runner:runner
2025-08-20T20:37:05.7326988Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-6f34dffb3ecc728c' from root:root to runner:runner
2025-08-20T20:37:05.7328908Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-bom-bf8be29bdfba528d/dep-lib-unicode_bom' from root:root to runner:runner
2025-08-20T20:37:05.7330853Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-bom-bf8be29bdfba528d/lib-unicode_bom.json' from root:root to runner:runner
2025-08-20T20:37:05.7332719Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-bom-bf8be29bdfba528d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7334567Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-bom-bf8be29bdfba528d/lib-unicode_bom' from root:root to runner:runner
2025-08-20T20:37:05.7336518Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-bom-bf8be29bdfba528d' from root:root to runner:runner
2025-08-20T20:37:05.7338424Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-432f354703d7c4dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7340385Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-432f354703d7c4dc/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T20:37:05.7342312Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-432f354703d7c4dc/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T20:37:05.7344292Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-432f354703d7c4dc/lib-regex_automata' from root:root to runner:runner
2025-08-20T20:37:05.7346154Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-432f354703d7c4dc' from root:root to runner:runner
2025-08-20T20:37:05.7348132Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:05.7350259Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:05.7352247Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-20T20:37:05.7354134Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-543a201e75215feb/dep-lib-itertools' from root:root to runner:runner
2025-08-20T20:37:05.7355993Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-543a201e75215feb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7357845Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-543a201e75215feb/lib-itertools.json' from root:root to runner:runner
2025-08-20T20:37:05.7359813Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-543a201e75215feb/lib-itertools' from root:root to runner:runner
2025-08-20T20:37:05.7361615Z [00:07:37.053]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-543a201e75215feb' from root:root to runner:runner
2025-08-20T20:37:05.7363612Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-bitmap-8ba0f8c1e18dc2cf/lib-gix_bitmap' from root:root to runner:runner
2025-08-20T20:37:05.7365450Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-bitmap-8ba0f8c1e18dc2cf/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7367307Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-bitmap-8ba0f8c1e18dc2cf/lib-gix_bitmap.json' from root:root to runner:runner
2025-08-20T20:37:05.7369311Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-bitmap-8ba0f8c1e18dc2cf/dep-lib-gix_bitmap' from root:root to runner:runner
2025-08-20T20:37:05.7371175Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-bitmap-8ba0f8c1e18dc2cf' from root:root to runner:runner
2025-08-20T20:37:05.7373085Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-refspec-3dd214680b2e5935/dep-lib-gix_refspec' from root:root to runner:runner
2025-08-20T20:37:05.7374956Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-refspec-3dd214680b2e5935/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7376824Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-refspec-3dd214680b2e5935/lib-gix_refspec.json' from root:root to runner:runner
2025-08-20T20:37:05.7378868Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-refspec-3dd214680b2e5935/lib-gix_refspec' from root:root to runner:runner
2025-08-20T20:37:05.7380701Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-refspec-3dd214680b2e5935' from root:root to runner:runner
2025-08-20T20:37:05.7382573Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-ea03f5ed13adcfda/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7384582Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-ea03f5ed13adcfda/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7386428Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-ea03f5ed13adcfda' from root:root to runner:runner
2025-08-20T20:37:05.7388496Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7390481Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static' from root:root to runner:runner
2025-08-20T20:37:05.7392342Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T20:37:05.7394195Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T20:37:05.7395974Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a' from root:root to runner:runner
2025-08-20T20:37:05.7397792Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/dep-lib-libc' from root:root to runner:runner
2025-08-20T20:37:05.7399717Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7401479Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/lib-libc' from root:root to runner:runner
2025-08-20T20:37:05.7403238Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/lib-libc.json' from root:root to runner:runner
2025-08-20T20:37:05.7405046Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07' from root:root to runner:runner
2025-08-20T20:37:05.7406884Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-122bdd6b810c8469/lib-openssl_probe' from root:root to runner:runner
2025-08-20T20:37:05.7408882Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-122bdd6b810c8469/dep-lib-openssl_probe' from root:root to runner:runner
2025-08-20T20:37:05.7410835Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-122bdd6b810c8469/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7412726Z [00:07:37.054]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-122bdd6b810c8469/lib-openssl_probe.json' from root:root to runner:runner
2025-08-20T20:37:05.7414652Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-122bdd6b810c8469' from root:root to runner:runner
2025-08-20T20:37:05.7417024Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-a6ae6527a33e8aae/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7418978Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-a6ae6527a33e8aae/lib-socket2.json' from root:root to runner:runner
2025-08-20T20:37:05.7420829Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-a6ae6527a33e8aae/dep-lib-socket2' from root:root to runner:runner
2025-08-20T20:37:05.7422635Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-a6ae6527a33e8aae/lib-socket2' from root:root to runner:runner
2025-08-20T20:37:05.7424579Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-a6ae6527a33e8aae' from root:root to runner:runner
2025-08-20T20:37:05.7426436Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-validate-46183eb8b51b966a/lib-gix_validate' from root:root to runner:runner
2025-08-20T20:37:05.7428400Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-validate-46183eb8b51b966a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7430368Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-validate-46183eb8b51b966a/lib-gix_validate.json' from root:root to runner:runner
2025-08-20T20:37:05.7432351Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-validate-46183eb8b51b966a/dep-lib-gix_validate' from root:root to runner:runner
2025-08-20T20:37:05.7434230Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-validate-46183eb8b51b966a' from root:root to runner:runner
2025-08-20T20:37:05.7436016Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-dir-dd10c89041d1a4d8/lib-gix_dir.json' from root:root to runner:runner
2025-08-20T20:37:05.7437807Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-dir-dd10c89041d1a4d8/lib-gix_dir' from root:root to runner:runner
2025-08-20T20:37:05.7439738Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-dir-dd10c89041d1a4d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7441755Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-dir-dd10c89041d1a4d8/dep-lib-gix_dir' from root:root to runner:runner
2025-08-20T20:37:05.7443490Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-dir-dd10c89041d1a4d8' from root:root to runner:runner
2025-08-20T20:37:05.7445229Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7447009Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/lib-home.json' from root:root to runner:runner
2025-08-20T20:37:05.7448912Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/lib-home' from root:root to runner:runner
2025-08-20T20:37:05.7450792Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/dep-lib-home' from root:root to runner:runner
2025-08-20T20:37:05.7452585Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4' from root:root to runner:runner
2025-08-20T20:37:05.7454383Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-56c1f1f62af4cb6f/lib-futures_lite.json' from root:root to runner:runner
2025-08-20T20:37:05.7456274Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-56c1f1f62af4cb6f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7458342Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-56c1f1f62af4cb6f/lib-futures_lite' from root:root to runner:runner
2025-08-20T20:37:05.7460284Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-56c1f1f62af4cb6f/dep-lib-futures_lite' from root:root to runner:runner
2025-08-20T20:37:05.7462145Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-56c1f1f62af4cb6f' from root:root to runner:runner
2025-08-20T20:37:05.7463952Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-fb4d1a3cdb395ba8/dep-lib-openssl_sys' from root:root to runner:runner
2025-08-20T20:37:05.7465802Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-fb4d1a3cdb395ba8/lib-openssl_sys' from root:root to runner:runner
2025-08-20T20:37:05.7467878Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-fb4d1a3cdb395ba8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7469908Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-fb4d1a3cdb395ba8/lib-openssl_sys.json' from root:root to runner:runner
2025-08-20T20:37:05.7471702Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-fb4d1a3cdb395ba8' from root:root to runner:runner
2025-08-20T20:37:05.7473497Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-lock-dfc0fd6aa0290ff6/dep-lib-async_lock' from root:root to runner:runner
2025-08-20T20:37:05.7475449Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-lock-dfc0fd6aa0290ff6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7477347Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-lock-dfc0fd6aa0290ff6/lib-async_lock' from root:root to runner:runner
2025-08-20T20:37:05.7479367Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-lock-dfc0fd6aa0290ff6/lib-async_lock.json' from root:root to runner:runner
2025-08-20T20:37:05.7481167Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-lock-dfc0fd6aa0290ff6' from root:root to runner:runner
2025-08-20T20:37:05.7483016Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T20:37:05.7485061Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T20:37:05.7487049Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7489114Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding' from root:root to runner:runner
2025-08-20T20:37:05.7490969Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a' from root:root to runner:runner
2025-08-20T20:37:05.7492771Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-path-646b5115c9d041a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7494831Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-path-646b5115c9d041a3/lib-gix_path.json' from root:root to runner:runner
2025-08-20T20:37:05.7496639Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-path-646b5115c9d041a3/lib-gix_path' from root:root to runner:runner
2025-08-20T20:37:05.7498531Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-path-646b5115c9d041a3/dep-lib-gix_path' from root:root to runner:runner
2025-08-20T20:37:05.7500343Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-path-646b5115c9d041a3' from root:root to runner:runner
2025-08-20T20:37:05.7502201Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-io-99ecb96853ee4477/dep-lib-async_io' from root:root to runner:runner
2025-08-20T20:37:05.7504130Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-io-99ecb96853ee4477/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7505970Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-io-99ecb96853ee4477/lib-async_io.json' from root:root to runner:runner
2025-08-20T20:37:05.7507776Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-io-99ecb96853ee4477/lib-async_io' from root:root to runner:runner
2025-08-20T20:37:05.7509701Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-io-99ecb96853ee4477' from root:root to runner:runner
2025-08-20T20:37:05.7511623Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-8fac184a06d932f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7513683Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-8fac184a06d932f8/lib-fallible_streaming_iterator' from root:root to runner:runner
2025-08-20T20:37:05.7515819Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-8fac184a06d932f8/dep-lib-fallible_streaming_iterator' from root:root to runner:runner
2025-08-20T20:37:05.7517953Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-8fac184a06d932f8/lib-fallible_streaming_iterator.json' from root:root to runner:runner
2025-08-20T20:37:05.7520197Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-8fac184a06d932f8' from root:root to runner:runner
2025-08-20T20:37:05.7522134Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-c4be54afcde8500d/lib-strum' from root:root to runner:runner
2025-08-20T20:37:05.7523904Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-c4be54afcde8500d/lib-strum.json' from root:root to runner:runner
2025-08-20T20:37:05.7525707Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-c4be54afcde8500d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7527510Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-c4be54afcde8500d/dep-lib-strum' from root:root to runner:runner
2025-08-20T20:37:05.7529464Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-c4be54afcde8500d' from root:root to runner:runner
2025-08-20T20:37:05.7531342Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7533259Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T20:37:05.7535195Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T20:37:05.7537204Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T20:37:05.7539291Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62' from root:root to runner:runner
2025-08-20T20:37:05.7541158Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-555ad7357ceccca6/dep-lib-unicode_truncate' from root:root to runner:runner
2025-08-20T20:37:05.7543098Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-555ad7357ceccca6/lib-unicode_truncate' from root:root to runner:runner
2025-08-20T20:37:05.7545006Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-555ad7357ceccca6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7547179Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-555ad7357ceccca6/lib-unicode_truncate.json' from root:root to runner:runner
2025-08-20T20:37:05.7549182Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-555ad7357ceccca6' from root:root to runner:runner
2025-08-20T20:37:05.7550986Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-0eab935966dc1e51/lib-tinystr.json' from root:root to runner:runner
2025-08-20T20:37:05.7552796Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-0eab935966dc1e51/dep-lib-tinystr' from root:root to runner:runner
2025-08-20T20:37:05.7554706Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-0eab935966dc1e51/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7556611Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-0eab935966dc1e51/lib-tinystr' from root:root to runner:runner
2025-08-20T20:37:05.7558433Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-0eab935966dc1e51' from root:root to runner:runner
2025-08-20T20:37:05.7560251Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansiterm-2b3fc9a80833e1a9/lib-ansiterm' from root:root to runner:runner
2025-08-20T20:37:05.7562118Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansiterm-2b3fc9a80833e1a9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7564051Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansiterm-2b3fc9a80833e1a9/dep-lib-ansiterm' from root:root to runner:runner
2025-08-20T20:37:05.7565930Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansiterm-2b3fc9a80833e1a9/lib-ansiterm.json' from root:root to runner:runner
2025-08-20T20:37:05.7567695Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansiterm-2b3fc9a80833e1a9' from root:root to runner:runner
2025-08-20T20:37:05.7569703Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-3a66f9629c1ee327/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7571730Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-3a66f9629c1ee327/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7573836Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-3a66f9629c1ee327' from root:root to runner:runner
2025-08-20T20:37:05.7575681Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-db7a50bf9399459b/lib-gix_commitgraph.json' from root:root to runner:runner
2025-08-20T20:37:05.7577617Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-db7a50bf9399459b/dep-lib-gix_commitgraph' from root:root to runner:runner
2025-08-20T20:37:05.7579650Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-db7a50bf9399459b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7581646Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-db7a50bf9399459b/lib-gix_commitgraph' from root:root to runner:runner
2025-08-20T20:37:05.7583570Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-db7a50bf9399459b' from root:root to runner:runner
2025-08-20T20:37:05.7585428Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-66687683ebb3bdb7/lib-futures_channel.json' from root:root to runner:runner
2025-08-20T20:37:05.7587371Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-66687683ebb3bdb7/dep-lib-futures_channel' from root:root to runner:runner
2025-08-20T20:37:05.7589503Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-66687683ebb3bdb7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7591449Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-66687683ebb3bdb7/lib-futures_channel' from root:root to runner:runner
2025-08-20T20:37:05.7593281Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-66687683ebb3bdb7' from root:root to runner:runner
2025-08-20T20:37:05.7595060Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/lib-either.json' from root:root to runner:runner
2025-08-20T20:37:05.7596847Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/lib-either' from root:root to runner:runner
2025-08-20T20:37:05.7598725Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7600747Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/dep-lib-either' from root:root to runner:runner
2025-08-20T20:37:05.7602483Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc' from root:root to runner:runner
2025-08-20T20:37:05.7604293Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7606268Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7608271Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839' from root:root to runner:runner
2025-08-20T20:37:05.7610209Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ed66d9148fb2c37f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7612227Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ed66d9148fb2c37f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7614077Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ed66d9148fb2c37f' from root:root to runner:runner
2025-08-20T20:37:05.7615941Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-mailmap-8642b1a7c21418f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7617871Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-mailmap-8642b1a7c21418f8/lib-gix_mailmap.json' from root:root to runner:runner
2025-08-20T20:37:05.7619880Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-mailmap-8642b1a7c21418f8/dep-lib-gix_mailmap' from root:root to runner:runner
2025-08-20T20:37:05.7621740Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-mailmap-8642b1a7c21418f8/lib-gix_mailmap' from root:root to runner:runner
2025-08-20T20:37:05.7623511Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-mailmap-8642b1a7c21418f8' from root:root to runner:runner
2025-08-20T20:37:05.7625511Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-89ac60824d8d4bf4/dep-lib-futures_sink' from root:root to runner:runner
2025-08-20T20:37:05.7627600Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-89ac60824d8d4bf4/lib-futures_sink' from root:root to runner:runner
2025-08-20T20:37:05.7629658Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-89ac60824d8d4bf4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7631553Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-89ac60824d8d4bf4/lib-futures_sink.json' from root:root to runner:runner
2025-08-20T20:37:05.7633356Z [00:07:37.055]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-89ac60824d8d4bf4' from root:root to runner:runner
2025-08-20T20:37:05.7635238Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-62f1eba4c85fbc83/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7637166Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-62f1eba4c85fbc83/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T20:37:05.7639101Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-62f1eba4c85fbc83/lib-thiserror' from root:root to runner:runner
2025-08-20T20:37:05.7640944Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-62f1eba4c85fbc83/lib-thiserror.json' from root:root to runner:runner
2025-08-20T20:37:05.7642812Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-62f1eba4c85fbc83' from root:root to runner:runner
2025-08-20T20:37:05.7644684Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-167cb150d878195e/lib-generic_array' from root:root to runner:runner
2025-08-20T20:37:05.7646600Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-167cb150d878195e/lib-generic_array.json' from root:root to runner:runner
2025-08-20T20:37:05.7648575Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-167cb150d878195e/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T20:37:05.7650502Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-167cb150d878195e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7652528Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-167cb150d878195e' from root:root to runner:runner
2025-08-20T20:37:05.7654338Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-filter-b9075d5585ff8657/lib-gix_filter.json' from root:root to runner:runner
2025-08-20T20:37:05.7656166Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-filter-b9075d5585ff8657/lib-gix_filter' from root:root to runner:runner
2025-08-20T20:37:05.7658000Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-filter-b9075d5585ff8657/dep-lib-gix_filter' from root:root to runner:runner
2025-08-20T20:37:05.7660092Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-filter-b9075d5585ff8657/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7662001Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-filter-b9075d5585ff8657' from root:root to runner:runner
2025-08-20T20:37:05.7663795Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-6ca78c65d9f9e7bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7665665Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-6ca78c65d9f9e7bd/lib-futures_io.json' from root:root to runner:runner
2025-08-20T20:37:05.7667616Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-6ca78c65d9f9e7bd/dep-lib-futures_io' from root:root to runner:runner
2025-08-20T20:37:05.7669613Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-6ca78c65d9f9e7bd/lib-futures_io' from root:root to runner:runner
2025-08-20T20:37:05.7671375Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-6ca78c65d9f9e7bd' from root:root to runner:runner
2025-08-20T20:37:05.7673235Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-519445760d70d7c8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7675239Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-519445760d70d7c8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7677089Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-519445760d70d7c8' from root:root to runner:runner
2025-08-20T20:37:05.7679220Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-c15a421ed373e316/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7681098Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-c15a421ed373e316/lib-clap_complete' from root:root to runner:runner
2025-08-20T20:37:05.7682975Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-c15a421ed373e316/lib-clap_complete.json' from root:root to runner:runner
2025-08-20T20:37:05.7684862Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-c15a421ed373e316/dep-lib-clap_complete' from root:root to runner:runner
2025-08-20T20:37:05.7686757Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-c15a421ed373e316' from root:root to runner:runner
2025-08-20T20:37:05.7688719Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/layout-rs-e1d1697282791166/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7690589Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/layout-rs-e1d1697282791166/lib-layout' from root:root to runner:runner
2025-08-20T20:37:05.7692388Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/layout-rs-e1d1697282791166/dep-lib-layout' from root:root to runner:runner
2025-08-20T20:37:05.7694301Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/layout-rs-e1d1697282791166/lib-layout.json' from root:root to runner:runner
2025-08-20T20:37:05.7696162Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/layout-rs-e1d1697282791166' from root:root to runner:runner
2025-08-20T20:37:05.7697924Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-date-3709d06122f6a301/dep-lib-gix_date' from root:root to runner:runner
2025-08-20T20:37:05.7699886Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-date-3709d06122f6a301/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7701713Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-date-3709d06122f6a301/lib-gix_date.json' from root:root to runner:runner
2025-08-20T20:37:05.7703512Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-date-3709d06122f6a301/lib-gix_date' from root:root to runner:runner
2025-08-20T20:37:05.7705431Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-date-3709d06122f6a301' from root:root to runner:runner
2025-08-20T20:37:05.7707205Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-quote-87794e4aeb568bed/lib-gix_quote.json' from root:root to runner:runner
2025-08-20T20:37:05.7709169Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-quote-87794e4aeb568bed/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7710996Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-quote-87794e4aeb568bed/lib-gix_quote' from root:root to runner:runner
2025-08-20T20:37:05.7712908Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-quote-87794e4aeb568bed/dep-lib-gix_quote' from root:root to runner:runner
2025-08-20T20:37:05.7714737Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-quote-87794e4aeb568bed' from root:root to runner:runner
2025-08-20T20:37:05.7716487Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-ebcc13649e8fa4c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7718344Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-ebcc13649e8fa4c6/lib-url.json' from root:root to runner:runner
2025-08-20T20:37:05.7720263Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-ebcc13649e8fa4c6/dep-lib-url' from root:root to runner:runner
2025-08-20T20:37:05.7722052Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-ebcc13649e8fa4c6/lib-url' from root:root to runner:runner
2025-08-20T20:37:05.7723740Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-ebcc13649e8fa4c6' from root:root to runner:runner
2025-08-20T20:37:05.7725497Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a4c9ee4b3f72a0a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7727263Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a4c9ee4b3f72a0a8/dep-lib-mio' from root:root to runner:runner
2025-08-20T20:37:05.7729134Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a4c9ee4b3f72a0a8/lib-mio' from root:root to runner:runner
2025-08-20T20:37:05.7731075Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a4c9ee4b3f72a0a8/lib-mio.json' from root:root to runner:runner
2025-08-20T20:37:05.7732778Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a4c9ee4b3f72a0a8' from root:root to runner:runner
2025-08-20T20:37:05.7734551Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-5abc94dcfa951c6e/dep-lib-idna_adapter' from root:root to runner:runner
2025-08-20T20:37:05.7736431Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-5abc94dcfa951c6e/lib-idna_adapter.json' from root:root to runner:runner
2025-08-20T20:37:05.7738487Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-5abc94dcfa951c6e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7740406Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-5abc94dcfa951c6e/lib-idna_adapter' from root:root to runner:runner
2025-08-20T20:37:05.7742181Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-5abc94dcfa951c6e' from root:root to runner:runner
2025-08-20T20:37:05.7743940Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-e8f0deb699e187cc/lib-tracing' from root:root to runner:runner
2025-08-20T20:37:05.7745819Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-e8f0deb699e187cc/lib-tracing.json' from root:root to runner:runner
2025-08-20T20:37:05.7747694Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-e8f0deb699e187cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7749636Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-e8f0deb699e187cc/dep-lib-tracing' from root:root to runner:runner
2025-08-20T20:37:05.7751400Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-e8f0deb699e187cc' from root:root to runner:runner
2025-08-20T20:37:05.7753114Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-a24722be501cfe53/lib-rayon' from root:root to runner:runner
2025-08-20T20:37:05.7754871Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-a24722be501cfe53/dep-lib-rayon' from root:root to runner:runner
2025-08-20T20:37:05.7756905Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-a24722be501cfe53/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7758805Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-a24722be501cfe53/lib-rayon.json' from root:root to runner:runner
2025-08-20T20:37:05.7760599Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-a24722be501cfe53' from root:root to runner:runner
2025-08-20T20:37:05.7762451Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-attributes-5cb7f02eceeb96e6/dep-lib-gix_attributes' from root:root to runner:runner
2025-08-20T20:37:05.7764467Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-attributes-5cb7f02eceeb96e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7766469Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-attributes-5cb7f02eceeb96e6/lib-gix_attributes' from root:root to runner:runner
2025-08-20T20:37:05.7768467Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-attributes-5cb7f02eceeb96e6/lib-gix_attributes.json' from root:root to runner:runner
2025-08-20T20:37:05.7770361Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-attributes-5cb7f02eceeb96e6' from root:root to runner:runner
2025-08-20T20:37:05.7772279Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T20:37:05.7774220Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7776055Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' from root:root to runner:runner
2025-08-20T20:37:05.7777883Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T20:37:05.7779777Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5' from root:root to runner:runner
2025-08-20T20:37:05.7781569Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words.json' from root:root to runner:runner
2025-08-20T20:37:05.7783666Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/dep-lib-shell_words' from root:root to runner:runner
2025-08-20T20:37:05.7785545Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7787394Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words' from root:root to runner:runner
2025-08-20T20:37:05.7789313Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82' from root:root to runner:runner
2025-08-20T20:37:05.7791184Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-55cd7cd0f4874046/dep-lib-flate2' from root:root to runner:runner
2025-08-20T20:37:05.7793072Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-55cd7cd0f4874046/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7794886Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-55cd7cd0f4874046/lib-flate2.json' from root:root to runner:runner
2025-08-20T20:37:05.7796663Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-55cd7cd0f4874046/lib-flate2' from root:root to runner:runner
2025-08-20T20:37:05.7798556Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-55cd7cd0f4874046' from root:root to runner:runner
2025-08-20T20:37:05.7800446Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-9609bbfacdcfe4a4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7802353Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-9609bbfacdcfe4a4/lib-libsqlite3_sys' from root:root to runner:runner
2025-08-20T20:37:05.7804276Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-9609bbfacdcfe4a4/lib-libsqlite3_sys.json' from root:root to runner:runner
2025-08-20T20:37:05.7806197Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-9609bbfacdcfe4a4/dep-lib-libsqlite3_sys' from root:root to runner:runner
2025-08-20T20:37:05.7808014Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-9609bbfacdcfe4a4' from root:root to runner:runner
2025-08-20T20:37:05.7810212Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:05.7812236Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:05.7814094Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-647df20f480dedf1' from root:root to runner:runner
2025-08-20T20:37:05.7815899Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-fa25e487ac82ad73/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T20:37:05.7817860Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-fa25e487ac82ad73/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T20:37:05.7820013Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-fa25e487ac82ad73/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7821882Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-fa25e487ac82ad73/lib-cpufeatures' from root:root to runner:runner
2025-08-20T20:37:05.7823663Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-fa25e487ac82ad73' from root:root to runner:runner
2025-08-20T20:37:05.7825530Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/polling-0cf99934dcf30129/dep-lib-polling' from root:root to runner:runner
2025-08-20T20:37:05.7827410Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/polling-0cf99934dcf30129/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7829488Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/polling-0cf99934dcf30129/lib-polling' from root:root to runner:runner
2025-08-20T20:37:05.7831302Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/polling-0cf99934dcf30129/lib-polling.json' from root:root to runner:runner
2025-08-20T20:37:05.7833044Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/polling-0cf99934dcf30129' from root:root to runner:runner
2025-08-20T20:37:05.7834809Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7836816Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand' from root:root to runner:runner
2025-08-20T20:37:05.7838719Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T20:37:05.7840609Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand.json' from root:root to runner:runner
2025-08-20T20:37:05.7842367Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20' from root:root to runner:runner
2025-08-20T20:37:05.7844332Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-9edb7ef181873606/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7846478Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-9edb7ef181873606/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7848472Z [00:07:37.056]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-9edb7ef181873606' from root:root to runner:runner
2025-08-20T20:37:05.7850328Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9b9be671359ac8ed/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T20:37:05.7852260Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9b9be671359ac8ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7854172Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9b9be671359ac8ed/lib-serde_json' from root:root to runner:runner
2025-08-20T20:37:05.7856142Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9b9be671359ac8ed/lib-serde_json.json' from root:root to runner:runner
2025-08-20T20:37:05.7857923Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9b9be671359ac8ed' from root:root to runner:runner
2025-08-20T20:37:05.7860094Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7862158Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7864236Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff' from root:root to runner:runner
2025-08-20T20:37:05.7866091Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-967e9a640d3495e6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.7868158Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-967e9a640d3495e6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.7870140Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-967e9a640d3495e6' from root:root to runner:runner
2025-08-20T20:37:05.7871962Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' from root:root to runner:runner
2025-08-20T20:37:05.7873750Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' from root:root to runner:runner
2025-08-20T20:37:05.7875558Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7877363Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' from root:root to runner:runner
2025-08-20T20:37:05.7879337Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8' from root:root to runner:runner
2025-08-20T20:37:05.7881168Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ref-c6bb2eb983c337ae/dep-lib-gix_ref' from root:root to runner:runner
2025-08-20T20:37:05.7883131Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ref-c6bb2eb983c337ae/lib-gix_ref' from root:root to runner:runner
2025-08-20T20:37:05.7884943Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ref-c6bb2eb983c337ae/lib-gix_ref.json' from root:root to runner:runner
2025-08-20T20:37:05.7886757Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ref-c6bb2eb983c337ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7888825Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ref-c6bb2eb983c337ae' from root:root to runner:runner
2025-08-20T20:37:05.7890659Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-index-e0191b63475f6e68/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7892496Z [00:07:37.057]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-index-e0191b63475f6e68/lib-gix_index.json' from root:root to runner:runner
2025-08-20T20:37:05.7894327Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-index-e0191b63475f6e68/dep-lib-gix_index' from root:root to runner:runner
2025-08-20T20:37:05.7896255Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-index-e0191b63475f6e68/lib-gix_index' from root:root to runner:runner
2025-08-20T20:37:05.7898144Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-index-e0191b63475f6e68' from root:root to runner:runner
2025-08-20T20:37:05.7899973Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-chunk-a71e3255bdd922c4/lib-gix_chunk' from root:root to runner:runner
2025-08-20T20:37:05.7901818Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-chunk-a71e3255bdd922c4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7903660Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-chunk-a71e3255bdd922c4/lib-gix_chunk.json' from root:root to runner:runner
2025-08-20T20:37:05.7905592Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-chunk-a71e3255bdd922c4/dep-lib-gix_chunk' from root:root to runner:runner
2025-08-20T20:37:05.7907414Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-chunk-a71e3255bdd922c4' from root:root to runner:runner
2025-08-20T20:37:05.7909372Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-e91c9ee48d37f195/lib-fs_err' from root:root to runner:runner
2025-08-20T20:37:05.7911144Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-e91c9ee48d37f195/dep-lib-fs_err' from root:root to runner:runner
2025-08-20T20:37:05.7912926Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-e91c9ee48d37f195/lib-fs_err.json' from root:root to runner:runner
2025-08-20T20:37:05.7914891Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-e91c9ee48d37f195/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7916636Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-e91c9ee48d37f195' from root:root to runner:runner
2025-08-20T20:37:05.7918469Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/lib-typenum' from root:root to runner:runner
2025-08-20T20:37:05.7920331Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7922265Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/dep-lib-typenum' from root:root to runner:runner
2025-08-20T20:37:05.7924141Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/lib-typenum.json' from root:root to runner:runner
2025-08-20T20:37:05.7925879Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2' from root:root to runner:runner
2025-08-20T20:37:05.7927694Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-credentials-df778f41f901f69d/lib-gix_credentials' from root:root to runner:runner
2025-08-20T20:37:05.7929750Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-credentials-df778f41f901f69d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7931777Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-credentials-df778f41f901f69d/lib-gix_credentials.json' from root:root to runner:runner
2025-08-20T20:37:05.7933774Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-credentials-df778f41f901f69d/dep-lib-gix_credentials' from root:root to runner:runner
2025-08-20T20:37:05.7935767Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-credentials-df778f41f901f69d' from root:root to runner:runner
2025-08-20T20:37:05.7937637Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-e8876722c6460cea/lib-gix_worktree_state' from root:root to runner:runner
2025-08-20T20:37:05.7939718Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-e8876722c6460cea/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7941844Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-e8876722c6460cea/dep-lib-gix_worktree_state' from root:root to runner:runner
2025-08-20T20:37:05.7943838Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-e8876722c6460cea/lib-gix_worktree_state.json' from root:root to runner:runner
2025-08-20T20:37:05.7945700Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-e8876722c6460cea' from root:root to runner:runner
2025-08-20T20:37:05.7947503Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/dep-lib-foldhash' from root:root to runner:runner
2025-08-20T20:37:05.7949626Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash.json' from root:root to runner:runner
2025-08-20T20:37:05.7951533Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7953361Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash' from root:root to runner:runner
2025-08-20T20:37:05.7955117Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f' from root:root to runner:runner
2025-08-20T20:37:05.7957019Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-negotiate-7f3d67a4972658a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7959139Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-negotiate-7f3d67a4972658a3/lib-gix_negotiate' from root:root to runner:runner
2025-08-20T20:37:05.7961180Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-negotiate-7f3d67a4972658a3/dep-lib-gix_negotiate' from root:root to runner:runner
2025-08-20T20:37:05.7963129Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-negotiate-7f3d67a4972658a3/lib-gix_negotiate.json' from root:root to runner:runner
2025-08-20T20:37:05.7964935Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-negotiate-7f3d67a4972658a3' from root:root to runner:runner
2025-08-20T20:37:05.7966721Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/lib-indexmap.json' from root:root to runner:runner
2025-08-20T20:37:05.7968767Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T20:37:05.7970630Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/lib-indexmap' from root:root to runner:runner
2025-08-20T20:37:05.7972453Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7974219Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa' from root:root to runner:runner
2025-08-20T20:37:05.7976095Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7978000Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/dep-lib-cassowary' from root:root to runner:runner
2025-08-20T20:37:05.7979956Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary' from root:root to runner:runner
2025-08-20T20:37:05.7981794Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary.json' from root:root to runner:runner
2025-08-20T20:37:05.7983647Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79' from root:root to runner:runner
2025-08-20T20:37:05.7985474Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.7987474Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T20:37:05.7989442Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle' from root:root to runner:runner
2025-08-20T20:37:05.7991266Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle.json' from root:root to runner:runner
2025-08-20T20:37:05.7993013Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94' from root:root to runner:runner
2025-08-20T20:37:05.7994764Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-01f43c0a6deb68b4/lib-filetime' from root:root to runner:runner
2025-08-20T20:37:05.7996568Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-01f43c0a6deb68b4/dep-lib-filetime' from root:root to runner:runner
2025-08-20T20:37:05.7998474Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-01f43c0a6deb68b4/lib-filetime.json' from root:root to runner:runner
2025-08-20T20:37:05.8000368Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-01f43c0a6deb68b4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8002249Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-01f43c0a6deb68b4' from root:root to runner:runner
2025-08-20T20:37:05.8004087Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/dep-lib-ryu' from root:root to runner:runner
2025-08-20T20:37:05.8005873Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu' from root:root to runner:runner
2025-08-20T20:37:05.8007635Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8009657Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu.json' from root:root to runner:runner
2025-08-20T20:37:05.8011355Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1' from root:root to runner:runner
2025-08-20T20:37:05.8013273Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-7eb683863e55562f/lib-env_logger' from root:root to runner:runner
2025-08-20T20:37:05.8015257Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-7eb683863e55562f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8017116Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-7eb683863e55562f/lib-env_logger.json' from root:root to runner:runner
2025-08-20T20:37:05.8019118Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-7eb683863e55562f/dep-lib-env_logger' from root:root to runner:runner
2025-08-20T20:37:05.8020912Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-7eb683863e55562f' from root:root to runner:runner
2025-08-20T20:37:05.8022690Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-7c59a5aee85e9cc9/dep-lib-bytesize' from root:root to runner:runner
2025-08-20T20:37:05.8024518Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-7c59a5aee85e9cc9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8026331Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-7c59a5aee85e9cc9/lib-bytesize' from root:root to runner:runner
2025-08-20T20:37:05.8028386Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-7c59a5aee85e9cc9/lib-bytesize.json' from root:root to runner:runner
2025-08-20T20:37:05.8030332Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-7c59a5aee85e9cc9' from root:root to runner:runner
2025-08-20T20:37:05.8032191Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-9a3d0c38e786ddb9/dep-lib-signal_hook' from root:root to runner:runner
2025-08-20T20:37:05.8034061Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-9a3d0c38e786ddb9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8035932Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-9a3d0c38e786ddb9/lib-signal_hook.json' from root:root to runner:runner
2025-08-20T20:37:05.8037821Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-9a3d0c38e786ddb9/lib-signal_hook' from root:root to runner:runner
2025-08-20T20:37:05.8039924Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-9a3d0c38e786ddb9' from root:root to runner:runner
2025-08-20T20:37:05.8041708Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-8e7a56ad6de7b264/dep-lib-itertools' from root:root to runner:runner
2025-08-20T20:37:05.8043552Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-8e7a56ad6de7b264/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8045397Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-8e7a56ad6de7b264/lib-itertools.json' from root:root to runner:runner
2025-08-20T20:37:05.8047231Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-8e7a56ad6de7b264/lib-itertools' from root:root to runner:runner
2025-08-20T20:37:05.8049126Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-8e7a56ad6de7b264' from root:root to runner:runner
2025-08-20T20:37:05.8050907Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ignore-21d62da0927f175d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8052756Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ignore-21d62da0927f175d/dep-lib-gix_ignore' from root:root to runner:runner
2025-08-20T20:37:05.8054723Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ignore-21d62da0927f175d/lib-gix_ignore.json' from root:root to runner:runner
2025-08-20T20:37:05.8056692Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ignore-21d62da0927f175d/lib-gix_ignore' from root:root to runner:runner
2025-08-20T20:37:05.8058649Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ignore-21d62da0927f175d' from root:root to runner:runner
2025-08-20T20:37:05.8060459Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-378ec677bda03685/dep-lib-curl' from root:root to runner:runner
2025-08-20T20:37:05.8062289Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-378ec677bda03685/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8064044Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-378ec677bda03685/lib-curl' from root:root to runner:runner
2025-08-20T20:37:05.8066024Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-378ec677bda03685/lib-curl.json' from root:root to runner:runner
2025-08-20T20:37:05.8067738Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-378ec677bda03685' from root:root to runner:runner
2025-08-20T20:37:05.8069680Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-features-cb28f5567e0ac11f/lib-gix_features.json' from root:root to runner:runner
2025-08-20T20:37:05.8071557Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-features-cb28f5567e0ac11f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8073446Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-features-cb28f5567e0ac11f/dep-lib-gix_features' from root:root to runner:runner
2025-08-20T20:37:05.8075313Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-features-cb28f5567e0ac11f/lib-gix_features' from root:root to runner:runner
2025-08-20T20:37:05.8077124Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-features-cb28f5567e0ac11f' from root:root to runner:runner
2025-08-20T20:37:05.8079072Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/lib-litemap.json' from root:root to runner:runner
2025-08-20T20:37:05.8081030Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/dep-lib-litemap' from root:root to runner:runner
2025-08-20T20:37:05.8082993Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8084859Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/lib-litemap' from root:root to runner:runner
2025-08-20T20:37:05.8086607Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891' from root:root to runner:runner
2025-08-20T20:37:05.8088476Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-ee0649f7077009a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8090371Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-ee0649f7077009a5/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T20:37:05.8092395Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-ee0649f7077009a5/lib-thiserror' from root:root to runner:runner
2025-08-20T20:37:05.8094230Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-ee0649f7077009a5/lib-thiserror.json' from root:root to runner:runner
2025-08-20T20:37:05.8096004Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-ee0649f7077009a5' from root:root to runner:runner
2025-08-20T20:37:05.8097775Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-utils-102f000a64c6fb42/dep-lib-gix_utils' from root:root to runner:runner
2025-08-20T20:37:05.8099754Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-utils-102f000a64c6fb42/lib-gix_utils' from root:root to runner:runner
2025-08-20T20:37:05.8101585Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-utils-102f000a64c6fb42/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8103413Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-utils-102f000a64c6fb42/lib-gix_utils.json' from root:root to runner:runner
2025-08-20T20:37:05.8105204Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-utils-102f000a64c6fb42' from root:root to runner:runner
2025-08-20T20:37:05.8107160Z [00:07:37.058]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-protocol-6bcb2a19187975c7/dep-lib-gix_protocol' from root:root to runner:runner
2025-08-20T20:37:05.8109251Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-protocol-6bcb2a19187975c7/lib-gix_protocol' from root:root to runner:runner
2025-08-20T20:37:05.8111176Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-protocol-6bcb2a19187975c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8113061Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-protocol-6bcb2a19187975c7/lib-gix_protocol.json' from root:root to runner:runner
2025-08-20T20:37:05.8114864Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-protocol-6bcb2a19187975c7' from root:root to runner:runner
2025-08-20T20:37:05.8116621Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-10c5683c4492da4b/lib-castaway' from root:root to runner:runner
2025-08-20T20:37:05.8118707Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-10c5683c4492da4b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8120597Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-10c5683c4492da4b/lib-castaway.json' from root:root to runner:runner
2025-08-20T20:37:05.8122421Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-10c5683c4492da4b/dep-lib-castaway' from root:root to runner:runner
2025-08-20T20:37:05.8124172Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-10c5683c4492da4b' from root:root to runner:runner
2025-08-20T20:37:05.8125947Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-8012d92a9667d713/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T20:37:05.8127762Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-8012d92a9667d713/lib-crc32fast' from root:root to runner:runner
2025-08-20T20:37:05.8129696Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-8012d92a9667d713/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8131542Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-8012d92a9667d713/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T20:37:05.8133471Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-8012d92a9667d713' from root:root to runner:runner
2025-08-20T20:37:05.8135357Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-abbd022fd61128a2/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T20:37:05.8137291Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-abbd022fd61128a2/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T20:37:05.8139324Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-abbd022fd61128a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8141218Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-abbd022fd61128a2/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T20:37:05.8143026Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-abbd022fd61128a2' from root:root to runner:runner
2025-08-20T20:37:05.8144998Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-ff5c3fa5318c1e27/dep-lib-winnow' from root:root to runner:runner
2025-08-20T20:37:05.8146808Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-ff5c3fa5318c1e27/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8148688Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-ff5c3fa5318c1e27/lib-winnow' from root:root to runner:runner
2025-08-20T20:37:05.8150514Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-ff5c3fa5318c1e27/lib-winnow.json' from root:root to runner:runner
2025-08-20T20:37:05.8152256Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-ff5c3fa5318c1e27' from root:root to runner:runner
2025-08-20T20:37:05.8154018Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-60a9073b2758541a/lib-smallvec.json' from root:root to runner:runner
2025-08-20T20:37:05.8155847Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-60a9073b2758541a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8157673Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-60a9073b2758541a/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T20:37:05.8159788Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-60a9073b2758541a/lib-smallvec' from root:root to runner:runner
2025-08-20T20:37:05.8161625Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-60a9073b2758541a' from root:root to runner:runner
2025-08-20T20:37:05.8163413Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-channel-2052d2ee56ea07bf/lib-async_channel' from root:root to runner:runner
2025-08-20T20:37:05.8165288Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-channel-2052d2ee56ea07bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8167177Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-channel-2052d2ee56ea07bf/lib-async_channel.json' from root:root to runner:runner
2025-08-20T20:37:05.8169213Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-channel-2052d2ee56ea07bf/dep-lib-async_channel' from root:root to runner:runner
2025-08-20T20:37:05.8171230Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-channel-2052d2ee56ea07bf' from root:root to runner:runner
2025-08-20T20:37:05.8173082Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8175056Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8176880Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be' from root:root to runner:runner
2025-08-20T20:37:05.8178715Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/prodash-cd84bcc05c4c1ccc/lib-prodash.json' from root:root to runner:runner
2025-08-20T20:37:05.8180571Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/prodash-cd84bcc05c4c1ccc/lib-prodash' from root:root to runner:runner
2025-08-20T20:37:05.8182379Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/prodash-cd84bcc05c4c1ccc/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8184328Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/prodash-cd84bcc05c4c1ccc/dep-lib-prodash' from root:root to runner:runner
2025-08-20T20:37:05.8186200Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/prodash-cd84bcc05c4c1ccc' from root:root to runner:runner
2025-08-20T20:37:05.8188108Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revwalk-2452d73d545486f5/lib-gix_revwalk' from root:root to runner:runner
2025-08-20T20:37:05.8190000Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revwalk-2452d73d545486f5/lib-gix_revwalk.json' from root:root to runner:runner
2025-08-20T20:37:05.8191869Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revwalk-2452d73d545486f5/dep-lib-gix_revwalk' from root:root to runner:runner
2025-08-20T20:37:05.8192847Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revwalk-2452d73d545486f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8193739Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revwalk-2452d73d545486f5' from root:root to runner:runner
2025-08-20T20:37:05.8194922Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/lib-libz_rs_sys.json' from root:root to runner:runner
2025-08-20T20:37:05.8195904Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8196867Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/lib-libz_rs_sys' from root:root to runner:runner
2025-08-20T20:37:05.8197846Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/dep-lib-libz_rs_sys' from root:root to runner:runner
2025-08-20T20:37:05.8198844Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23' from root:root to runner:runner
2025-08-20T20:37:05.8199913Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-47afb3d6f69ce6d2/lib-unicode_normalization' from root:root to runner:runner
2025-08-20T20:37:05.8200990Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-47afb3d6f69ce6d2/dep-lib-unicode_normalization' from root:root to runner:runner
2025-08-20T20:37:05.8202108Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-47afb3d6f69ce6d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8203263Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-47afb3d6f69ce6d2/lib-unicode_normalization.json' from root:root to runner:runner
2025-08-20T20:37:05.8204226Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-47afb3d6f69ce6d2' from root:root to runner:runner
2025-08-20T20:37:05.8205214Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-traverse-7a9c6c08251d0701/lib-gix_traverse' from root:root to runner:runner
2025-08-20T20:37:05.8206196Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-traverse-7a9c6c08251d0701/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8207183Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-traverse-7a9c6c08251d0701/lib-gix_traverse.json' from root:root to runner:runner
2025-08-20T20:37:05.8208424Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-traverse-7a9c6c08251d0701/dep-lib-gix_traverse' from root:root to runner:runner
2025-08-20T20:37:05.8209371Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-traverse-7a9c6c08251d0701' from root:root to runner:runner
2025-08-20T20:37:05.8210350Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-0e27a2bcd493c1f6/lib-tracing_core' from root:root to runner:runner
2025-08-20T20:37:05.8211344Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-0e27a2bcd493c1f6/lib-tracing_core.json' from root:root to runner:runner
2025-08-20T20:37:05.8212476Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-0e27a2bcd493c1f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8213552Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-0e27a2bcd493c1f6/dep-lib-tracing_core' from root:root to runner:runner
2025-08-20T20:37:05.8214457Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-0e27a2bcd493c1f6' from root:root to runner:runner
2025-08-20T20:37:05.8215399Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex' from root:root to runner:runner
2025-08-20T20:37:05.8216417Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8217393Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T20:37:05.8218447Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T20:37:05.8219378Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7' from root:root to runner:runner
2025-08-20T20:37:05.8220373Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-8eb8825dda381af1/lib-thread_local.json' from root:root to runner:runner
2025-08-20T20:37:05.8221348Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-8eb8825dda381af1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8222543Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-8eb8825dda381af1/dep-lib-thread_local' from root:root to runner:runner
2025-08-20T20:37:05.8223521Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-8eb8825dda381af1/lib-thread_local' from root:root to runner:runner
2025-08-20T20:37:05.8224419Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-8eb8825dda381af1' from root:root to runner:runner
2025-08-20T20:37:05.8225392Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-ca8bd95a81fafebc/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8226430Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-ca8bd95a81fafebc/lib-getrandom.json' from root:root to runner:runner
2025-08-20T20:37:05.8227409Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-ca8bd95a81fafebc/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T20:37:05.8228482Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-ca8bd95a81fafebc/lib-getrandom' from root:root to runner:runner
2025-08-20T20:37:05.8229420Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-ca8bd95a81fafebc' from root:root to runner:runner
2025-08-20T20:37:05.8230507Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-9309ea60d5963eb4/lib-potential_utf.json' from root:root to runner:runner
2025-08-20T20:37:05.8231561Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-9309ea60d5963eb4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8232547Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-9309ea60d5963eb4/lib-potential_utf' from root:root to runner:runner
2025-08-20T20:37:05.8233550Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-9309ea60d5963eb4/dep-lib-potential_utf' from root:root to runner:runner
2025-08-20T20:37:05.8234460Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-9309ea60d5963eb4' from root:root to runner:runner
2025-08-20T20:37:05.8235427Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-blame-044bb660f15e8537/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8236587Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-blame-044bb660f15e8537/dep-lib-gix_blame' from root:root to runner:runner
2025-08-20T20:37:05.8237562Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-blame-044bb660f15e8537/lib-gix_blame.json' from root:root to runner:runner
2025-08-20T20:37:05.8238609Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-blame-044bb660f15e8537/lib-gix_blame' from root:root to runner:runner
2025-08-20T20:37:05.8239542Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-blame-044bb660f15e8537' from root:root to runner:runner
2025-08-20T20:37:05.8240591Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashlink-69fb387f0eb263b3/lib-hashlink.json' from root:root to runner:runner
2025-08-20T20:37:05.8241635Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashlink-69fb387f0eb263b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8242582Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashlink-69fb387f0eb263b3/lib-hashlink' from root:root to runner:runner
2025-08-20T20:37:05.8243554Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashlink-69fb387f0eb263b3/dep-lib-hashlink' from root:root to runner:runner
2025-08-20T20:37:05.8244516Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashlink-69fb387f0eb263b3' from root:root to runner:runner
2025-08-20T20:37:05.8245451Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-ccd297f2674db114/lib-regex' from root:root to runner:runner
2025-08-20T20:37:05.8246385Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-ccd297f2674db114/dep-lib-regex' from root:root to runner:runner
2025-08-20T20:37:05.8247342Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-ccd297f2674db114/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8248399Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-ccd297f2674db114/lib-regex.json' from root:root to runner:runner
2025-08-20T20:37:05.8249339Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-ccd297f2674db114' from root:root to runner:runner
2025-08-20T20:37:05.8250508Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-a4e0c722afc1337e/dep-lib-parking' from root:root to runner:runner
2025-08-20T20:37:05.8251482Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-a4e0c722afc1337e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8252443Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-a4e0c722afc1337e/lib-parking.json' from root:root to runner:runner
2025-08-20T20:37:05.8253382Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-a4e0c722afc1337e/lib-parking' from root:root to runner:runner
2025-08-20T20:37:05.8254338Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-a4e0c722afc1337e' from root:root to runner:runner
2025-08-20T20:37:05.8255392Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-97fb828b8e86c64f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8256384Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-97fb828b8e86c64f/lib-icu_properties' from root:root to runner:runner
2025-08-20T20:37:05.8257408Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-97fb828b8e86c64f/lib-icu_properties.json' from root:root to runner:runner
2025-08-20T20:37:05.8258560Z [00:07:37.059]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-97fb828b8e86c64f/dep-lib-icu_properties' from root:root to runner:runner
2025-08-20T20:37:05.8259530Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-97fb828b8e86c64f' from root:root to runner:runner
2025-08-20T20:37:05.8260510Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-cacfdb9da57bd9fd/lib-byteorder.json' from root:root to runner:runner
2025-08-20T20:37:05.8261535Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-cacfdb9da57bd9fd/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T20:37:05.8262511Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-cacfdb9da57bd9fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8263459Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-cacfdb9da57bd9fd/lib-byteorder' from root:root to runner:runner
2025-08-20T20:37:05.8264527Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-cacfdb9da57bd9fd' from root:root to runner:runner
2025-08-20T20:37:05.8265483Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faster-hex-4337ed818fc5319b/lib-faster_hex' from root:root to runner:runner
2025-08-20T20:37:05.8266458Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faster-hex-4337ed818fc5319b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8267436Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faster-hex-4337ed818fc5319b/lib-faster_hex.json' from root:root to runner:runner
2025-08-20T20:37:05.8268592Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faster-hex-4337ed818fc5319b/dep-lib-faster_hex' from root:root to runner:runner
2025-08-20T20:37:05.8269540Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faster-hex-4337ed818fc5319b' from root:root to runner:runner
2025-08-20T20:37:05.8270492Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jwalk-9405582bea16b1d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8271438Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jwalk-9405582bea16b1d3/dep-lib-jwalk' from root:root to runner:runner
2025-08-20T20:37:05.8272425Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jwalk-9405582bea16b1d3/lib-jwalk' from root:root to runner:runner
2025-08-20T20:37:05.8273369Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jwalk-9405582bea16b1d3/lib-jwalk.json' from root:root to runner:runner
2025-08-20T20:37:05.8274250Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jwalk-9405582bea16b1d3' from root:root to runner:runner
2025-08-20T20:37:05.8275286Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/dep-lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T20:37:05.8276308Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T20:37:05.8277303Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8278592Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/lib-icu_normalizer_data.json' from root:root to runner:runner
2025-08-20T20:37:05.8279563Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b' from root:root to runner:runner
2025-08-20T20:37:05.8280641Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8281842Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8282805Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c' from root:root to runner:runner
2025-08-20T20:37:05.8283761Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-merge-d4746c0937c1cb5f/lib-gix_merge' from root:root to runner:runner
2025-08-20T20:37:05.8284752Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-merge-d4746c0937c1cb5f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8285721Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-merge-d4746c0937c1cb5f/lib-gix_merge.json' from root:root to runner:runner
2025-08-20T20:37:05.8286760Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-merge-d4746c0937c1cb5f/dep-lib-gix_merge' from root:root to runner:runner
2025-08-20T20:37:05.8287653Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-merge-d4746c0937c1cb5f' from root:root to runner:runner
2025-08-20T20:37:05.8288711Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-95d2b1c732732a8e/lib-crossterm' from root:root to runner:runner
2025-08-20T20:37:05.8289702Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-95d2b1c732732a8e/dep-lib-crossterm' from root:root to runner:runner
2025-08-20T20:37:05.8290674Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-95d2b1c732732a8e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8291821Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-95d2b1c732732a8e/lib-crossterm.json' from root:root to runner:runner
2025-08-20T20:37:05.8292722Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-95d2b1c732732a8e' from root:root to runner:runner
2025-08-20T20:37:05.8293681Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/dep-lib-anstream' from root:root to runner:runner
2025-08-20T20:37:05.8294617Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream' from root:root to runner:runner
2025-08-20T20:37:05.8295645Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8296640Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream.json' from root:root to runner:runner
2025-08-20T20:37:05.8297522Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645' from root:root to runner:runner
2025-08-20T20:37:05.8298549Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-66f0ed4af5a9f2bf/lib-digest' from root:root to runner:runner
2025-08-20T20:37:05.8299545Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-66f0ed4af5a9f2bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8300585Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-66f0ed4af5a9f2bf/lib-digest.json' from root:root to runner:runner
2025-08-20T20:37:05.8301566Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-66f0ed4af5a9f2bf/dep-lib-digest' from root:root to runner:runner
2025-08-20T20:37:05.8302461Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-66f0ed4af5a9f2bf' from root:root to runner:runner
2025-08-20T20:37:05.8303452Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T20:37:05.8304425Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8305556Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T20:37:05.8306517Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard' from root:root to runner:runner
2025-08-20T20:37:05.8307419Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba' from root:root to runner:runner
2025-08-20T20:37:05.8308470Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-glob-145344e629c42474/lib-gix_glob.json' from root:root to runner:runner
2025-08-20T20:37:05.8309562Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-glob-145344e629c42474/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8310557Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-glob-145344e629c42474/dep-lib-gix_glob' from root:root to runner:runner
2025-08-20T20:37:05.8311498Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-glob-145344e629c42474/lib-gix_glob' from root:root to runner:runner
2025-08-20T20:37:05.8312390Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-glob-145344e629c42474' from root:root to runner:runner
2025-08-20T20:37:05.8313363Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/lib-pathdiff.json' from root:root to runner:runner
2025-08-20T20:37:05.8314393Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8315358Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/dep-lib-pathdiff' from root:root to runner:runner
2025-08-20T20:37:05.8316312Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/lib-pathdiff' from root:root to runner:runner
2025-08-20T20:37:05.8317208Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c' from root:root to runner:runner
2025-08-20T20:37:05.8318272Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-lock-9f48090514e29bcd/lib-gix_lock.json' from root:root to runner:runner
2025-08-20T20:37:05.8319453Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-lock-9f48090514e29bcd/lib-gix_lock' from root:root to runner:runner
2025-08-20T20:37:05.8320420Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-lock-9f48090514e29bcd/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8321370Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-lock-9f48090514e29bcd/dep-lib-gix_lock' from root:root to runner:runner
2025-08-20T20:37:05.8322252Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-lock-9f48090514e29bcd' from root:root to runner:runner
2025-08-20T20:37:05.8323234Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log.json' from root:root to runner:runner
2025-08-20T20:37:05.8324191Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8325104Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/dep-lib-log' from root:root to runner:runner
2025-08-20T20:37:05.8326000Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log' from root:root to runner:runner
2025-08-20T20:37:05.8326868Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530' from root:root to runner:runner
2025-08-20T20:37:05.8327901Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-transport-61a4d4e7ee59eba0/lib-gix_transport' from root:root to runner:runner
2025-08-20T20:37:05.8329028Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-transport-61a4d4e7ee59eba0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8330061Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-transport-61a4d4e7ee59eba0/dep-lib-gix_transport' from root:root to runner:runner
2025-08-20T20:37:05.8331061Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-transport-61a4d4e7ee59eba0/lib-gix_transport.json' from root:root to runner:runner
2025-08-20T20:37:05.8331971Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-transport-61a4d4e7ee59eba0' from root:root to runner:runner
2025-08-20T20:37:05.8333145Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-e017cceacf6a34c8/lib-heapless.json' from root:root to runner:runner
2025-08-20T20:37:05.8334122Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-e017cceacf6a34c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8335083Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-e017cceacf6a34c8/dep-lib-heapless' from root:root to runner:runner
2025-08-20T20:37:05.8336026Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-e017cceacf6a34c8/lib-heapless' from root:root to runner:runner
2025-08-20T20:37:05.8336987Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-e017cceacf6a34c8' from root:root to runner:runner
2025-08-20T20:37:05.8337993Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-actor-eb2e3700834e00e1/lib-gix_actor' from root:root to runner:runner
2025-08-20T20:37:05.8339100Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-actor-eb2e3700834e00e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8340075Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-actor-eb2e3700834e00e1/dep-lib-gix_actor' from root:root to runner:runner
2025-08-20T20:37:05.8341040Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-actor-eb2e3700834e00e1/lib-gix_actor.json' from root:root to runner:runner
2025-08-20T20:37:05.8342011Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-actor-eb2e3700834e00e1' from root:root to runner:runner
2025-08-20T20:37:05.8343001Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-7d51049d844e6bca/lib-clap' from root:root to runner:runner
2025-08-20T20:37:05.8343965Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-7d51049d844e6bca/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8344889Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-7d51049d844e6bca/dep-lib-clap' from root:root to runner:runner
2025-08-20T20:37:05.8345821Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-7d51049d844e6bca/lib-clap.json' from root:root to runner:runner
2025-08-20T20:37:05.8346871Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-7d51049d844e6bca' from root:root to runner:runner
2025-08-20T20:37:05.8347815Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T20:37:05.8348863Z [00:07:37.060]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow' from root:root to runner:runner
2025-08-20T20:37:05.8349857Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8350817Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow.json' from root:root to runner:runner
2025-08-20T20:37:05.8351774Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e' from root:root to runner:runner
2025-08-20T20:37:05.8352922Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-037c1bbbb0bce403/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8354021Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-037c1bbbb0bce403/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8354939Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-037c1bbbb0bce403' from root:root to runner:runner
2025-08-20T20:37:05.8356069Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-181f8019e654cdb8/run-build-script-build-script-main' from root:root to runner:runner
2025-08-20T20:37:05.8357159Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-181f8019e654cdb8/run-build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T20:37:05.8358214Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-181f8019e654cdb8' from root:root to runner:runner
2025-08-20T20:37:05.8359212Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr' from root:root to runner:runner
2025-08-20T20:37:05.8360166Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8361261Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr.json' from root:root to runner:runner
2025-08-20T20:37:05.8362258Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/dep-lib-memchr' from root:root to runner:runner
2025-08-20T20:37:05.8363135Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6' from root:root to runner:runner
2025-08-20T20:37:05.8364112Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-shallow-015780893e3be784/dep-lib-gix_shallow' from root:root to runner:runner
2025-08-20T20:37:05.8365158Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-shallow-015780893e3be784/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8366147Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-shallow-015780893e3be784/lib-gix_shallow.json' from root:root to runner:runner
2025-08-20T20:37:05.8367107Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-shallow-015780893e3be784/lib-gix_shallow' from root:root to runner:runner
2025-08-20T20:37:05.8368011Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-shallow-015780893e3be784' from root:root to runner:runner
2025-08-20T20:37:05.8369240Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pathspec-0b8e4aea9d2defde/dep-lib-gix_pathspec' from root:root to runner:runner
2025-08-20T20:37:05.8370295Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pathspec-0b8e4aea9d2defde/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8371278Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pathspec-0b8e4aea9d2defde/lib-gix_pathspec' from root:root to runner:runner
2025-08-20T20:37:05.8372281Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pathspec-0b8e4aea9d2defde/lib-gix_pathspec.json' from root:root to runner:runner
2025-08-20T20:37:05.8373196Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pathspec-0b8e4aea9d2defde' from root:root to runner:runner
2025-08-20T20:37:05.8374124Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f7389c385ffcb3ef/lib-slab.json' from root:root to runner:runner
2025-08-20T20:37:05.8375234Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f7389c385ffcb3ef/dep-lib-slab' from root:root to runner:runner
2025-08-20T20:37:05.8376156Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f7389c385ffcb3ef/lib-slab' from root:root to runner:runner
2025-08-20T20:37:05.8377107Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f7389c385ffcb3ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8377979Z [00:07:37.061]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f7389c385ffcb3ef' from root:root to runner:runner
2025-08-20T20:37:05.8379229Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-745f3ffb07195e9c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8380344Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-745f3ffb07195e9c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8381234Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-745f3ffb07195e9c' from root:root to runner:runner
2025-08-20T20:37:05.8382262Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-282223f4cdf1ee7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8383386Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-282223f4cdf1ee7f/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T20:37:05.8384481Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-282223f4cdf1ee7f/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T20:37:05.8385535Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-282223f4cdf1ee7f/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T20:37:05.8386487Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-282223f4cdf1ee7f' from root:root to runner:runner
2025-08-20T20:37:05.8387422Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-836cb474a4543f72/dep-lib-hash32' from root:root to runner:runner
2025-08-20T20:37:05.8388445Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-836cb474a4543f72/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8389572Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-836cb474a4543f72/lib-hash32.json' from root:root to runner:runner
2025-08-20T20:37:05.8390499Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-836cb474a4543f72/lib-hash32' from root:root to runner:runner
2025-08-20T20:37:05.8391374Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-836cb474a4543f72' from root:root to runner:runner
2025-08-20T20:37:05.8392404Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8393530Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T20:37:05.8394639Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T20:37:05.8395693Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T20:37:05.8396642Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda' from root:root to runner:runner
2025-08-20T20:37:05.8397644Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4dbf6ba57bf4685f/lib-zerovec' from root:root to runner:runner
2025-08-20T20:37:05.8398697Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4dbf6ba57bf4685f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8399683Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4dbf6ba57bf4685f/dep-lib-zerovec' from root:root to runner:runner
2025-08-20T20:37:05.8400644Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4dbf6ba57bf4685f/lib-zerovec.json' from root:root to runner:runner
2025-08-20T20:37:05.8401523Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4dbf6ba57bf4685f' from root:root to runner:runner
2025-08-20T20:37:05.8402615Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-c1beeb71fa42b409/output-bin-gix' from root:root to runner:runner
2025-08-20T20:37:05.8403719Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-c1beeb71fa42b409/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8404608Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-c1beeb71fa42b409' from root:root to runner:runner
2025-08-20T20:37:05.8405600Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-ddcf0cf401a372e4/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T20:37:05.8406581Z [00:07:37.062]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-ddcf0cf401a372e4/lib-block_buffer' from root:root to runner:runner
2025-08-20T20:37:05.8407630Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-ddcf0cf401a372e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8408773Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-ddcf0cf401a372e4/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T20:37:05.8409723Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-ddcf0cf401a372e4' from root:root to runner:runner
2025-08-20T20:37:05.8410639Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-ea3b7f8858c24f6f/lib-sha1' from root:root to runner:runner
2025-08-20T20:37:05.8411662Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-ea3b7f8858c24f6f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8412654Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-ea3b7f8858c24f6f/dep-lib-sha1' from root:root to runner:runner
2025-08-20T20:37:05.8413592Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-ea3b7f8858c24f6f/lib-sha1.json' from root:root to runner:runner
2025-08-20T20:37:05.8414470Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-ea3b7f8858c24f6f' from root:root to runner:runner
2025-08-20T20:37:05.8415458Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-785eac17ddc32650/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8416563Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-785eac17ddc32650/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T20:37:05.8417716Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-785eac17ddc32650/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T20:37:05.8418799Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-785eac17ddc32650/lib-crypto_common' from root:root to runner:runner
2025-08-20T20:37:05.8419764Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-785eac17ddc32650' from root:root to runner:runner
2025-08-20T20:37:05.8420878Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-43cb0d121f459dc7/lib-signal_hook_mio.json' from root:root to runner:runner
2025-08-20T20:37:05.8421955Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-43cb0d121f459dc7/dep-lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T20:37:05.8422954Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-43cb0d121f459dc7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8423956Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-43cb0d121f459dc7/lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T20:37:05.8424936Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-43cb0d121f459dc7' from root:root to runner:runner
2025-08-20T20:37:05.8425903Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/lib-rayon_core' from root:root to runner:runner
2025-08-20T20:37:05.8426885Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/dep-lib-rayon_core' from root:root to runner:runner
2025-08-20T20:37:05.8427869Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8428964Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/lib-rayon_core.json' from root:root to runner:runner
2025-08-20T20:37:05.8429874Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3' from root:root to runner:runner
2025-08-20T20:37:05.8431099Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice' from root:root to runner:runner
2025-08-20T20:37:05.8432096Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T20:37:05.8433072Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8434059Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T20:37:05.8435023Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb' from root:root to runner:runner
2025-08-20T20:37:05.8436092Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c4389af575d28a04/dep-lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T20:37:05.8437104Z [00:07:37.063]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c4389af575d28a04/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8438255Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c4389af575d28a04/lib-tracing_subscriber.json' from root:root to runner:runner
2025-08-20T20:37:05.8439406Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c4389af575d28a04/lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T20:37:05.8440359Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c4389af575d28a04' from root:root to runner:runner
2025-08-20T20:37:05.8441371Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-28ec4679b8e687c1/lib-icu_normalizer.json' from root:root to runner:runner
2025-08-20T20:37:05.8442357Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-28ec4679b8e687c1/lib-icu_normalizer' from root:root to runner:runner
2025-08-20T20:37:05.8443360Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-28ec4679b8e687c1/dep-lib-icu_normalizer' from root:root to runner:runner
2025-08-20T20:37:05.8444457Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-28ec4679b8e687c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8445488Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-28ec4679b8e687c1' from root:root to runner:runner
2025-08-20T20:37:05.8446486Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-4fbd714c79d9ec7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8447504Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-4fbd714c79d9ec7d/dep-lib-crossbeam_queue' from root:root to runner:runner
2025-08-20T20:37:05.8448625Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-4fbd714c79d9ec7d/lib-crossbeam_queue.json' from root:root to runner:runner
2025-08-20T20:37:05.8449722Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-4fbd714c79d9ec7d/lib-crossbeam_queue' from root:root to runner:runner
2025-08-20T20:37:05.8450681Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-4fbd714c79d9ec7d' from root:root to runner:runner
2025-08-20T20:37:05.8451651Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hash-a3653e85d1574a5c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8452619Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hash-a3653e85d1574a5c/lib-gix_hash.json' from root:root to runner:runner
2025-08-20T20:37:05.8453619Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hash-a3653e85d1574a5c/lib-gix_hash' from root:root to runner:runner
2025-08-20T20:37:05.8454595Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hash-a3653e85d1574a5c/dep-lib-gix_hash' from root:root to runner:runner
2025-08-20T20:37:05.8455490Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hash-a3653e85d1574a5c' from root:root to runner:runner
2025-08-20T20:37:05.8456449Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memmap2-f0fef1515e08af2d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8457400Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memmap2-f0fef1515e08af2d/dep-lib-memmap2' from root:root to runner:runner
2025-08-20T20:37:05.8458503Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memmap2-f0fef1515e08af2d/lib-memmap2' from root:root to runner:runner
2025-08-20T20:37:05.8459591Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memmap2-f0fef1515e08af2d/lib-memmap2.json' from root:root to runner:runner
2025-08-20T20:37:05.8460482Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memmap2-f0fef1515e08af2d' from root:root to runner:runner
2025-08-20T20:37:05.8461463Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-7cdd42e014192136/lib-gitoxide' from root:root to runner:runner
2025-08-20T20:37:05.8462433Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-7cdd42e014192136/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8463453Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-7cdd42e014192136/dep-lib-gitoxide' from root:root to runner:runner
2025-08-20T20:37:05.8464475Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-7cdd42e014192136/lib-gitoxide.json' from root:root to runner:runner
2025-08-20T20:37:05.8465376Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-7cdd42e014192136' from root:root to runner:runner
2025-08-20T20:37:05.8466371Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-1ef97034e599d181/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8467453Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-1ef97034e599d181/lib-icu_collections.json' from root:root to runner:runner
2025-08-20T20:37:05.8468570Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-1ef97034e599d181/lib-icu_collections' from root:root to runner:runner
2025-08-20T20:37:05.8469626Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-1ef97034e599d181/dep-lib-icu_collections' from root:root to runner:runner
2025-08-20T20:37:05.8470540Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-1ef97034e599d181' from root:root to runner:runner
2025-08-20T20:37:05.8471512Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_filter-b4ee8eb302af1e9c/lib-env_filter.json' from root:root to runner:runner
2025-08-20T20:37:05.8472607Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_filter-b4ee8eb302af1e9c/lib-env_filter' from root:root to runner:runner
2025-08-20T20:37:05.8473585Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_filter-b4ee8eb302af1e9c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8474558Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_filter-b4ee8eb302af1e9c/dep-lib-env_filter' from root:root to runner:runner
2025-08-20T20:37:05.8475445Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_filter-b4ee8eb302af1e9c' from root:root to runner:runner
2025-08-20T20:37:05.8476502Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revision-4d65273074e381a8/lib-gix_revision' from root:root to runner:runner
2025-08-20T20:37:05.8477566Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revision-4d65273074e381a8/lib-gix_revision.json' from root:root to runner:runner
2025-08-20T20:37:05.8478652Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revision-4d65273074e381a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8479701Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revision-4d65273074e381a8/dep-lib-gix_revision' from root:root to runner:runner
2025-08-20T20:37:05.8480695Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revision-4d65273074e381a8' from root:root to runner:runner
2025-08-20T20:37:05.8481683Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell.json' from root:root to runner:runner
2025-08-20T20:37:05.8482653Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T20:37:05.8483623Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8484572Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell' from root:root to runner:runner
2025-08-20T20:37:05.8485457Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313' from root:root to runner:runner
2025-08-20T20:37:05.8486570Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-4bcb4762d539e09e/lib-is_wsl.json' from root:root to runner:runner
2025-08-20T20:37:05.8487527Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-4bcb4762d539e09e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8488552Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-4bcb4762d539e09e/dep-lib-is_wsl' from root:root to runner:runner
2025-08-20T20:37:05.8489520Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-4bcb4762d539e09e/lib-is_wsl' from root:root to runner:runner
2025-08-20T20:37:05.8490481Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-4bcb4762d539e09e' from root:root to runner:runner
2025-08-20T20:37:05.8491475Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/human_format-20533029890a1a86/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8492440Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/human_format-20533029890a1a86/lib-human_format' from root:root to runner:runner
2025-08-20T20:37:05.8493428Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/human_format-20533029890a1a86/lib-human_format.json' from root:root to runner:runner
2025-08-20T20:37:05.8494475Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/human_format-20533029890a1a86/dep-lib-human_format' from root:root to runner:runner
2025-08-20T20:37:05.8495376Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/human_format-20533029890a1a86' from root:root to runner:runner
2025-08-20T20:37:05.8496296Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/dep-lib-fnv' from root:root to runner:runner
2025-08-20T20:37:05.8497238Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8498257Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv.json' from root:root to runner:runner
2025-08-20T20:37:05.8499209Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv' from root:root to runner:runner
2025-08-20T20:37:05.8500267Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2' from root:root to runner:runner
2025-08-20T20:37:05.8501322Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:05.8502356Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T20:37:05.8503370Z [00:07:37.064]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8504479Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:05.8505431Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b' from root:root to runner:runner
2025-08-20T20:37:05.8506373Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T20:37:05.8507324Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8508432Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if' from root:root to runner:runner
2025-08-20T20:37:05.8509424Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T20:37:05.8510386Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f' from root:root to runner:runner
2025-08-20T20:37:05.8511405Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-c140d4e82da35989/lib-event_listener.json' from root:root to runner:runner
2025-08-20T20:37:05.8512397Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-c140d4e82da35989/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8513385Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-c140d4e82da35989/lib-event_listener' from root:root to runner:runner
2025-08-20T20:37:05.8514466Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-c140d4e82da35989/dep-lib-event_listener' from root:root to runner:runner
2025-08-20T20:37:05.8515384Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-c140d4e82da35989' from root:root to runner:runner
2025-08-20T20:37:05.8516377Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8517368Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2' from root:root to runner:runner
2025-08-20T20:37:05.8518543Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2.json' from root:root to runner:runner
2025-08-20T20:37:05.8519600Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/dep-lib-allocator_api2' from root:root to runner:runner
2025-08-20T20:37:05.8520526Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6' from root:root to runner:runner
2025-08-20T20:37:05.8521503Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/lib-sharded_slab' from root:root to runner:runner
2025-08-20T20:37:05.8522552Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/lib-sharded_slab.json' from root:root to runner:runner
2025-08-20T20:37:05.8523570Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8524652Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/dep-lib-sharded_slab' from root:root to runner:runner
2025-08-20T20:37:05.8525568Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca' from root:root to runner:runner
2025-08-20T20:37:05.8526543Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-tempfile-6a629eb9cf691d19/lib-gix_tempfile' from root:root to runner:runner
2025-08-20T20:37:05.8527527Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-tempfile-6a629eb9cf691d19/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8528748Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-tempfile-6a629eb9cf691d19/lib-gix_tempfile.json' from root:root to runner:runner
2025-08-20T20:37:05.8529783Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-tempfile-6a629eb9cf691d19/dep-lib-gix_tempfile' from root:root to runner:runner
2025-08-20T20:37:05.8530691Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-tempfile-6a629eb9cf691d19' from root:root to runner:runner
2025-08-20T20:37:05.8531733Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/dep-lib-icu_properties_data' from root:root to runner:runner
2025-08-20T20:37:05.8532816Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8533897Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/lib-icu_properties_data' from root:root to runner:runner
2025-08-20T20:37:05.8534940Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/lib-icu_properties_data.json' from root:root to runner:runner
2025-08-20T20:37:05.8535989Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c' from root:root to runner:runner
2025-08-20T20:37:05.8536958Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-88332192e1b61572/dep-lib-ratatui' from root:root to runner:runner
2025-08-20T20:37:05.8538123Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-88332192e1b61572/lib-ratatui.json' from root:root to runner:runner
2025-08-20T20:37:05.8539104Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-88332192e1b61572/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8540039Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-88332192e1b61572/lib-ratatui' from root:root to runner:runner
2025-08-20T20:37:05.8540918Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-88332192e1b61572' from root:root to runner:runner
2025-08-20T20:37:05.8541976Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tar-cfe55be0763a9e26/lib-tar' from root:root to runner:runner
2025-08-20T20:37:05.8542928Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tar-cfe55be0763a9e26/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8543846Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tar-cfe55be0763a9e26/lib-tar.json' from root:root to runner:runner
2025-08-20T20:37:05.8544761Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tar-cfe55be0763a9e26/dep-lib-tar' from root:root to runner:runner
2025-08-20T20:37:05.8545706Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tar-cfe55be0763a9e26' from root:root to runner:runner
2025-08-20T20:37:05.8546674Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' from root:root to runner:runner
2025-08-20T20:37:05.8547611Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' from root:root to runner:runner
2025-08-20T20:37:05.8548680Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8549682Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T20:37:05.8550644Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80' from root:root to runner:runner
2025-08-20T20:37:05.8551676Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-discover-11996166dc85036c/lib-gix_discover' from root:root to runner:runner
2025-08-20T20:37:05.8552732Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-discover-11996166dc85036c/lib-gix_discover.json' from root:root to runner:runner
2025-08-20T20:37:05.8553709Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-discover-11996166dc85036c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8554694Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-discover-11996166dc85036c/dep-lib-gix_discover' from root:root to runner:runner
2025-08-20T20:37:05.8555717Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-discover-11996166dc85036c' from root:root to runner:runner
2025-08-20T20:37:05.8556706Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-core-22e95d0c03059f4c/lib-gitoxide_core' from root:root to runner:runner
2025-08-20T20:37:05.8557696Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-core-22e95d0c03059f4c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8558795Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-core-22e95d0c03059f4c/lib-gitoxide_core.json' from root:root to runner:runner
2025-08-20T20:37:05.8559947Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-core-22e95d0c03059f4c/dep-lib-gitoxide_core' from root:root to runner:runner
2025-08-20T20:37:05.8560911Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-core-22e95d0c03059f4c' from root:root to runner:runner
2025-08-20T20:37:05.8561918Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-735e724ca6f7be02/lib-gix_config' from root:root to runner:runner
2025-08-20T20:37:05.8562898Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-735e724ca6f7be02/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8563948Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-735e724ca6f7be02/lib-gix_config.json' from root:root to runner:runner
2025-08-20T20:37:05.8564925Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-735e724ca6f7be02/dep-lib-gix_config' from root:root to runner:runner
2025-08-20T20:37:05.8565925Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-735e724ca6f7be02' from root:root to runner:runner
2025-08-20T20:37:05.8567019Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8568207Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8569227Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3' from root:root to runner:runner
2025-08-20T20:37:05.8570336Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T20:37:05.8571362Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T20:37:05.8572356Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8573376Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T20:37:05.8574354Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d' from root:root to runner:runner
2025-08-20T20:37:05.8575385Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clru-b8760a06ad48cde1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8576292Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clru-b8760a06ad48cde1/lib-clru' from root:root to runner:runner
2025-08-20T20:37:05.8577238Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clru-b8760a06ad48cde1/lib-clru.json' from root:root to runner:runner
2025-08-20T20:37:05.8578331Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clru-b8760a06ad48cde1/dep-lib-clru' from root:root to runner:runner
2025-08-20T20:37:05.8579251Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clru-b8760a06ad48cde1' from root:root to runner:runner
2025-08-20T20:37:05.8580262Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-70f73c8783332c88/lib-serde.json' from root:root to runner:runner
2025-08-20T20:37:05.8581216Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-70f73c8783332c88/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8582151Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-70f73c8783332c88/dep-lib-serde' from root:root to runner:runner
2025-08-20T20:37:05.8583063Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-70f73c8783332c88/lib-serde' from root:root to runner:runner
2025-08-20T20:37:05.8584086Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-70f73c8783332c88' from root:root to runner:runner
2025-08-20T20:37:05.8584889Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T20:37:05.8585620Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T20:37:05.8586378Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T20:37:05.8587079Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T20:37:05.8587955Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libzerofrom_derive-d91ad30a286af849.so' from root:root to runner:runner
2025-08-20T20:37:05.8588874Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' from root:root to runner:runner
2025-08-20T20:37:05.8589686Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so' from root:root to runner:runner
2025-08-20T20:37:05.8590518Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8591290Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8592135Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/maybe_async-ac9850d20a8b3ee4.d' from root:root to runner:runner
2025-08-20T20:37:05.8592901Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/autocfg-dd487200042bcaa5.d' from root:root to runner:runner
2025-08-20T20:37:05.8593810Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8594611Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8595385Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/strum_macros-46a688cb76807119.d' from root:root to runner:runner
2025-08-20T20:37:05.8596150Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libcc-6bd1fb1cf10a2ee9.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8596963Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8597750Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libstability-328a3f65b9f98647.so' from root:root to runner:runner
2025-08-20T20:37:05.8598646Z [00:07:37.065]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8599442Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/displaydoc-2cda825c857eaedf.d' from root:root to runner:runner
2025-08-20T20:37:05.8600226Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/thiserror_impl-1712852f24a7f3ee.d' from root:root to runner:runner
2025-08-20T20:37:05.8601097Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' from root:root to runner:runner
2025-08-20T20:37:05.8601965Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libthiserror_impl-1712852f24a7f3ee.so' from root:root to runner:runner
2025-08-20T20:37:05.8602774Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libstrum_macros-46a688cb76807119.so' from root:root to runner:runner
2025-08-20T20:37:05.8603558Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-20T20:37:05.8604303Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' from root:root to runner:runner
2025-08-20T20:37:05.8605073Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/clap_derive-0afb55859350ecf4.d' from root:root to runner:runner
2025-08-20T20:37:05.8605868Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libzerovec_derive-72a3d9efe0de33cb.so' from root:root to runner:runner
2025-08-20T20:37:05.8606851Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libthiserror_impl-0e4347ba7ea5feda.so' from root:root to runner:runner
2025-08-20T20:37:05.8607637Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8608543Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so' from root:root to runner:runner
2025-08-20T20:37:05.8609366Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8610133Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8610917Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8611691Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/rustversion-0d4b169a5d5fc745.d' from root:root to runner:runner
2025-08-20T20:37:05.8612436Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/vcpkg-57e61f3d74998a16.d' from root:root to runner:runner
2025-08-20T20:37:05.8613170Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' from root:root to runner:runner
2025-08-20T20:37:05.8614054Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libserde_derive-a1746215afdd097e.so' from root:root to runner:runner
2025-08-20T20:37:05.8614977Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8615759Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libcc-6bd1fb1cf10a2ee9.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8616555Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8617319Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/pkg_config-18929d2f95bd35e3.d' from root:root to runner:runner
2025-08-20T20:37:05.8618220Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8619003Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/syn-486f1d8eaeacf440.d' from root:root to runner:runner
2025-08-20T20:37:05.8619806Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/tracing_attributes-e6fced03c3294a21.d' from root:root to runner:runner
2025-08-20T20:37:05.8620778Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libyoke_derive-6e21e5200106e02d.so' from root:root to runner:runner
2025-08-20T20:37:05.8621571Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/zerovec_derive-72a3d9efe0de33cb.d' from root:root to runner:runner
2025-08-20T20:37:05.8622320Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/paste-fbdf26ac509ef3cc.d' from root:root to runner:runner
2025-08-20T20:37:05.8623100Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/synstructure-005fb73acf99c322.d' from root:root to runner:runner
2025-08-20T20:37:05.8623888Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8624657Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/yoke_derive-6e21e5200106e02d.d' from root:root to runner:runner
2025-08-20T20:37:05.8625443Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libmaybe_async-ac9850d20a8b3ee4.so' from root:root to runner:runner
2025-08-20T20:37:05.8626241Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8627011Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/stability-328a3f65b9f98647.d' from root:root to runner:runner
2025-08-20T20:37:05.8627864Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/thiserror_impl-0e4347ba7ea5feda.d' from root:root to runner:runner
2025-08-20T20:37:05.8628915Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so' from root:root to runner:runner
2025-08-20T20:37:05.8629722Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libclap_derive-0afb55859350ecf4.so' from root:root to runner:runner
2025-08-20T20:37:05.8630531Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8631305Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/serde_derive-a1746215afdd097e.d' from root:root to runner:runner
2025-08-20T20:37:05.8632073Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8632893Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8633881Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8634663Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rlib' from root:root to runner:runner
2025-08-20T20:37:05.8635435Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8636158Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/cc-6bd1fb1cf10a2ee9.d' from root:root to runner:runner
2025-08-20T20:37:05.8636952Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/zerofrom_derive-d91ad30a286af849.d' from root:root to runner:runner
2025-08-20T20:37:05.8637713Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' from root:root to runner:runner
2025-08-20T20:37:05.8638632Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libtracing_attributes-e6fced03c3294a21.so' from root:root to runner:runner
2025-08-20T20:37:05.8639489Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' from root:root to runner:runner
2025-08-20T20:37:05.8640148Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T20:37:05.8640965Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T20:37:05.8641703Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T20:37:05.8642593Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8643482Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d' retained as runner:runner
2025-08-20T20:37:05.8644439Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d.d' from root:root to runner:runner
2025-08-20T20:37:05.8645233Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d' from root:root to runner:runner
2025-08-20T20:37:05.8646004Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/stderr' from root:root to runner:runner
2025-08-20T20:37:05.8646996Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8647765Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/out' from root:root to runner:runner
2025-08-20T20:37:05.8648663Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/root-output' from root:root to runner:runner
2025-08-20T20:37:05.8649476Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/output' from root:root to runner:runner
2025-08-20T20:37:05.8650219Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794' from root:root to runner:runner
2025-08-20T20:37:05.8651168Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T20:37:05.8651990Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8652933Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6.d' from root:root to runner:runner
2025-08-20T20:37:05.8653723Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T20:37:05.8654642Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8655609Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4' retained as runner:runner
2025-08-20T20:37:05.8656517Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4.d' from root:root to runner:runner
2025-08-20T20:37:05.8657271Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4' from root:root to runner:runner
2025-08-20T20:37:05.8658173Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8659071Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f' retained as runner:runner
2025-08-20T20:37:05.8659970Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f.d' from root:root to runner:runner
2025-08-20T20:37:05.8660921Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f' from root:root to runner:runner
2025-08-20T20:37:05.8661912Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e' from root:root to runner:runner
2025-08-20T20:37:05.8662744Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8663718Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e.d' from root:root to runner:runner
2025-08-20T20:37:05.8664520Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e' from root:root to runner:runner
2025-08-20T20:37:05.8665393Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8666322Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead.d' from root:root to runner:runner
2025-08-20T20:37:05.8667203Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead' retained as runner:runner
2025-08-20T20:37:05.8668164Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead' from root:root to runner:runner
2025-08-20T20:37:05.8669105Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/stderr' from root:root to runner:runner
2025-08-20T20:37:05.8670018Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8670869Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/out/version.expr' from root:root to runner:runner
2025-08-20T20:37:05.8671665Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/out' from root:root to runner:runner
2025-08-20T20:37:05.8672491Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/root-output' from root:root to runner:runner
2025-08-20T20:37:05.8673296Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/output' from root:root to runner:runner
2025-08-20T20:37:05.8674155Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac' from root:root to runner:runner
2025-08-20T20:37:05.8675124Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libz-sys-0d361cbcb7686623/build_script_build-0d361cbcb7686623' from root:root to runner:runner
2025-08-20T20:37:05.8676030Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libz-sys-0d361cbcb7686623/build_script_build-0d361cbcb7686623.d' from root:root to runner:runner
2025-08-20T20:37:05.8676812Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libz-sys-0d361cbcb7686623/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8677572Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libz-sys-0d361cbcb7686623' from root:root to runner:runner
2025-08-20T20:37:05.8678586Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-sys-265d4519a2b111f3/build_script_build-265d4519a2b111f3' from root:root to runner:runner
2025-08-20T20:37:05.8679530Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-sys-265d4519a2b111f3/build_script_build-265d4519a2b111f3.d' from root:root to runner:runner
2025-08-20T20:37:05.8680311Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-sys-265d4519a2b111f3/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8681065Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-sys-265d4519a2b111f3' from root:root to runner:runner
2025-08-20T20:37:05.8681981Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8682987Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb.d' from root:root to runner:runner
2025-08-20T20:37:05.8683892Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb' retained as runner:runner
2025-08-20T20:37:05.8684656Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb' from root:root to runner:runner
2025-08-20T20:37:05.8685576Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T20:37:05.8686491Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' from root:root to runner:runner
2025-08-20T20:37:05.8687285Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8688331Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T20:37:05.8689263Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/gitoxide-2a9b91cbb5027b35/build_script_build-2a9b91cbb5027b35' from root:root to runner:runner
2025-08-20T20:37:05.8690053Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/gitoxide-2a9b91cbb5027b35/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8690959Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/gitoxide-2a9b91cbb5027b35/build_script_build-2a9b91cbb5027b35.d' from root:root to runner:runner
2025-08-20T20:37:05.8691725Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/gitoxide-2a9b91cbb5027b35' from root:root to runner:runner
2025-08-20T20:37:05.8692671Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libsqlite3-sys-a24cebbda5f26d0f/build_script_build-a24cebbda5f26d0f.d' from root:root to runner:runner
2025-08-20T20:37:05.8693539Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libsqlite3-sys-a24cebbda5f26d0f/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8694423Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libsqlite3-sys-a24cebbda5f26d0f/build_script_build-a24cebbda5f26d0f' retained as runner:runner
2025-08-20T20:37:05.8695287Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libsqlite3-sys-a24cebbda5f26d0f' from root:root to runner:runner
2025-08-20T20:37:05.8696290Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e.d' from root:root to runner:runner
2025-08-20T20:37:05.8697265Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e' from root:root to runner:runner
2025-08-20T20:37:05.8698175Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8699013Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e' from root:root to runner:runner
2025-08-20T20:37:05.8699900Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/fs-err-81480a73665f3086/build_script_build-81480a73665f3086' from root:root to runner:runner
2025-08-20T20:37:05.8700669Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/fs-err-81480a73665f3086/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8701777Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/fs-err-81480a73665f3086/build_script_build-81480a73665f3086.d' from root:root to runner:runner
2025-08-20T20:37:05.8702524Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/fs-err-81480a73665f3086' from root:root to runner:runner
2025-08-20T20:37:05.8703431Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c.d' from root:root to runner:runner
2025-08-20T20:37:05.8704265Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8705119Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c' retained as runner:runner
2025-08-20T20:37:05.8705935Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c' from root:root to runner:runner
2025-08-20T20:37:05.8706853Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde_json-6e0aa045562605c3/build_script_build-6e0aa045562605c3.d' from root:root to runner:runner
2025-08-20T20:37:05.8707749Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde_json-6e0aa045562605c3/build_script_build-6e0aa045562605c3' from root:root to runner:runner
2025-08-20T20:37:05.8708634Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde_json-6e0aa045562605c3/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8709506Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde_json-6e0aa045562605c3' from root:root to runner:runner
2025-08-20T20:37:05.8710419Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T20:37:05.8711213Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8712127Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' from root:root to runner:runner
2025-08-20T20:37:05.8712895Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T20:37:05.8713805Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build_script_build-d5cfa1316f9407fb.d' from root:root to runner:runner
2025-08-20T20:37:05.8714752Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8715728Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build_script_build-d5cfa1316f9407fb' retained as runner:runner
2025-08-20T20:37:05.8716500Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb' from root:root to runner:runner
2025-08-20T20:37:05.8717301Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' from root:root to runner:runner
2025-08-20T20:37:05.8718231Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8719158Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/out' from root:root to runner:runner
2025-08-20T20:37:05.8720051Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' from root:root to runner:runner
2025-08-20T20:37:05.8720855Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' from root:root to runner:runner
2025-08-20T20:37:05.8721625Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T20:37:05.8722543Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/openssl-sys-9269e90704f38866/build_script_main-9269e90704f38866.d' from root:root to runner:runner
2025-08-20T20:37:05.8723509Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/openssl-sys-9269e90704f38866/build_script_main-9269e90704f38866' from root:root to runner:runner
2025-08-20T20:37:05.8724337Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/openssl-sys-9269e90704f38866/build-script-main' retained as runner:runner
2025-08-20T20:37:05.8725117Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/openssl-sys-9269e90704f38866' from root:root to runner:runner
2025-08-20T20:37:05.8726026Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' from root:root to runner:runner
2025-08-20T20:37:05.8726822Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8727727Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89.d' from root:root to runner:runner
2025-08-20T20:37:05.8728765Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-20T20:37:05.8729694Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build_script_build-b088653347055bc4.d' from root:root to runner:runner
2025-08-20T20:37:05.8730543Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8731397Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build_script_build-b088653347055bc4' retained as runner:runner
2025-08-20T20:37:05.8732163Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/signal-hook-b088653347055bc4' from root:root to runner:runner
2025-08-20T20:37:05.8733093Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8734018Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build_script_build-0fd0609afce44135' retained as runner:runner
2025-08-20T20:37:05.8734935Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build_script_build-0fd0609afce44135.d' from root:root to runner:runner
2025-08-20T20:37:05.8735705Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/getrandom-0fd0609afce44135' from root:root to runner:runner
2025-08-20T20:37:05.8736619Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8737601Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build_script_build-55c4319b2dd25625.d' from root:root to runner:runner
2025-08-20T20:37:05.8738539Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build_script_build-55c4319b2dd25625' retained as runner:runner
2025-08-20T20:37:05.8739356Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625' from root:root to runner:runner
2025-08-20T20:37:05.8740208Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/heapless-e430bb1d7b7a814c/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8741059Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/heapless-e430bb1d7b7a814c/build_script_build-e430bb1d7b7a814c' retained as runner:runner
2025-08-20T20:37:05.8742108Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/heapless-e430bb1d7b7a814c/build_script_build-e430bb1d7b7a814c.d' from root:root to runner:runner
2025-08-20T20:37:05.8743000Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/heapless-e430bb1d7b7a814c' from root:root to runner:runner
2025-08-20T20:37:05.8743894Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661.d' from root:root to runner:runner
2025-08-20T20:37:05.8744708Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8745544Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661' retained as runner:runner
2025-08-20T20:37:05.8746362Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libc-1a06cc513f7c6661' from root:root to runner:runner
2025-08-20T20:37:05.8747255Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-77a1f4e9f38b1028/build_script_build-77a1f4e9f38b1028' from root:root to runner:runner
2025-08-20T20:37:05.8748117Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-77a1f4e9f38b1028/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8749041Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-77a1f4e9f38b1028/build_script_build-77a1f4e9f38b1028.d' from root:root to runner:runner
2025-08-20T20:37:05.8749790Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-77a1f4e9f38b1028' from root:root to runner:runner
2025-08-20T20:37:05.8750696Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8751618Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94.d' from root:root to runner:runner
2025-08-20T20:37:05.8752467Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94' retained as runner:runner
2025-08-20T20:37:05.8753212Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/anyhow-a15a6534729acd94' from root:root to runner:runner
2025-08-20T20:37:05.8754110Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustix-604f330cf55d7f6d/build_script_build-604f330cf55d7f6d' from root:root to runner:runner
2025-08-20T20:37:05.8754882Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustix-604f330cf55d7f6d/build-script-build' retained as runner:runner
2025-08-20T20:37:05.8755965Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustix-604f330cf55d7f6d/build_script_build-604f330cf55d7f6d.d' from root:root to runner:runner
2025-08-20T20:37:05.8756709Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustix-604f330cf55d7f6d' from root:root to runner:runner
2025-08-20T20:37:05.8757583Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/generic-array-8dbcebd67f84b3b0/build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8758751Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/generic-array-8dbcebd67f84b3b0/build_script_build-8dbcebd67f84b3b0.d' from root:root to runner:runner
2025-08-20T20:37:05.8759697Z [00:07:37.066]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/generic-array-8dbcebd67f84b3b0/build_script_build-8dbcebd67f84b3b0' retained as runner:runner
2025-08-20T20:37:05.8760587Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/generic-array-8dbcebd67f84b3b0' from root:root to runner:runner
2025-08-20T20:37:05.8761246Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T20:37:05.8761962Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T20:37:05.8762813Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/stability-328a3f65b9f98647/lib-stability' from root:root to runner:runner
2025-08-20T20:37:05.8763681Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/stability-328a3f65b9f98647/lib-stability.json' from root:root to runner:runner
2025-08-20T20:37:05.8764613Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/stability-328a3f65b9f98647/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8765526Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/stability-328a3f65b9f98647/dep-lib-stability' from root:root to runner:runner
2025-08-20T20:37:05.8766318Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/stability-328a3f65b9f98647' from root:root to runner:runner
2025-08-20T20:37:05.8767187Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/dep-lib-displaydoc' from root:root to runner:runner
2025-08-20T20:37:05.8768159Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/lib-displaydoc.json' from root:root to runner:runner
2025-08-20T20:37:05.8769041Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/lib-displaydoc' from root:root to runner:runner
2025-08-20T20:37:05.8770096Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8770902Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf' from root:root to runner:runner
2025-08-20T20:37:05.8771792Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8772766Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8773808Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8774779Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8775592Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d' from root:root to runner:runner
2025-08-20T20:37:05.8776520Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8777467Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8778410Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794' from root:root to runner:runner
2025-08-20T20:37:05.8779354Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8780335Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8781307Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8782255Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8783209Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T20:37:05.8784190Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' from root:root to runner:runner
2025-08-20T20:37:05.8785079Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' from root:root to runner:runner
2025-08-20T20:37:05.8785949Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8786822Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' from root:root to runner:runner
2025-08-20T20:37:05.8787686Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68' from root:root to runner:runner
2025-08-20T20:37:05.8788715Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T20:37:05.8789620Z [00:07:37.066]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T20:37:05.8790528Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T20:37:05.8791482Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8792341Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda' from root:root to runner:runner
2025-08-20T20:37:05.8793228Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/lib-zerovec_derive' from root:root to runner:runner
2025-08-20T20:37:05.8794123Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8795031Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/dep-lib-zerovec_derive' from root:root to runner:runner
2025-08-20T20:37:05.8795929Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/lib-zerovec_derive.json' from root:root to runner:runner
2025-08-20T20:37:05.8796888Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb' from root:root to runner:runner
2025-08-20T20:37:05.8797929Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/lib-synstructure.json' from root:root to runner:runner
2025-08-20T20:37:05.8798936Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8799824Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/lib-synstructure' from root:root to runner:runner
2025-08-20T20:37:05.8800718Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/dep-lib-synstructure' from root:root to runner:runner
2025-08-20T20:37:05.8801588Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322' from root:root to runner:runner
2025-08-20T20:37:05.8802544Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/maybe-async-ac9850d20a8b3ee4/lib-maybe_async.json' from root:root to runner:runner
2025-08-20T20:37:05.8803412Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/maybe-async-ac9850d20a8b3ee4/lib-maybe_async' from root:root to runner:runner
2025-08-20T20:37:05.8804281Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/maybe-async-ac9850d20a8b3ee4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8805227Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/maybe-async-ac9850d20a8b3ee4/dep-lib-maybe_async' from root:root to runner:runner
2025-08-20T20:37:05.8806032Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/maybe-async-ac9850d20a8b3ee4' from root:root to runner:runner
2025-08-20T20:37:05.8806871Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T20:37:05.8807704Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg' from root:root to runner:runner
2025-08-20T20:37:05.8808664Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8809562Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg.json' from root:root to runner:runner
2025-08-20T20:37:05.8810478Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5' from root:root to runner:runner
2025-08-20T20:37:05.8811411Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8812356Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8813276Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8814184Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8815012Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4' from root:root to runner:runner
2025-08-20T20:37:05.8815866Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8816786Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8817712Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8818717Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8819605Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f' from root:root to runner:runner
2025-08-20T20:37:05.8820558Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8821544Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8822521Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8823475Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8824389Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e' from root:root to runner:runner
2025-08-20T20:37:05.8825402Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8826376Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8827336Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8828361Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8829298Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead' from root:root to runner:runner
2025-08-20T20:37:05.8830175Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/lib-vcpkg.json' from root:root to runner:runner
2025-08-20T20:37:05.8830997Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/dep-lib-vcpkg' from root:root to runner:runner
2025-08-20T20:37:05.8831846Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8832709Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/lib-vcpkg' from root:root to runner:runner
2025-08-20T20:37:05.8833518Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16' from root:root to runner:runner
2025-08-20T20:37:05.8834482Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8835456Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8836251Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac' from root:root to runner:runner
2025-08-20T20:37:05.8837100Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libz-sys-0d361cbcb7686623/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8838224Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libz-sys-0d361cbcb7686623/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8839280Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libz-sys-0d361cbcb7686623/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8840200Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libz-sys-0d361cbcb7686623/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8840978Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libz-sys-0d361cbcb7686623' from root:root to runner:runner
2025-08-20T20:37:05.8841854Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T20:37:05.8842791Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8843658Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/lib-serde_derive' from root:root to runner:runner
2025-08-20T20:37:05.8844536Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T20:37:05.8845329Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e' from root:root to runner:runner
2025-08-20T20:37:05.8846249Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-sys-265d4519a2b111f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8847187Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-sys-265d4519a2b111f3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8848201Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-sys-265d4519a2b111f3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8849173Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-sys-265d4519a2b111f3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8849949Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-sys-265d4519a2b111f3' from root:root to runner:runner
2025-08-20T20:37:05.8850800Z [00:07:37.067]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8851977Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8852907Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8853825Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8854593Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb' from root:root to runner:runner
2025-08-20T20:37:05.8855467Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8856410Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T20:37:05.8857313Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T20:37:05.8858253Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' from root:root to runner:runner
2025-08-20T20:37:05.8859125Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c' from root:root to runner:runner
2025-08-20T20:37:05.8860037Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/dep-lib-paste' from root:root to runner:runner
2025-08-20T20:37:05.8860937Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste.json' from root:root to runner:runner
2025-08-20T20:37:05.8861799Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste' from root:root to runner:runner
2025-08-20T20:37:05.8862650Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8863420Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc' from root:root to runner:runner
2025-08-20T20:37:05.8864286Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8865401Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8866470Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8867395Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8868268Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T20:37:05.8869205Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/gitoxide-2a9b91cbb5027b35/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8870235Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/gitoxide-2a9b91cbb5027b35/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8871211Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/gitoxide-2a9b91cbb5027b35/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8872131Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/gitoxide-2a9b91cbb5027b35/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8872917Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/gitoxide-2a9b91cbb5027b35' from root:root to runner:runner
2025-08-20T20:37:05.8873879Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T20:37:05.8874861Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T20:37:05.8875774Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T20:37:05.8876660Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8877472Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee' from root:root to runner:runner
2025-08-20T20:37:05.8878397Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' from root:root to runner:runner
2025-08-20T20:37:05.8879462Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' from root:root to runner:runner
2025-08-20T20:37:05.8880316Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8881126Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' from root:root to runner:runner
2025-08-20T20:37:05.8881888Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319' from root:root to runner:runner
2025-08-20T20:37:05.8882679Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/lib-syn' from root:root to runner:runner
2025-08-20T20:37:05.8883581Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8884446Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/lib-syn.json' from root:root to runner:runner
2025-08-20T20:37:05.8885260Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/dep-lib-syn' from root:root to runner:runner
2025-08-20T20:37:05.8886018Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440' from root:root to runner:runner
2025-08-20T20:37:05.8886903Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-a24cebbda5f26d0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8887936Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-a24cebbda5f26d0f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8889056Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-a24cebbda5f26d0f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8890015Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-a24cebbda5f26d0f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8890822Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-a24cebbda5f26d0f' from root:root to runner:runner
2025-08-20T20:37:05.8891727Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8892785Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/dep-lib-tracing_attributes' from root:root to runner:runner
2025-08-20T20:37:05.8893804Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/lib-tracing_attributes.json' from root:root to runner:runner
2025-08-20T20:37:05.8894726Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/lib-tracing_attributes' from root:root to runner:runner
2025-08-20T20:37:05.8895547Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21' from root:root to runner:runner
2025-08-20T20:37:05.8896428Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8897436Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8898498Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8899510Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8900313Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e' from root:root to runner:runner
2025-08-20T20:37:05.8901235Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/fs-err-81480a73665f3086/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8902197Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/fs-err-81480a73665f3086/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8903115Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/fs-err-81480a73665f3086/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8904018Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/fs-err-81480a73665f3086/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8904782Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/fs-err-81480a73665f3086' from root:root to runner:runner
2025-08-20T20:37:05.8905631Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8906739Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8907682Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8908685Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8909489Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c' from root:root to runner:runner
2025-08-20T20:37:05.8910348Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_json-6e0aa045562605c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8911387Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_json-6e0aa045562605c3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8912435Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_json-6e0aa045562605c3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8913368Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_json-6e0aa045562605c3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8914156Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_json-6e0aa045562605c3' from root:root to runner:runner
2025-08-20T20:37:05.8915076Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8916048Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8916992Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8917911Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8918846Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T20:37:05.8919725Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8920904Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8921852Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8922774Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8923559Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb' from root:root to runner:runner
2025-08-20T20:37:05.8924369Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' from root:root to runner:runner
2025-08-20T20:37:05.8925286Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8926186Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' from root:root to runner:runner
2025-08-20T20:37:05.8927026Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' from root:root to runner:runner
2025-08-20T20:37:05.8927798Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55' from root:root to runner:runner
2025-08-20T20:37:05.8928833Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/clap_derive-0afb55859350ecf4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8929750Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/clap_derive-0afb55859350ecf4/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T20:37:05.8930605Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/clap_derive-0afb55859350ecf4/lib-clap_derive' from root:root to runner:runner
2025-08-20T20:37:05.8931479Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/clap_derive-0afb55859350ecf4/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T20:37:05.8932265Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/clap_derive-0afb55859350ecf4' from root:root to runner:runner
2025-08-20T20:37:05.8933211Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8934376Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8935170Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T20:37:05.8936117Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/openssl-sys-9269e90704f38866/build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T20:37:05.8936979Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/openssl-sys-9269e90704f38866/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8937906Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/openssl-sys-9269e90704f38866/build-script-build-script-main' from root:root to runner:runner
2025-08-20T20:37:05.8939084Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/openssl-sys-9269e90704f38866/dep-build-script-build-script-main' from root:root to runner:runner
2025-08-20T20:37:05.8939968Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/openssl-sys-9269e90704f38866' from root:root to runner:runner
2025-08-20T20:37:05.8940873Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8941774Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T20:37:05.8942754Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/lib-zerofrom_derive.json' from root:root to runner:runner
2025-08-20T20:37:05.8943691Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/dep-lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T20:37:05.8944517Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849' from root:root to runner:runner
2025-08-20T20:37:05.8945387Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8946267Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/dep-lib-rustversion' from root:root to runner:runner
2025-08-20T20:37:05.8947126Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion' from root:root to runner:runner
2025-08-20T20:37:05.8948292Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion.json' from root:root to runner:runner
2025-08-20T20:37:05.8949117Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745' from root:root to runner:runner
2025-08-20T20:37:05.8949983Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8950925Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8951955Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8952949Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8953743Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-20T20:37:05.8954610Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8955566Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8956639Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8957572Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8958466Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4' from root:root to runner:runner
2025-08-20T20:37:05.8959403Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8960357Z [00:07:37.068]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8961292Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8962471Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8963265Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135' from root:root to runner:runner
2025-08-20T20:37:05.8964134Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/dep-lib-yoke_derive' from root:root to runner:runner
2025-08-20T20:37:05.8964990Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/lib-yoke_derive' from root:root to runner:runner
2025-08-20T20:37:05.8965931Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8966869Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/lib-yoke_derive.json' from root:root to runner:runner
2025-08-20T20:37:05.8967660Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d' from root:root to runner:runner
2025-08-20T20:37:05.8968624Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8969519Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/lib-pkg_config' from root:root to runner:runner
2025-08-20T20:37:05.8970469Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/lib-pkg_config.json' from root:root to runner:runner
2025-08-20T20:37:05.8971364Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/dep-lib-pkg_config' from root:root to runner:runner
2025-08-20T20:37:05.8972255Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3' from root:root to runner:runner
2025-08-20T20:37:05.8973125Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/strum_macros-46a688cb76807119/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8973999Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/strum_macros-46a688cb76807119/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T20:37:05.8974872Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/strum_macros-46a688cb76807119/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T20:37:05.8975851Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/strum_macros-46a688cb76807119/lib-strum_macros' from root:root to runner:runner
2025-08-20T20:37:05.8976653Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/strum_macros-46a688cb76807119' from root:root to runner:runner
2025-08-20T20:37:05.8977521Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8978549Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8979597Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8980527Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8981311Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625' from root:root to runner:runner
2025-08-20T20:37:05.8982171Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heapless-e430bb1d7b7a814c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8983111Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heapless-e430bb1d7b7a814c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8984112Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heapless-e430bb1d7b7a814c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8985083Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heapless-e430bb1d7b7a814c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8985940Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heapless-e430bb1d7b7a814c' from root:root to runner:runner
2025-08-20T20:37:05.8986841Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T20:37:05.8987713Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8988686Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T20:37:05.8989690Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-20T20:37:05.8990493Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-20T20:37:05.8991323Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8992251Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8993230Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8994187Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8994947Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661' from root:root to runner:runner
2025-08-20T20:37:05.8995786Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-77a1f4e9f38b1028/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.8996711Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-77a1f4e9f38b1028/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.8997688Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-77a1f4e9f38b1028/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8998670Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-77a1f4e9f38b1028/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.8999550Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-77a1f4e9f38b1028' from root:root to runner:runner
2025-08-20T20:37:05.9000395Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.9001325Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.9002243Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.9003279Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.9004056Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94' from root:root to runner:runner
2025-08-20T20:37:05.9004900Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustix-604f330cf55d7f6d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.9005831Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustix-604f330cf55d7f6d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.9006816Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustix-604f330cf55d7f6d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.9007773Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustix-604f330cf55d7f6d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.9008624Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustix-604f330cf55d7f6d' from root:root to runner:runner
2025-08-20T20:37:05.9009514Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.9010311Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' from root:root to runner:runner
2025-08-20T20:37:05.9011199Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' from root:root to runner:runner
2025-08-20T20:37:05.9012043Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' from root:root to runner:runner
2025-08-20T20:37:05.9012880Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1' from root:root to runner:runner
2025-08-20T20:37:05.9013686Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/cc-6bd1fb1cf10a2ee9/lib-cc.json' from root:root to runner:runner
2025-08-20T20:37:05.9014515Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/cc-6bd1fb1cf10a2ee9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.9015293Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/cc-6bd1fb1cf10a2ee9/lib-cc' from root:root to runner:runner
2025-08-20T20:37:05.9016227Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/cc-6bd1fb1cf10a2ee9/dep-lib-cc' from root:root to runner:runner
2025-08-20T20:37:05.9016979Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/cc-6bd1fb1cf10a2ee9' from root:root to runner:runner
2025-08-20T20:37:05.9017865Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/generic-array-8dbcebd67f84b3b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:37:05.9018964Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/generic-array-8dbcebd67f84b3b0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:37:05.9019947Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/generic-array-8dbcebd67f84b3b0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.9020981Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/generic-array-8dbcebd67f84b3b0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:37:05.9021804Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/generic-array-8dbcebd67f84b3b0' from root:root to runner:runner
2025-08-20T20:37:05.9022485Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T20:37:05.9023106Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T20:37:05.9023749Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T20:37:05.9024398Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target' from root:root to runner:runner
2025-08-20T20:37:05.9025030Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.editorconfig' from root:root to runner:runner
2025-08-20T20:37:05.9025740Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9026382Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9027030Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9027681Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9028502Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_names.rs' from root:root to runner:runner
2025-08-20T20:37:05.9029387Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_packed_buffer.rs' from root:root to runner:runner
2025-08-20T20:37:05.9030106Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_log.rs' from root:root to runner:runner
2025-08-20T20:37:05.9030764Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:05.9031368Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz' from root:root to runner:runner
2025-08-20T20:37:05.9032013Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9032655Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/target.rs' from root:root to runner:runner
2025-08-20T20:37:05.9033354Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.9034002Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/name.rs' from root:root to runner:runner
2025-08-20T20:37:05.9034725Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/general/handle/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.9035446Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/general/handle/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9036138Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/general/handle' from root:root to runner:runner
2025-08-20T20:37:05.9036909Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/general/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.9037642Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/general/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9038466Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/general' from root:root to runner:runner
2025-08-20T20:37:05.9039227Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/decode/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.9039918Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/decode' from root:root to runner:runner
2025-08-20T20:37:05.9040613Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/buffer.rs' from root:root to runner:runner
2025-08-20T20:37:05.9041298Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.9042099Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9042785Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9043502Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/transaction.rs' from root:root to runner:runner
2025-08-20T20:37:05.9044202Z [00:07:37.069]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.9044853Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed' from root:root to runner:runner
2025-08-20T20:37:05.9045509Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9046315Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/raw_ext.rs' from root:root to runner:runner
2025-08-20T20:37:05.9047028Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/log/line.rs' from root:root to runner:runner
2025-08-20T20:37:05.9047720Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/log/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9048498Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/log/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9049212Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/log' from root:root to runner:runner
2025-08-20T20:37:05.9049899Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/packed.rs' from root:root to runner:runner
2025-08-20T20:37:05.9050571Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.9051510Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/transaction/commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.9052271Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/transaction/prepare.rs' from root:root to runner:runner
2025-08-20T20:37:05.9052998Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/transaction/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9053695Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/transaction' from root:root to runner:runner
2025-08-20T20:37:05.9054415Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/overlay_iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9055226Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reflog/create_or_update/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.9056006Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reflog/create_or_update' from root:root to runner:runner
2025-08-20T20:37:05.9056700Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reflog' from root:root to runner:runner
2025-08-20T20:37:05.9057464Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reference/logiter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9058315Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reference/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9059342Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reference/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.9060117Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reference' from root:root to runner:runner
2025-08-20T20:37:05.9060835Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reflog.rs' from root:root to runner:runner
2025-08-20T20:37:05.9061594Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9062295Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9062968Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose' from root:root to runner:runner
2025-08-20T20:37:05.9063637Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9064385Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file' from root:root to runner:runner
2025-08-20T20:37:05.9065144Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store' from root:root to runner:runner
2025-08-20T20:37:05.9065840Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/transaction/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9066518Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/transaction/ext.rs' from root:root to runner:runner
2025-08-20T20:37:05.9067158Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/transaction' from root:root to runner:runner
2025-08-20T20:37:05.9067815Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/namespace.rs' from root:root to runner:runner
2025-08-20T20:37:05.9068761Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/log.rs' from root:root to runner:runner
2025-08-20T20:37:05.9069465Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/peel.rs' from root:root to runner:runner
2025-08-20T20:37:05.9070110Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/fullname.rs' from root:root to runner:runner
2025-08-20T20:37:05.9070742Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/raw.rs' from root:root to runner:runner
2025-08-20T20:37:05.9071370Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9072107Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src' from root:root to runner:runner
2025-08-20T20:37:05.9072817Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9073473Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9074283Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_namespaced_packed_ref_repository.sh' from root:root to runner:runner
2025-08-20T20:37:05.9075050Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_pseudo_ref_repository.sh' from root:root to runner:runner
2025-08-20T20:37:05.9075793Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_reflog.sh' from root:root to runner:runner
2025-08-20T20:37:05.9076582Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/packed-refs/triggers-out-of-bounds' from root:root to runner:runner
2025-08-20T20:37:05.9077468Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/packed-refs/unsorted' from root:root to runner:runner
2025-08-20T20:37:05.9078415Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/packed-refs/without-header' from root:root to runner:runner
2025-08-20T20:37:05.9079138Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/packed-refs' from root:root to runner:runner
2025-08-20T20:37:05.9079976Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repo_for_1850_repro.tar' from root:root to runner:runner
2025-08-20T20:37:05.9080803Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repo_for_reflog.tar' from root:root to runner:runner
2025-08-20T20:37:05.9081713Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_packed_ref_repository_for_overlay.tar' from root:root to runner:runner
2025-08-20T20:37:05.9082485Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9083327Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repo_for_1928_repro.tar' from root:root to runner:runner
2025-08-20T20:37:05.9084176Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_pseudo_ref_repository.tar' from root:root to runner:runner
2025-08-20T20:37:05.9085110Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_packed_ref_repository.tar' from root:root to runner:runner
2025-08-20T20:37:05.9086166Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repository_with_lots_of_packed_refs.tar' from root:root to runner:runner
2025-08-20T20:37:05.9086975Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_pristine.tar' from root:root to runner:runner
2025-08-20T20:37:05.9087807Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_ref_repository.tar' from root:root to runner:runner
2025-08-20T20:37:05.9088822Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_packed_refs_for_lookup_rules.tar' from root:root to runner:runner
2025-08-20T20:37:05.9089824Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_namespaced_packed_ref_repository.tar' from root:root to runner:runner
2025-08-20T20:37:05.9090559Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9091551Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_packed_ref_repository.sh' from root:root to runner:runner
2025-08-20T20:37:05.9092297Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_worktree_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.9093049Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_1850_repro.sh' from root:root to runner:runner
2025-08-20T20:37:05.9093787Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_ref_repository.sh' from root:root to runner:runner
2025-08-20T20:37:05.9094521Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_multi_hop_ref.sh' from root:root to runner:runner
2025-08-20T20:37:05.9095332Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_packed_ref_repository_for_overlay.sh' from root:root to runner:runner
2025-08-20T20:37:05.9096043Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_pristine.sh' from root:root to runner:runner
2025-08-20T20:37:05.9096790Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_1928_repro.sh' from root:root to runner:runner
2025-08-20T20:37:05.9097580Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_packed_refs_for_lookup_rules.sh' from root:root to runner:runner
2025-08-20T20:37:05.9098566Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_repository_with_lots_of_packed_refs.sh' from root:root to runner:runner
2025-08-20T20:37:05.9099312Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9100008Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/reference.rs' from root:root to runner:runner
2025-08-20T20:37:05.9100675Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.9101342Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/store.rs' from root:root to runner:runner
2025-08-20T20:37:05.9102027Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/namespace.rs' from root:root to runner:runner
2025-08-20T20:37:05.9102704Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/fullname.rs' from root:root to runner:runner
2025-08-20T20:37:05.9103395Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/packed/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.9104306Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/packed/open.rs' from root:root to runner:runner
2025-08-20T20:37:05.9105009Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/packed/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9105702Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/packed/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9106355Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/packed' from root:root to runner:runner
2025-08-20T20:37:05.9107052Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/transaction.rs' from root:root to runner:runner
2025-08-20T20:37:05.9107756Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9108594Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/reference.rs' from root:root to runner:runner
2025-08-20T20:37:05.9109331Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/store/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.9110047Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/store/reflog.rs' from root:root to runner:runner
2025-08-20T20:37:05.9110763Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/store/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9111586Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/store/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9112379Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/store/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.9113070Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/store' from root:root to runner:runner
2025-08-20T20:37:05.9113818Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/transaction/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9114639Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit/delete.rs' from root:root to runner:runner
2025-08-20T20:37:05.9115549Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit/create_or_update/collisions.rs' from root:root to runner:runner
2025-08-20T20:37:05.9116421Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit/create_or_update/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9117465Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit/create_or_update' from root:root to runner:runner
2025-08-20T20:37:05.9118355Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit' from root:root to runner:runner
2025-08-20T20:37:05.9119100Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/transaction' from root:root to runner:runner
2025-08-20T20:37:05.9119780Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/log.rs' from root:root to runner:runner
2025-08-20T20:37:05.9120457Z [00:07:37.070]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9121105Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file' from root:root to runner:runner
2025-08-20T20:37:05.9121739Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs' from root:root to runner:runner
2025-08-20T20:37:05.9122346Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests' from root:root to runner:runner
2025-08-20T20:37:05.9122935Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref' from root:root to runner:runner
2025-08-20T20:37:05.9123525Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T20:37:05.9124264Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9124993Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9125660Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9126296Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/src/str.rs' from root:root to runner:runner
2025-08-20T20:37:05.9126948Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/src/buffers.rs' from root:root to runner:runner
2025-08-20T20:37:05.9127586Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/src/btoi.rs' from root:root to runner:runner
2025-08-20T20:37:05.9128302Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9129055Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/src/backoff.rs' from root:root to runner:runner
2025-08-20T20:37:05.9129830Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/src' from root:root to runner:runner
2025-08-20T20:37:05.9130475Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9131126Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/utils.rs' from root:root to runner:runner
2025-08-20T20:37:05.9131806Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/backoff/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9132452Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/backoff' from root:root to runner:runner
2025-08-20T20:37:05.9133137Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/buffers/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9133783Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/buffers' from root:root to runner:runner
2025-08-20T20:37:05.9134452Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/btoi/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9135086Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/btoi' from root:root to runner:runner
2025-08-20T20:37:05.9135750Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/str/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9136463Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/str' from root:root to runner:runner
2025-08-20T20:37:05.9137197Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests' from root:root to runner:runner
2025-08-20T20:37:05.9137808Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils' from root:root to runner:runner
2025-08-20T20:37:05.9138541Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sequencer/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9139320Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sequencer/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9140002Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sequencer/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9140658Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sequencer/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9141285Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sequencer/src' from root:root to runner:runner
2025-08-20T20:37:05.9142092Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sequencer/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9142777Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sequencer' from root:root to runner:runner
2025-08-20T20:37:05.9143427Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9144092Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9144730Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/README.md' from root:root to runner:runner
2025-08-20T20:37:05.9145410Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9146139Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9146873Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/fuzz/fuzz_targets/parse.dict' from root:root to runner:runner
2025-08-20T20:37:05.9147589Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.9148374Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:05.9149056Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/fuzz' from root:root to runner:runner
2025-08-20T20:37:05.9149730Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9150489Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/pattern.rs' from root:root to runner:runner
2025-08-20T20:37:05.9151230Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/search/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.9151952Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/search/matching.rs' from root:root to runner:runner
2025-08-20T20:37:05.9152637Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/search/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9153289Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/search' from root:root to runner:runner
2025-08-20T20:37:05.9153948Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.9154722Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/defaults.rs' from root:root to runner:runner
2025-08-20T20:37:05.9155537Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9156168Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src' from root:root to runner:runner
2025-08-20T20:37:05.9156828Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9157508Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/pathspec.rs' from root:root to runner:runner
2025-08-20T20:37:05.9158405Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/search/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9159207Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/search' from root:root to runner:runner
2025-08-20T20:37:05.9160076Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline_dirs.tar' from root:root to runner:runner
2025-08-20T20:37:05.9160912Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/parse_baseline.tar' from root:root to runner:runner
2025-08-20T20:37:05.9161783Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline.tar' from root:root to runner:runner
2025-08-20T20:37:05.9162644Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline_files.tar' from root:root to runner:runner
2025-08-20T20:37:05.9163467Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9164240Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/match_baseline_files.sh' from root:root to runner:runner
2025-08-20T20:37:05.9164983Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/parse_baseline.sh' from root:root to runner:runner
2025-08-20T20:37:05.9165756Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/match_baseline_dirs.sh' from root:root to runner:runner
2025-08-20T20:37:05.9166429Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9167126Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/normalize/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9167800Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/normalize' from root:root to runner:runner
2025-08-20T20:37:05.9168806Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/defaults.rs' from root:root to runner:runner
2025-08-20T20:37:05.9169520Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/parse/valid.rs' from root:root to runner:runner
2025-08-20T20:37:05.9170208Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/parse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9170911Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/parse/invalid.rs' from root:root to runner:runner
2025-08-20T20:37:05.9171572Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/parse' from root:root to runner:runner
2025-08-20T20:37:05.9172293Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests' from root:root to runner:runner
2025-08-20T20:37:05.9172912Z [00:07:37.071]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec' from root:root to runner:runner
2025-08-20T20:37:05.9173541Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.gov/accounting.csv' from root:root to runner:runner
2025-08-20T20:37:05.9174148Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.gov/info.yml' from root:root to runner:runner
2025-08-20T20:37:05.9174727Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.gov' from root:root to runner:runner
2025-08-20T20:37:05.9175376Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9176090Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9176772Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9177418Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9178139Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/src' from root:root to runner:runner
2025-08-20T20:37:05.9178824Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9179623Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9180373Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9181343Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/tests/fixtures/win_path_lookup.sh' from root:root to runner:runner
2025-08-20T20:37:05.9182019Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9182699Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/tests/command.rs' from root:root to runner:runner
2025-08-20T20:37:05.9183327Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/tests' from root:root to runner:runner
2025-08-20T20:37:05.9183929Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command' from root:root to runner:runner
2025-08-20T20:37:05.9184573Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9185285Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9185959Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9186601Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap/src/ewah.rs' from root:root to runner:runner
2025-08-20T20:37:05.9187241Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9187862Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap/src' from root:root to runner:runner
2025-08-20T20:37:05.9188680Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9189314Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap' from root:root to runner:runner
2025-08-20T20:37:05.9189949Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.config/nextest.toml' from root:root to runner:runner
2025-08-20T20:37:05.9190545Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.config' from root:root to runner:runner
2025-08-20T20:37:05.9191142Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T20:37:05.9191779Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9192417Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9193171Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9193930Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/pattern.rs' from root:root to runner:runner
2025-08-20T20:37:05.9194609Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/search/pattern.rs' from root:root to runner:runner
2025-08-20T20:37:05.9195271Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/search/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9195897Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/search' from root:root to runner:runner
2025-08-20T20:37:05.9196543Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.9197257Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/wildmatch.rs' from root:root to runner:runner
2025-08-20T20:37:05.9197994Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9198757Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src' from root:root to runner:runner
2025-08-20T20:37:05.9199403Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9200103Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/search/pattern.rs' from root:root to runner:runner
2025-08-20T20:37:05.9200774Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/search/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9201504Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/search' from root:root to runner:runner
2025-08-20T20:37:05.9202201Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/glob.rs' from root:root to runner:runner
2025-08-20T20:37:05.9203022Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/fixtures/generated-archives/make_baseline.tar' from root:root to runner:runner
2025-08-20T20:37:05.9203762Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9204522Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/fixtures/make_baseline.sh' from root:root to runner:runner
2025-08-20T20:37:05.9205286Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/fixtures/fuzzed/many-stars.pattern' from root:root to runner:runner
2025-08-20T20:37:05.9206045Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/fixtures/fuzzed' from root:root to runner:runner
2025-08-20T20:37:05.9206797Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9207482Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/wildmatch/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9208236Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/wildmatch' from root:root to runner:runner
2025-08-20T20:37:05.9208929Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/parse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9209584Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/parse' from root:root to runner:runner
2025-08-20T20:37:05.9210443Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/pattern/matching.rs' from root:root to runner:runner
2025-08-20T20:37:05.9211206Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/pattern/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9211850Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/pattern' from root:root to runner:runner
2025-08-20T20:37:05.9212459Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests' from root:root to runner:runner
2025-08-20T20:37:05.9213059Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob' from root:root to runner:runner
2025-08-20T20:37:05.9213685Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T20:37:05.9214385Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/COLLABORATING.md' from root:root to runner:runner
2025-08-20T20:37:05.9215066Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9215755Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9216449Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9217177Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src/checkout/chunk.rs' from root:root to runner:runner
2025-08-20T20:37:05.9217912Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src/checkout/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.9218773Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src/checkout/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9219686Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src/checkout/entry.rs' from root:root to runner:runner
2025-08-20T20:37:05.9220374Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src/checkout' from root:root to runner:runner
2025-08-20T20:37:05.9221054Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9221699Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src' from root:root to runner:runner
2025-08-20T20:37:05.9222385Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9223150Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9223877Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9224834Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dangling_symlink_to_windows_reserved.tar' from root:root to runner:runner
2025-08-20T20:37:05.9225783Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dangling_symlink_to_windows_invalid.tar' from root:root to runner:runner
2025-08-20T20:37:05.9226649Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dir_symlink.tar' from root:root to runner:runner
2025-08-20T20:37:05.9227584Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_traverse_trees.tar' from root:root to runner:runner
2025-08-20T20:37:05.9228572Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dangling_symlink.tar' from root:root to runner:runner
2025-08-20T20:37:05.9229432Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9230211Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9231010Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangerous_symlink.sh' from root:root to runner:runner
2025-08-20T20:37:05.9231877Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed_without_submodules_and_symlinks.sh' from root:root to runner:runner
2025-08-20T20:37:05.9232890Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_ignorecase_collisions.sh' from root:root to runner:runner
2025-08-20T20:37:05.9233686Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink.sh' from root:root to runner:runner
2025-08-20T20:37:05.9234555Z [00:07:37.072]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink_to_windows_reserved.sh' from root:root to runner:runner
2025-08-20T20:37:05.9235372Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed_without_submodules.sh' from root:root to runner:runner
2025-08-20T20:37:05.9236165Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_traverse_trees.sh' from root:root to runner:runner
2025-08-20T20:37:05.9237000Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_dir_symlink.sh' from root:root to runner:runner
2025-08-20T20:37:05.9237906Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink_to_windows_invalid.sh' from root:root to runner:runner
2025-08-20T20:37:05.9238831Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed.sh' from root:root to runner:runner
2025-08-20T20:37:05.9239563Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9240302Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/state/checkout.rs' from root:root to runner:runner
2025-08-20T20:37:05.9241095Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/state/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9241782Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/state' from root:root to runner:runner
2025-08-20T20:37:05.9242441Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests' from root:root to runner:runner
2025-08-20T20:37:05.9243079Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state' from root:root to runner:runner
2025-08-20T20:37:05.9243741Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fetchhead/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9244396Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fetchhead/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9245167Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fetchhead/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9245886Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fetchhead/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9246519Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fetchhead/src' from root:root to runner:runner
2025-08-20T20:37:05.9247175Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fetchhead/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9247787Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fetchhead' from root:root to runner:runner
2025-08-20T20:37:05.9248523Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9249271Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9250051Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/benches/edit_tree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9250770Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/benches/decode_objects.rs' from root:root to runner:runner
2025-08-20T20:37:05.9251402Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/benches' from root:root to runner:runner
2025-08-20T20:37:05.9252070Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9252732Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9253574Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tree_corpus_builder.sh' from root:root to runner:runner
2025-08-20T20:37:05.9254308Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.9255095Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_commit_corpus_builder.sh' from root:root to runner:runner
2025-08-20T20:37:05.9255811Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tag.rs' from root:root to runner:runner
2025-08-20T20:37:05.9256583Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tag_corpus_builder.sh' from root:root to runner:runner
2025-08-20T20:37:05.9257297Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9258249Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:05.9258993Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz' from root:root to runner:runner
2025-08-20T20:37:05.9259664Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9260328Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.9260988Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9261716Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag/ref_iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9262481Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag/write/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.9263152Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag/write' from root:root to runner:runner
2025-08-20T20:37:05.9263821Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.9264457Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag' from root:root to runner:runner
2025-08-20T20:37:05.9265129Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/object/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9265900Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/object/convert.rs' from root:root to runner:runner
2025-08-20T20:37:05.9266547Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/object' from root:root to runner:runner
2025-08-20T20:37:05.9267230Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/traits/_impls.rs' from root:root to runner:runner
2025-08-20T20:37:05.9267910Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/traits/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.9268714Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/traits/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9269380Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/traits' from root:root to runner:runner
2025-08-20T20:37:05.9270020Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/data.rs' from root:root to runner:runner
2025-08-20T20:37:05.9270821Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.9271549Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/encode.rs' from root:root to runner:runner
2025-08-20T20:37:05.9272228Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tree/editor.rs' from root:root to runner:runner
2025-08-20T20:37:05.9272899Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tree/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.9273560Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9274247Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tree/ref_iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9274941Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tree' from root:root to runner:runner
2025-08-20T20:37:05.9275641Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.9276280Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/blob.rs' from root:root to runner:runner
2025-08-20T20:37:05.9276923Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/kind.rs' from root:root to runner:runner
2025-08-20T20:37:05.9277607Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.9278378Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9279210Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/message/body.rs' from root:root to runner:runner
2025-08-20T20:37:05.9280005Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/message/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9280736Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/message/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.9281413Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/message' from root:root to runner:runner
2025-08-20T20:37:05.9282105Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/ref_iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9282785Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.9283547Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit' from root:root to runner:runner
2025-08-20T20:37:05.9284260Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9284883Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src' from root:root to runner:runner
2025-08-20T20:37:05.9285528Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9286222Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tag/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9286913Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tag' from root:root to runner:runner
2025-08-20T20:37:05.9287651Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.9288503Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/object_ref/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9289251Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/object_ref' from root:root to runner:runner
2025-08-20T20:37:05.9289966Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/encode/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9290651Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/encode' from root:root to runner:runner
2025-08-20T20:37:05.9291368Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/editor.rs' from root:root to runner:runner
2025-08-20T20:37:05.9292196Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/entry_mode.rs' from root:root to runner:runner
2025-08-20T20:37:05.9292941Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/from_bytes.rs' from root:root to runner:runner
2025-08-20T20:37:05.9293659Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9294361Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9295079Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/entries.rs' from root:root to runner:runner
2025-08-20T20:37:05.9295746Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree' from root:root to runner:runner
2025-08-20T20:37:05.9296602Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/commit/from_bytes.rs' from root:root to runner:runner
2025-08-20T20:37:05.9297419Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/commit/message.rs' from root:root to runner:runner
2025-08-20T20:37:05.9298240Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/commit/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9299015Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/commit/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9299706Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/commit' from root:root to runner:runner
2025-08-20T20:37:05.9300357Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object' from root:root to runner:runner
2025-08-20T20:37:05.9301236Z [00:07:37.073]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/tagger-without-timestamp.txt' from root:root to runner:runner
2025-08-20T20:37:05.9302018Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/empty.txt' from root:root to runner:runner
2025-08-20T20:37:05.9302758Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/no-tagger.txt' from root:root to runner:runner
2025-08-20T20:37:05.9303518Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/with-newlines.txt' from root:root to runner:runner
2025-08-20T20:37:05.9304263Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/whitespace.txt' from root:root to runner:runner
2025-08-20T20:37:05.9305058Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/signed.txt' from root:root to runner:runner
2025-08-20T20:37:05.9305920Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/empty_missing_nl.txt' from root:root to runner:runner
2025-08-20T20:37:05.9306610Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag' from root:root to runner:runner
2025-08-20T20:37:05.9307416Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/generated-archives/make_trees.tar' from root:root to runner:runner
2025-08-20T20:37:05.9308271Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9309089Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/.gitattributes' from root:root to runner:runner
2025-08-20T20:37:05.9309954Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/special-5.tree' from root:root to runner:runner
2025-08-20T20:37:05.9310790Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/special-3.tree' from root:root to runner:runner
2025-08-20T20:37:05.9311556Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/maybe-special.tree' from root:root to runner:runner
2025-08-20T20:37:05.9312302Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/special-2.tree' from root:root to runner:runner
2025-08-20T20:37:05.9313052Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/special-4.tree' from root:root to runner:runner
2025-08-20T20:37:05.9313847Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/definitely-special.tree' from root:root to runner:runner
2025-08-20T20:37:05.9314672Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/everything.tree' from root:root to runner:runner
2025-08-20T20:37:05.9315471Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/special-1.tree' from root:root to runner:runner
2025-08-20T20:37:05.9316160Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree' from root:root to runner:runner
2025-08-20T20:37:05.9316881Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/make_trees.sh' from root:root to runner:runner
2025-08-20T20:37:05.9317674Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/message-with-footer.txt' from root:root to runner:runner
2025-08-20T20:37:05.9318739Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/signed-whitespace.txt' from root:root to runner:runner
2025-08-20T20:37:05.9319633Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/invalid-timestamp.txt' from root:root to runner:runner
2025-08-20T20:37:05.9320459Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/two-multiline-headers.txt' from root:root to runner:runner
2025-08-20T20:37:05.9321226Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/with-encoding.txt' from root:root to runner:runner
2025-08-20T20:37:05.9322067Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/bogus-gpgsig-lines-in-git.git.txt' from root:root to runner:runner
2025-08-20T20:37:05.9322815Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/pre-epoch.txt' from root:root to runner:runner
2025-08-20T20:37:05.9323799Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/signed-with-encoding.txt' from root:root to runner:runner
2025-08-20T20:37:05.9324599Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/signed-singleline.txt' from root:root to runner:runner
2025-08-20T20:37:05.9325349Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/unsigned.txt' from root:root to runner:runner
2025-08-20T20:37:05.9326107Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/whitespace.txt' from root:root to runner:runner
2025-08-20T20:37:05.9326843Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/signed.txt' from root:root to runner:runner
2025-08-20T20:37:05.9327653Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/merge.txt' from root:root to runner:runner
2025-08-20T20:37:05.9328597Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/double-dash-date-offset.txt' from root:root to runner:runner
2025-08-20T20:37:05.9329385Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/mergetag.txt' from root:root to runner:runner
2025-08-20T20:37:05.9330129Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/subtle.txt' from root:root to runner:runner
2025-08-20T20:37:05.9330914Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/email-with-space.txt' from root:root to runner:runner
2025-08-20T20:37:05.9331764Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/invalid-actor.txt' from root:root to runner:runner
2025-08-20T20:37:05.9332496Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit' from root:root to runner:runner
2025-08-20T20:37:05.9333162Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9333787Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests' from root:root to runner:runner
2025-08-20T20:37:05.9334401Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object' from root:root to runner:runner
2025-08-20T20:37:05.9335031Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9335665Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9336499Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9337152Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/read_dir.rs' from root:root to runner:runner
2025-08-20T20:37:05.9337798Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/snapshot.rs' from root:root to runner:runner
2025-08-20T20:37:05.9338531Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/dir/create.rs' from root:root to runner:runner
2025-08-20T20:37:05.9339225Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/dir/remove.rs' from root:root to runner:runner
2025-08-20T20:37:05.9339871Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/dir/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9340570Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/dir' from root:root to runner:runner
2025-08-20T20:37:05.9341231Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/symlink.rs' from root:root to runner:runner
2025-08-20T20:37:05.9341895Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/capabilities.rs' from root:root to runner:runner
2025-08-20T20:37:05.9342529Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/stack.rs' from root:root to runner:runner
2025-08-20T20:37:05.9343159Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9343759Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src' from root:root to runner:runner
2025-08-20T20:37:05.9344464Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9345183Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/read_dir.rs' from root:root to runner:runner
2025-08-20T20:37:05.9345862Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/snapshot.rs' from root:root to runner:runner
2025-08-20T20:37:05.9346539Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/dir/create.rs' from root:root to runner:runner
2025-08-20T20:37:05.9347211Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/dir/remove.rs' from root:root to runner:runner
2025-08-20T20:37:05.9347872Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/dir/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9348713Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/dir' from root:root to runner:runner
2025-08-20T20:37:05.9349484Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.9350171Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/capabilities.rs' from root:root to runner:runner
2025-08-20T20:37:05.9350823Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/stack.rs' from root:root to runner:runner
2025-08-20T20:37:05.9351444Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs' from root:root to runner:runner
2025-08-20T20:37:05.9352108Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/current_dir.rs' from root:root to runner:runner
2025-08-20T20:37:05.9352719Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests' from root:root to runner:runner
2025-08-20T20:37:05.9353376Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs' from root:root to runner:runner
2025-08-20T20:37:05.9354076Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9354725Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9355407Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/examples/arrow.rs' from root:root to runner:runner
2025-08-20T20:37:05.9356043Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/examples' from root:root to runner:runner
2025-08-20T20:37:05.9356832Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9357525Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/pipeline/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.9358365Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/pipeline/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9359094Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/pipeline/convert.rs' from root:root to runner:runner
2025-08-20T20:37:05.9359743Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/pipeline' from root:root to runner:runner
2025-08-20T20:37:05.9360392Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/ident.rs' from root:root to runner:runner
2025-08-20T20:37:05.9361105Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/process/server.rs' from root:root to runner:runner
2025-08-20T20:37:05.9361957Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/process/client.rs' from root:root to runner:runner
2025-08-20T20:37:05.9362669Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/process/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9363345Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/process' from root:root to runner:runner
2025-08-20T20:37:05.9364033Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/delayed.rs' from root:root to runner:runner
2025-08-20T20:37:05.9364727Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/shutdown.rs' from root:root to runner:runner
2025-08-20T20:37:05.9365406Z [00:07:37.074]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.9366156Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/apply.rs' from root:root to runner:runner
2025-08-20T20:37:05.9366875Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9367510Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver' from root:root to runner:runner
2025-08-20T20:37:05.9368271Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/eol/utils.rs' from root:root to runner:runner
2025-08-20T20:37:05.9369019Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/eol/convert_to_git.rs' from root:root to runner:runner
2025-08-20T20:37:05.9369757Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/eol/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9370534Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/eol/convert_to_worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9371263Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/eol' from root:root to runner:runner
2025-08-20T20:37:05.9371911Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9372633Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/worktree/encode_to_git.rs' from root:root to runner:runner
2025-08-20T20:37:05.9373337Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/worktree/encoding.rs' from root:root to runner:runner
2025-08-20T20:37:05.9374012Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/worktree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9374826Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/worktree/encode_to_worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9375479Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/worktree' from root:root to runner:runner
2025-08-20T20:37:05.9376091Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src' from root:root to runner:runner
2025-08-20T20:37:05.9376736Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9377521Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9378553Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/fixtures/generated-archives/pipeline_repos.tar' from root:root to runner:runner
2025-08-20T20:37:05.9379402Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9380143Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/fixtures/pipeline_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.9380856Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/fixtures/baseline.sh' from root:root to runner:runner
2025-08-20T20:37:05.9381519Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9382300Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9383030Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.9383722Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/driver.rs' from root:root to runner:runner
2025-08-20T20:37:05.9384570Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/pipeline/convert_to_git.rs' from root:root to runner:runner
2025-08-20T20:37:05.9385296Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/pipeline/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9386077Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/pipeline/convert_to_worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9386768Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/pipeline' from root:root to runner:runner
2025-08-20T20:37:05.9387612Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/ident.rs' from root:root to runner:runner
2025-08-20T20:37:05.9388537Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/eol/convert_to_git.rs' from root:root to runner:runner
2025-08-20T20:37:05.9389275Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/eol/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9390030Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/eol/convert_to_worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9390702Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/eol' from root:root to runner:runner
2025-08-20T20:37:05.9391346Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter' from root:root to runner:runner
2025-08-20T20:37:05.9392067Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests' from root:root to runner:runner
2025-08-20T20:37:05.9392677Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter' from root:root to runner:runner
2025-08-20T20:37:05.9393333Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9394004Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9394679Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9395435Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/corpus/run.rs' from root:root to runner:runner
2025-08-20T20:37:05.9396135Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/corpus/trace.rs' from root:root to runner:runner
2025-08-20T20:37:05.9396895Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/corpus/db.rs' from root:root to runner:runner
2025-08-20T20:37:05.9397590Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/corpus/engine.rs' from root:root to runner:runner
2025-08-20T20:37:05.9398373Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/corpus/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9399067Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/corpus' from root:root to runner:runner
2025-08-20T20:37:05.9399744Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query/db.rs' from root:root to runner:runner
2025-08-20T20:37:05.9400560Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9401284Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query/engine/update.rs' from root:root to runner:runner
2025-08-20T20:37:05.9402022Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query/engine/command.rs' from root:root to runner:runner
2025-08-20T20:37:05.9402728Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query/engine/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9403411Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query/engine' from root:root to runner:runner
2025-08-20T20:37:05.9404063Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query' from root:root to runner:runner
2025-08-20T20:37:05.9404848Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/index/information.rs' from root:root to runner:runner
2025-08-20T20:37:05.9405576Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/index/checkout.rs' from root:root to runner:runner
2025-08-20T20:37:05.9406257Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/index/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9406915Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/index' from root:root to runner:runner
2025-08-20T20:37:05.9407623Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/multi_index.rs' from root:root to runner:runner
2025-08-20T20:37:05.9408499Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/receive.rs' from root:root to runner:runner
2025-08-20T20:37:05.9409232Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/create.rs' from root:root to runner:runner
2025-08-20T20:37:05.9409977Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/index.rs' from root:root to runner:runner
2025-08-20T20:37:05.9410673Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/explode.rs' from root:root to runner:runner
2025-08-20T20:37:05.9411350Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9412032Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.9412681Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack' from root:root to runner:runner
2025-08-20T20:37:05.9413484Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/discover.rs' from root:root to runner:runner
2025-08-20T20:37:05.9414196Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/fsck.rs' from root:root to runner:runner
2025-08-20T20:37:05.9414907Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/tree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9415620Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/exclude.rs' from root:root to runner:runner
2025-08-20T20:37:05.9416344Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/archive.rs' from root:root to runner:runner
2025-08-20T20:37:05.9417131Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.9417851Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/fetch.rs' from root:root to runner:runner
2025-08-20T20:37:05.9418671Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9419446Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/index/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9420206Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/index/entries.rs' from root:root to runner:runner
2025-08-20T20:37:05.9420977Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/index' from root:root to runner:runner
2025-08-20T20:37:05.9421750Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/clone.rs' from root:root to runner:runner
2025-08-20T20:37:05.9422456Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/cat.rs' from root:root to runner:runner
2025-08-20T20:37:05.9423445Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/revision/previous_branches.rs' from root:root to runner:runner
2025-08-20T20:37:05.9424202Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/revision/list.rs' from root:root to runner:runner
2025-08-20T20:37:05.9424968Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/revision/explain.rs' from root:root to runner:runner
2025-08-20T20:37:05.9425726Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/revision/resolve.rs' from root:root to runner:runner
2025-08-20T20:37:05.9426474Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/revision/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9427187Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/revision' from root:root to runner:runner
2025-08-20T20:37:05.9427919Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/merge/tree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9428810Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/merge/commit.rs' from root:root to runner:runner
2025-08-20T20:37:05.9429569Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/merge/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9430409Z [00:07:37.075]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/merge/file.rs' from root:root to runner:runner
2025-08-20T20:37:05.9431228Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/merge' from root:root to runner:runner
2025-08-20T20:37:05.9431959Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/mailmap.rs' from root:root to runner:runner
2025-08-20T20:37:05.9432670Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/log.rs' from root:root to runner:runner
2025-08-20T20:37:05.9433383Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/blame.rs' from root:root to runner:runner
2025-08-20T20:37:05.9434118Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/submodule.rs' from root:root to runner:runner
2025-08-20T20:37:05.9434830Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/clean.rs' from root:root to runner:runner
2025-08-20T20:37:05.9435646Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/attributes/validate_baseline.rs' from root:root to runner:runner
2025-08-20T20:37:05.9436594Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/attributes/query.rs' from root:root to runner:runner
2025-08-20T20:37:05.9437361Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/attributes/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9438188Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/attributes' from root:root to runner:runner
2025-08-20T20:37:05.9438932Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9439705Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/commitgraph/list.rs' from root:root to runner:runner
2025-08-20T20:37:05.9440462Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/commitgraph/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9441238Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/commitgraph/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.9441959Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/commitgraph' from root:root to runner:runner
2025-08-20T20:37:05.9442677Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/dirty.rs' from root:root to runner:runner
2025-08-20T20:37:05.9443464Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/odb.rs' from root:root to runner:runner
2025-08-20T20:37:05.9444252Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/diff.rs' from root:root to runner:runner
2025-08-20T20:37:05.9445032Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/remote.rs' from root:root to runner:runner
2025-08-20T20:37:05.9445789Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.9446526Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/merge_base.rs' from root:root to runner:runner
2025-08-20T20:37:05.9447261Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/credential.rs' from root:root to runner:runner
2025-08-20T20:37:05.9447977Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/config.rs' from root:root to runner:runner
2025-08-20T20:37:05.9448822Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/status.rs' from root:root to runner:runner
2025-08-20T20:37:05.9449729Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/tag.rs' from root:root to runner:runner
2025-08-20T20:37:05.9450408Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository' from root:root to runner:runner
2025-08-20T20:37:05.9451081Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/mailmap.rs' from root:root to runner:runner
2025-08-20T20:37:05.9451758Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/organize.rs' from root:root to runner:runner
2025-08-20T20:37:05.9452464Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/commitgraph/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9453194Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/commitgraph/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.9453873Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/commitgraph' from root:root to runner:runner
2025-08-20T20:37:05.9454532Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/net.rs' from root:root to runner:runner
2025-08-20T20:37:05.9455178Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9455869Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/hours/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.9456697Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/hours/core.rs' from root:root to runner:runner
2025-08-20T20:37:05.9457449Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/hours/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9458254Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/hours' from root:root to runner:runner
2025-08-20T20:37:05.9458925Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src' from root:root to runner:runner
2025-08-20T20:37:05.9459590Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9460206Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core' from root:root to runner:runner
2025-08-20T20:37:05.9460848Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9461494Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9462409Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/.vscode/settings.json' from root:root to runner:runner
2025-08-20T20:37:05.9463045Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/.vscode' from root:root to runner:runner
2025-08-20T20:37:05.9463764Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/benches/large_config_file.rs' from root:root to runner:runner
2025-08-20T20:37:05.9464392Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/benches' from root:root to runner:runner
2025-08-20T20:37:05.9465030Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/README.md' from root:root to runner:runner
2025-08-20T20:37:05.9465697Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9466356Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9467067Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.9467783Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file.rs' from root:root to runner:runner
2025-08-20T20:37:05.9468607Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file.dict' from root:root to runner:runner
2025-08-20T20:37:05.9469522Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file_corpus_builder.sh' from root:root to runner:runner
2025-08-20T20:37:05.9470261Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:05.9470918Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz' from root:root to runner:runner
2025-08-20T20:37:05.9471567Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9472231Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9472886Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/lookup.rs' from root:root to runner:runner
2025-08-20T20:37:05.9473522Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/key.rs' from root:root to runner:runner
2025-08-20T20:37:05.9474211Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/value/normalize.rs' from root:root to runner:runner
2025-08-20T20:37:05.9475042Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/value/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9475686Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/value' from root:root to runner:runner
2025-08-20T20:37:05.9476371Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/events.rs' from root:root to runner:runner
2025-08-20T20:37:05.9477060Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/nom/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.9477745Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/nom/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9478479Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/nom' from root:root to runner:runner
2025-08-20T20:37:05.9479213Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/comment.rs' from root:root to runner:runner
2025-08-20T20:37:05.9479955Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/section/unvalidated.rs' from root:root to runner:runner
2025-08-20T20:37:05.9480654Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/section/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9481373Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/section/header.rs' from root:root to runner:runner
2025-08-20T20:37:05.9482131Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/section' from root:root to runner:runner
2025-08-20T20:37:05.9482896Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/event.rs' from root:root to runner:runner
2025-08-20T20:37:05.9483627Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.9484306Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9484988Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/error.rs' from root:root to runner:runner
2025-08-20T20:37:05.9485628Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse' from root:root to runner:runner
2025-08-20T20:37:05.9486278Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.9486910Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9487788Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/impls.rs' from root:root to runner:runner
2025-08-20T20:37:05.9488597Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/access/comfort.rs' from root:root to runner:runner
2025-08-20T20:37:05.9489359Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/access/read_only.rs' from root:root to runner:runner
2025-08-20T20:37:05.9490051Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/access/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9490754Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/access/mutate.rs' from root:root to runner:runner
2025-08-20T20:37:05.9491453Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/access/raw.rs' from root:root to runner:runner
2025-08-20T20:37:05.9492113Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/access' from root:root to runner:runner
2025-08-20T20:37:05.9492824Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/init/from_paths.rs' from root:root to runner:runner
2025-08-20T20:37:05.9493517Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/init/comfort.rs' from root:root to runner:runner
2025-08-20T20:37:05.9494208Z [00:07:37.076]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/init/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.9494992Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/init/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9495788Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/init/from_env.rs' from root:root to runner:runner
2025-08-20T20:37:05.9496484Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/init' from root:root to runner:runner
2025-08-20T20:37:05.9497155Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/meta.rs' from root:root to runner:runner
2025-08-20T20:37:05.9497824Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.9498616Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/section/body.rs' from root:root to runner:runner
2025-08-20T20:37:05.9499339Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/section/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9500142Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/section' from root:root to runner:runner
2025-08-20T20:37:05.9500933Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.9501663Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/includes/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.9502364Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/includes/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9503040Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/includes' from root:root to runner:runner
2025-08-20T20:37:05.9503749Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/mutable/value.rs' from root:root to runner:runner
2025-08-20T20:37:05.9504481Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/mutable/multi_value.rs' from root:root to runner:runner
2025-08-20T20:37:05.9505195Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/mutable/section.rs' from root:root to runner:runner
2025-08-20T20:37:05.9505889Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/mutable/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9506554Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/mutable' from root:root to runner:runner
2025-08-20T20:37:05.9507231Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.9508123Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9508861Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file' from root:root to runner:runner
2025-08-20T20:37:05.9509526Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/source.rs' from root:root to runner:runner
2025-08-20T20:37:05.9510149Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src' from root:root to runner:runner
2025-08-20T20:37:05.9510801Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9511467Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9512113Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/mem.rs' from root:root to runner:runner
2025-08-20T20:37:05.9512935Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/repo-config.crlf' from root:root to runner:runner
2025-08-20T20:37:05.9513841Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/config_with_worktree_extension.sh' from root:root to runner:runner
2025-08-20T20:37:05.9514656Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/generated-archives/hasconfig.tar' from root:root to runner:runner
2025-08-20T20:37:05.9515443Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9516329Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/generated-archives/config_with_worktree_extension.tar' from root:root to runner:runner
2025-08-20T20:37:05.9517070Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9518307Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/clusterfuzz-testcase-minimized-gix-config-parse-6431708583690240' from root:root to runner:runner
2025-08-20T20:37:05.9519094Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/hasconfig.sh' from root:root to runner:runner
2025-08-20T20:37:05.9519828Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/multi-core.txt' from root:root to runner:runner
2025-08-20T20:37:05.9520574Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/make_config_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.9521432Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/fuzzed/mem-amplification.config' from root:root to runner:runner
2025-08-20T20:37:05.9522273Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/fuzzed/long-parsetime.config' from root:root to runner:runner
2025-08-20T20:37:05.9523020Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/fuzzed/.gitattributes' from root:root to runner:runner
2025-08-20T20:37:05.9523825Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/fuzzed/stackoverflow-01.config' from root:root to runner:runner
2025-08-20T20:37:05.9524517Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/fuzzed' from root:root to runner:runner
2025-08-20T20:37:05.9525175Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9525855Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/.gitattributes' from root:root to runner:runner
2025-08-20T20:37:05.9526718Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/key/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9527391Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/key' from root:root to runner:runner
2025-08-20T20:37:05.9528272Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/value/normalize.rs' from root:root to runner:runner
2025-08-20T20:37:05.9529032Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/value/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9529709Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/value' from root:root to runner:runner
2025-08-20T20:37:05.9530534Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/parse/from_bytes.rs' from root:root to runner:runner
2025-08-20T20:37:05.9531315Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/parse/section.rs' from root:root to runner:runner
2025-08-20T20:37:05.9532023Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/parse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9532739Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/parse/error.rs' from root:root to runner:runner
2025-08-20T20:37:05.9533419Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/parse' from root:root to runner:runner
2025-08-20T20:37:05.9534130Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/source/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9534874Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/source' from root:root to runner:runner
2025-08-20T20:37:05.9535558Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9536381Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/raw/set_existing_raw_value.rs' from root:root to runner:runner
2025-08-20T20:37:05.9537171Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/raw/set_raw_value.rs' from root:root to runner:runner
2025-08-20T20:37:05.9537960Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/raw/raw_multi_value.rs' from root:root to runner:runner
2025-08-20T20:37:05.9538844Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/raw/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9539772Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/raw/raw_value.rs' from root:root to runner:runner
2025-08-20T20:37:05.9540492Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/raw' from root:root to runner:runner
2025-08-20T20:37:05.9541252Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/read_only.rs' from root:root to runner:runner
2025-08-20T20:37:05.9541975Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9542722Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/mutate.rs' from root:root to runner:runner
2025-08-20T20:37:05.9543488Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access' from root:root to runner:runner
2025-08-20T20:37:05.9544374Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/unconditional.rs' from root:root to runner:runner
2025-08-20T20:37:05.9545266Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/gitdir/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.9546146Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/gitdir/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9547015Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/gitdir' from root:root to runner:runner
2025-08-20T20:37:05.9547952Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/onbranch.rs' from root:root to runner:runner
2025-08-20T20:37:05.9548983Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/hasconfig.rs' from root:root to runner:runner
2025-08-20T20:37:05.9549845Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9550672Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional' from root:root to runner:runner
2025-08-20T20:37:05.9551448Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes' from root:root to runner:runner
2025-08-20T20:37:05.9552207Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9553203Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths' from root:root to runner:runner
2025-08-20T20:37:05.9553944Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/comfort.rs' from root:root to runner:runner
2025-08-20T20:37:05.9554672Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9555406Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_env.rs' from root:root to runner:runner
2025-08-20T20:37:05.9556153Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_str.rs' from root:root to runner:runner
2025-08-20T20:37:05.9556913Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init' from root:root to runner:runner
2025-08-20T20:37:05.9557627Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.9558431Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/impls/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9559157Z [00:07:37.077]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/impls' from root:root to runner:runner
2025-08-20T20:37:05.9559907Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/mutable/value.rs' from root:root to runner:runner
2025-08-20T20:37:05.9560750Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/mutable/multi_value.rs' from root:root to runner:runner
2025-08-20T20:37:05.9561509Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/mutable/section.rs' from root:root to runner:runner
2025-08-20T20:37:05.9562292Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/mutable/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9563010Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/mutable' from root:root to runner:runner
2025-08-20T20:37:05.9563709Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9564460Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/resolve_includes.rs' from root:root to runner:runner
2025-08-20T20:37:05.9565133Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file' from root:root to runner:runner
2025-08-20T20:37:05.9565997Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config' from root:root to runner:runner
2025-08-20T20:37:05.9566633Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests' from root:root to runner:runner
2025-08-20T20:37:05.9567232Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config' from root:root to runner:runner
2025-08-20T20:37:05.9567887Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9568654Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9569357Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9570143Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/traits.rs' from root:root to runner:runner
2025-08-20T20:37:05.9570899Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/git/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.9571636Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/git/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.9572340Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/git/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9573015Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/git' from root:root to runner:runner
2025-08-20T20:37:05.9573798Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/capabilities.rs' from root:root to runner:runner
2025-08-20T20:37:05.9574628Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/async_io/bufread_ext.rs' from root:root to runner:runner
2025-08-20T20:37:05.9575368Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/async_io/traits.rs' from root:root to runner:runner
2025-08-20T20:37:05.9576109Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/async_io/connect.rs' from root:root to runner:runner
2025-08-20T20:37:05.9576831Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/async_io/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9577557Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/async_io/request.rs' from root:root to runner:runner
2025-08-20T20:37:05.9578433Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/async_io' from root:root to runner:runner
2025-08-20T20:37:05.9579250Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9580021Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/bufread_ext.rs' from root:root to runner:runner
2025-08-20T20:37:05.9580766Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/traits.rs' from root:root to runner:runner
2025-08-20T20:37:05.9581514Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/connect.rs' from root:root to runner:runner
2025-08-20T20:37:05.9582285Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/traits.rs' from root:root to runner:runner
2025-08-20T20:37:05.9583122Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/redirect.rs' from root:root to runner:runner
2025-08-20T20:37:05.9583998Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/curl/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9584784Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/curl/remote.rs' from root:root to runner:runner
2025-08-20T20:37:05.9585530Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/curl' from root:root to runner:runner
2025-08-20T20:37:05.9586285Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9587133Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/reqwest/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9587984Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/reqwest/remote.rs' from root:root to runner:runner
2025-08-20T20:37:05.9588881Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/reqwest' from root:root to runner:runner
2025-08-20T20:37:05.9589617Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http' from root:root to runner:runner
2025-08-20T20:37:05.9590352Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9591085Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/file.rs' from root:root to runner:runner
2025-08-20T20:37:05.9592043Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/request.rs' from root:root to runner:runner
2025-08-20T20:37:05.9592839Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/ssh/program_kind.rs' from root:root to runner:runner
2025-08-20T20:37:05.9593595Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/ssh/tests.rs' from root:root to runner:runner
2025-08-20T20:37:05.9594339Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/ssh/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9595064Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/ssh' from root:root to runner:runner
2025-08-20T20:37:05.9595840Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io' from root:root to runner:runner
2025-08-20T20:37:05.9596591Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/non_io_types.rs' from root:root to runner:runner
2025-08-20T20:37:05.9597244Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client' from root:root to runner:runner
2025-08-20T20:37:05.9597898Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9598674Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src' from root:root to runner:runner
2025-08-20T20:37:05.9599358Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9600161Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/async-transport.rs' from root:root to runner:runner
2025-08-20T20:37:05.9600946Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/blocking-transport-http.rs' from root:root to runner:runner
2025-08-20T20:37:05.9601700Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/http-401.response' from root:root to runner:runner
2025-08-20T20:37:05.9602446Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/http-404.response' from root:root to runner:runner
2025-08-20T20:37:05.9603321Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake-service-announced.response' from root:root to runner:runner
2025-08-20T20:37:05.9604065Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/clone.request' from root:root to runner:runner
2025-08-20T20:37:05.9604973Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake.response' from root:root to runner:runner
2025-08-20T20:37:05.9605813Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-lsrefs.response' from root:root to runner:runner
2025-08-20T20:37:05.9606657Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-no-newlines-handshake.response' from root:root to runner:runner
2025-08-20T20:37:05.9607406Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/clone.response' from root:root to runner:runner
2025-08-20T20:37:05.9608363Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake-lowercase-headers.response' from root:root to runner:runner
2025-08-20T20:37:05.9609253Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-fetch.response' from root:root to runner:runner
2025-08-20T20:37:05.9609956Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2' from root:root to runner:runner
2025-08-20T20:37:05.9610704Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/clone.request' from root:root to runner:runner
2025-08-20T20:37:05.9611489Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/http-handshake.response' from root:root to runner:runner
2025-08-20T20:37:05.9612266Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/http-clone.response' from root:root to runner:runner
2025-08-20T20:37:05.9613081Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/push.request' from root:root to runner:runner
2025-08-20T20:37:05.9613937Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/clone.response' from root:root to runner:runner
2025-08-20T20:37:05.9614692Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/push.response' from root:root to runner:runner
2025-08-20T20:37:05.9615382Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1' from root:root to runner:runner
2025-08-20T20:37:05.9616137Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/http-500.response' from root:root to runner:runner
2025-08-20T20:37:05.9616806Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9617541Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/capabilities.rs' from root:root to runner:runner
2025-08-20T20:37:05.9618497Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/git.rs' from root:root to runner:runner
2025-08-20T20:37:05.9619229Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9619999Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/blocking_io/http/mock.rs' from root:root to runner:runner
2025-08-20T20:37:05.9620755Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/blocking_io/http/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9621494Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/blocking_io/http' from root:root to runner:runner
2025-08-20T20:37:05.9622313Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/blocking_io/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9623066Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/blocking_io' from root:root to runner:runner
2025-08-20T20:37:05.9623731Z [00:07:37.078]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client' from root:root to runner:runner
2025-08-20T20:37:05.9624465Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/blocking-transport.rs' from root:root to runner:runner
2025-08-20T20:37:05.9625114Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests' from root:root to runner:runner
2025-08-20T20:37:05.9625727Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport' from root:root to runner:runner
2025-08-20T20:37:05.9626390Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/gix.rs' from root:root to runner:runner
2025-08-20T20:37:05.9627156Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing/progress.rs' from root:root to runner:runner
2025-08-20T20:37:05.9627817Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.9628580Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing/options/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9629303Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing/options/free.rs' from root:root to runner:runner
2025-08-20T20:37:05.9629944Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing/options' from root:root to runner:runner
2025-08-20T20:37:05.9630582Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9631416Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing' from root:root to runner:runner
2025-08-20T20:37:05.9632074Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/porcelain/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.9632721Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/porcelain/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9633378Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/porcelain/options.rs' from root:root to runner:runner
2025-08-20T20:37:05.9633994Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/porcelain' from root:root to runner:runner
2025-08-20T20:37:05.9634603Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/shared.rs' from root:root to runner:runner
2025-08-20T20:37:05.9635278Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/ein.rs' from root:root to runner:runner
2025-08-20T20:37:05.9635912Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/uni.rs' from root:root to runner:runner
2025-08-20T20:37:05.9636516Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9637092Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src' from root:root to runner:runner
2025-08-20T20:37:05.9637748Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9638592Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9639320Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9640039Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.9640780Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/refs/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.9641546Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/refs/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.9642276Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/refs/shared.rs' from root:root to runner:runner
2025-08-20T20:37:05.9642989Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/refs/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9643889Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/refs' from root:root to runner:runner
2025-08-20T20:37:05.9644601Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9645268Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake' from root:root to runner:runner
2025-08-20T20:37:05.9646002Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/response/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.9646756Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/response/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.9647467Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/response/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9648351Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/response' from root:root to runner:runner
2025-08-20T20:37:05.9649118Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/refmap/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.9649827Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/refmap/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9650509Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/refmap' from root:root to runner:runner
2025-08-20T20:37:05.9651209Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/negotiate.rs' from root:root to runner:runner
2025-08-20T20:37:05.9651966Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.9652714Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/arguments/async_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.9653471Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/arguments/blocking_io.rs' from root:root to runner:runner
2025-08-20T20:37:05.9654196Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/arguments/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9654888Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/arguments' from root:root to runner:runner
2025-08-20T20:37:05.9655571Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.9656463Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9657234Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/error.rs' from root:root to runner:runner
2025-08-20T20:37:05.9657941Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/handshake.rs' from root:root to runner:runner
2025-08-20T20:37:05.9658738Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch' from root:root to runner:runner
2025-08-20T20:37:05.9659420Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/ls_refs.rs' from root:root to runner:runner
2025-08-20T20:37:05.9660083Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.9660825Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/command.rs' from root:root to runner:runner
2025-08-20T20:37:05.9661578Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9662327Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/remote_progress.rs' from root:root to runner:runner
2025-08-20T20:37:05.9662961Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src' from root:root to runner:runner
2025-08-20T20:37:05.9663617Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9664349Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/.gitattributes' from root:root to runner:runner
2025-08-20T20:37:05.9665202Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-no-pack.response' from root:root to runner:runner
2025-08-20T20:37:05.9666040Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-unshallow.response' from root:root to runner:runner
2025-08-20T20:37:05.9666833Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-deepen-1.response' from root:root to runner:runner
2025-08-20T20:37:05.9667577Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone.response' from root:root to runner:runner
2025-08-20T20:37:05.9668486Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-ref-in-want.response' from root:root to runner:runner
2025-08-20T20:37:05.9669284Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch.response' from root:root to runner:runner
2025-08-20T20:37:05.9670281Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only.response' from root:root to runner:runner
2025-08-20T20:37:05.9671064Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only-2.response' from root:root to runner:runner
2025-08-20T20:37:05.9671896Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only-with-keepalive.response' from root:root to runner:runner
2025-08-20T20:37:05.9672676Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-deepen-5.response' from root:root to runner:runner
2025-08-20T20:37:05.9673454Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-err-line.response' from root:root to runner:runner
2025-08-20T20:37:05.9674200Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2' from root:root to runner:runner
2025-08-20T20:37:05.9675037Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch-no-pack.response' from root:root to runner:runner
2025-08-20T20:37:05.9675824Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch-unshallow.response' from root:root to runner:runner
2025-08-20T20:37:05.9676607Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-deepen-1.response' from root:root to runner:runner
2025-08-20T20:37:05.9677351Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone.response' from root:root to runner:runner
2025-08-20T20:37:05.9678272Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch.response' from root:root to runner:runner
2025-08-20T20:37:05.9679091Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-only.response' from root:root to runner:runner
2025-08-20T20:37:05.9679946Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-empty-with-capabilities.response' from root:root to runner:runner
2025-08-20T20:37:05.9680760Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-with-keepalive.response' from root:root to runner:runner
2025-08-20T20:37:05.9681539Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-deepen-5.response' from root:root to runner:runner
2025-08-20T20:37:05.9682219Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1' from root:root to runner:runner
2025-08-20T20:37:05.9683056Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9683863Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/blocking-protocol.rs' from root:root to runner:runner
2025-08-20T20:37:05.9684617Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/response.rs' from root:root to runner:runner
2025-08-20T20:37:05.9685341Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/v1.rs' from root:root to runner:runner
2025-08-20T20:37:05.9686054Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/v2.rs' from root:root to runner:runner
2025-08-20T20:37:05.9686784Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9687583Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/_impl.rs' from root:root to runner:runner
2025-08-20T20:37:05.9688426Z [00:07:37.079]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/arguments.rs' from root:root to runner:runner
2025-08-20T20:37:05.9689153Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch' from root:root to runner:runner
2025-08-20T20:37:05.9689872Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/command.rs' from root:root to runner:runner
2025-08-20T20:37:05.9690570Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9691408Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/handshake.rs' from root:root to runner:runner
2025-08-20T20:37:05.9707115Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/remote_progress.rs' from root:root to runner:runner
2025-08-20T20:37:05.9708297Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol' from root:root to runner:runner
2025-08-20T20:37:05.9709097Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/async-protocol.rs' from root:root to runner:runner
2025-08-20T20:37:05.9709746Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests' from root:root to runner:runner
2025-08-20T20:37:05.9710363Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol' from root:root to runner:runner
2025-08-20T20:37:05.9710998Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9712087Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9712747Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9713414Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/find_traits.rs' from root:root to runner:runner
2025-08-20T20:37:05.9714078Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.9714736Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.9715414Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/encode.rs' from root:root to runner:runner
2025-08-20T20:37:05.9716220Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/with_index.rs' from root:root to runner:runner
2025-08-20T20:37:05.9716948Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/reduce.rs' from root:root to runner:runner
2025-08-20T20:37:05.9717654Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.9718504Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/with_lookup.rs' from root:root to runner:runner
2025-08-20T20:37:05.9719216Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9720010Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/error.rs' from root:root to runner:runner
2025-08-20T20:37:05.9720691Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse' from root:root to runner:runner
2025-08-20T20:37:05.9721349Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9722026Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.9722699Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.9723386Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/write/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9724078Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/write/error.rs' from root:root to runner:runner
2025-08-20T20:37:05.9724908Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/write' from root:root to runner:runner
2025-08-20T20:37:05.9725547Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index' from root:root to runner:runner
2025-08-20T20:37:05.9726212Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.9726878Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.9727540Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9728335Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/write/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.9729151Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/write/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9729896Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/write/error.rs' from root:root to runner:runner
2025-08-20T20:37:05.9730554Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/write' from root:root to runner:runner
2025-08-20T20:37:05.9731198Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle' from root:root to runner:runner
2025-08-20T20:37:05.9731843Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/find.rs' from root:root to runner:runner
2025-08-20T20:37:05.9732576Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/lru.rs' from root:root to runner:runner
2025-08-20T20:37:05.9733243Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9733930Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/object.rs' from root:root to runner:runner
2025-08-20T20:37:05.9734621Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/tree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9735345Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/from_offsets.rs' from root:root to runner:runner
2025-08-20T20:37:05.9736077Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/traverse/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.9736819Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/traverse/resolve.rs' from root:root to runner:runner
2025-08-20T20:37:05.9737741Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/traverse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9738549Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/traverse' from root:root to runner:runner
2025-08-20T20:37:05.9739271Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9739923Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta' from root:root to runner:runner
2025-08-20T20:37:05.9740562Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache' from root:root to runner:runner
2025-08-20T20:37:05.9741322Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.9742026Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/chunk.rs' from root:root to runner:runner
2025-08-20T20:37:05.9742714Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.9743391Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9744093Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.9744791Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.9745522Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index' from root:root to runner:runner
2025-08-20T20:37:05.9746299Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/entries_to_bytes.rs' from root:root to runner:runner
2025-08-20T20:37:05.9747074Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/lookup_ref_delta_objects.rs' from root:root to runner:runner
2025-08-20T20:37:05.9747805Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/bytes_to_entries.rs' from root:root to runner:runner
2025-08-20T20:37:05.9748591Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.9749306Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9750085Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/entry.rs' from root:root to runner:runner
2025-08-20T20:37:05.9750805Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input' from root:root to runner:runner
2025-08-20T20:37:05.9751472Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/delta.rs' from root:root to runner:runner
2025-08-20T20:37:05.9752147Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/entry/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9752836Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/entry/decode.rs' from root:root to runner:runner
2025-08-20T20:37:05.9753536Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/entry/header.rs' from root:root to runner:runner
2025-08-20T20:37:05.9754237Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/entry' from root:root to runner:runner
2025-08-20T20:37:05.9754904Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9755659Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/objects/tree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9756411Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/objects/util.rs' from root:root to runner:runner
2025-08-20T20:37:05.9757179Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/objects/reduce.rs' from root:root to runner:runner
2025-08-20T20:37:05.9758002Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/objects/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.9758897Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/objects/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9759740Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/objects' from root:root to runner:runner
2025-08-20T20:37:05.9760456Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9761142Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count' from root:root to runner:runner
2025-08-20T20:37:05.9761948Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/entry/iter_from_counts.rs' from root:root to runner:runner
2025-08-20T20:37:05.9762671Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/entry/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9763453Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/entry' from root:root to runner:runner
2025-08-20T20:37:05.9764143Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9764840Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/bytes.rs' from root:root to runner:runner
2025-08-20T20:37:05.9765495Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output' from root:root to runner:runner
2025-08-20T20:37:05.9766197Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/decode/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9766979Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/decode/entry.rs' from root:root to runner:runner
2025-08-20T20:37:05.9767806Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/decode/header.rs' from root:root to runner:runner
2025-08-20T20:37:05.9768585Z [00:07:37.080]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/decode' from root:root to runner:runner
2025-08-20T20:37:05.9769335Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.9770028Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9770722Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.9771530Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file' from root:root to runner:runner
2025-08-20T20:37:05.9772253Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/header.rs' from root:root to runner:runner
2025-08-20T20:37:05.9772980Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data' from root:root to runner:runner
2025-08-20T20:37:05.9773626Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.9774266Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9774872Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src' from root:root to runner:runner
2025-08-20T20:37:05.9775511Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9776260Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9776989Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/multi_index/write.rs' from root:root to runner:runner
2025-08-20T20:37:05.9777698Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/multi_index/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9778529Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/multi_index/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.9779280Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/multi_index/verify.rs' from root:root to runner:runner
2025-08-20T20:37:05.9780060Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/multi_index' from root:root to runner:runner
2025-08-20T20:37:05.9780804Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/bundle.rs' from root:root to runner:runner
2025-08-20T20:37:05.9781492Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9782207Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/output/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9782985Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/output/count_and_entries.rs' from root:root to runner:runner
2025-08-20T20:37:05.9783673Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/output' from root:root to runner:runner
2025-08-20T20:37:05.9784432Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/file.rs' from root:root to runner:runner
2025-08-20T20:37:05.9785134Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/input.rs' from root:root to runner:runner
2025-08-20T20:37:05.9785911Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/header.rs' from root:root to runner:runner
2025-08-20T20:37:05.9786572Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data' from root:root to runner:runner
2025-08-20T20:37:05.9787242Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9787910Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/index.rs' from root:root to runner:runner
2025-08-20T20:37:05.9788676Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9789428Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack' from root:root to runner:runner
2025-08-20T20:37:05.9790100Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/integrate.rs' from root:root to runner:runner
2025-08-20T20:37:05.9790971Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/generated-archives/make_pack_gen_repo_multi_index.tar' from root:root to runner:runner
2025-08-20T20:37:05.9791795Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/generated-archives/make_pack_gen_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.9792534Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9793346Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/make_pack_gen_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.9794262Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/b8aa61be84b78d7fcff788e8d844406cc97132bf.txt' from root:root to runner:runner
2025-08-20T20:37:05.9795194Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx' from root:root to runner:runner
2025-08-20T20:37:05.9796138Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack' from root:root to runner:runner
2025-08-20T20:37:05.9797125Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' from root:root to runner:runner
2025-08-20T20:37:05.9798213Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' from root:root to runner:runner
2025-08-20T20:37:05.9799281Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' from root:root to runner:runner
2025-08-20T20:37:05.9800226Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' from root:root to runner:runner
2025-08-20T20:37:05.9800942Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack' from root:root to runner:runner
2025-08-20T20:37:05.9801946Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack-with-forward-delta/pack-0bb5bc1e3d864c617c2539445c832ccdd531cd4e.idx' from root:root to runner:runner
2025-08-20T20:37:05.9803069Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack-with-forward-delta/pack-0bb5bc1e3d864c617c2539445c832ccdd531cd4e.pack' from root:root to runner:runner
2025-08-20T20:37:05.9803862Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack-with-forward-delta' from root:root to runner:runner
2025-08-20T20:37:05.9804775Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/f139391424a8c623adadf2388caec73e5e90865b.txt' from root:root to runner:runner
2025-08-20T20:37:05.9805466Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects' from root:root to runner:runner
2025-08-20T20:37:05.9806253Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/make_pack_gen_repo_multi_index.sh' from root:root to runner:runner
2025-08-20T20:37:05.9806979Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9807600Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests' from root:root to runner:runner
2025-08-20T20:37:05.9808275Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack' from root:root to runner:runner
2025-08-20T20:37:05.9808958Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9809608Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9810268Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9810997Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9811740Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/fuzz/fuzz_targets/blob.rs' from root:root to runner:runner
2025-08-20T20:37:05.9812476Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:05.9813098Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/fuzz' from root:root to runner:runner
2025-08-20T20:37:05.9813755Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9814437Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/pipeline.rs' from root:root to runner:runner
2025-08-20T20:37:05.9815166Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver/binary.rs' from root:root to runner:runner
2025-08-20T20:37:05.9816002Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver/text/utils.rs' from root:root to runner:runner
2025-08-20T20:37:05.9816766Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver/text/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.9817499Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver/text/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9818291Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver/text' from root:root to runner:runner
2025-08-20T20:37:05.9819055Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9819836Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver' from root:root to runner:runner
2025-08-20T20:37:05.9820585Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9821378Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/platform/set_resource.rs' from root:root to runner:runner
2025-08-20T20:37:05.9822134Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/platform/prepare_merge.rs' from root:root to runner:runner
2025-08-20T20:37:05.9822860Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/platform/resource.rs' from root:root to runner:runner
2025-08-20T20:37:05.9823565Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/platform/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9824268Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/platform/merge.rs' from root:root to runner:runner
2025-08-20T20:37:05.9825041Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/platform' from root:root to runner:runner
2025-08-20T20:37:05.9825730Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob' from root:root to runner:runner
2025-08-20T20:37:05.9826405Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/tree/utils.rs' from root:root to runner:runner
2025-08-20T20:37:05.9827080Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/tree/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.9827737Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/tree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9828500Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/tree' from root:root to runner:runner
2025-08-20T20:37:05.9829242Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/commit/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.9829974Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/commit/virtual_merge_base.rs' from root:root to runner:runner
2025-08-20T20:37:05.9830641Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/commit/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9831282Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/commit' from root:root to runner:runner
2025-08-20T20:37:05.9831925Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9832623Z [00:07:37.081]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src' from root:root to runner:runner
2025-08-20T20:37:05.9833406Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9834170Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/blob/platform.rs' from root:root to runner:runner
2025-08-20T20:37:05.9834895Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/blob/pipeline.rs' from root:root to runner:runner
2025-08-20T20:37:05.9835591Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/blob/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9836337Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/blob/builtin_driver.rs' from root:root to runner:runner
2025-08-20T20:37:05.9836995Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/blob' from root:root to runner:runner
2025-08-20T20:37:05.9837778Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.9838634Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/tree/baseline.rs' from root:root to runner:runner
2025-08-20T20:37:05.9839367Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/tree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9840024Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/tree' from root:root to runner:runner
2025-08-20T20:37:05.9840666Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge' from root:root to runner:runner
2025-08-20T20:37:05.9841396Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/text-baseline.sh' from root:root to runner:runner
2025-08-20T20:37:05.9842126Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/tree-baseline.sh' from root:root to runner:runner
2025-08-20T20:37:05.9842944Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/generated-archives/tree-baseline.tar' from root:root to runner:runner
2025-08-20T20:37:05.9843752Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/generated-archives/make_blob_repo.tar' from root:root to runner:runner
2025-08-20T20:37:05.9844568Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/generated-archives/text-baseline.tar' from root:root to runner:runner
2025-08-20T20:37:05.9845395Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9846197Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/make_blob_repo.sh' from root:root to runner:runner
2025-08-20T20:37:05.9846852Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9847476Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests' from root:root to runner:runner
2025-08-20T20:37:05.9848232Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge' from root:root to runner:runner
2025-08-20T20:37:05.9848945Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9849622Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9850301Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9851134Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9851883Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/fuzz/fuzz_targets/fuzz_search.rs' from root:root to runner:runner
2025-08-20T20:37:05.9852575Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:05.9853207Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/fuzz' from root:root to runner:runner
2025-08-20T20:37:05.9853889Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9854609Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/search/attributes.rs' from root:root to runner:runner
2025-08-20T20:37:05.9855304Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/search/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9856006Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/search/refmap.rs' from root:root to runner:runner
2025-08-20T20:37:05.9856704Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/search/outcome.rs' from root:root to runner:runner
2025-08-20T20:37:05.9857373Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/search' from root:root to runner:runner
2025-08-20T20:37:05.9858214Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/parse.rs' from root:root to runner:runner
2025-08-20T20:37:05.9859003Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/name.rs' from root:root to runner:runner
2025-08-20T20:37:05.9859684Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/state.rs' from root:root to runner:runner
2025-08-20T20:37:05.9860380Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/assignment.rs' from root:root to runner:runner
2025-08-20T20:37:05.9861039Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9861721Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/source.rs' from root:root to runner:runner
2025-08-20T20:37:05.9862399Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src' from root:root to runner:runner
2025-08-20T20:37:05.9863059Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9863976Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/search/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9864657Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/search' from root:root to runner:runner
2025-08-20T20:37:05.9865474Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9866233Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9867032Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/fixtures/make_attributes_baseline.sh' from root:root to runner:runner
2025-08-20T20:37:05.9867819Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/fixtures/attributes/various.txt' from root:root to runner:runner
2025-08-20T20:37:05.9868647Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/fixtures/attributes' from root:root to runner:runner
2025-08-20T20:37:05.9869374Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9870070Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/state/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9870739Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/state' from root:root to runner:runner
2025-08-20T20:37:05.9871637Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/assignment/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9872432Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/assignment' from root:root to runner:runner
2025-08-20T20:37:05.9873136Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/attributes.rs' from root:root to runner:runner
2025-08-20T20:37:05.9873842Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/parse/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9874507Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/parse' from root:root to runner:runner
2025-08-20T20:37:05.9875152Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests' from root:root to runner:runner
2025-08-20T20:37:05.9875768Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes' from root:root to runner:runner
2025-08-20T20:37:05.9876466Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/justfile' from root:root to runner:runner
2025-08-20T20:37:05.9877175Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9877839Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9878611Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9879374Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/tree/breadthfirst.rs' from root:root to runner:runner
2025-08-20T20:37:05.9880087Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/tree/depthfirst.rs' from root:root to runner:runner
2025-08-20T20:37:05.9880787Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/tree/recorder.rs' from root:root to runner:runner
2025-08-20T20:37:05.9881457Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/tree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9882101Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/tree' from root:root to runner:runner
2025-08-20T20:37:05.9882793Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit/simple.rs' from root:root to runner:runner
2025-08-20T20:37:05.9883502Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit/topo/init.rs' from root:root to runner:runner
2025-08-20T20:37:05.9884343Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit/topo/iter.rs' from root:root to runner:runner
2025-08-20T20:37:05.9885072Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit/topo/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9885742Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit/topo' from root:root to runner:runner
2025-08-20T20:37:05.9886433Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9887087Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit' from root:root to runner:runner
2025-08-20T20:37:05.9887738Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9888445Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src' from root:root to runner:runner
2025-08-20T20:37:05.9889237Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9890058Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9890802Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_repos.sh' from root:root to runner:runner
2025-08-20T20:37:05.9891740Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_commits_same_date.tar' from root:root to runner:runner
2025-08-20T20:37:05.9892553Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_repos.tar' from root:root to runner:runner
2025-08-20T20:37:05.9893402Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_repo_for_topo.tar' from root:root to runner:runner
2025-08-20T20:37:05.9894344Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_commits_with_dates.tar' from root:root to runner:runner
2025-08-20T20:37:05.9895264Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_trees_depthfirst.tar' from root:root to runner:runner
2025-08-20T20:37:05.9896154Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_trees.tar' from root:root to runner:runner
2025-08-20T20:37:05.9896977Z [00:07:37.082]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9897985Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_commits_with_dates.sh' from root:root to runner:runner
2025-08-20T20:37:05.9898961Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_trees_depthfirst.sh' from root:root to runner:runner
2025-08-20T20:37:05.9899817Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_commits_same_date.sh' from root:root to runner:runner
2025-08-20T20:37:05.9900622Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_trees.sh' from root:root to runner:runner
2025-08-20T20:37:05.9901380Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_repo_for_topo.sh' from root:root to runner:runner
2025-08-20T20:37:05.9902049Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9902906Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse/tree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9903616Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse/main.rs' from root:root to runner:runner
2025-08-20T20:37:05.9904359Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse/commit/simple.rs' from root:root to runner:runner
2025-08-20T20:37:05.9905090Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse/commit/topo.rs' from root:root to runner:runner
2025-08-20T20:37:05.9905822Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse/commit/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9906517Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse/commit' from root:root to runner:runner
2025-08-20T20:37:05.9907192Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse' from root:root to runner:runner
2025-08-20T20:37:05.9907821Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests' from root:root to runner:runner
2025-08-20T20:37:05.9908522Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse' from root:root to runner:runner
2025-08-20T20:37:05.9909166Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9909908Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9910631Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9911368Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9912089Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/src/is_active_platform.rs' from root:root to runner:runner
2025-08-20T20:37:05.9912764Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/src/access.rs' from root:root to runner:runner
2025-08-20T20:37:05.9913424Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9914092Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/src/config.rs' from root:root to runner:runner
2025-08-20T20:37:05.9914720Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/src' from root:root to runner:runner
2025-08-20T20:37:05.9915544Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9916350Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/fixtures/generated-archives/basic.tar' from root:root to runner:runner
2025-08-20T20:37:05.9917109Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9917823Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/fixtures/basic.sh' from root:root to runner:runner
2025-08-20T20:37:05.9918608Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9919327Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/submodule.rs' from root:root to runner:runner
2025-08-20T20:37:05.9920123Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/file/baseline.rs' from root:root to runner:runner
2025-08-20T20:37:05.9920815Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/file/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9921469Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/file' from root:root to runner:runner
2025-08-20T20:37:05.9922109Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests' from root:root to runner:runner
2025-08-20T20:37:05.9922724Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule' from root:root to runner:runner
2025-08-20T20:37:05.9923442Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9924164Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9924847Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9925500Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9926201Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/delegate.rs' from root:root to runner:runner
2025-08-20T20:37:05.9926898Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/platform.rs' from root:root to runner:runner
2025-08-20T20:37:05.9927615Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/state/ignore.rs' from root:root to runner:runner
2025-08-20T20:37:05.9928624Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/state/attributes.rs' from root:root to runner:runner
2025-08-20T20:37:05.9929348Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/state/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9930028Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/state' from root:root to runner:runner
2025-08-20T20:37:05.9930706Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9931354Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack' from root:root to runner:runner
2025-08-20T20:37:05.9931981Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src' from root:root to runner:runner
2025-08-20T20:37:05.9932713Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9933451Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9934143Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/integrate.rs' from root:root to runner:runner
2025-08-20T20:37:05.9934958Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/make_ignore_and_attributes_setup.sh' from root:root to runner:runner
2025-08-20T20:37:05.9935836Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/generated-archives/make_special_exclude_case.tar' from root:root to runner:runner
2025-08-20T20:37:05.9936695Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9937505Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9938386Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/make_special_exclude_case.sh' from root:root to runner:runner
2025-08-20T20:37:05.9939239Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/make_attributes_baseline.sh' from root:root to runner:runner
2025-08-20T20:37:05.9939992Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/symlink_stack.sh' from root:root to runner:runner
2025-08-20T20:37:05.9940657Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9941561Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9942312Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree/stack/ignore.rs' from root:root to runner:runner
2025-08-20T20:37:05.9943076Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree/stack/attributes.rs' from root:root to runner:runner
2025-08-20T20:37:05.9943854Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree/stack/create_directory.rs' from root:root to runner:runner
2025-08-20T20:37:05.9944579Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree/stack/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9945278Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree/stack' from root:root to runner:runner
2025-08-20T20:37:05.9946013Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree' from root:root to runner:runner
2025-08-20T20:37:05.9946702Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests' from root:root to runner:runner
2025-08-20T20:37:05.9947308Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree' from root:root to runner:runner
2025-08-20T20:37:05.9947960Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9948737Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9949492Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9950277Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree/traits.rs' from root:root to runner:runner
2025-08-20T20:37:05.9951015Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree/recorder.rs' from root:root to runner:runner
2025-08-20T20:37:05.9951752Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree/function.rs' from root:root to runner:runner
2025-08-20T20:37:05.9952469Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.9953176Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9953856Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree' from root:root to runner:runner
2025-08-20T20:37:05.9954791Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree_with_renames/recorder.rs' from root:root to runner:runner
2025-08-20T20:37:05.9955572Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree_with_renames/types.rs' from root:root to runner:runner
2025-08-20T20:37:05.9956330Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree_with_renames/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9957063Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree_with_renames' from root:root to runner:runner
2025-08-20T20:37:05.9957714Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/stack.rs' from root:root to runner:runner
2025-08-20T20:37:05.9958518Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9959181Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src' from root:root to runner:runner
2025-08-20T20:37:05.9959831Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9960502Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9961247Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_submodule.sh' from root:root to runner:runner
2025-08-20T20:37:05.9962101Z [00:07:37.083]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_nonfile.sh' from root:root to runner:runner
2025-08-20T20:37:05.9962926Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_removed.tar' from root:root to runner:runner
2025-08-20T20:37:05.9963718Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/racy_git.tar' from root:root to runner:runner
2025-08-20T20:37:05.9964561Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_intent_to_add.tar' from root:root to runner:runner
2025-08-20T20:37:05.9965368Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/conflicts.tar' from root:root to runner:runner
2025-08-20T20:37:05.9966148Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T20:37:05.9967107Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_submodule.tar' from root:root to runner:runner
2025-08-20T20:37:05.9968211Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_conflict.tar' from root:root to runner:runner
2025-08-20T20:37:05.9969064Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_many.tar' from root:root to runner:runner
2025-08-20T20:37:05.9969816Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:05.9970556Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_conflict.sh' from root:root to runner:runner
2025-08-20T20:37:05.9971301Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_unchanged.sh' from root:root to runner:runner
2025-08-20T20:37:05.9972116Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_removed.sh' from root:root to runner:runner
2025-08-20T20:37:05.9972951Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_unchanged_filter.sh' from root:root to runner:runner
2025-08-20T20:37:05.9973683Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/symlink_stack.sh' from root:root to runner:runner
2025-08-20T20:37:05.9974419Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_many.sh' from root:root to runner:runner
2025-08-20T20:37:05.9975134Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/conflicts.sh' from root:root to runner:runner
2025-08-20T20:37:05.9975961Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_intent_to_add.sh' from root:root to runner:runner
2025-08-20T20:37:05.9976752Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_changed.sh' from root:root to runner:runner
2025-08-20T20:37:05.9977476Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/racy_git.sh' from root:root to runner:runner
2025-08-20T20:37:05.9978260Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:05.9979018Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/status/stack.rs' from root:root to runner:runner
2025-08-20T20:37:05.9979711Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/status/mod.rs' from root:root to runner:runner
2025-08-20T20:37:05.9980585Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/status/index_as_worktree.rs' from root:root to runner:runner
2025-08-20T20:37:05.9981457Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/status/index_as_worktree_with_renames.rs' from root:root to runner:runner
2025-08-20T20:37:05.9982120Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/status' from root:root to runner:runner
2025-08-20T20:37:05.9982743Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests' from root:root to runner:runner
2025-08-20T20:37:05.9983342Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status' from root:root to runner:runner
2025-08-20T20:37:05.9983977Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tix/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9984685Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tix/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9985402Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tix/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9986040Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tix/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9986648Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tix/src' from root:root to runner:runner
2025-08-20T20:37:05.9987287Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tix/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9987875Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tix' from root:root to runner:runner
2025-08-20T20:37:05.9988651Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/SHORTCOMINGS.md' from root:root to runner:runner
2025-08-20T20:37:05.9989354Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-rebase/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9990005Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-rebase/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9990671Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-rebase/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9991313Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-rebase/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9991929Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-rebase/src' from root:root to runner:runner
2025-08-20T20:37:05.9992570Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-rebase/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9993336Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-rebase' from root:root to runner:runner
2025-08-20T20:37:05.9993968Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lfs/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:05.9994610Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lfs/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:05.9995259Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lfs/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:05.9995882Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lfs/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:05.9996493Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lfs/src' from root:root to runner:runner
2025-08-20T20:37:05.9997192Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lfs/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:05.9997793Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lfs' from root:root to runner:runner
2025-08-20T20:37:05.9998484Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/_typos.toml' from root:root to runner:runner
2025-08-20T20:37:05.9999150Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:37:05.9999864Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:37:06.0000580Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:37:06.0001339Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:37:06.0002076Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:37:06.0002751Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:37:06.0003405Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:37:06.0004104Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:37:06.0004797Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:37:06.0005620Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:37:06.0006363Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:37:06.0007064Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:37:06.0007747Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:37:06.0008511Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:37:06.0009272Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:37:06.0009959Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:37:06.0010623Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:37:06.0011227Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:37:06.0012101Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-364e8cb6e52d29c951d01e09d019b81c01f9badd.promisor' from root:root to runner:runner
2025-08-20T20:37:06.0012955Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-b7a52463d28a9ce242a6ad046d9f580b48d50947.pack' from root:root to runner:runner
2025-08-20T20:37:06.0013876Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-364e8cb6e52d29c951d01e09d019b81c01f9badd.pack' from root:root to runner:runner
2025-08-20T20:37:06.0014774Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-b7a52463d28a9ce242a6ad046d9f580b48d50947.promisor' from root:root to runner:runner
2025-08-20T20:37:06.0015617Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-364e8cb6e52d29c951d01e09d019b81c01f9badd.idx' from root:root to runner:runner
2025-08-20T20:37:06.0016469Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-b7a52463d28a9ce242a6ad046d9f580b48d50947.rev' from root:root to runner:runner
2025-08-20T20:37:06.0017313Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-364e8cb6e52d29c951d01e09d019b81c01f9badd.rev' from root:root to runner:runner
2025-08-20T20:37:06.0018259Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-b7a52463d28a9ce242a6ad046d9f580b48d50947.idx' from root:root to runner:runner
2025-08-20T20:37:06.0019025Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:37:06.0019755Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:37:06.0020381Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:37:06.0021009Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:37:06.0021604Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:37:06.0022232Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:37:06.0022921Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:37:06.0023590Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T20:37:06.0024228Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:37:06.0024923Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:37:06.0025611Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:37:06.0026254Z [00:07:37.084]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:37:06.0026935Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:37:06.0027535Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:37:06.0028225Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:37:06.0028939Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:37:06.0029587Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T20:37:06.0030216Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:37:06.0030892Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:37:06.0031724Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:37:06.0032363Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:37:06.0032966Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:37:06.0033542Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:37:06.0034175Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:06.0034825Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:06.0035558Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:06.0036227Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/prefix.rs' from root:root to runner:runner
2025-08-20T20:37:06.0036860Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/oid.rs' from root:root to runner:runner
2025-08-20T20:37:06.0037505Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/kind.rs' from root:root to runner:runner
2025-08-20T20:37:06.0038297Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/io.rs' from root:root to runner:runner
2025-08-20T20:37:06.0039023Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/object_id.rs' from root:root to runner:runner
2025-08-20T20:37:06.0039743Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/verify.rs' from root:root to runner:runner
2025-08-20T20:37:06.0040424Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/hasher.rs' from root:root to runner:runner
2025-08-20T20:37:06.0041070Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:06.0041682Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src' from root:root to runner:runner
2025-08-20T20:37:06.0042327Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:06.0043000Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/prefix.rs' from root:root to runner:runner
2025-08-20T20:37:06.0043670Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/main.rs' from root:root to runner:runner
2025-08-20T20:37:06.0044521Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/oid.rs' from root:root to runner:runner
2025-08-20T20:37:06.0045204Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/kind.rs' from root:root to runner:runner
2025-08-20T20:37:06.0045894Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/object_id.rs' from root:root to runner:runner
2025-08-20T20:37:06.0046575Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/hasher.rs' from root:root to runner:runner
2025-08-20T20:37:06.0047216Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash' from root:root to runner:runner
2025-08-20T20:37:06.0047947Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/fixtures/shambles/messageA' from root:root to runner:runner
2025-08-20T20:37:06.0048927Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/fixtures/shambles/messageB' from root:root to runner:runner
2025-08-20T20:37:06.0049694Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/fixtures/shambles' from root:root to runner:runner
2025-08-20T20:37:06.0050350Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:06.0050975Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests' from root:root to runner:runner
2025-08-20T20:37:06.0051573Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash' from root:root to runner:runner
2025-08-20T20:37:06.0052277Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:06.0052971Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:06.0053632Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:06.0054280Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T20:37:06.0054984Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T20:37:06.0055643Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T20:37:06.0056255Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/fuzz' from root:root to runner:runner
2025-08-20T20:37:06.0057096Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:06.0057779Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/time/format.rs' from root:root to runner:runner
2025-08-20T20:37:06.0058562Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/time/init.rs' from root:root to runner:runner
2025-08-20T20:37:06.0059329Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/time/write.rs' from root:root to runner:runner
2025-08-20T20:37:06.0059989Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/time/mod.rs' from root:root to runner:runner
2025-08-20T20:37:06.0060623Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/time' from root:root to runner:runner
2025-08-20T20:37:06.0061354Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/parse.rs' from root:root to runner:runner
2025-08-20T20:37:06.0062043Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:06.0062656Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src' from root:root to runner:runner
2025-08-20T20:37:06.0063300Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:06.0063985Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/time/format.rs' from root:root to runner:runner
2025-08-20T20:37:06.0064668Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/time/baseline.rs' from root:root to runner:runner
2025-08-20T20:37:06.0065409Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/time/parse.rs' from root:root to runner:runner
2025-08-20T20:37:06.0066142Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/time/mod.rs' from root:root to runner:runner
2025-08-20T20:37:06.0066792Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/time' from root:root to runner:runner
2025-08-20T20:37:06.0067657Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/fixtures/generated-archives/generate_git_date_baseline.tar' from root:root to runner:runner
2025-08-20T20:37:06.0068506Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:06.0069347Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/fixtures/generate_git_date_baseline.sh' from root:root to runner:runner
2025-08-20T20:37:06.0070281Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:06.0070940Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/date.rs' from root:root to runner:runner
2025-08-20T20:37:06.0071560Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests' from root:root to runner:runner
2025-08-20T20:37:06.0072161Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date' from root:root to runner:runner
2025-08-20T20:37:06.0072781Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/FUNDING.json' from root:root to runner:runner
2025-08-20T20:37:06.0073441Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:06.0074193Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:06.0074883Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:06.0075539Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/Cargo.lock' from root:root to runner:runner
2025-08-20T20:37:06.0076194Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/src/main.rs' from root:root to runner:runner
2025-08-20T20:37:06.0076846Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:06.0077468Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/src' from root:root to runner:runner
2025-08-20T20:37:06.0078324Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:06.0079039Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/tests/umask.rs' from root:root to runner:runner
2025-08-20T20:37:06.0079709Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/tests/env.rs' from root:root to runner:runner
2025-08-20T20:37:06.0080345Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/tests' from root:root to runner:runner
2025-08-20T20:37:06.0080953Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools' from root:root to runner:runner
2025-08-20T20:37:06.0081590Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/utilities.sh' from root:root to runner:runner
2025-08-20T20:37:06.0082225Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:06.0083017Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/Cargo.lock' from root:root to runner:runner
2025-08-20T20:37:06.0083664Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/args.rs' from root:root to runner:runner
2025-08-20T20:37:06.0084307Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/main.rs' from root:root to runner:runner
2025-08-20T20:37:06.0085011Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/check_mode.rs' from root:root to runner:runner
2025-08-20T20:37:06.0085724Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/copy_royal.rs' from root:root to runner:runner
2025-08-20T20:37:06.0086428Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/git_to_sh.rs' from root:root to runner:runner
2025-08-20T20:37:06.0087225Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/blame_copy_royal.rs' from root:root to runner:runner
2025-08-20T20:37:06.0088001Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/mod.rs' from root:root to runner:runner
2025-08-20T20:37:06.0088801Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/env.rs' from root:root to runner:runner
2025-08-20T20:37:06.0089471Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands' from root:root to runner:runner
2025-08-20T20:37:06.0090088Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src' from root:root to runner:runner
2025-08-20T20:37:06.0090769Z [00:07:37.085]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it' from root:root to runner:runner
2025-08-20T20:37:06.0091444Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/helpers.sh' from root:root to runner:runner
2025-08-20T20:37:06.0092090Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/journey/ein.sh' from root:root to runner:runner
2025-08-20T20:37:06.0092737Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/journey/gix.sh' from root:root to runner:runner
2025-08-20T20:37:06.0093352Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/journey' from root:root to runner:runner
2025-08-20T20:37:06.0094220Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' from root:root to runner:runner
2025-08-20T20:37:06.0095090Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' from root:root to runner:runner
2025-08-20T20:37:06.0096111Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' from root:root to runner:runner
2025-08-20T20:37:06.0096989Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' from root:root to runner:runner
2025-08-20T20:37:06.0097640Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/fixtures/packs' from root:root to runner:runner
2025-08-20T20:37:06.0098349Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:06.0099259Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-path' from root:root to runner:runner
2025-08-20T20:37:06.0100269Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-username/explicit-ssh' from root:root to runner:runner
2025-08-20T20:37:06.0101184Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-username/implicit-ssh' from root:root to runner:runner
2025-08-20T20:37:06.0102035Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-username' from root:root to runner:runner
2025-08-20T20:37:06.0102869Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-host' from root:root to runner:runner
2025-08-20T20:37:06.0103616Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone' from root:root to runner:runner
2025-08-20T20:37:06.0104544Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/with-objects-dir-success' from root:root to runner:runner
2025-08-20T20:37:06.0105525Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-delete-pack-to-sink-failure' from root:root to runner:runner
2025-08-20T20:37:06.0106410Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/missing-objects-dir-fail' from root:root to runner:runner
2025-08-20T20:37:06.0107234Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/to-sink-success' from root:root to runner:runner
2025-08-20T20:37:06.0108405Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-with-objects-dir-skip-checks-success-tree-miniz-oxide' from root:root to runner:runner
2025-08-20T20:37:06.0109503Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-delete-pack-to-sink-skip-checks-success' from root:root to runner:runner
2025-08-20T20:37:06.0110557Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-with-objects-dir-skip-checks-success-tree' from root:root to runner:runner
2025-08-20T20:37:06.0111614Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-with-objects-dir-skip-checks-success-tree-miniz-oxide-max' from root:root to runner:runner
2025-08-20T20:37:06.0112618Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-with-objects-dir-skip-checks-success-tree-zlib-ng' from root:root to runner:runner
2025-08-20T20:37:06.0113504Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/with-objects-dir-success-tree' from root:root to runner:runner
2025-08-20T20:37:06.0114437Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/to-sink-delete-pack-success' from root:root to runner:runner
2025-08-20T20:37:06.0115270Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode' from root:root to runner:runner
2025-08-20T20:37:06.0116135Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/no-output-dir-success' from root:root to runner:runner
2025-08-20T20:37:06.0117036Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-restore-success' from root:root to runner:runner
2025-08-20T20:37:06.0117969Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-content' from root:root to runner:runner
2025-08-20T20:37:06.0118968Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-success' from root:root to runner:runner
2025-08-20T20:37:06.0119878Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/no-output-dir-as-json-success' from root:root to runner:runner
2025-08-20T20:37:06.0120817Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-restore-as-json-success' from root:root to runner:runner
2025-08-20T20:37:06.0121592Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create' from root:root to runner:runner
2025-08-20T20:37:06.0122338Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index' from root:root to runner:runner
2025-08-20T20:37:06.0123286Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-success' from root:root to runner:runner
2025-08-20T20:37:06.0124159Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-failure' from root:root to runner:runner
2025-08-20T20:37:06.0125037Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-with-statistics-success' from root:root to runner:runner
2025-08-20T20:37:06.0125936Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-with-statistics-json-success' from root:root to runner:runner
2025-08-20T20:37:06.0126717Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/success' from root:root to runner:runner
2025-08-20T20:37:06.0127652Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/index-success' from root:root to runner:runner
2025-08-20T20:37:06.0128726Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/index-with-statistics-success' from root:root to runner:runner
2025-08-20T20:37:06.0129713Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/index-with-statistics-json-success' from root:root to runner:runner
2025-08-20T20:37:06.0130601Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/fast-index-success' from root:root to runner:runner
2025-08-20T20:37:06.0131406Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index' from root:root to runner:runner
2025-08-20T20:37:06.0132251Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify' from root:root to runner:runner
2025-08-20T20:37:06.0133115Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-json' from root:root to runner:runner
2025-08-20T20:37:06.0134063Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-single-ref' from root:root to runner:runner
2025-08-20T20:37:06.0134907Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-path' from root:root to runner:runner
2025-08-20T20:37:06.0135748Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output' from root:root to runner:runner
2025-08-20T20:37:06.0136689Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/pack receive-no-networking-in-small-failure' from root:root to runner:runner
2025-08-20T20:37:06.0137626Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-p2' from root:root to runner:runner
2025-08-20T20:37:06.0138593Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-with-output-p2' from root:root to runner:runner
2025-08-20T20:37:06.0139503Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-json-p2' from root:root to runner:runner
2025-08-20T20:37:06.0140421Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-username/explicit-ssh' from root:root to runner:runner
2025-08-20T20:37:06.0141420Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-username/implicit-ssh' from root:root to runner:runner
2025-08-20T20:37:06.0142281Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-username' from root:root to runner:runner
2025-08-20T20:37:06.0143116Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-host' from root:root to runner:runner
2025-08-20T20:37:06.0143931Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/HEAD' from root:root to runner:runner
2025-08-20T20:37:06.0144820Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/tags/unannotated' from root:root to runner:runner
2025-08-20T20:37:06.0145755Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/tags/annotated' from root:root to runner:runner
2025-08-20T20:37:06.0146685Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/tags' from root:root to runner:runner
2025-08-20T20:37:06.0147610Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/heads/dev' from root:root to runner:runner
2025-08-20T20:37:06.0148556Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/heads/main' from root:root to runner:runner
2025-08-20T20:37:06.0149461Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/heads' from root:root to runner:runner
2025-08-20T20:37:06.0150279Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs' from root:root to runner:runner
2025-08-20T20:37:06.0151196Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs' from root:root to runner:runner
2025-08-20T20:37:06.0152105Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-wanted-ref-p1' from root:root to runner:runner
2025-08-20T20:37:06.0152926Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/ls-in-output-dir' from root:root to runner:runner
2025-08-20T20:37:06.0153876Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-non-existing-single-ref' from root:root to runner:runner
2025-08-20T20:37:06.0154727Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-with-output' from root:root to runner:runner
2025-08-20T20:37:06.0155546Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive' from root:root to runner:runner
2025-08-20T20:37:06.0156308Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack' from root:root to runner:runner
2025-08-20T20:37:06.0157008Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo' from root:root to runner:runner
2025-08-20T20:37:06.0157865Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/verify/success-format-human' from root:root to runner:runner
2025-08-20T20:37:06.0158786Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/verify/success-format-json' from root:root to runner:runner
2025-08-20T20:37:06.0159625Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/verify' from root:root to runner:runner
2025-08-20T20:37:06.0160499Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs/file-v-any' from root:root to runner:runner
2025-08-20T20:37:06.0161473Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs/file-v-any-json' from root:root to runner:runner
2025-08-20T20:37:06.0162509Z [00:07:37.086]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs/remote ref-list-no-networking-in-small-failure' from root:root to runner:runner
2025-08-20T20:37:06.0163286Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs' from root:root to runner:runner
2025-08-20T20:37:06.0164026Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/remote' from root:root to runner:runner
2025-08-20T20:37:06.0164840Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository' from root:root to runner:runner
2025-08-20T20:37:06.0165703Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/commit-graph/verify/statistics-json-success' from root:root to runner:runner
2025-08-20T20:37:06.0166543Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/commit-graph/verify/statistics-success' from root:root to runner:runner
2025-08-20T20:37:06.0167298Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/commit-graph/verify' from root:root to runner:runner
2025-08-20T20:37:06.0168102Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/commit-graph' from root:root to runner:runner
2025-08-20T20:37:06.0168890Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing' from root:root to runner:runner
2025-08-20T20:37:06.0169764Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/init/success-with-multi-element-directory' from root:root to runner:runner
2025-08-20T20:37:06.0170479Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/init/fail' from root:root to runner:runner
2025-08-20T20:37:06.0171327Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/init/fail-with-multi-element-directory' from root:root to runner:runner
2025-08-20T20:37:06.0172052Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/init/success' from root:root to runner:runner
2025-08-20T20:37:06.0172869Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/init' from root:root to runner:runner
2025-08-20T20:37:06.0173739Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/find/no-args-success' from root:root to runner:runner
2025-08-20T20:37:06.0174521Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/find' from root:root to runner:runner
2025-08-20T20:37:06.0175331Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/no-args-success' from root:root to runner:runner
2025-08-20T20:37:06.0176194Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/initial-directory-structure' from root:root to runner:runner
2025-08-20T20:37:06.0177091Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/directory-structure-after-organize' from root:root to runner:runner
2025-08-20T20:37:06.0178138Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/directory-structure-after-organize-to-new-root' from root:root to runner:runner
2025-08-20T20:37:06.0179097Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/execute-success' from root:root to runner:runner
2025-08-20T20:37:06.0179947Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/execute-success-new-root' from root:root to runner:runner
2025-08-20T20:37:06.0180680Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize' from root:root to runner:runner
2025-08-20T20:37:06.0181442Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/no-args-failure' from root:root to runner:runner
2025-08-20T20:37:06.0182227Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool' from root:root to runner:runner
2025-08-20T20:37:06.0183144Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/no-unify-identities-success' from root:root to runner:runner
2025-08-20T20:37:06.0184005Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/invalid-branch-name-failure' from root:root to runner:runner
2025-08-20T20:37:06.0184823Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/show-pii-success' from root:root to runner:runner
2025-08-20T20:37:06.0185643Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/all-stats-success' from root:root to runner:runner
2025-08-20T20:37:06.0186536Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/file-stats-success' from root:root to runner:runner
2025-08-20T20:37:06.0187342Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/no-args-success' from root:root to runner:runner
2025-08-20T20:37:06.0188296Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/line-stats-success' from root:root to runner:runner
2025-08-20T20:37:06.0189091Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours' from root:root to runner:runner
2025-08-20T20:37:06.0189761Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain' from root:root to runner:runner
2025-08-20T20:37:06.0190560Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure' from root:root to runner:runner
2025-08-20T20:37:06.0191444Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure-in-thread-with-progress' from root:root to runner:runner
2025-08-20T20:37:06.0192443Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure-in-thread' from root:root to runner:runner
2025-08-20T20:37:06.0193146Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/panic-behaviour' from root:root to runner:runner
2025-08-20T20:37:06.0193767Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots' from root:root to runner:runner
2025-08-20T20:37:06.0194394Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/journey.sh' from root:root to runner:runner
2025-08-20T20:37:06.0194981Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T20:37:06.0195708Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/Cargo.toml' from root:root to runner:runner
2025-08-20T20:37:06.0196437Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:37:06.0197116Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:37:06.0197781Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/src/noop.rs' from root:root to runner:runner
2025-08-20T20:37:06.0198545Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/src/skipping.rs' from root:root to runner:runner
2025-08-20T20:37:06.0199272Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/src/consecutive.rs' from root:root to runner:runner
2025-08-20T20:37:06.0200014Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/src/lib.rs' from root:root to runner:runner
2025-08-20T20:37:06.0200697Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/src' from root:root to runner:runner
2025-08-20T20:37:06.0201442Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:37:06.0202142Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests/negotiate.rs' from root:root to runner:runner
2025-08-20T20:37:06.0202878Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests/fixtures/make_repos.sh' from root:root to runner:runner
2025-08-20T20:37:06.0203702Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests/fixtures/generated-archives/make_repos.tar' from root:root to runner:runner
2025-08-20T20:37:06.0204462Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T20:37:06.0205310Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests/fixtures' from root:root to runner:runner
2025-08-20T20:37:06.0206024Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests/baseline/mod.rs' from root:root to runner:runner
2025-08-20T20:37:06.0206697Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests/baseline' from root:root to runner:runner
2025-08-20T20:37:06.0207334Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests' from root:root to runner:runner
2025-08-20T20:37:06.0207950Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate' from root:root to runner:runner
2025-08-20T20:37:06.0208720Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO' from root:root to runner:runner
2025-08-20T20:37:06.0209318Z [00:07:37.087]➜  changed ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc' from root:root to runner:runner
2025-08-20T20:37:06.0209747Z [00:07:37.087]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:37:06.0210142Z [00:07:37.087]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:37:06.0210540Z [00:07:37.087]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T20:37:06.0211001Z [00:07:37.087]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/gitoxide.static.version' retained as runner:runner
2025-08-20T20:37:06.0211417Z [00:07:37.087]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/gitoxide.version' retained as runner:runner
2025-08-20T20:37:06.0211797Z [00:07:37.087]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T20:37:06.0212149Z [00:07:37.087]➜  ownership of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T20:37:06.0212660Z [00:07:37.096]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0213277Z [00:07:37.102]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0214095Z [00:07:37.107]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/gix-components.monopic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0214835Z [00:07:37.113]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/corpus/repo_metadata.sample.jsonl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0215498Z [00:07:37.119]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/corpus/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0216106Z [00:07:37.125]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/corpus/json-to-jsonl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0216711Z [00:07:37.130]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/corpus/clone-repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0217395Z [00:07:37.136]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/msrv-badge.template.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0218211Z [00:07:37.143]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/speak/gitmerge-2024.marp.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0218950Z [00:07:37.149]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/speak/gitmerge-2024.marp.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0219527Z [00:07:37.155]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/unique-v-tag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0220223Z [00:07:37.161]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/crate-structure.monopic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0221164Z [00:07:37.167]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/test-fixtures-windows-expected-failures-see-issue-1358.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0221887Z [00:07:37.173]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/gix-components.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0222620Z [00:07:37.180]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/docker/Dockerfile.alpine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0223298Z [00:07:37.186]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/docker/test-cross-context/customize.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0224004Z [00:07:37.192]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/docker/Dockerfile.test-cross' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0224685Z [00:07:37.198]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/docker/test-cross.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0225324Z [00:07:37.204]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/msrv-badge.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0226115Z [00:07:37.211]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-02.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0226826Z [00:07:37.217]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-09.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0227474Z [00:07:37.224]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-07.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0228208Z [00:07:37.231]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0228885Z [00:07:37.238]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-08.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0229534Z [00:07:37.244]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-05.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0230177Z [00:07:37.251]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-03.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0230827Z [00:07:37.258]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-07.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0231474Z [00:07:37.265]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-01.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0232115Z [00:07:37.272]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-08.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0232761Z [00:07:37.278]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0233501Z [00:07:37.285]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-04.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0234221Z [00:07:37.292]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-01.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0234930Z [00:07:37.299]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0235586Z [00:07:37.305]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0236233Z [00:07:37.311]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-03.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0236884Z [00:07:37.318]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-02.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0237525Z [00:07:37.324]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-07.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0238250Z [00:07:37.331]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-02.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0239076Z [00:07:37.338]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0239723Z [00:07:37.344]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-09.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0240370Z [00:07:37.351]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0241088Z [00:07:37.358]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-02.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0241738Z [00:07:37.365]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0242381Z [00:07:37.372]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0243026Z [00:07:37.378]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-01.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0243676Z [00:07:37.385]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0244320Z [00:07:37.392]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-04.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0244970Z [00:07:37.399]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-04.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0245685Z [00:07:37.405]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-09.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0246420Z [00:07:37.413]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-03.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0247092Z [00:07:37.420]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-03.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0247743Z [00:07:37.427]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-07.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0248488Z [00:07:37.433]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-05.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0249215Z [00:07:37.440]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-EOY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0249872Z [00:07:37.447]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0250526Z [00:07:37.454]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-EOY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0251379Z [00:07:37.460]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-08.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0252033Z [00:07:37.467]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-09.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0252679Z [00:07:37.473]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-06.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0253318Z [00:07:37.480]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-06.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0253966Z [00:07:37.487]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-05.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0254614Z [00:07:37.494]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-06.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0255267Z [00:07:37.501]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-EOY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0255913Z [00:07:37.507]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-08.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0256556Z [00:07:37.514]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-06.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0257204Z [00:07:37.521]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/25-06.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0257844Z [00:07:37.528]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-05.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0258749Z [00:07:37.535]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/23-11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0259479Z [00:07:37.541]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-05.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0260135Z [00:07:37.548]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/24-01.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0260790Z [00:07:37.555]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-07.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0261434Z [00:07:37.562]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/21-10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0262133Z [00:07:37.569]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/reports/22-04.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0262723Z [00:07:37.576]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/copy-packetline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0263545Z [00:07:37.583]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/discovery/odb.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0264207Z [00:07:37.590]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/etc/check-package-size.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0264854Z [00:07:37.596]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0265547Z [00:07:37.603]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0266250Z [00:07:37.610]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0267012Z [00:07:37.616]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src/from_tree/traverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0267737Z [00:07:37.623]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src/from_tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0268554Z [00:07:37.630]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src/protocol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0269294Z [00:07:37.636]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0306831Z [00:07:37.643]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0373134Z [00:07:37.649]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0437465Z [00:07:37.656]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/tests/fixtures/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0508507Z [00:07:37.663]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-stream/tests/stream.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0580499Z [00:07:37.670]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0652873Z [00:07:37.677]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0728433Z [00:07:37.685]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/examples/clone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0795331Z [00:07:37.691]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/examples/init-repo-and-commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0863653Z [00:07:37.698]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/examples/reversible-interrupt-handlers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0929055Z [00:07:37.705]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/examples/interrupt-handler-allows-graceful-shutdown.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.0999579Z [00:07:37.712]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/examples/stats.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1067866Z [00:07:37.719]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1136035Z [00:07:37.725]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1207655Z [00:07:37.733]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/pathspec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1279346Z [00:07:37.740]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1348513Z [00:07:37.747]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1416209Z [00:07:37.754]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/editor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1484065Z [00:07:37.760]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/traverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1552998Z [00:07:37.767]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1617649Z [00:07:37.774]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/diff/change.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1683043Z [00:07:37.780]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/diff/for_each.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1750161Z [00:07:37.787]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/diff/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1813345Z [00:07:37.793]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tree/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1884994Z [00:07:37.800]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.1955774Z [00:07:37.807]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/blob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2023363Z [00:07:37.814]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/peel.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2088613Z [00:07:37.821]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2153110Z [00:07:37.827]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/object/tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2219781Z [00:07:37.834]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone/fetch/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2289329Z [00:07:37.841]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone/fetch/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2357107Z [00:07:37.848]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone/checkout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2423343Z [00:07:37.854]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2489873Z [00:07:37.861]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/clone/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2558287Z [00:07:37.868]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2622921Z [00:07:37.874]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/push.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2687057Z [00:07:37.881]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/filter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2751571Z [00:07:37.887]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2815328Z [00:07:37.893]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/create.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2878778Z [00:07:37.900]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/walk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.2946377Z [00:07:37.907]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3012348Z [00:07:37.913]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3080861Z [00:07:37.920]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/delegate/navigate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3148851Z [00:07:37.927]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/delegate/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3214938Z [00:07:37.933]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/delegate/revision.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3279510Z [00:07:37.940]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/parse/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3347350Z [00:07:37.947]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/spec/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3414956Z [00:07:37.953]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/revision/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3480293Z [00:07:37.960]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/ext/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3544144Z [00:07:37.966]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/ext/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3606193Z [00:07:37.973]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/ext/rev_spec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3673940Z [00:07:37.979]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/ext/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3740947Z [00:07:37.986]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/ext/object_id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3809600Z [00:07:37.993]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/interrupt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3875621Z [00:07:37.999]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/discover.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.3942413Z [00:07:38.006]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4007087Z [00:07:38.013]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/http.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4072271Z [00:07:38.019]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4140553Z [00:07:38.026]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/extensions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4206564Z [00:07:38.033]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/clone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4273078Z [00:07:38.039]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/push.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4339484Z [00:07:38.046]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/safe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4404748Z [00:07:38.052]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4474397Z [00:07:38.059]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/user.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4539303Z [00:07:38.066]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/author.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4607287Z [00:07:38.073]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4675421Z [00:07:38.079]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/pack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4739547Z [00:07:38.086]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/branch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4804509Z [00:07:38.092]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/core.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4871965Z [00:07:38.099]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.4939654Z [00:07:38.106]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/checkout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5007481Z [00:07:38.113]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5071616Z [00:07:38.119]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/url.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5139480Z [00:07:38.126]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5207570Z [00:07:38.133]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5279741Z [00:07:38.140]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/protocol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5345620Z [00:07:38.146]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/gitoxide.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5416185Z [00:07:38.153]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/credential.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5487178Z [00:07:38.161]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5559279Z [00:07:38.168]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/ssh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5629895Z [00:07:38.175]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/status.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5696014Z [00:07:38.181]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/sections/committer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5764500Z [00:07:38.188]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5833675Z [00:07:38.195]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/keys.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5902727Z [00:07:38.202]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.5969401Z [00:07:38.209]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/cache/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6033997Z [00:07:38.215]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/cache/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6102884Z [00:07:38.222]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/cache/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6167508Z [00:07:38.229]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/cache/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6239268Z [00:07:38.236]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/cache/incubate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6309176Z [00:07:38.243]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6381126Z [00:07:38.250]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/overrides.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6452360Z [00:07:38.257]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/snapshot/_impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6519699Z [00:07:38.264]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/snapshot/credential_helpers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6588791Z [00:07:38.271]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/snapshot/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6657356Z [00:07:38.278]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/config/snapshot/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6730594Z [00:07:38.285]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/prelude.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6802312Z [00:07:38.292]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6872216Z [00:07:38.299]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/shallow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.6944830Z [00:07:38.306]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/dirwalk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7016658Z [00:07:38.313]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/pathspec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7086897Z [00:07:38.320]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/permissions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7159659Z [00:07:38.328]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7233630Z [00:07:38.335]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7304778Z [00:07:38.342]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7377133Z [00:07:38.350]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7446488Z [00:07:38.357]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/location.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7520133Z [00:07:38.364]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/filter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7590986Z [00:07:38.371]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7660517Z [00:07:38.378]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/config/transport.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7733191Z [00:07:38.385]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/config/branch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7815323Z [00:07:38.393]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7888283Z [00:07:38.401]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/config/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.7957462Z [00:07:38.408]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/graph.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8029135Z [00:07:38.415]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/shallow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8100395Z [00:07:38.422]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8174630Z [00:07:38.429]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8244459Z [00:07:38.436]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8313503Z [00:07:38.443]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/thread_safe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8379270Z [00:07:38.450]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8446524Z [00:07:38.457]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8513768Z [00:07:38.463]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8578998Z [00:07:38.470]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/checkout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8646302Z [00:07:38.476]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8715817Z [00:07:38.483]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8785848Z [00:07:38.490]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/freelist.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8857152Z [00:07:38.497]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8926176Z [00:07:38.504]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.8997691Z [00:07:38.512]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/object.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9066963Z [00:07:38.519]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/revision.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9135276Z [00:07:38.525]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/repository/merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9205176Z [00:07:38.532]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/edits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9273423Z [00:07:38.539]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9338372Z [00:07:38.546]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9406684Z [00:07:38.552]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9474465Z [00:07:38.559]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9545403Z [00:07:38.566]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/reference/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9617335Z [00:07:38.574]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9686680Z [00:07:38.581]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/head/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9757977Z [00:07:38.588]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/head/peel.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9826830Z [00:07:38.594]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/head/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9893002Z [00:07:38.601]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/dirwalk/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:06.9964741Z [00:07:38.608]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/dirwalk/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0033931Z [00:07:38.615]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/dirwalk/options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0104743Z [00:07:38.622]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0176649Z [00:07:38.629]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0256377Z [00:07:38.637]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/tree_index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0315815Z [00:07:38.643]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0385308Z [00:07:38.650]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/index_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0455766Z [00:07:38.657]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0523020Z [00:07:38.664]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/iter/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0595771Z [00:07:38.671]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/status/iter/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0665753Z [00:07:38.678]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0732948Z [00:07:38.685]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/attribute_stack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0801174Z [00:07:38.692]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0867361Z [00:07:38.699]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.0936571Z [00:07:38.705]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1012337Z [00:07:38.712]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/save.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1079425Z [00:07:38.720]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/name.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1149545Z [00:07:38.727]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/update_refs/update.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1218593Z [00:07:38.734]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/update_refs/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1286323Z [00:07:38.740]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/update_refs/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1354871Z [00:07:38.747]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/receive_pack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1426995Z [00:07:38.755]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1495052Z [00:07:38.761]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1564257Z [00:07:38.768]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/fetch/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1634663Z [00:07:38.775]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/ref_map.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1706801Z [00:07:38.783]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1775310Z [00:07:38.789]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/connection/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1849844Z [00:07:38.797]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1921068Z [00:07:38.804]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.1994744Z [00:07:38.811]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2067383Z [00:07:38.819]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2137280Z [00:07:38.826]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/url/rewrite.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2206262Z [00:07:38.832]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/url/scheme_permission.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2275916Z [00:07:38.839]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/remote/url/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2345698Z [00:07:38.846]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/open/permissions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2414125Z [00:07:38.853]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/open/repository.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2480892Z [00:07:38.860]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/open/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2547794Z [00:07:38.867]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/open/options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2615121Z [00:07:38.873]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2681641Z [00:07:38.880]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2748967Z [00:07:38.887]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2816139Z [00:07:38.894]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/docs.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2883805Z [00:07:38.900]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.2953256Z [00:07:38.907]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3022677Z [00:07:38.914]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3093221Z [00:07:38.921]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3163839Z [00:07:38.928]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3231844Z [00:07:38.935]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3300836Z [00:07:38.942]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3372399Z [00:07:38.949]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3444589Z [00:07:38.956]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3514884Z [00:07:38.963]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/assets/init/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3584360Z [00:07:38.970]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3651872Z [00:07:38.977]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/worktree/proxy.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3717492Z [00:07:38.984]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/worktree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3786283Z [00:07:38.991]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3856163Z [00:07:38.997]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/submodule/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3925909Z [00:07:39.004]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/submodule/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.3995879Z [00:07:39.011]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4065379Z [00:07:39.018]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/src/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4133522Z [00:07:39.025]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4204356Z [00:07:39.032]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4274556Z [00:07:39.039]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4342782Z [00:07:39.046]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object/tree/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4417277Z [00:07:39.054]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object/blob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4482885Z [00:07:39.060]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/object/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4550894Z [00:07:39.067]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/clone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4618893Z [00:07:39.074]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4688959Z [00:07:39.081]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4759551Z [00:07:39.088]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4828341Z [00:07:39.095]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/traverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4900536Z [00:07:39.102]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.4969903Z [00:07:39.109]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/reflog.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5039772Z [00:07:39.116]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/peel.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5108479Z [00:07:39.123]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5177416Z [00:07:39.130]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/ambiguous.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5243632Z [00:07:39.136]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/regex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5313220Z [00:07:39.143]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/revision/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5381678Z [00:07:39.150]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5454461Z [00:07:39.157]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/config/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5526653Z [00:07:39.165]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5592280Z [00:07:39.171]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5663980Z [00:07:39.178]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/pathspec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5737624Z [00:07:39.186]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5804172Z [00:07:39.192]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5874702Z [00:07:39.199]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/filter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.5939365Z [00:07:39.206]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/excludes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6007360Z [00:07:39.213]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6077450Z [00:07:39.220]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/config_snapshot/credential_helpers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6144780Z [00:07:39.226]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/config_snapshot/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6210337Z [00:07:39.233]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/transport_options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6279951Z [00:07:39.240]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6347279Z [00:07:39.247]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/config/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6414578Z [00:07:39.253]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/shallow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6482156Z [00:07:39.260]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/open.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6549509Z [00:07:39.267]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6617332Z [00:07:39.274]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6686731Z [00:07:39.280]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6755454Z [00:07:39.287]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6820761Z [00:07:39.294]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/object.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6885288Z [00:07:39.300]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/repository/merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.6953913Z [00:07:39.307]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/reference/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7020220Z [00:07:39.314]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/reference/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7085283Z [00:07:39.320]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/head.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7152080Z [00:07:39.327]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7223309Z [00:07:39.334]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7292235Z [00:07:39.341]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/remote/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7362350Z [00:07:39.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/remote/connect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7432144Z [00:07:39.355]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/remote/ref_map.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7499463Z [00:07:39.362]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/remote/save.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7567885Z [00:07:39.369]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/remote/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7634998Z [00:07:39.375]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix/status.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7709967Z [00:07:39.383]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/gix-init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7784886Z [00:07:39.390]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_worktree_repo_with_configs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7852511Z [00:07:39.397]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_revert_sequence_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7917615Z [00:07:39.404]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_head_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.7984739Z [00:07:39.410]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_repo_with_fork_and_dates.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8052800Z [00:07:39.417]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_remote_config_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8122143Z [00:07:39.424]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_shallow_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8189548Z [00:07:39.431]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_rev_spec_parse_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8254048Z [00:07:39.437]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_packed_and_loose.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8321422Z [00:07:39.444]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_shallow_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8386631Z [00:07:39.451]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_rebase_i_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8454108Z [00:07:39.457]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_am_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8527411Z [00:07:39.465]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_config_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8602561Z [00:07:39.472]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_submodules.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8667738Z [00:07:39.479]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_remote_config_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8734757Z [00:07:39.485]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_head_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8802530Z [00:07:39.492]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_pre_epoch_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8873288Z [00:07:39.499]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_rev_parse_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.8943449Z [00:07:39.506]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_revert_sequence_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9013228Z [00:07:39.513]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_empty_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9079353Z [00:07:39.520]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_config_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9143189Z [00:07:39.526]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_references_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9209927Z [00:07:39.533]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_repo_with_fork_and_dates.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9279876Z [00:07:39.540]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_status_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9345615Z [00:07:39.546]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_diff_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9409701Z [00:07:39.553]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9475248Z [00:07:39.559]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_rev_spec_parse_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9537786Z [00:07:39.566]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_reftable_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9604686Z [00:07:39.572]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_merge_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9670532Z [00:07:39.579]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_commit_describe_multiple_tags.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9734477Z [00:07:39.585]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_cherry_pick_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9807161Z [00:07:39.593]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_revert_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9872552Z [00:07:39.599]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_basic_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:07.9935131Z [00:07:39.605]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_bisect_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0000142Z [00:07:39.612]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_packed_and_loose.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0064754Z [00:07:39.618]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/generated-archives/make_cherry_pick_sequence_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0129018Z [00:07:39.625]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_config_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0196331Z [00:07:39.632]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_basic_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0258264Z [00:07:39.638]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_revert_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0320281Z [00:07:39.644]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_worktree_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0381624Z [00:07:39.650]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_rebase_i_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0443534Z [00:07:39.656]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_fetch_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0507497Z [00:07:39.663]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_am_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0569161Z [00:07:39.669]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_submodule_with_worktree.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0631197Z [00:07:39.675]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_bisect_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0692988Z [00:07:39.681]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_submodules.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0755530Z [00:07:39.687]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_merge_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0819332Z [00:07:39.694]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_diff_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0883012Z [00:07:39.700]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_status_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.0944764Z [00:07:39.706]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_pre_epoch_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1005644Z [00:07:39.712]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_references_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1066544Z [00:07:39.719]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_commit_describe_multiple_tags.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1133273Z [00:07:39.725]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_remote_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1199871Z [00:07:39.732]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_diff_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1264463Z [00:07:39.738]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_reftable_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1328996Z [00:07:39.745]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_rev_parse_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1397974Z [00:07:39.752]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_empty_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1462686Z [00:07:39.758]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_core_worktree_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1523791Z [00:07:39.764]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/repo_with_untracked_files.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1589531Z [00:07:39.771]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_complex_shallow_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1659633Z [00:07:39.778]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_cherry_pick_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1724147Z [00:07:39.784]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_cherry_pick_sequence_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1785740Z [00:07:39.790]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_signatures_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1848630Z [00:07:39.797]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/make_config_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1915763Z [00:07:39.803]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/cbd36dbc76760ed41c968f369b470b45c176dabe.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.1979603Z [00:07:39.810]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/2de73f57fc9599602e001fc6331034749b2eacb0.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2045078Z [00:07:39.816]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ba61cefef4328f126283f25935aab2d04ae2016e.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2107937Z [00:07:39.823]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/3d7598b4e4c570eef701f40853ef3e3b0fb224f7.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2172066Z [00:07:39.829]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/3e03295d9b4654adccb6cd625376c36d4d38fb3d.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2233318Z [00:07:39.835]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8c80364c37b7fc364778efb4214575536e6a1df4.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2293180Z [00:07:39.841]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/081093be2ba0d2be62d14363f43859355bee2aa2.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2353811Z [00:07:39.847]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/47bd6f4aa4a7eeef8b01ce168c6c771bdfffcbd3.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2415480Z [00:07:39.853]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f921d5bc423586194bd73419f9814ff072212faa.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2479946Z [00:07:39.860]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f09e8b0e6bf963d8d6d5b578fea48ff4c9b723fb.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2543964Z [00:07:39.866]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5253f0ff160e8b7001a7bd271ca4a07968ff81a3.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2606920Z [00:07:39.873]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e3a9ec4524d27aa7035a38fd7c5db414809623c4.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2667204Z [00:07:39.879]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/fd57f61e92d4d49b4920c08c3522c066cb03ecd2.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2730199Z [00:07:39.885]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/16ab056981c9ca40cdd4d298feb70510cc3ced37.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2792379Z [00:07:39.891]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f644e4c8dd0be6fbe5493b172ce10839bcd9e25c.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2850067Z [00:07:39.897]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/85e7db4f01d8be8faa7a020647273399f815f597.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2907897Z [00:07:39.903]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e7e8f15d7f4c0c50aad13b0f82a632e3d55c33c6.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.2967652Z [00:07:39.909]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e7e8c4f00412aa9bc9898f396ef9a7597aa64756.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3028795Z [00:07:39.915]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/47bd6f4aa4a7eeef8b01ce168c6c771bdfffcbd3.msg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3090799Z [00:07:39.921]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/2de73f57fc9599602e001fc6331034749b2eacb0.msg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3159646Z [00:07:39.927]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5a052b7fb0919218b2ecddffbb341277bd443a5c.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3211153Z [00:07:39.933]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8f55dec5b81779d23539fa7146d713cc42df70f4.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3281048Z [00:07:39.940]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e0baefc79038fed0bcf56f2d8c3588a26d5bf985.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3349773Z [00:07:39.947]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/c24ae8e04f53b84e09838d232b3e8c0167ccc010.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3413539Z [00:07:39.953]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5c1985fc3c89a8d0edaedc23f76feb7f5c4cc962.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3477330Z [00:07:39.960]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a03b50a8a9c23c68d641b51b7c887ea088cd0d2b.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3537594Z [00:07:39.966]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/d67f782327ea286136b8532eaf9a509806a87e83.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3599863Z [00:07:39.972]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f4cb24f79ec2549a3a8a5028d4c43d953f74137d.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3662530Z [00:07:39.978]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/44f49aec05b7dc920cf1f1a554016e74b06ee1c8.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3723603Z [00:07:39.984]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/92853cde19b20cadd74113ea3566c87d4def591b.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3785597Z [00:07:39.990]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8defe631bc82bf35a53cd25083f85664516f412f.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3846992Z [00:07:39.997]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/b8b29cc0ca0176fafaa97c7421a10ed116bcba8a.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3909736Z [00:07:40.003]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/45bb2cf6b7fa96a39c95301f619ca3e4cc3eb0f3.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.3972866Z [00:07:40.009]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/94f78deb408d181ccea9da574d0e45ac32a98092.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4039143Z [00:07:40.016]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ff1c247d4312adb5b372c6d9ff93fa71846ca527.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4105732Z [00:07:40.022]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ac9ad5761637cd731abe1bf4a075fedda7bfc61f.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4169505Z [00:07:40.029]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a0c0340e495fa759c0b705dd46cee322aa0d80c8.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4232306Z [00:07:40.035]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/0dcc138981223171df13d35444c7aaee4b502c6f.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4294739Z [00:07:40.041]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a008cb19a57bd44a5a054fced38384b09c9243fc.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4357782Z [00:07:40.048]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix/tests/interrupt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4422673Z [00:07:40.054]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4484864Z [00:07:40.060]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4548604Z [00:07:40.067]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4610605Z [00:07:40.073]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hashtable/tests/hashtable.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4673758Z [00:07:40.079]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4736496Z [00:07:40.086]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/general-tasks.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4798343Z [00:07:40.092]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4861711Z [00:07:40.098]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4923729Z [00:07:40.104]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/walk/classify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.4983666Z [00:07:40.110]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/walk/readdir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5044073Z [00:07:40.116]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/walk/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5105419Z [00:07:40.122]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/walk/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5168830Z [00:07:40.129]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5232843Z [00:07:40.135]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5295462Z [00:07:40.141]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/walk_utils/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5357649Z [00:07:40.148]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/dir/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5421268Z [00:07:40.154]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/dir/walk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5483339Z [00:07:40.160]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5546743Z [00:07:40.167]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/fixtures/fifo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5612838Z [00:07:40.173]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/fixtures/many-symlinks.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5677065Z [00:07:40.180]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/fixtures/many.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5740599Z [00:07:40.186]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-dir/tests/dir_cwd.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5803593Z [00:07:40.192]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5867893Z [00:07:40.199]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5931642Z [00:07:40.205]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.5998630Z [00:07:40.212]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6064730Z [00:07:40.218]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6131385Z [00:07:40.225]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/src/scheme.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6195215Z [00:07:40.231]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/src/expand_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6262121Z [00:07:40.238]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/src/impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6325580Z [00:07:40.244]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6387557Z [00:07:40.251]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6453974Z [00:07:40.257]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6516648Z [00:07:40.264]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/make_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6580174Z [00:07:40.270]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/illegal-utf8.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6646918Z [00:07:40.277]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/short-panic.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6708335Z [00:07:40.283]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long2.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6769406Z [00:07:40.289]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long-abort2.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6828555Z [00:07:40.295]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long5.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6890364Z [00:07:40.301]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long3.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.6952386Z [00:07:40.307]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long4.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7015111Z [00:07:40.313]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7078884Z [00:07:40.320]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long-abort.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7139552Z [00:07:40.326]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long6.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7200935Z [00:07:40.332]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/expand_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7264731Z [00:07:40.338]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/baseline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7330084Z [00:07:40.345]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7397289Z [00:07:40.352]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/fuzzed.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7462777Z [00:07:40.358]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/parse/http.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7528385Z [00:07:40.365]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7597056Z [00:07:40.372]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/parse/invalid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7659339Z [00:07:40.378]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/parse/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7725045Z [00:07:40.384]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/parse/ssh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7792152Z [00:07:40.391]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-url/tests/url/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7861277Z [00:07:40.398]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7928689Z [00:07:40.405]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.7992674Z [00:07:40.411]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8058372Z [00:07:40.418]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8123691Z [00:07:40.424]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8186211Z [00:07:40.431]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8249661Z [00:07:40.437]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/file/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8314369Z [00:07:40.443]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/file/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8377387Z [00:07:40.450]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/src/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8440210Z [00:07:40.456]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/make_blame_two_roots_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8502213Z [00:07:40.462]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/make_blame_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8568621Z [00:07:40.469]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/generated-archives/make_blame_rename_tracking_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8631759Z [00:07:40.475]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8696225Z [00:07:40.481]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/generated-archives/make_blame_two_roots_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8757226Z [00:07:40.488]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/fixtures/make_blame_rename_tracking_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8818581Z [00:07:40.494]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-blame/tests/blame.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8881446Z [00:07:40.500]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.8944881Z [00:07:40.506]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9006586Z [00:07:40.513]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/src/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9071582Z [00:07:40.519]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/src/signature/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9134578Z [00:07:40.525]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/src/signature/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9197694Z [00:07:40.532]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9262461Z [00:07:40.538]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/tests/actor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9325858Z [00:07:40.544]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/tests/signature/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9390124Z [00:07:40.551]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-actor/tests/identity/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9454316Z [00:07:40.557]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tasks.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9514979Z [00:07:40.563]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/STABILITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9574896Z [00:07:40.569]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9637086Z [00:07:40.576]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9700230Z [00:07:40.582]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/line/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9763320Z [00:07:40.588]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/line/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9827201Z [00:07:40.595]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/line/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9892036Z [00:07:40.601]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/encode/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:08.9955221Z [00:07:40.607]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/encode/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0017887Z [00:07:40.614]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/encode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0083871Z [00:07:40.620]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0147311Z [00:07:40.627]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0212191Z [00:07:40.633]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/sidebands/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0275714Z [00:07:40.639]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/sidebands/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0339019Z [00:07:40.646]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/sidebands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0399246Z [00:07:40.652]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/read/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0459877Z [00:07:40.658]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0518846Z [00:07:40.664]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/write/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0577427Z [00:07:40.670]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/write/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0639638Z [00:07:40.676]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/write/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0701795Z [00:07:40.682]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline-blocking/src/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0766257Z [00:07:40.689]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0828148Z [00:07:40.695]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0892493Z [00:07:40.701]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/examples/invoke-git-credential.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.0953820Z [00:07:40.707]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/examples/custom-helper.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1017002Z [00:07:40.714]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/examples/git-credential-lite.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1083712Z [00:07:40.720]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/helper/cascade.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1145261Z [00:07:40.726]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/helper/invoke.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1206441Z [00:07:40.733]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/helper/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1270463Z [00:07:40.739]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/protocol/context/serde.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1331481Z [00:07:40.745]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/protocol/context/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1392889Z [00:07:40.751]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/protocol/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1455449Z [00:07:40.757]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/program/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1518004Z [00:07:40.764]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/program/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1578886Z [00:07:40.770]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1638959Z [00:07:40.776]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/helper/cascade.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1698586Z [00:07:40.782]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/helper/invoke.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1762584Z [00:07:40.788]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/helper/context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1826634Z [00:07:40.795]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/helper/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1890621Z [00:07:40.801]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/password.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.1952804Z [00:07:40.807]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/oauth-token.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2016887Z [00:07:40.814]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/custom-helper.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2081407Z [00:07:40.820]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/all-but-credentials.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2147756Z [00:07:40.827]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/url.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2214113Z [00:07:40.833]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/username.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2280886Z [00:07:40.840]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/last-pass.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2347319Z [00:07:40.847]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/expired.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2413634Z [00:07:40.853]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2474510Z [00:07:40.859]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/fixtures/reflect.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2535913Z [00:07:40.866]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/protocol/context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2595736Z [00:07:40.871]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/protocol/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2656892Z [00:07:40.878]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/program/from_custom_definition.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2717144Z [00:07:40.884]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/program/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2776428Z [00:07:40.890]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-credentials/tests/credentials.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2836042Z [00:07:40.896]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.mailmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2897182Z [00:07:40.902]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.2956694Z [00:07:40.908]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3016646Z [00:07:40.914]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3079141Z [00:07:40.920]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/interrupt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3142540Z [00:07:40.926]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/serial.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3203456Z [00:07:40.932]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/in_order.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3262837Z [00:07:40.938]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/in_parallel.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3324212Z [00:07:40.944]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/reduce.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3386173Z [00:07:40.951]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/eager_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3449517Z [00:07:40.957]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/parallel/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3513348Z [00:07:40.963]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/threading.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3577384Z [00:07:40.970]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/hash.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3640894Z [00:07:40.976]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3704489Z [00:07:40.982]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3765209Z [00:07:40.988]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3828336Z [00:07:40.995]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/stream/deflate/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3889837Z [00:07:41.001]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/stream/deflate/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.3952252Z [00:07:41.007]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/stream/inflate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4010430Z [00:07:41.013]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/stream/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4073344Z [00:07:41.019]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/zlib/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4133793Z [00:07:41.025]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4193978Z [00:07:41.031]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/src/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4254553Z [00:07:41.037]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/parallel_shared_threaded.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4315293Z [00:07:41.043]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/parallel_shared.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4375240Z [00:07:41.049]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/features.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4436479Z [00:07:41.056]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/parallel/in_order_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4499105Z [00:07:41.062]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/parallel/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4565562Z [00:07:41.068]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/trace/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4631656Z [00:07:41.075]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/parallel_threaded.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4694743Z [00:07:41.081]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-features/tests/pipe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4760611Z [00:07:41.088]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4824287Z [00:07:41.094]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4898278Z [00:07:41.102]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.4969514Z [00:07:41.109]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/decode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5038199Z [00:07:41.116]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/decode/entries.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5101068Z [00:07:41.122]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/decode/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5167536Z [00:07:41.129]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5230354Z [00:07:41.135]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/access/sparse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5291424Z [00:07:41.141]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/access/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5352278Z [00:07:41.147]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5415638Z [00:07:41.153]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/entry/stat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5478151Z [00:07:41.160]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/entry/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5539461Z [00:07:41.166]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/entry/flags.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5601759Z [00:07:41.172]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/entry/mode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5665252Z [00:07:41.178]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/entry/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5727990Z [00:07:41.185]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/index_entry_offset_table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5793737Z [00:07:41.191]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/sparse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5855804Z [00:07:41.198]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/untracked_cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5917566Z [00:07:41.204]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/link.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.5982409Z [00:07:41.210]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/resolve_undo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6047020Z [00:07:41.217]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/tree/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6109614Z [00:07:41.223]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6170669Z [00:07:41.229]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/tree/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6228902Z [00:07:41.235]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/tree/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6288718Z [00:07:41.241]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/fs_monitor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6347622Z [00:07:41.247]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6409088Z [00:07:41.253]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/end_of_index_entry/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6472297Z [00:07:41.259]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/end_of_index_entry/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6535413Z [00:07:41.265]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/end_of_index_entry/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6598599Z [00:07:41.272]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6662707Z [00:07:41.278]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/extension/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6726673Z [00:07:41.285]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6829455Z [00:07:41.295]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6891235Z [00:07:41.301]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.6952366Z [00:07:41.307]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/file/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7012967Z [00:07:41.313]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/file/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7073349Z [00:07:41.319]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7134852Z [00:07:41.325]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/src/file/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7196651Z [00:07:41.332]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7261820Z [00:07:41.338]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7321946Z [00:07:41.344]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/entry/time.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7382894Z [00:07:41.350]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/entry/stat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7444884Z [00:07:41.356]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/entry/mode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7505457Z [00:07:41.362]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/entry/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7567727Z [00:07:41.369]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7632302Z [00:07:41.375]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7694912Z [00:07:41.381]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7757536Z [00:07:41.388]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/file/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7819407Z [00:07:41.394]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/file/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7883432Z [00:07:41.400]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/file/read.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.7943530Z [00:07:41.406]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8003929Z [00:07:41.412]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/index/file/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8063850Z [00:07:41.418]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/integrate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8123959Z [00:07:41.424]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/file_metadata.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8183712Z [00:07:41.430]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_sparse_index.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8241486Z [00:07:41.436]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_icase_name_clashes.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8300802Z [00:07:41.442]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_added_files.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8364107Z [00:07:41.448]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_deeper_tree.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8427610Z [00:07:41.455]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/make_traverse_literal_separators.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8490978Z [00:07:41.461]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_sparse_index_no_dirs.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8550626Z [00:07:41.467]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_more_files.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8611807Z [00:07:41.473]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8673435Z [00:07:41.479]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8733679Z [00:07:41.485]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/V2_empty.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8795138Z [00:07:41.491]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_split_index_recursive.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8857351Z [00:07:41.498]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_split_index.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8919147Z [00:07:41.504]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_all_file_kinds.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.8980839Z [00:07:41.510]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_skip_worktree.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9042272Z [00:07:41.516]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v4_more_files_IEOT.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9104087Z [00:07:41.522]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_split_vs_regular_index.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9165594Z [00:07:41.528]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_sparse_index_non_cone.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9227836Z [00:07:41.535]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/UNTR-with-oids.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9288751Z [00:07:41.541]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/very-long-path.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9350742Z [00:07:41.547]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/REUC.on-90d242d36e248acfae0033274b524bfa55a947fd.git-patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9413889Z [00:07:41.553]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/UNTR.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9478174Z [00:07:41.560]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/FSMN.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9540073Z [00:07:41.566]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/skip_hash.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9604137Z [00:07:41.572]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/ignore-case-realistic.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9669777Z [00:07:41.579]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/conflicting-file.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9733758Z [00:07:41.585]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/REUC.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9796613Z [00:07:41.591]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/UNTR-with-oids.on-90d242d36e248acfae0033274b524bfa55a947fd.git-patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9860633Z [00:07:41.598]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/loose_index/extended-flags.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9923810Z [00:07:41.604]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_traverse_literal_separators.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:09.9985047Z [00:07:41.610]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v3_added_files.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0046034Z [00:07:41.617]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v3_sparse_index_non_cone.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0105791Z [00:07:41.622]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0164359Z [00:07:41.628]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_all_file_kinds.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0222726Z [00:07:41.634]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_deeper_tree.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0281145Z [00:07:41.640]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/V2_empty.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0342162Z [00:07:41.646]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_icase_name_clashes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0405261Z [00:07:41.652]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_sparse_index_no_dirs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0466661Z [00:07:41.659]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v4_more_files_IEOT.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0529040Z [00:07:41.665]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v3_sparse_index.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0595534Z [00:07:41.671]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v3_skip_worktree.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0658624Z [00:07:41.678]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_vs_regular_index.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0723304Z [00:07:41.684]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_index_recursive.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0787491Z [00:07:41.691]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_index.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0849172Z [00:07:41.697]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-index/tests/fixtures/make_index/v2_more_files.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0908380Z [00:07:41.703]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.0968726Z [00:07:41.709]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1029591Z [00:07:41.715]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1093103Z [00:07:41.721]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src/file/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1160061Z [00:07:41.728]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src/file/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1225312Z [00:07:41.734]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1289547Z [00:07:41.741]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-chunk/src/file/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1353648Z [00:07:41.747]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1421701Z [00:07:41.754]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1484655Z [00:07:41.760]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1546163Z [00:07:41.766]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/src/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1606809Z [00:07:41.773]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/src/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1669472Z [00:07:41.779]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1727913Z [00:07:41.785]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/src/acquire.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1790751Z [00:07:41.791]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/tests/lock/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1852257Z [00:07:41.797]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/tests/lock/marker.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1912959Z [00:07:41.803]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/tests/lock/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.1974640Z [00:07:41.809]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lock/tests/all.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2034506Z [00:07:41.815]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2093729Z [00:07:41.821]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2152927Z [00:07:41.827]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/src/ansi_c.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2212139Z [00:07:41.833]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/src/single.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2271560Z [00:07:41.839]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2330183Z [00:07:41.845]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-quote/tests/quote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2389612Z [00:07:41.851]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2448402Z [00:07:41.857]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2506740Z [00:07:41.863]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2564142Z [00:07:41.868]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2626422Z [00:07:41.874]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/fuzz/fuzz_targets/fuzz_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2687354Z [00:07:41.881]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2746985Z [00:07:41.887]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2806310Z [00:07:41.893]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2864321Z [00:07:41.898]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2924686Z [00:07:41.904]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/file/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.2985654Z [00:07:41.910]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/file/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3046652Z [00:07:41.917]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3107436Z [00:07:41.923]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/file/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3167852Z [00:07:41.929]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/src/file/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3231007Z [00:07:41.935]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/access/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3291412Z [00:07:41.941]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/two_parents.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3351939Z [00:07:41.947]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generation_number_overflow.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3413496Z [00:07:41.953]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/octopus_merges.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3476397Z [00:07:41.960]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_commit.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3538746Z [00:07:41.966]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/two_parents.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3600534Z [00:07:41.972]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_parent_huge_dates.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3663785Z [00:07:41.978]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_commit_huge_dates.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3726760Z [00:07:41.984]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/generation_number_overflow.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3786645Z [00:07:41.991]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_parent.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3845233Z [00:07:41.996]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/single_commit_huge_dates.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3904261Z [00:07:42.002]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/octopus_merges.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.3964762Z [00:07:42.008]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/split_chain.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4028498Z [00:07:42.015]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/single_commit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4102032Z [00:07:42.022]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/fixtures/single_parent.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4166816Z [00:07:42.029]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-commitgraph/tests/commitgraph.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4232350Z [00:07:42.035]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4293862Z [00:07:42.041]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4356251Z [00:07:42.048]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4416196Z [00:07:42.053]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4476100Z [00:07:42.060]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4541094Z [00:07:42.066]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4601160Z [00:07:42.072]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/merge_base/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4662328Z [00:07:42.078]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/merge_base/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4722980Z [00:07:42.084]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/describe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4784776Z [00:07:42.090]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/spec/parse/delegate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4843660Z [00:07:42.096]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/spec/parse/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4901753Z [00:07:42.102]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/spec/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.4958819Z [00:07:42.108]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/spec/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5016329Z [00:07:42.114]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5075527Z [00:07:42.119]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/merge_base/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5135481Z [00:07:42.125]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5196119Z [00:07:42.131]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/describe/format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5255917Z [00:07:42.137]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/describe/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5315926Z [00:07:42.143]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/display.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5382760Z [00:07:42.150]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/describe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5444330Z [00:07:42.156]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/at_symbol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5506879Z [00:07:42.163]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/hash.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5572248Z [00:07:42.169]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/colon_symbol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5635132Z [00:07:42.175]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/refnames.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5695741Z [00:07:42.181]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5757492Z [00:07:42.188]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5819349Z [00:07:42.194]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5885110Z [00:07:42.200]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/caret_symbol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.5947619Z [00:07:42.207]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/colon_symbol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6009666Z [00:07:42.213]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/tilde_symbol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6074424Z [00:07:42.219]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6137888Z [00:07:42.226]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/revision/spec/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6201765Z [00:07:42.232]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/make_merge_base_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6263488Z [00:07:42.238]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/generated-archives/make_merge_base_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6325328Z [00:07:42.244]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/generated-archives/make_repo_with_branches.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6384650Z [00:07:42.250]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/generated-archives/merge_base_octopus_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6446624Z [00:07:42.257]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/make_repo_with_branches.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6508927Z [00:07:42.263]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revision/tests/fixtures/merge_base_octopus_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6571626Z [00:07:42.269]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/crate-status.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6634566Z [00:07:42.275]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.devcontainer/devcontainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6696086Z [00:07:42.282]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.devcontainer/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6758900Z [00:07:42.288]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6817963Z [00:07:42.294]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6879240Z [00:07:42.300]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/src/momo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6937365Z [00:07:42.306]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.6997373Z [00:07:42.312]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo/ux/error_on_struct.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7057137Z [00:07:42.318]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo/ux/error_if_ineffective.stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7116716Z [00:07:42.324]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo/ux/error_if_ineffective.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7177182Z [00:07:42.330]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo/ux/error_on_struct.stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7237877Z [00:07:42.336]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/momo/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7300460Z [00:07:42.342]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-macros/tests/macros.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7362575Z [00:07:42.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7424541Z [00:07:42.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7486403Z [00:07:42.361]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/repository.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7549729Z [00:07:42.367]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/is.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7614156Z [00:07:42.373]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/upwards/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7678684Z [00:07:42.380]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/upwards/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7743209Z [00:07:42.386]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/upwards/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7803204Z [00:07:42.392]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7863237Z [00:07:42.398]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7921282Z [00:07:42.404]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.7980994Z [00:07:42.410]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/upwards/ceiling_dirs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8040663Z [00:07:42.416]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/upwards/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8102403Z [00:07:42.422]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8163376Z [00:07:42.428]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8224467Z [00:07:42.434]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8288092Z [00:07:42.441]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/discover/is_git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8348930Z [00:07:42.447]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/make_exfat_repo_darwin.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8410850Z [00:07:42.453]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/generated-archives/make_submodules.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8474249Z [00:07:42.459]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8535531Z [00:07:42.465]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/generated-archives/make_reftable_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8595522Z [00:07:42.471]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/generated-archives/make_exfat_repo_darwin.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8654001Z [00:07:42.477]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/make_basic_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8712140Z [00:07:42.483]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/make_submodules.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8772930Z [00:07:42.489]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/fixtures/make_reftable_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8831242Z [00:07:42.495]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-discover/tests/isolated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8891064Z [00:07:42.501]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.8950226Z [00:07:42.507]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9007126Z [00:07:42.513]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9067776Z [00:07:42.519]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/src/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9126353Z [00:07:42.525]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/src/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9186523Z [00:07:42.531]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/src/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9246031Z [00:07:42.537]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9304643Z [00:07:42.542]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/src/tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9364219Z [00:07:42.548]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/tag/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9423130Z [00:07:42.554]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/path/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9481864Z [00:07:42.560]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/reference/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9542412Z [00:07:42.566]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/validate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9600668Z [00:07:42.572]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-validate/tests/submodule/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9659696Z [00:07:42.578]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9717850Z [00:07:42.584]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9775807Z [00:07:42.590]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9836472Z [00:07:42.595]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/loose/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9902330Z [00:07:42.602]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/loose/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:10.9962465Z [00:07:42.608]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/loose/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0023650Z [00:07:42.614]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/loose/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0084407Z [00:07:42.620]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/loose/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0146761Z [00:07:42.627]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0211705Z [00:07:42.633]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/load_index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0271121Z [00:07:42.639]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/structure.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0329563Z [00:07:42.645]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/prefix.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0393018Z [00:07:42.651]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/handle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0454134Z [00:07:42.657]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0517887Z [00:07:42.664]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0580442Z [00:07:42.670]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0642386Z [00:07:42.676]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/load_one.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0704146Z [00:07:42.682]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0766163Z [00:07:42.688]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0829175Z [00:07:42.695]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/metrics.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0889549Z [00:07:42.701]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.0948299Z [00:07:42.707]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1008452Z [00:07:42.713]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1067747Z [00:07:42.719]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/store_impls/dynamic/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1131375Z [00:07:42.725]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/alternate/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1189417Z [00:07:42.731]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/alternate/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1251342Z [00:07:42.737]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1309651Z [00:07:42.743]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1369519Z [00:07:42.749]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/memory.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1429519Z [00:07:42.755]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/sink.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1489619Z [00:07:42.761]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1550689Z [00:07:42.767]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1614304Z [00:07:42.773]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/sink/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1674305Z [00:07:42.779]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/find/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1733489Z [00:07:42.785]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/store/loose.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1795421Z [00:07:42.791]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/store/linked.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1856558Z [00:07:42.798]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/store/compound.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1917154Z [00:07:42.804]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/store/dynamic.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.1977832Z [00:07:42.810]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/store/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2038763Z [00:07:42.816]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/alternate/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2099575Z [00:07:42.822]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/regression/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2161354Z [00:07:42.828]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/header/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2223003Z [00:07:42.834]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2283268Z [00:07:42.840]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/odb/memory.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2343695Z [00:07:42.846]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/integrate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2404790Z [00:07:42.852]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2465866Z [00:07:42.858]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/216edf2f7a671742705e6ca8a639daacfcf91217.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2526697Z [00:07:42.865]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/09a90be3fe6db2b49e35858c529e4b9c687b9a08.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2587519Z [00:07:42.871]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/09a90be3fe6db2b49e35858c529e4b9c687b9a08.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2649399Z [00:07:42.877]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/216edf2f7a671742705e6ca8a639daacfcf91217.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2712281Z [00:07:42.883]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2771932Z [00:07:42.889]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2831834Z [00:07:42.895]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2891239Z [00:07:42.901]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/refs/heads/next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.2951283Z [00:07:42.907]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/generated-archives/make_replaced_history.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3013512Z [00:07:42.913]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/generated-archives/make_repo_multi_index.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3073279Z [00:07:42.919]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3131809Z [00:07:42.925]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/repo_with_loose_objects.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3193660Z [00:07:42.931]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/make_alternates_odb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3264643Z [00:07:42.938]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/37/d4e6c5c48ba0d245164c4e10d5f41140cab980' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3325779Z [00:07:42.944]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/6b/a2a0ded519f737fd5b8d5ccfb141125ef3176f' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3386839Z [00:07:42.951]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3445586Z [00:07:42.956]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3504631Z [00:07:42.962]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3564000Z [00:07:42.968]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3623358Z [00:07:42.974]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3684197Z [00:07:42.980]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3743940Z [00:07:42.986]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/a7/06d7cd20fc8ce71489f34b50cf01011c104193' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3805163Z [00:07:42.992]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/59/5dfd62fc1ad283d61bb47a24e7a1f66398f84d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3865594Z [00:07:42.998]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/72/2fe60ad4f0276d5a8121970b5bb9dccdad4ef9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3925947Z [00:07:43.004]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/ff/a700b4aca13b80cb6b98a078e7c96804f8e0ec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.3987135Z [00:07:43.011]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/objects/96/ae868b3539f551c88fd5f02394d022581b11b0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4045427Z [00:07:43.016]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/make_replaced_history.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4104596Z [00:07:43.022]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-odb/tests/fixtures/make_repo_multi_index.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4164162Z [00:07:43.028]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4220858Z [00:07:43.034]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4281706Z [00:07:43.040]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4341115Z [00:07:43.046]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/examples/use-askpass.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4399136Z [00:07:43.052]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/examples/credentials.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4459017Z [00:07:43.058]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/examples/askpass.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4520200Z [00:07:43.064]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/src/unix.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4582829Z [00:07:43.070]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4644928Z [00:07:43.076]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4706275Z [00:07:43.082]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/tests/options/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4768790Z [00:07:43.089]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-prompt/tests/prompt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4829225Z [00:07:43.095]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4888675Z [00:07:43.101]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.4948429Z [00:07:43.107]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5006300Z [00:07:43.113]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5066447Z [00:07:43.119]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/fuzz/fuzz_targets/fuzz_value.dict' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5127919Z [00:07:43.125]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/fuzz/fuzz_targets/fuzz_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5189807Z [00:07:43.131]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/boolean.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5252090Z [00:07:43.137]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/color.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5317990Z [00:07:43.144]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5382944Z [00:07:43.150]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/integer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5444955Z [00:07:43.156]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5506225Z [00:07:43.163]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5570377Z [00:07:43.169]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests/value/boolean.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5631836Z [00:07:43.175]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests/value/color.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5691943Z [00:07:43.181]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests/value/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5751426Z [00:07:43.187]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests/value/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5813310Z [00:07:43.193]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config-value/tests/value/integer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5875536Z [00:07:43.199]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5937460Z [00:07:43.206]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tui/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.5999512Z [00:07:43.212]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tui/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6062957Z [00:07:43.218]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tui/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6125191Z [00:07:43.224]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6186392Z [00:07:43.231]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6249282Z [00:07:43.237]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/src/permission.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6311069Z [00:07:43.243]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/src/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6372331Z [00:07:43.249]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/src/trust.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6433788Z [00:07:43.255]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6495237Z [00:07:43.261]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/tests/sec/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6558686Z [00:07:43.268]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sec/tests/sec/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6619887Z [00:07:43.274]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6682269Z [00:07:43.280]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6744603Z [00:07:43.286]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6806048Z [00:07:43.292]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests/fsck.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6865891Z [00:07:43.298]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests/connectivity/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6925812Z [00:07:43.305]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.6985765Z [00:07:43.310]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fsck/tests/fixtures/make_test_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7046568Z [00:07:43.317]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7105888Z [00:07:43.323]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7166153Z [00:07:43.329]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/src/graph/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7226241Z [00:07:43.335]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/src/graph/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7285292Z [00:07:43.340]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/src/queue.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7344340Z [00:07:43.346]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7404154Z [00:07:43.352]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-revwalk/tests/revwalk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7466416Z [00:07:43.359]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7530828Z [00:07:43.365]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7590477Z [00:07:43.371]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7651382Z [00:07:43.377]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/DEVELOPMENT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7714269Z [00:07:43.383]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-shallow/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7774047Z [00:07:43.389]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-shallow/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7834080Z [00:07:43.395]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-shallow/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7893383Z [00:07:43.401]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.7964256Z [00:07:43.408]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8027269Z [00:07:43.415]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8088779Z [00:07:43.421]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8155573Z [00:07:43.427]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/snapshot/signature.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8217421Z [00:07:43.434]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/snapshot/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8279034Z [00:07:43.440]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/snapshot/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8340861Z [00:07:43.446]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/snapshot/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8403034Z [00:07:43.452]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8465793Z [00:07:43.458]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/fixtures/overwrite.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8527275Z [00:07:43.465]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/fixtures/typical.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8587289Z [00:07:43.471]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/fixtures/invalid.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8647243Z [00:07:43.477]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8707226Z [00:07:43.483]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8766901Z [00:07:43.489]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-mailmap/tests/snapshot/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8827367Z [00:07:43.495]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8894557Z [00:07:43.501]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.8956361Z [00:07:43.508]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/blob/platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9016807Z [00:07:43.514]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/blob/pipeline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9076876Z [00:07:43.520]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/blob/unified_diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9133747Z [00:07:43.525]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/blob/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9193666Z [00:07:43.531]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree_with_rewrites/change.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9253109Z [00:07:43.537]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree_with_rewrites/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9311979Z [00:07:43.543]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree_with_rewrites/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9371379Z [00:07:43.549]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/rewrites/tracker.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9434017Z [00:07:43.555]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/rewrites/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9496578Z [00:07:43.562]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/index/change.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9561615Z [00:07:43.568]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/index/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9624689Z [00:07:43.574]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9689800Z [00:07:43.581]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree/visit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9753624Z [00:07:43.587]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree/recorder.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9816992Z [00:07:43.594]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9882953Z [00:07:43.600]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:11.9946383Z [00:07:43.607]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0014534Z [00:07:43.613]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0082398Z [00:07:43.620]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_diff_repo_a.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0147149Z [00:07:43.627]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_diff_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0210953Z [00:07:43.633]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_blob_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0277778Z [00:07:43.640]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_diff_for_rewrites_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0343711Z [00:07:43.646]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/make_diff_for_rewrites_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0409654Z [00:07:43.653]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/make_diff_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0480037Z [00:07:43.660]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/fixtures/make_blob_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0546854Z [00:07:43.667]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0612535Z [00:07:43.673]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/blob/platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0680087Z [00:07:43.680]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/blob/pipeline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0749206Z [00:07:43.687]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/blob/unified_diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0818376Z [00:07:43.694]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/blob/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0887918Z [00:07:43.701]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/rewrites/tracker.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.0954880Z [00:07:43.707]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/rewrites/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1019980Z [00:07:43.714]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/tree_with_rewrites.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1084896Z [00:07:43.720]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1148118Z [00:07:43.727]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-diff/tests/diff/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1211965Z [00:07:43.733]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1277613Z [00:07:43.740]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1341586Z [00:07:43.746]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/src/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1406452Z [00:07:43.752]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1473446Z [00:07:43.759]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/tests/archive.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1538510Z [00:07:43.766]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1601514Z [00:07:43.772]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-archive/tests/fixtures/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1665457Z [00:07:43.778]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1728972Z [00:07:43.785]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1789535Z [00:07:43.791]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1851857Z [00:07:43.797]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/examples/try-deadlock-on-cleanup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1912955Z [00:07:43.803]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/examples/delete-tempfiles-on-sigterm-interactive.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.1973621Z [00:07:43.809]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/examples/delete-tempfiles-on-sigterm.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2037248Z [00:07:43.816]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/src/signal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2099194Z [00:07:43.822]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/src/handle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2164959Z [00:07:43.828]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/src/registry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2229524Z [00:07:43.835]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/src/forksafe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2291458Z [00:07:43.841]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2352352Z [00:07:43.847]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/tests/registry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2414038Z [00:07:43.853]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/tests/tempfile/handle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2476579Z [00:07:43.859]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/tests/tempfile/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2540224Z [00:07:43.866]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tempfile/tests/all.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2599168Z [00:07:43.872]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/rustfmt-nightly.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2658957Z [00:07:43.878]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2718839Z [00:07:43.884]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2779565Z [00:07:43.890]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2841308Z [00:07:43.896]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/src/search.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2908780Z [00:07:43.903]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.2973576Z [00:07:43.909]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3038828Z [00:07:43.916]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/make_global_and_external_and_dir_ignores.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3101798Z [00:07:43.922]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/ignore/various.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3163427Z [00:07:43.928]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/ignore/precious.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3225021Z [00:07:43.934]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/fixtures/attributes/various.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3288997Z [00:07:43.941]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/ignore/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3358375Z [00:07:43.948]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/ignore/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3419309Z [00:07:43.954]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ignore/tests/ignore/search.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3485199Z [00:07:43.960]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/examples/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3548188Z [00:07:43.967]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/examples/ls-tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3607001Z [00:07:43.973]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3665396Z [00:07:43.978]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-note/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3724223Z [00:07:43.984]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-note/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3783483Z [00:07:43.990]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-note/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3843487Z [00:07:43.996]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3903970Z [00:07:44.002]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.3965175Z [00:07:44.008]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4024000Z [00:07:44.014]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/workflows/cron.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4083419Z [00:07:44.020]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4144433Z [00:07:44.026]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/workflows/cifuzz.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4203795Z [00:07:44.032]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4262690Z [00:07:44.038]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4321806Z [00:07:44.044]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4381293Z [00:07:44.050]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4439446Z [00:07:44.056]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/line/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4498658Z [00:07:44.062]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/line/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4556371Z [00:07:44.068]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/line/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4616255Z [00:07:44.073]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/encode/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4677353Z [00:07:44.080]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/encode/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4739826Z [00:07:44.086]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/encode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4802186Z [00:07:44.092]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4861304Z [00:07:44.098]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4921822Z [00:07:44.104]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/sidebands/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.4981892Z [00:07:44.110]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/sidebands/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5041912Z [00:07:44.116]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/sidebands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5101653Z [00:07:44.122]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/read/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5163814Z [00:07:44.128]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5226790Z [00:07:44.135]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/write/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5291883Z [00:07:44.141]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/write/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5354947Z [00:07:44.147]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/write/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5418424Z [00:07:44.154]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/src/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5484227Z [00:07:44.160]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/decode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5548202Z [00:07:44.167]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v2/clone.all-received' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5611853Z [00:07:44.173]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v2/clone.all-sent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5673022Z [00:07:44.179]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1/fetch/01-many-refs.request' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5735872Z [00:07:44.185]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1/fetch/01-many-refs.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5799645Z [00:07:44.192]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1/01-clone.combined-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5862489Z [00:07:44.198]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1/01.request' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5930479Z [00:07:44.205]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/fixtures/v1/01-clone.combined-output-no-binary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.5996394Z [00:07:44.211]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/async-packetline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6062239Z [00:07:44.218]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/encode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6123721Z [00:07:44.224]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/blocking-packetline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6183211Z [00:07:44.230]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/read/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6242015Z [00:07:44.236]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/read/sideband.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6299140Z [00:07:44.242]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-packetline/tests/write/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6358193Z [00:07:44.248]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6417633Z [00:07:44.254]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6475929Z [00:07:44.260]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6535148Z [00:07:44.265]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6593836Z [00:07:44.271]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6652203Z [00:07:44.277]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6712974Z [00:07:44.283]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/instruction.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6774402Z [00:07:44.289]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6835015Z [00:07:44.295]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6894192Z [00:07:44.301]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.6953384Z [00:07:44.307]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/match_group/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7012261Z [00:07:44.313]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/match_group/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7068999Z [00:07:44.319]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/match_group/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7127366Z [00:07:44.325]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/match_group/validate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7186122Z [00:07:44.330]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7244512Z [00:07:44.336]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/src/spec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7304252Z [00:07:44.342]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/generated-archives/parse_baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7363549Z [00:07:44.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7422335Z [00:07:44.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/parse_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7483424Z [00:07:44.360]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/match_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7543117Z [00:07:44.366]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/fixtures/fuzzed/clusterfuzz-testcase-minimized-gix-refspec-parse-4658733962887168' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7600731Z [00:07:44.372]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/match_group.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7659663Z [00:07:44.378]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7718557Z [00:07:44.384]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7777204Z [00:07:44.390]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7837709Z [00:07:44.396]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/matching.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7899821Z [00:07:44.402]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/parse/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.7961895Z [00:07:44.408]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/parse/push.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8023661Z [00:07:44.414]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8084499Z [00:07:44.420]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/parse/invalid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8146769Z [00:07:44.427]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-refspec/tests/refspec/spec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8204683Z [00:07:44.432]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8264400Z [00:07:44.438]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/deny.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8324616Z [00:07:44.444]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8386982Z [00:07:44.451]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8450289Z [00:07:44.457]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env/git/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8511611Z [00:07:44.463]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env/git/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8575634Z [00:07:44.469]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8638652Z [00:07:44.476]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8711701Z [00:07:44.483]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/env/auxiliary.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8775679Z [00:07:44.489]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8837347Z [00:07:44.496]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/realpath.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8897690Z [00:07:44.502]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/relative_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.8956821Z [00:07:44.508]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/convert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9015620Z [00:07:44.513]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9077733Z [00:07:44.520]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9138537Z [00:07:44.526]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9200317Z [00:07:44.532]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/realpath.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9262351Z [00:07:44.538]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/relative_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9323960Z [00:07:44.544]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/convert/normalize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9385958Z [00:07:44.550]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/convert/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9449234Z [00:07:44.557]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/path/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9511784Z [00:07:44.563]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/fixtures/generated-archives/local_config.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9572510Z [00:07:44.569]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/fixtures/local_config.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9633609Z [00:07:44.575]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-path/tests/fixtures/fuzzed/54k-path-components.path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9697313Z [00:07:44.582]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9757741Z [00:07:44.588]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9818805Z [00:07:44.594]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/src/enabled.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9880956Z [00:07:44.600]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/src/disabled.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:12.9941550Z [00:07:44.606]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0000294Z [00:07:44.612]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-trace/tests/trace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0059092Z [00:07:44.618]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0121803Z [00:07:44.624]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-aad76a29fa546711.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0179539Z [00:07:44.630]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide-7cdd42e014192136.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0240322Z [00:07:44.636]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config_value-2b4e505c1246583e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0298498Z [00:07:44.642]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0358699Z [00:07:44.648]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0418639Z [00:07:44.654]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0477822Z [00:07:44.660]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-88332192e1b61572.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0535856Z [00:07:44.665]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-c15a421ed373e316.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0595369Z [00:07:44.671]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_archive-036859a1ebca4440.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0658874Z [00:07:44.678]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0719664Z [00:07:44.684]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties-97fb828b8e86c64f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0778946Z [00:07:44.690]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0840783Z [00:07:44.696]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crosstermion-6deed7fe3b5b3d3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0904827Z [00:07:44.702]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_wsl-4bcb4762d539e09e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.0967648Z [00:07:44.709]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1029592Z [00:07:44.715]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-740c2a79f711a05f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1087754Z [00:07:44.721]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-b0c4204e88b262d4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1147733Z [00:07:44.727]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1208653Z [00:07:44.733]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-2aa7bee56e77439a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1268983Z [00:07:44.739]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytesize-7c59a5aee85e9cc9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1327992Z [00:07:44.745]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1386316Z [00:07:44.751]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cpufeatures-fa25e487ac82ad73.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1447736Z [00:07:44.757]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-785eac17ddc32650.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1507106Z [00:07:44.763]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-7d51049d844e6bca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1566841Z [00:07:44.769]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-8fac184a06d932f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1625868Z [00:07:44.774]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config_value-2b4e505c1246583e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1685650Z [00:07:44.780]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/env_filter-b4ee8eb302af1e9c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1745910Z [00:07:44.786]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/foldhash-4166f2240ae6512f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1805966Z [00:07:44.792]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclru-b8760a06ad48cde1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1865803Z [00:07:44.798]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-992d243111698c7a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1930046Z [00:07:44.805]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_hashtable-8df1d1951220ef6a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.1989335Z [00:07:44.811]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_react-8e6b553249f1b542.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2049349Z [00:07:44.817]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-167cb150d878195e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2108987Z [00:07:44.823]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2164824Z [00:07:44.828]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_ref-c6bb2eb983c337ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2222002Z [00:07:44.834]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_lock-9f48090514e29bcd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2281612Z [00:07:44.840]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/xattr-3448e50b86b66bb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2343556Z [00:07:44.846]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sharded_slab-c87e086639dbd4ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2404762Z [00:07:44.852]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer_data-e41840278c5a620b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2464244Z [00:07:44.858]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2520851Z [00:07:44.864]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2579375Z [00:07:44.870]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2636734Z [00:07:44.876]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_tempfile-6a629eb9cf691d19.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2695419Z [00:07:44.881]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuluru-a8ff2d0c9bdfa069.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2752625Z [00:07:44.887]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_attributes-5cb7f02eceeb96e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2809248Z [00:07:44.893]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2867381Z [00:07:44.899]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-0e89610bca173e39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2925887Z [00:07:44.904]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.2983509Z [00:07:44.910]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-c8fbf191325a0dbc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3041337Z [00:07:44.916]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-a4e0c722afc1337e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3101490Z [00:07:44.922]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_blame-044bb660f15e8537.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3158375Z [00:07:44.928]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_validate-46183eb8b51b966a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3216871Z [00:07:44.934]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-e9bab7e445adc0fd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3274189Z [00:07:44.939]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_prompt-cac0a9b7a4604f10.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3333312Z [00:07:44.945]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_glob-145344e629c42474.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3390867Z [00:07:44.951]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_index-e0191b63475f6e68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3449227Z [00:07:44.957]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzlib_rs-630afc5560384a57.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3509555Z [00:07:44.963]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arc_swap-ea1e3e5a82c95803.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3569063Z [00:07:44.969]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpolling-0cf99934dcf30129.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3629651Z [00:07:44.975]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-934c49cbcee3a906.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3691191Z [00:07:44.981]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3753783Z [00:07:44.987]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3815039Z [00:07:44.993]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_filter-b4ee8eb302af1e9c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3876529Z [00:07:44.999]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-282223f4cdf1ee7f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.3938325Z [00:07:45.006]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-5555de710644056e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4000211Z [00:07:45.012]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4079639Z [00:07:45.020]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-1ef97034e599d181.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4143843Z [00:07:45.026]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimara_diff-d58fea0ba96f0264.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4206875Z [00:07:45.033]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4272703Z [00:07:45.039]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix-c1beeb71fa42b409.gix.e3afa4250631e583-cgu.0.rcgu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4335755Z [00:07:45.045]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-543a201e75215feb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4397429Z [00:07:45.052]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_sink-89ac60824d8d4bf4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4457511Z [00:07:45.058]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config-735e724ca6f7be02.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4518240Z [00:07:45.064]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_url-9da9ace2fd3734c9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4578191Z [00:07:45.070]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-41290624a87355ab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4637624Z [00:07:45.076]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-8012d92a9667d713.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4698659Z [00:07:45.082]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree_stream-6f34dffb3ecc728c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4757015Z [00:07:45.088]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_actor-eb2e3700834e00e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4818439Z [00:07:45.094]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurl-378ec677bda03685.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4876589Z [00:07:45.100]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gitoxide-7cdd42e014192136.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4936443Z [00:07:45.105]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-0eab935966dc1e51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.4997692Z [00:07:45.112]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1-ea3b7f8858c24f6f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5057528Z [00:07:45.118]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_bitmap-8ba0f8c1e18dc2cf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5117179Z [00:07:45.124]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dashmap-a80cede878c45f19.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5178352Z [00:07:45.130]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/curl-378ec677bda03685.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5237526Z [00:07:45.136]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytesize-7c59a5aee85e9cc9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5296572Z [00:07:45.142]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer-28ec4679b8e687c1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5354507Z [00:07:45.147]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_pack-9217c271e59afb2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5414871Z [00:07:45.153]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_chunk-a71e3255bdd922c4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5473592Z [00:07:45.159]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5533439Z [00:07:45.165]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-66687683ebb3bdb7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5595087Z [00:07:45.171]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener-c140d4e82da35989.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5654569Z [00:07:45.177]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-66e902bfbfda2faa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5713752Z [00:07:45.183]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:13.5773444Z [00:07:45.189]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-122bdd6b810c8469.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5835461Z [00:07:45.195]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_sec-4dc8f9fbee20caab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5895670Z [00:07:45.201]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-9309ea60d5963eb4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.5955365Z [00:07:45.207]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_trace-81c3516fe33f8a31.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6014746Z [00:07:45.213]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurl_sys-69676ad689588394.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6075253Z [00:07:45.219]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6133313Z [00:07:45.225]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pathdiff-6afe966f22006c7c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6193407Z [00:07:45.231]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-9b9be671359ac8ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6253068Z [00:07:45.237]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6319780Z [00:07:45.244]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6379329Z [00:07:45.250]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_status-a855c0f77bdacf50.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6437019Z [00:07:45.256]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pack-9217c271e59afb2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6494542Z [00:07:45.261]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6551853Z [00:07:45.267]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-432f354703d7c4dc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6609357Z [00:07:45.273]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zip-8bfa44d0e0acf7b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6667215Z [00:07:45.279]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_queue-4fbd714c79d9ec7d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6726549Z [00:07:45.285]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_sec-4dc8f9fbee20caab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6788889Z [00:07:45.291]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_utils-102f000a64c6fb42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6850637Z [00:07:45.297]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_status-a855c0f77bdacf50.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.6969606Z [00:07:45.309]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_normalization-47afb3d6f69ce6d2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7087237Z [00:07:45.321]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinystr-0eab935966dc1e51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7152350Z [00:07:45.327]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:13.7219523Z [00:07:45.334]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec_macros-6095b6814490dd81.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7287723Z [00:07:45.341]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/prodash-cd84bcc05c4c1ccc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7357500Z [00:07:45.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/faster_hex-4337ed818fc5319b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7420259Z [00:07:45.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/litemap-c6b597b0b48f9891.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7484963Z [00:07:45.360]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-e372b8e108c7df49.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7550125Z [00:07:45.367]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam-bca25181b27d18d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7616709Z [00:07:45.373]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_mio-43cb0d121f459dc7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7681209Z [00:07:45.380]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansiterm-2b3fc9a80833e1a9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7747270Z [00:07:45.387]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfs_err-e91c9ee48d37f195.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7811727Z [00:07:45.393]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_fs-b5010988772df54d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7876776Z [00:07:45.399]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-390245f0fda4ac0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.7940311Z [00:07:45.406]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_packetline-6227b15639dfac05.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8004516Z [00:07:45.412]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8067339Z [00:07:45.419]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam-bca25181b27d18d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8136643Z [00:07:45.425]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gitoxide_core-22e95d0c03059f4c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8203910Z [00:07:45.432]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_transport-61a4d4e7ee59eba0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8266927Z [00:07:45.439]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/static_assertions-924a51dd0a6b3770.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8329461Z [00:07:45.445]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-924f6b836dbc6f2c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8392557Z [00:07:45.451]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:13.8455875Z [00:07:45.457]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/compact_str-41290624a87355ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8519319Z [00:07:45.464]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_shallow-015780893e3be784.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8583886Z [00:07:45.470]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8649367Z [00:07:45.477]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_lock-dfc0fd6aa0290ff6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8713982Z [00:07:45.483]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8778475Z [00:07:45.490]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_blame-044bb660f15e8537.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8840758Z [00:07:45.496]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-543a201e75215feb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8905419Z [00:07:45.502]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-8eb8825dda381af1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.8972340Z [00:07:45.509]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-a24722be501cfe53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9039724Z [00:07:45.516]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinyvec-e8f09192ff814331.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9106358Z [00:07:45.522]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_normalization-47afb3d6f69ce6d2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9171301Z [00:07:45.529]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-66e902bfbfda2faa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9237910Z [00:07:45.536]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-ef337aa491fa94e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9306836Z [00:07:45.542]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:13.9371136Z [00:07:45.549]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9437393Z [00:07:45.556]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-6fd82f3c15f2cd24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9503572Z [00:07:45.562]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-934c49cbcee3a906.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9567571Z [00:07:45.569]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-9b9be671359ac8ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9633322Z [00:07:45.575]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide-7cdd42e014192136.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9699391Z [00:07:45.582]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhash32-836cb474a4543f72.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9766916Z [00:07:45.589]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-28ec4679b8e687c1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9838461Z [00:07:45.596]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_credentials-df778f41f901f69d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9905697Z [00:07:45.602]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtar-cfe55be0763a9e26.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:13.9969674Z [00:07:45.609]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemmap2-f0fef1515e08af2d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0037759Z [00:07:45.616]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-abbd022fd61128a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0106856Z [00:07:45.622]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fallible_streaming_iterator-8fac184a06d932f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0174676Z [00:07:45.629]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_sys-fb4d1a3cdb395ba8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0238945Z [00:07:45.636]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking-a4e0c722afc1337e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0304549Z [00:07:45.642]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-cacfdb9da57bd9fd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0370847Z [00:07:45.649]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-a4c9ee4b3f72a0a8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0440464Z [00:07:45.656]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:14.0509186Z [00:07:45.663]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-10c5683c4492da4b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0577960Z [00:07:45.670]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ein-f87a63df839db274.ein.a2a16a7d07820c15-cgu.0.rcgu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0647402Z [00:07:45.677]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f7389c385ffcb3ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0714187Z [00:07:45.683]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_url-9da9ace2fd3734c9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0780851Z [00:07:45.690]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_chunk-a71e3255bdd922c4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0846863Z [00:07:45.697]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-c866b446a57a7436.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0912794Z [00:07:45.703]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.0977269Z [00:07:45.710]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-6f2f0cbe09b57ffe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1043461Z [00:07:45.716]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_bom-bf8be29bdfba528d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1109880Z [00:07:45.723]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:14.1174413Z [00:07:45.729]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1239359Z [00:07:45.736]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:14.1303983Z [00:07:45.742]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-0e27a2bcd493c1f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1371841Z [00:07:45.749]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing-e8f0deb699e187cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1439042Z [00:07:45.756]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/byteorder-cacfdb9da57bd9fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1502919Z [00:07:45.762]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-89ac60824d8d4bf4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1565948Z [00:07:45.768]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-9a8b7d58e3a683ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1630407Z [00:07:45.775]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/uluru-a8ff2d0c9bdfa069.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1692818Z [00:07:45.781]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_lite-56c1f1f62af4cb6f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1753367Z [00:07:45.787]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1816492Z [00:07:45.793]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_commitgraph-db7a50bf9399459b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1882805Z [00:07:45.800]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblayout-e1d1697282791166.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.1947862Z [00:07:45.807]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d4333fcfe4fd7fea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2010577Z [00:07:45.813]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2074046Z [00:07:45.819]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_shallow-015780893e3be784.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2136784Z [00:07:45.825]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconcurrent_queue-d9fb434b50993eb6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2199531Z [00:07:45.832]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha1_checked-c420011db74e9bd1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2262427Z [00:07:45.838]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2324924Z [00:07:45.844]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_bom-bf8be29bdfba528d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2387946Z [00:07:45.851]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2450854Z [00:07:45.857]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopen-684d82d5e735492d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2513715Z [00:07:45.863]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/open-684d82d5e735492d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2580281Z [00:07:45.870]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_date-3709d06122f6a301.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2644428Z [00:07:45.876]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-0ebd6b9322a3c023.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2710667Z [00:07:45.883]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener-c140d4e82da35989.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2775229Z [00:07:45.889]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/async_io-99ecb96853ee4477.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2841409Z [00:07:45.896]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/jwalk-9405582bea16b1d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2907098Z [00:07:45.903]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-0eab935966dc1e51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.2975842Z [00:07:45.909]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopen-684d82d5e735492d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3044098Z [00:07:45.916]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3111486Z [00:07:45.923]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_io-99ecb96853ee4477.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3178745Z [00:07:45.930]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-ff5c3fa5318c1e27.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3246284Z [00:07:45.936]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-111d24ffd76d8a7c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3312738Z [00:07:45.943]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_subscriber-c4389af575d28a04.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3376153Z [00:07:45.949]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrosstermion-6deed7fe3b5b3d3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3441303Z [00:07:45.956]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-ef337aa491fa94e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3505199Z [00:07:45.962]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3567755Z [00:07:45.969]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_forest-4f01131d9d3a4c89.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3631289Z [00:07:45.975]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/home-b0c4204e88b262d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3695935Z [00:07:45.981]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-5abc94dcfa951c6e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3762386Z [00:07:45.988]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-ca8bd95a81fafebc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3829845Z [00:07:45.995]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_provider-6fd82f3c15f2cd24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3893243Z [00:07:46.001]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-ccd297f2674db114.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.3956041Z [00:07:46.007]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4021268Z [00:07:46.014]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libio_close-5a9282b784221e7b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4085554Z [00:07:46.020]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d4333fcfe4fd7fea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4151718Z [00:07:46.027]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-924f6b836dbc6f2c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4214289Z [00:07:46.033]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_commitgraph-db7a50bf9399459b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4276709Z [00:07:46.039]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thread_local-8eb8825dda381af1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4336229Z [00:07:46.045]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libencoding_rs-adbda3ae63672fab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4396671Z [00:07:46.051]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-97fb828b8e86c64f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4462883Z [00:07:46.058]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossterm-95d2b1c732732a8e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4529189Z [00:07:46.065]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_archive-036859a1ebca4440.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4591808Z [00:07:46.071]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdashmap-a80cede878c45f19.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4653619Z [00:07:46.077]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4719973Z [00:07:46.084]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/event_listener-c140d4e82da35989.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4786669Z [00:07:46.091]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-ca8bd95a81fafebc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4854016Z [00:07:46.097]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerofrom-3aacd5bda816dd4d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4920280Z [00:07:46.104]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-c4389af575d28a04.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.4983640Z [00:07:46.110]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree_stream-6f34dffb3ecc728c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5048363Z [00:07:46.117]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-db2338314c03aba7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5114746Z [00:07:46.123]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-9a8b7d58e3a683ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5176017Z [00:07:46.129]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-c866b446a57a7436.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5239954Z [00:07:46.136]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-990b0a60dd85a482.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5304739Z [00:07:46.142]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-ee0649f7077009a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5372088Z [00:07:46.149]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-9b9be671359ac8ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5437148Z [00:07:46.156]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_prompt-cac0a9b7a4604f10.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5503912Z [00:07:46.162]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_core-0e27a2bcd493c1f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5576325Z [00:07:46.169]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_sec-4dc8f9fbee20caab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5649105Z [00:07:46.177]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5718725Z [00:07:46.184]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5786515Z [00:07:46.191]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-1ef97034e599d181.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5852997Z [00:07:46.197]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_tempfile-6a629eb9cf691d19.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5916746Z [00:07:46.204]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lru-934c49cbcee3a906.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.5979385Z [00:07:46.210]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-111d24ffd76d8a7c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6042418Z [00:07:46.216]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_mailmap-8642b1a7c21418f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6110605Z [00:07:46.223]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzip-8bfa44d0e0acf7b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6176220Z [00:07:46.229]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-a4c9ee4b3f72a0a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6242193Z [00:07:46.236]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_probe-122bdd6b810c8469.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6307233Z [00:07:46.243]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpathdiff-6afe966f22006c7c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6373093Z [00:07:46.249]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-7bd9b6a084c4e530.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6442795Z [00:07:46.256]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblayout-e1d1697282791166.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6509906Z [00:07:46.263]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cassowary-48d8304561d08d79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6576836Z [00:07:46.270]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:14.6641934Z [00:07:46.276]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_protocol-6bcb2a19187975c7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6707583Z [00:07:46.283]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon-a24722be501cfe53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6773862Z [00:07:46.289]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_blame-044bb660f15e8537.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6840473Z [00:07:46.296]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6905627Z [00:07:46.302]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-f11b68badfe3486e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.6974002Z [00:07:46.309]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-d4333fcfe4fd7fea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7040520Z [00:07:46.316]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_quote-87794e4aeb568bed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7106429Z [00:07:46.322]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_channel-2052d2ee56ea07bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7169694Z [00:07:46.329]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fsck-a2da250daff04bf4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7232681Z [00:07:46.335]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pathspec-0b8e4aea9d2defde.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7296069Z [00:07:46.341]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_merge-d4746c0937c1cb5f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7359461Z [00:07:46.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-77bcf768e5270e07.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7424486Z [00:07:46.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-9a3d0c38e786ddb9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7486616Z [00:07:46.361]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_filter-b9075d5585ff8657.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7549189Z [00:07:46.367]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_packetline-6227b15639dfac05.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7611920Z [00:07:46.373]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-a24722be501cfe53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7673884Z [00:07:46.379]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_config_value-2b4e505c1246583e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7736456Z [00:07:46.386]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lazy_static-a7a7d1b21152584a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7798884Z [00:07:46.392]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7861204Z [00:07:46.398]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal-0ebd6b9322a3c023.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7921867Z [00:07:46.404]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxattr-3448e50b86b66bb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.7981434Z [00:07:46.410]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/event_listener_strategy-ad0e33e02ab55c03.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8043100Z [00:07:46.416]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ref-c6bb2eb983c337ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8109085Z [00:07:46.423]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_worktree_state-e8876722c6460cea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8172285Z [00:07:46.429]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8236906Z [00:07:46.436]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashlink-69fb387f0eb263b3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8302965Z [00:07:46.442]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook-9a3d0c38e786ddb9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8366617Z [00:07:46.449]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-abbd022fd61128a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8431700Z [00:07:46.455]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_protocol-6bcb2a19187975c7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8492375Z [00:07:46.461]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/form_urlencoded-740c2a79f711a05f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8555678Z [00:07:46.467]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:14.8618478Z [00:07:46.474]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-740c2a79f711a05f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8683754Z [00:07:46.480]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_discover-11996166dc85036c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8744741Z [00:07:46.486]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_fsck-a2da250daff04bf4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8807297Z [00:07:46.493]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8869261Z [00:07:46.499]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arrayvec-114b57072a1ea110.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8931705Z [00:07:46.505]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfs_err-e91c9ee48d37f195.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.8994973Z [00:07:46.511]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9057970Z [00:07:46.518]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_path-646b5115c9d041a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9121959Z [00:07:46.524]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tar-cfe55be0763a9e26.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9185851Z [00:07:46.530]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_validate-46183eb8b51b966a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9248882Z [00:07:46.537]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-43cb0d121f459dc7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9310042Z [00:07:46.543]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_quote-87794e4aeb568bed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9372216Z [00:07:46.549]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9434694Z [00:07:46.555]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9498361Z [00:07:46.562]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9561450Z [00:07:46.568]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_diff-ec9807aeffe50164.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9623385Z [00:07:46.574]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/concurrent_queue-d9fb434b50993eb6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9685348Z [00:07:46.580]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/io_close-5a9282b784221e7b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9750460Z [00:07:46.587]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9813243Z [00:07:46.593]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-ff5c3fa5318c1e27.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9876844Z [00:07:46.600]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-555ad7357ceccca6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:14.9939414Z [00:07:46.606]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0003607Z [00:07:46.612]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-a6ae6527a33e8aae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0066769Z [00:07:46.618]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_object-16dec88fbed91bbb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0126454Z [00:07:46.625]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix-55180a1288f5e10d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0186530Z [00:07:46.631]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-94b05fe0113b557d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0248457Z [00:07:46.637]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-ddcf0cf401a372e4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0314690Z [00:07:46.643]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-c4be54afcde8500d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0380869Z [00:07:46.650]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-990b0a60dd85a482.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0443043Z [00:07:46.656]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashlink-69fb387f0eb263b3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0505906Z [00:07:46.662]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/jiff-ec8f066de6c3889d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0571714Z [00:07:46.669]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-114b57072a1ea110.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0634894Z [00:07:46.675]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-c15a421ed373e316.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0694293Z [00:07:46.681]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_revision-4d65273074e381a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0757366Z [00:07:46.688]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_glob-145344e629c42474.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0819962Z [00:07:46.694]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_dir-dd10c89041d1a4d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0883064Z [00:07:46.700]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_object-16dec88fbed91bbb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.0945402Z [00:07:46.706]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scopeguard-a12f67ff0386bfba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1006944Z [00:07:46.712]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librusqlite-9138227d75dd705d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1068844Z [00:07:46.719]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_sys-befe8ac2ac720d26.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1129485Z [00:07:46.725]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:15.1194210Z [00:07:46.731]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-c4389af575d28a04.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1257328Z [00:07:46.738]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1317298Z [00:07:46.744]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1378315Z [00:07:46.750]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/overload-814595d2adde431b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1436872Z [00:07:46.756]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libencoding_rs-adbda3ae63672fab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1496933Z [00:07:46.762]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-55cd7cd0f4874046.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1558950Z [00:07:46.768]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-a6ae6527a33e8aae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1620466Z [00:07:46.774]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxattr-3448e50b86b66bb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1680246Z [00:07:46.780]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1739417Z [00:07:46.786]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_attributes-5cb7f02eceeb96e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1801946Z [00:07:46.792]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-8e7a56ad6de7b264.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1863408Z [00:07:46.798]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaster_hex-4337ed818fc5319b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1923995Z [00:07:46.804]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3aacd5bda816dd4d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.1984035Z [00:07:46.810]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ignore-21d62da0927f175d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2043406Z [00:07:46.816]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2104131Z [00:07:46.822]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-543a201e75215feb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2176147Z [00:07:46.829]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_bitmap-8ba0f8c1e18dc2cf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2240212Z [00:07:46.836]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-0e89610bca173e39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2301810Z [00:07:46.842]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_packetline_blocking-61ddb969f61098c7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2364258Z [00:07:46.848]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree_state-e8876722c6460cea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2423516Z [00:07:46.854]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansiterm-2b3fc9a80833e1a9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2487319Z [00:07:46.861]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fastrand-a6fffb5a5e5cdb20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2552309Z [00:07:46.867]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/slab-f7389c385ffcb3ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2615801Z [00:07:46.873]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_pathspec-0b8e4aea9d2defde.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2675641Z [00:07:46.879]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/openssl_sys-fb4d1a3cdb395ba8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2734564Z [00:07:46.885]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-40232855fd3282f3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2793985Z [00:07:46.891]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree_state-e8876722c6460cea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2856276Z [00:07:46.897]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-62f1eba4c85fbc83.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2919099Z [00:07:46.904]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_packetline_blocking-61ddb969f61098c7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.2980462Z [00:07:46.910]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprodash-cd84bcc05c4c1ccc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3042919Z [00:07:46.916]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_mailmap-8642b1a7c21418f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3103300Z [00:07:46.922]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_archive-036859a1ebca4440.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3162625Z [00:07:46.928]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rusqlite-9138227d75dd705d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3222948Z [00:07:46.934]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-95d2b1c732732a8e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3281387Z [00:07:46.940]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna-e9bab7e445adc0fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3341056Z [00:07:46.946]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libkstring-aed3d2116891dee2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3402054Z [00:07:46.952]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_index-e0191b63475f6e68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3460977Z [00:07:46.958]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-8e7a56ad6de7b264.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3524804Z [00:07:46.964]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytesize-7c59a5aee85e9cc9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3592170Z [00:07:46.971]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3658372Z [00:07:46.978]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuluru-a8ff2d0c9bdfa069.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3718226Z [00:07:46.984]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_docker-146a9cecc077ca49.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3777230Z [00:07:46.990]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_diff-ec9807aeffe50164.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3839844Z [00:07:46.996]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-555ad7357ceccca6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3905506Z [00:07:47.002]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.3969020Z [00:07:47.009]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_command-541c9ba2d04e1cb9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4041099Z [00:07:47.016]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-7eb683863e55562f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4106517Z [00:07:47.022]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-abbd022fd61128a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4170160Z [00:07:47.029]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_refspec-3dd214680b2e5935.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4233666Z [00:07:47.035]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:15.4291338Z [00:07:47.041]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-282223f4cdf1ee7f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4349250Z [00:07:47.047]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_merge-d4746c0937c1cb5f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4408901Z [00:07:47.053]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener_strategy-ad0e33e02ab55c03.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4466826Z [00:07:47.059]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsysinfo-89fdd3caa1ba6a6e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4525071Z [00:07:47.064]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4586737Z [00:07:47.071]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_react-8e6b553249f1b542.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4647592Z [00:07:47.077]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_channel-6276dc29b2a01bae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4714581Z [00:07:47.083]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-a6ae6527a33e8aae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4785141Z [00:07:47.090]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-70f73c8783332c88.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4846931Z [00:07:47.096]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_discover-11996166dc85036c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4917526Z [00:07:47.104]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/writeable-9ae0182990efae3f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.4984027Z [00:07:47.110]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-c4be54afcde8500d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5047265Z [00:07:47.117]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide_core-22e95d0c03059f4c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5108647Z [00:07:47.123]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_validate-46183eb8b51b966a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5170840Z [00:07:47.129]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-4febb07ae6b182e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5234118Z [00:07:47.135]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libkstring-aed3d2116891dee2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5298699Z [00:07:47.142]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhuman_format-20533029890a1a86.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5360134Z [00:07:47.148]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_merge-d4746c0937c1cb5f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5422898Z [00:07:47.154]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5484075Z [00:07:47.160]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_credentials-df778f41f901f69d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5543873Z [00:07:47.166]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-95d2b1c732732a8e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5603265Z [00:07:47.172]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-5555de710644056e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5662415Z [00:07:47.178]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:15.5723183Z [00:07:47.184]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:15.5784500Z [00:07:47.190]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-8e7a56ad6de7b264.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5846357Z [00:07:47.196]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-992d243111698c7a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5905471Z [00:07:47.202]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgitoxide_core-22e95d0c03059f4c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.5964531Z [00:07:47.208]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clru-b8760a06ad48cde1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6024425Z [00:07:47.214]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_protocol-6bcb2a19187975c7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6083893Z [00:07:47.220]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/allocator_api2-f637d9d5d2560ff6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6146664Z [00:07:47.227]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_react-8e6b553249f1b542.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6215144Z [00:07:47.233]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revwalk-2452d73d545486f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6275986Z [00:07:47.239]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-ca8bd95a81fafebc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6334924Z [00:07:47.245]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/async_channel-2052d2ee56ea07bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6392561Z [00:07:47.251]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_normalization-47afb3d6f69ce6d2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6449351Z [00:07:47.257]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6507772Z [00:07:47.263]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-01f43c0a6deb68b4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6569552Z [00:07:47.269]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-c6b597b0b48f9891.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6636411Z [00:07:47.276]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6702637Z [00:07:47.282]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libheapless-e017cceacf6a34c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6766343Z [00:07:47.288]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-e41840278c5a620b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.6826009Z [00:07:47.294]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:15.6884644Z [00:07:47.300]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:15.6942427Z [00:07:47.306]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-5abc94dcfa951c6e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7004080Z [00:07:47.312]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_negotiate-7f3d67a4972658a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7064027Z [00:07:47.318]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7126035Z [00:07:47.324]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libheapless-e017cceacf6a34c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7184735Z [00:07:47.330]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/typenum-df9142d69f2e66c2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7241159Z [00:07:47.336]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_queue-4fbd714c79d9ec7d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7300025Z [00:07:47.342]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-48cc199fe365182e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7359996Z [00:07:47.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:15.7419518Z [00:07:47.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_status-a855c0f77bdacf50.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7488192Z [00:07:47.361]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-c87e086639dbd4ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7552644Z [00:07:47.367]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-ddcf0cf401a372e4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7613481Z [00:07:47.373]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_rs_sys-fcf2f8bb3481bd23.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7675202Z [00:07:47.379]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7736629Z [00:07:47.386]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_core-d71be664c677fb94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7797563Z [00:07:47.392]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-c87e086639dbd4ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7860526Z [00:07:47.398]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder-cacfdb9da57bd9fd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7919784Z [00:07:47.404]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.7978405Z [00:07:47.410]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinyvec_macros-6095b6814490dd81.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8037757Z [00:07:47.416]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-70f73c8783332c88.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8098723Z [00:07:47.422]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8161427Z [00:07:47.428]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_trace-81c3516fe33f8a31.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8224691Z [00:07:47.434]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzlib_rs-630afc5560384a57.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8290588Z [00:07:47.441]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_odb-0265081716a7ac2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8355911Z [00:07:47.447]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_io-6ca78c65d9f9e7bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8420463Z [00:07:47.454]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-a4c9ee4b3f72a0a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8483109Z [00:07:47.460]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/human_format-20533029890a1a86.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8547242Z [00:07:47.467]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ansiterm-2b3fc9a80833e1a9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8612504Z [00:07:47.473]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/curl_sys-69676ad689588394.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8678978Z [00:07:47.480]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurl_sys-69676ad689588394.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8746268Z [00:07:47.486]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_docker-146a9cecc077ca49.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8812530Z [00:07:47.493]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/polling-0cf99934dcf30129.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8875067Z [00:07:47.499]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-66f0ed4af5a9f2bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8935422Z [00:07:47.505]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.8994898Z [00:07:47.511]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9053673Z [00:07:47.517]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-990b0a60dd85a482.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9114989Z [00:07:47.523]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_command-541c9ba2d04e1cb9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9175809Z [00:07:47.529]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/generic_array-167cb150d878195e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9236517Z [00:07:47.535]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9298578Z [00:07:47.542]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:15.9357862Z [00:07:47.548]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_packetline_blocking-61ddb969f61098c7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9419565Z [00:07:47.553]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-924f6b836dbc6f2c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9474110Z [00:07:47.559]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:15.9530517Z [00:07:47.565]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_attributes-5cb7f02eceeb96e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9591907Z [00:07:47.571]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9655461Z [00:07:47.577]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna_adapter-5abc94dcfa951c6e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9716520Z [00:07:47.584]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1_checked-c420011db74e9bd1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9779622Z [00:07:47.590]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_submodule-2f2b17967d158066.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9842041Z [00:07:47.596]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9904275Z [00:07:47.602]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-e41840278c5a620b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:15.9966073Z [00:07:47.608]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_diff-ec9807aeffe50164.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0026441Z [00:07:47.614]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking-a4e0c722afc1337e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0085552Z [00:07:47.620]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_logger-7eb683863e55562f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0147607Z [00:07:47.627]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-694316d3806572f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0210188Z [00:07:47.633]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-e8f0deb699e187cc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0268240Z [00:07:47.639]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-785eac17ddc32650.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0325096Z [00:07:47.644]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-40232855fd3282f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0384296Z [00:07:47.650]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:16.0447861Z [00:07:47.657]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix-c1beeb71fa42b409.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0512406Z [00:07:47.663]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_complete-c15a421ed373e316.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0576132Z [00:07:47.669]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpolling-0cf99934dcf30129.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0646596Z [00:07:47.676]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pack-9217c271e59afb2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0711071Z [00:07:47.683]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdashmap-a80cede878c45f19.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0771828Z [00:07:47.689]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-a700101167b0b645.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0835681Z [00:07:47.695]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-43cb0d121f459dc7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0901444Z [00:07:47.702]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-8eb8825dda381af1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.0963269Z [00:07:47.708]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-ebcc13649e8fa4c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1025022Z [00:07:47.714]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sysinfo-89fdd3caa1ba6a6e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1087608Z [00:07:47.721]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-66f0ed4af5a9f2bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1147975Z [00:07:47.727]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_chunk-a71e3255bdd922c4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1208501Z [00:07:47.733]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1268199Z [00:07:47.739]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1329087Z [00:07:47.745]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1391116Z [00:07:47.751]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1_checked-c420011db74e9bd1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1454883Z [00:07:47.757]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsysinfo-89fdd3caa1ba6a6e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1517252Z [00:07:47.764]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_filter-b9075d5585ff8657.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1579480Z [00:07:47.770]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-0ebd6b9322a3c023.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1642415Z [00:07:47.776]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hash-a3653e85d1574a5c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1705154Z [00:07:47.782]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjwalk-9405582bea16b1d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1767724Z [00:07:47.789]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz_rs_sys-fcf2f8bb3481bd23.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1828289Z [00:07:47.795]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-c6b597b0b48f9891.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1889787Z [00:07:47.801]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-ccd297f2674db114.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.1951043Z [00:07:47.807]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_glob-145344e629c42474.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2013969Z [00:07:47.813]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhuman_format-20533029890a1a86.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2078435Z [00:07:47.820]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2140574Z [00:07:47.826]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-dd3fb9063464bdb2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2206148Z [00:07:47.832]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-9d9c4010f705c9a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2270655Z [00:07:47.839]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha1-ea3b7f8858c24f6f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2333656Z [00:07:47.845]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librusqlite-9138227d75dd705d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2395785Z [00:07:47.851]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz_sys-befe8ac2ac720d26.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2459216Z [00:07:47.858]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_hashtable-8df1d1951220ef6a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2521313Z [00:07:47.864]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_refspec-3dd214680b2e5935.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2582888Z [00:07:47.870]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec_macros-6095b6814490dd81.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2643412Z [00:07:47.876]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-df9142d69f2e66c2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2706230Z [00:07:47.883]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ratatui-88332192e1b61572.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2769383Z [00:07:47.889]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_wsl-4bcb4762d539e09e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2830240Z [00:07:47.895]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_dir-dd10c89041d1a4d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2895227Z [00:07:47.901]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libio_close-5a9282b784221e7b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.2956150Z [00:07:47.907]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-48cc199fe365182e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3018398Z [00:07:47.914]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_collections-1ef97034e599d181.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3078844Z [00:07:47.920]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-432f354703d7c4dc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3140144Z [00:07:47.926]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_path-646b5115c9d041a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3199496Z [00:07:47.932]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3263904Z [00:07:47.938]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_sys-befe8ac2ac720d26.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3323890Z [00:07:47.944]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_submodule-2f2b17967d158066.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3384530Z [00:07:47.950]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-0cb81f1c26a44ea8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3447822Z [00:07:47.957]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-432f354703d7c4dc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3511915Z [00:07:47.963]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_docker-146a9cecc077ca49.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3576326Z [00:07:47.969]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-6fd82f3c15f2cd24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3644339Z [00:07:47.976]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locale_core-94b05fe0113b557d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3709206Z [00:07:47.983]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/heapless-e017cceacf6a34c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3772617Z [00:07:47.989]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libevent_listener_strategy-ad0e33e02ab55c03.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3835113Z [00:07:47.995]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-0cb81f1c26a44ea8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3897048Z [00:07:48.002]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ignore-21d62da0927f175d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.3958566Z [00:07:48.008]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemmap2-f0fef1515e08af2d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4020302Z [00:07:48.014]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fs_err-e91c9ee48d37f195.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4085834Z [00:07:48.020]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:16.4149671Z [00:07:48.027]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-01f43c0a6deb68b4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4209656Z [00:07:48.033]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-97fb828b8e86c64f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4272700Z [00:07:48.039]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-c8fbf191325a0dbc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4334977Z [00:07:48.045]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-814595d2adde431b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4399969Z [00:07:48.052]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_worktree-ccdc35fc39f6a650.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4462055Z [00:07:48.058]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix-55180a1288f5e10d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4524202Z [00:07:48.064]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-e8f0deb699e187cc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4586978Z [00:07:48.071]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-c866b446a57a7436.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4649049Z [00:07:48.077]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project_lite-7f1b0160d6667c1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4712438Z [00:07:48.083]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_actor-eb2e3700834e00e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4775374Z [00:07:48.089]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4837740Z [00:07:48.096]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-114b57072a1ea110.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4900977Z [00:07:48.102]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_log-992d243111698c7a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.4962245Z [00:07:48.108]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-88332192e1b61572.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5025076Z [00:07:48.114]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha1-ea3b7f8858c24f6f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5089678Z [00:07:48.121]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3aacd5bda816dd4d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5154006Z [00:07:48.127]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_bom-bf8be29bdfba528d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5217570Z [00:07:48.134]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_queue-4fbd714c79d9ec7d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5278392Z [00:07:48.140]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-c4be54afcde8500d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5340401Z [00:07:48.146]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_tempfile-6a629eb9cf691d19.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5402080Z [00:07:48.152]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-df9142d69f2e66c2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5463816Z [00:07:48.158]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerotrie-0e89610bca173e39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5525943Z [00:07:48.164]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-10c5683c4492da4b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5587695Z [00:07:48.171]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_odb-0265081716a7ac2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5650054Z [00:07:48.177]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revision-4d65273074e381a8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5714332Z [00:07:48.183]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_discover-11996166dc85036c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5776142Z [00:07:48.189]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenv_filter-b4ee8eb302af1e9c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5836447Z [00:07:48.195]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-0cb81f1c26a44ea8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5896703Z [00:07:48.202]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_prompt-cac0a9b7a4604f10.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.5960337Z [00:07:48.208]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9d9c4010f705c9a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6020165Z [00:07:48.214]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-9a8b7d58e3a683ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6079143Z [00:07:48.220]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/async_lock-dfc0fd6aa0290ff6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6138449Z [00:07:48.226]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-ebcc13649e8fa4c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6198547Z [00:07:48.232]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:16.6257864Z [00:07:48.238]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:16.6320664Z [00:07:48.244]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsqlite3_sys-9609bbfacdcfe4a4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6380847Z [00:07:48.250]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tempfile-5555de710644056e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6439493Z [00:07:48.256]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f7389c385ffcb3ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6497514Z [00:07:48.262]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crypto_common-785eac17ddc32650.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6561015Z [00:07:48.268]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-7d51049d844e6bca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6622952Z [00:07:48.274]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6682263Z [00:07:48.280]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6751804Z [00:07:48.287]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-fa25e487ac82ad73.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6816601Z [00:07:48.293]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconcurrent_queue-d9fb434b50993eb6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6881326Z [00:07:48.300]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zlib_rs-630afc5560384a57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.6942951Z [00:07:48.306]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix-55180a1288f5e10d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7000855Z [00:07:48.312]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcurl-378ec677bda03685.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7059110Z [00:07:48.318]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-e9bab7e445adc0fd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7117762Z [00:07:48.324]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-0e27a2bcd493c1f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7178295Z [00:07:48.330]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7239827Z [00:07:48.336]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/encoding_rs-adbda3ae63672fab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7298927Z [00:07:48.342]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:16.7358185Z [00:07:48.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-62f1eba4c85fbc83.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7417000Z [00:07:48.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-e372b8e108c7df49.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7476921Z [00:07:48.359]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-282223f4cdf1ee7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7536158Z [00:07:48.365]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-8fac184a06d932f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7595556Z [00:07:48.371]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-ccd297f2674db114.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7655375Z [00:07:48.377]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarc_swap-ea1e3e5a82c95803.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7715467Z [00:07:48.383]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revision-4d65273074e381a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7776281Z [00:07:48.389]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpathdiff-6afe966f22006c7c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7835541Z [00:07:48.395]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_packetline-6227b15639dfac05.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7893683Z [00:07:48.401]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-ff5c3fa5318c1e27.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.7951808Z [00:07:48.407]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-8012d92a9667d713.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8010121Z [00:07:48.413]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/openssl_probe-122bdd6b810c8469.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8068594Z [00:07:48.419]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8126459Z [00:07:48.424]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_pathspec-0b8e4aea9d2defde.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8185926Z [00:07:48.430]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree-ccdc35fc39f6a650.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8246140Z [00:07:48.436]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_revwalk-2452d73d545486f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8312201Z [00:07:48.443]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_lock-dfc0fd6aa0290ff6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8373272Z [00:07:48.449]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_rs_sys-fcf2f8bb3481bd23.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8433969Z [00:07:48.455]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8495113Z [00:07:48.461]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-ae29605e8bb5f11f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8558780Z [00:07:48.468]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-e8f09192ff814331.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8620598Z [00:07:48.474]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-48cc199fe365182e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8683418Z [00:07:48.480]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_io-99ecb96853ee4477.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8745841Z [00:07:48.486]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhash32-836cb474a4543f72.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8806913Z [00:07:48.493]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-7d51049d844e6bca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8869078Z [00:07:48.499]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:16.8930502Z [00:07:48.505]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_shallow-015780893e3be784.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.8989362Z [00:07:48.511]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-6ca78c65d9f9e7bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9057564Z [00:07:48.518]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_features-cb28f5567e0ac11f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9134037Z [00:07:48.525]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/castaway-10c5683c4492da4b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9212101Z [00:07:48.533]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_forest-4f01131d9d3a4c89.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9289091Z [00:07:48.541]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-94b05fe0113b557d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9358391Z [00:07:48.548]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:16.9421802Z [00:07:48.554]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-60a9073b2758541a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9483033Z [00:07:48.560]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9543998Z [00:07:48.566]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_worktree-ccdc35fc39f6a650.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9603531Z [00:07:48.572]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4dbf6ba57bf4685f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9666974Z [00:07:48.579]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_odb-0265081716a7ac2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9728487Z [00:07:48.585]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-4dbf6ba57bf4685f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9787537Z [00:07:48.591]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/env_logger-7eb683863e55562f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9849168Z [00:07:48.597]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-fa25e487ac82ad73.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9911883Z [00:07:48.603]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base64-269e532397edb1aa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:16.9971056Z [00:07:48.609]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_features-cb28f5567e0ac11f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0031445Z [00:07:48.615]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0091923Z [00:07:48.621]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-814595d2adde431b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0153746Z [00:07:48.627]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-55cd7cd0f4874046.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0216616Z [00:07:48.633]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-89ac60824d8d4bf4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0279645Z [00:07:48.640]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0340245Z [00:07:48.646]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-b0c4204e88b262d4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0402809Z [00:07:48.652]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memmap2-f0fef1515e08af2d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0464830Z [00:07:48.658]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:17.0527158Z [00:07:48.665]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_utils-102f000a64c6fb42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0589926Z [00:07:48.671]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrosstermion-6deed7fe3b5b3d3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0650236Z [00:07:48.677]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0710176Z [00:07:48.683]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_truncate-555ad7357ceccca6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0772877Z [00:07:48.689]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/imara_diff-d58fea0ba96f0264.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0833702Z [00:07:48.695]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclru-b8760a06ad48cde1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.0895145Z [00:07:48.701]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:17.0957026Z [00:07:48.708]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-60a9073b2758541a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1016624Z [00:07:48.714]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_negotiate-7f3d67a4972658a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1076833Z [00:07:48.720]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_credentials-df778f41f901f69d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1134614Z [00:07:48.725]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-41290624a87355ab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1191645Z [00:07:48.731]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/block_buffer-ddcf0cf401a372e4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1250776Z [00:07:48.737]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_bitmap-8ba0f8c1e18dc2cf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1309828Z [00:07:48.743]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_lock-9f48090514e29bcd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1367061Z [00:07:48.749]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1423148Z [00:07:48.754]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_iterator-f925bb6d7e66e939.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1479358Z [00:07:48.760]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1536513Z [00:07:48.766]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fsck-a2da250daff04bf4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1594312Z [00:07:48.771]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties_data-111d24ffd76d8a7c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1651327Z [00:07:48.777]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_lite-56c1f1f62af4cb6f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1707476Z [00:07:48.783]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_worktree_stream-6f34dffb3ecc728c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1765345Z [00:07:48.788]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_wsl-4bcb4762d539e09e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1822328Z [00:07:48.794]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibsqlite3_sys-9609bbfacdcfe4a4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1880612Z [00:07:48.800]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam-bca25181b27d18d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1937641Z [00:07:48.806]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_url-9da9ace2fd3734c9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.1997179Z [00:07:48.812]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfallible_iterator-f925bb6d7e66e939.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2056781Z [00:07:48.818]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_filter-b9075d5585ff8657.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2114447Z [00:07:48.823]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2172000Z [00:07:48.829]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-28ec4679b8e687c1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2228379Z [00:07:48.835]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/flate2-55cd7cd0f4874046.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2286103Z [00:07:48.841]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjwalk-9405582bea16b1d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2343836Z [00:07:48.846]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-bf549e27d6efb313.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2403827Z [00:07:48.852]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_revwalk-2452d73d545486f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2462564Z [00:07:48.858]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzip-8bfa44d0e0acf7b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2520750Z [00:07:48.864]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-9a3d0c38e786ddb9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2579514Z [00:07:48.870]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/kstring-aed3d2116891dee2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2638239Z [00:07:48.876]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2694117Z [00:07:48.881]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-b9b60976be7d2e9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2752766Z [00:07:48.887]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_date-3709d06122f6a301.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2812348Z [00:07:48.893]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopenssl_sys-fb4d1a3cdb395ba8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2886333Z [00:07:48.900]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-77bcf768e5270e07.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.2961083Z [00:07:48.908]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-d3a003c5745aa4e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3030054Z [00:07:48.915]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3089225Z [00:07:48.921]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_fs-b5010988772df54d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3149879Z [00:07:48.927]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_forest-4f01131d9d3a4c89.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3209934Z [00:07:48.933]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3270236Z [00:07:48.939]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3331382Z [00:07:48.945]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc32fast-8012d92a9667d713.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3391169Z [00:07:48.951]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_transport-61a4d4e7ee59eba0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3449917Z [00:07:48.957]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_traverse-7a9c6c08251d0701.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3507695Z [00:07:48.963]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_refspec-3dd214680b2e5935.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3565063Z [00:07:48.968]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_ignore-21d62da0927f175d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3624498Z [00:07:48.974]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaster_hex-4337ed818fc5319b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3683771Z [00:07:48.980]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinyvec-e8f09192ff814331.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3740858Z [00:07:48.986]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerovec-4dbf6ba57bf4685f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3799912Z [00:07:48.992]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_dir-dd10c89041d1a4d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3858690Z [00:07:48.998]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_traverse-7a9c6c08251d0701.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3916112Z [00:07:49.004]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.3974154Z [00:07:49.009]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_quote-87794e4aeb568bed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4031752Z [00:07:49.015]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_config-735e724ca6f7be02.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4090011Z [00:07:49.021]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4151688Z [00:07:49.027]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/potential_utf-9309ea60d5963eb4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4210828Z [00:07:49.033]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:17.4270537Z [00:07:49.039]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-9309ea60d5963eb4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4331617Z [00:07:49.045]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibsqlite3_sys-9609bbfacdcfe4a4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4391224Z [00:07:49.051]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_command-541c9ba2d04e1cb9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4448503Z [00:07:49.057]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/layout-e1d1697282791166.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4505881Z [00:07:49.062]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4564068Z [00:07:49.068]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-ee0649f7077009a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4622495Z [00:07:49.074]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_transport-61a4d4e7ee59eba0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4680940Z [00:07:49.080]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_traverse-7a9c6c08251d0701.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4739917Z [00:07:49.086]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-6ca78c65d9f9e7bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4796682Z [00:07:49.092]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:17.4856276Z [00:07:49.098]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ein-f87a63df839db274.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4916826Z [00:07:49.104]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-b9b60976be7d2e9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.4975903Z [00:07:49.109]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashlink-69fb387f0eb263b3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5035977Z [00:07:49.115]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_commitgraph-db7a50bf9399459b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5095959Z [00:07:49.121]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5154729Z [00:07:49.127]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yoke-40232855fd3282f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5214927Z [00:07:49.133]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_config-735e724ca6f7be02.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5273014Z [00:07:49.139]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_mailmap-8642b1a7c21418f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5333111Z [00:07:49.145]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libasync_channel-2052d2ee56ea07bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5391656Z [00:07:49.151]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_channel-66687683ebb3bdb7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5451809Z [00:07:49.157]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-66687683ebb3bdb7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5513532Z [00:07:49.163]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimara_diff-d58fea0ba96f0264.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5577416Z [00:07:49.170]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-62f1eba4c85fbc83.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5653123Z [00:07:49.177]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_index-e0191b63475f6e68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5726420Z [00:07:49.184]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:17.5788649Z [00:07:49.191]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_negotiate-7f3d67a4972658a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5848912Z [00:07:49.197]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/digest-66f0ed4af5a9f2bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5909151Z [00:07:49.203]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-167cb150d878195e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.5970262Z [00:07:49.209]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/filetime-01f43c0a6deb68b4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6029212Z [00:07:49.215]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hash32-836cb474a4543f72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6088593Z [00:07:49.221]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_submodule-2f2b17967d158066.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6148450Z [00:07:49.227]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_actor-eb2e3700834e00e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6206029Z [00:07:49.232]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/url-ebcc13649e8fa4c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6265589Z [00:07:49.238]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtar-cfe55be0763a9e26.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6324354Z [00:07:49.244]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarc_swap-ea1e3e5a82c95803.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6383277Z [00:07:49.250]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-056b60670a248d3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6443487Z [00:07:49.256]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6502620Z [00:07:49.262]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_hash-a3653e85d1574a5c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6561309Z [00:07:49.268]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgix_ref-c6bb2eb983c337ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6617371Z [00:07:49.274]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fallible_iterator-f925bb6d7e66e939.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6673860Z [00:07:49.279]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprodash-cd84bcc05c4c1ccc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6735277Z [00:07:49.285]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6797950Z [00:07:49.292]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6856942Z [00:07:49.298]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gix_lock-9f48090514e29bcd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6915790Z [00:07:49.303]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/libgitoxide.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:17.6974452Z [00:07:49.309]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7031480Z [00:07:49.315]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7087832Z [00:07:49.321]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7144852Z [00:07:49.326]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7202473Z [00:07:49.332]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7259339Z [00:07:49.338]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7315570Z [00:07:49.343]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7374283Z [00:07:49.349]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7433209Z [00:07:49.355]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7491496Z [00:07:49.361]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7547833Z [00:07:49.367]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7604280Z [00:07:49.372]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7662840Z [00:07:49.378]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7719934Z [00:07:49.384]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7775855Z [00:07:49.389]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7834299Z [00:07:49.395]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7893036Z [00:07:49.401]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crc32fast-1d36b3738639ebcc/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.7951970Z [00:07:49.407]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-ca81e1f41fcc75e6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8009500Z [00:07:49.413]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-ca81e1f41fcc75e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8066498Z [00:07:49.418]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-ca81e1f41fcc75e6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8127327Z [00:07:49.425]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-ca81e1f41fcc75e6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8189882Z [00:07:49.431]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8252620Z [00:07:49.437]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:17.8313451Z [00:07:49.443]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:17.8375018Z [00:07:49.449]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8434370Z [00:07:49.455]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-sys-a519c8959014bf1c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8494031Z [00:07:49.461]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-sys-a519c8959014bf1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8553629Z [00:07:49.467]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-sys-a519c8959014bf1c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8611728Z [00:07:49.473]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/curl-sys-a519c8959014bf1c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8669668Z [00:07:49.479]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-c069eb3bc12c2972/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8727486Z [00:07:49.485]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-c069eb3bc12c2972/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8787196Z [00:07:49.491]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-c069eb3bc12c2972/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8848241Z [00:07:49.497]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/heapless-c069eb3bc12c2972/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8908712Z [00:07:49.503]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.8968541Z [00:07:49.509]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9029716Z [00:07:49.515]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9090360Z [00:07:49.521]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-e4ad5ef67a25755a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9149121Z [00:07:49.527]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fs-err-4f0fc384182e7d29/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9208152Z [00:07:49.533]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fs-err-4f0fc384182e7d29/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9265822Z [00:07:49.538]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fs-err-4f0fc384182e7d29/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9323502Z [00:07:49.544]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fs-err-4f0fc384182e7d29/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9382791Z [00:07:49.550]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:17.9440192Z [00:07:49.556]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:17.9500936Z [00:07:49.562]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:17.9560861Z [00:07:49.568]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:17.9620734Z [00:07:49.574]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/gitoxide-ea03f5ed13adcfda/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9677047Z [00:07:49.580]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/gitoxide-ea03f5ed13adcfda/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9737352Z [00:07:49.586]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/gitoxide-ea03f5ed13adcfda/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9799832Z [00:07:49.592]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/gitoxide-ea03f5ed13adcfda/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9860146Z [00:07:49.598]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9919260Z [00:07:49.604]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:17.9975908Z [00:07:49.609]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0035106Z [00:07:49.615]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-3a66f9629c1ee327/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0096122Z [00:07:49.621]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0155970Z [00:07:49.627]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0216782Z [00:07:49.634]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0282431Z [00:07:49.640]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2a374910dafd8839/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0348980Z [00:07:49.647]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ed66d9148fb2c37f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0409799Z [00:07:49.653]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ed66d9148fb2c37f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0469869Z [00:07:49.659]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ed66d9148fb2c37f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0527938Z [00:07:49.665]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ed66d9148fb2c37f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0587754Z [00:07:49.671]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-519445760d70d7c8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0647295Z [00:07:49.677]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-519445760d70d7c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0705402Z [00:07:49.682]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-519445760d70d7c8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0763007Z [00:07:49.688]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-519445760d70d7c8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.0820581Z [00:07:49.694]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:18.0879461Z [00:07:49.700]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:18.0936874Z [00:07:49.706]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:18.0993804Z [00:07:49.711]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:18.1055560Z [00:07:49.717]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-9edb7ef181873606/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1115773Z [00:07:49.723]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-9edb7ef181873606/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1175395Z [00:07:49.729]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-9edb7ef181873606/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1239112Z [00:07:49.736]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-9edb7ef181873606/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1311086Z [00:07:49.742]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1357638Z [00:07:49.748]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1417445Z [00:07:49.754]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1474845Z [00:07:49.759]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1532980Z [00:07:49.765]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-967e9a640d3495e6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1591431Z [00:07:49.771]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-967e9a640d3495e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1651080Z [00:07:49.777]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-967e9a640d3495e6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1708944Z [00:07:49.783]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-967e9a640d3495e6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1768626Z [00:07:49.789]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1827050Z [00:07:49.795]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1885773Z [00:07:49.800]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.1943991Z [00:07:49.806]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2003668Z [00:07:49.812]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2063422Z [00:07:49.818]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2124885Z [00:07:49.824]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2184498Z [00:07:49.830]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2247678Z [00:07:49.837]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2310969Z [00:07:49.843]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2373706Z [00:07:49.849]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out/c877a2978823c39d-sqlite3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2435863Z [00:07:49.855]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out/bindgen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2500624Z [00:07:49.862]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/out/libsqlite3.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2563148Z [00:07:49.868]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2626720Z [00:07:49.875]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libsqlite3-sys-037c1bbbb0bce403/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2690339Z [00:07:49.881]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/openssl-sys-181f8019e654cdb8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2752374Z [00:07:49.887]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/openssl-sys-181f8019e654cdb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2813386Z [00:07:49.893]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/openssl-sys-181f8019e654cdb8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2876396Z [00:07:49.900]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/openssl-sys-181f8019e654cdb8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.2938283Z [00:07:49.906]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-745f3ffb07195e9c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3000268Z [00:07:49.912]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-745f3ffb07195e9c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3062079Z [00:07:49.918]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-745f3ffb07195e9c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3122407Z [00:07:49.924]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-745f3ffb07195e9c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3181771Z [00:07:49.930]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3242308Z [00:07:49.936]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3302772Z [00:07:49.942]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3361192Z [00:07:49.948]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3417439Z [00:07:49.954]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3476521Z [00:07:49.960]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-41290624a87355ab/lib-compact_str.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3533736Z [00:07:49.965]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-41290624a87355ab/lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3592472Z [00:07:49.971]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-41290624a87355ab/dep-lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3648296Z [00:07:49.977]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-41290624a87355ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3705481Z [00:07:49.982]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3764862Z [00:07:49.988]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3825990Z [00:07:49.994]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3884200Z [00:07:50.000]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9d9c4010f705c9a2/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3941819Z [00:07:50.006]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-89fdd3caa1ba6a6e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.3998754Z [00:07:50.012]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-89fdd3caa1ba6a6e/dep-lib-sysinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4056413Z [00:07:50.018]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-89fdd3caa1ba6a6e/lib-sysinfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4116012Z [00:07:50.023]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-89fdd3caa1ba6a6e/lib-sysinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4176471Z [00:07:50.030]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-990b0a60dd85a482/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4235131Z [00:07:50.035]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-990b0a60dd85a482/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4293230Z [00:07:50.041]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-990b0a60dd85a482/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4351959Z [00:07:50.047]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-990b0a60dd85a482/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4411755Z [00:07:50.053]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-924f6b836dbc6f2c/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4473836Z [00:07:50.059]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-924f6b836dbc6f2c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4535039Z [00:07:50.065]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-924f6b836dbc6f2c/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4596204Z [00:07:50.071]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-924f6b836dbc6f2c/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4657813Z [00:07:50.078]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4718448Z [00:07:50.084]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4779141Z [00:07:50.090]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4839279Z [00:07:50.096]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4900266Z [00:07:50.102]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-object-16dec88fbed91bbb/lib-gix_object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.4961928Z [00:07:50.108]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-object-16dec88fbed91bbb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5021662Z [00:07:50.114]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-object-16dec88fbed91bbb/dep-lib-gix_object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5089187Z [00:07:50.121]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-object-16dec88fbed91bbb/lib-gix_object.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5154805Z [00:07:50.127]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5228212Z [00:07:50.135]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5296281Z [00:07:50.141]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-6fd82f3c15f2cd24/dep-lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5357041Z [00:07:50.148]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-6fd82f3c15f2cd24/lib-icu_provider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5416675Z [00:07:50.154]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-6fd82f3c15f2cd24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5475015Z [00:07:50.159]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-6fd82f3c15f2cd24/lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5538484Z [00:07:50.166]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crosstermion-6deed7fe3b5b3d3e/lib-crosstermion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5604591Z [00:07:50.172]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crosstermion-6deed7fe3b5b3d3e/dep-lib-crosstermion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5672671Z [00:07:50.179]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crosstermion-6deed7fe3b5b3d3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5740471Z [00:07:50.186]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crosstermion-6deed7fe3b5b3d3e/lib-crosstermion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.5800900Z [00:07:50.192]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:18.5862601Z [00:07:50.198]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:18.5933527Z [00:07:50.205]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:18.6006810Z [00:07:50.212]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:18.6078602Z [00:07:50.220]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-e9bab7e445adc0fd/lib-idna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6145041Z [00:07:50.226]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-e9bab7e445adc0fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6210061Z [00:07:50.233]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-e9bab7e445adc0fd/dep-lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6273138Z [00:07:50.239]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-e9bab7e445adc0fd/lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6337157Z [00:07:50.246]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-f925bb6d7e66e939/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6397220Z [00:07:50.252]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-f925bb6d7e66e939/dep-lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6463105Z [00:07:50.258]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-f925bb6d7e66e939/lib-fallible_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6524176Z [00:07:50.264]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-iterator-f925bb6d7e66e939/lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6587028Z [00:07:50.271]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-befe8ac2ac720d26/lib-libz_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6648544Z [00:07:50.277]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-befe8ac2ac720d26/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6707163Z [00:07:50.283]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-befe8ac2ac720d26/dep-lib-libz_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6767489Z [00:07:50.289]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-befe8ac2ac720d26/lib-libz_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6829469Z [00:07:50.295]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-bca25181b27d18d8/lib-crossbeam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6900448Z [00:07:50.302]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-bca25181b27d18d8/dep-lib-crossbeam' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.6963156Z [00:07:50.308]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-bca25181b27d18d8/lib-crossbeam' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7021829Z [00:07:50.314]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-bca25181b27d18d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7081621Z [00:07:50.320]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fs-b5010988772df54d/dep-lib-gix_fs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7140934Z [00:07:50.326]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fs-b5010988772df54d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7200123Z [00:07:50.332]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fs-b5010988772df54d/lib-gix_fs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7260894Z [00:07:50.338]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fs-b5010988772df54d/lib-gix_fs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7318947Z [00:07:50.344]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-94b05fe0113b557d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7375649Z [00:07:50.349]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-94b05fe0113b557d/lib-icu_locale_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7435982Z [00:07:50.355]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-94b05fe0113b557d/lib-icu_locale_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7498570Z [00:07:50.362]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-94b05fe0113b557d/dep-lib-icu_locale_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7561867Z [00:07:50.368]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-61ddb969f61098c7/lib-gix_packetline_blocking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7628218Z [00:07:50.375]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-61ddb969f61098c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7693844Z [00:07:50.381]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-61ddb969f61098c7/lib-gix_packetline_blocking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7757198Z [00:07:50.387]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-61ddb969f61098c7/dep-lib-gix_packetline_blocking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7819276Z [00:07:50.394]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-e8f09192ff814331/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7884901Z [00:07:50.400]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-e8f09192ff814331/dep-lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.7947700Z [00:07:50.407]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-e8f09192ff814331/lib-tinyvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8006519Z [00:07:50.413]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec-e8f09192ff814331/lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8067209Z [00:07:50.419]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8125539Z [00:07:50.424]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8182804Z [00:07:50.430]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8239723Z [00:07:50.436]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8296053Z [00:07:50.442]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8354931Z [00:07:50.447]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8413801Z [00:07:50.453]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-url-9da9ace2fd3734c9/lib-gix_url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8472587Z [00:07:50.459]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-url-9da9ace2fd3734c9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8534256Z [00:07:50.465]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-url-9da9ace2fd3734c9/dep-lib-gix_url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8596925Z [00:07:50.471]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-url-9da9ace2fd3734c9/lib-gix_url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8656405Z [00:07:50.477]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-6227b15639dfac05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8715227Z [00:07:50.483]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-6227b15639dfac05/dep-lib-gix_packetline' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8774531Z [00:07:50.489]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-6227b15639dfac05/lib-gix_packetline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8831812Z [00:07:50.495]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-packetline-6227b15639dfac05/lib-gix_packetline' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8891068Z [00:07:50.501]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-f87a63df839db274/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.8948547Z [00:07:50.507]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-f87a63df839db274/output-bin-ein' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9021529Z [00:07:50.514]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9083738Z [00:07:50.520]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9141441Z [00:07:50.526]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9197196Z [00:07:50.532]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9254461Z [00:07:50.537]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9312224Z [00:07:50.543]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9369765Z [00:07:50.549]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9428904Z [00:07:50.555]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-48cc199fe365182e/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9487348Z [00:07:50.561]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fsck-a2da250daff04bf4/lib-gix_fsck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9546140Z [00:07:50.566]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fsck-a2da250daff04bf4/dep-lib-gix_fsck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9613348Z [00:07:50.573]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fsck-a2da250daff04bf4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9685971Z [00:07:50.580]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-fsck-a2da250daff04bf4/lib-gix_fsck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:18.9759980Z [00:07:50.588]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:18.9818603Z [00:07:50.594]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:18.9877363Z [00:07:50.600]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:18.9939135Z [00:07:50.606]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:19.0000280Z [00:07:50.612]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-archive-036859a1ebca4440/lib-gix_archive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0060611Z [00:07:50.618]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-archive-036859a1ebca4440/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0121989Z [00:07:50.624]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-archive-036859a1ebca4440/lib-gix_archive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0184009Z [00:07:50.630]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-archive-036859a1ebca4440/dep-lib-gix_archive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0244966Z [00:07:50.636]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0308490Z [00:07:50.643]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0367937Z [00:07:50.649]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-diff-ec9807aeffe50164/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0428270Z [00:07:50.655]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-diff-ec9807aeffe50164/lib-gix_diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0489075Z [00:07:50.661]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-diff-ec9807aeffe50164/dep-lib-gix_diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0547763Z [00:07:50.667]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-diff-ec9807aeffe50164/lib-gix_diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0611977Z [00:07:50.673]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-b9b60976be7d2e9a/lib-bstr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0672392Z [00:07:50.679]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-b9b60976be7d2e9a/lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0734026Z [00:07:50.685]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-b9b60976be7d2e9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0794744Z [00:07:50.691]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-b9b60976be7d2e9a/dep-lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0854663Z [00:07:50.697]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0912584Z [00:07:50.703]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.0970926Z [00:07:50.709]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1027684Z [00:07:50.715]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1087035Z [00:07:50.721]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-1d36b3738639ebcc/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1148705Z [00:07:50.727]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-1d36b3738639ebcc/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1207705Z [00:07:50.733]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-submodule-2f2b17967d158066/lib-gix_submodule' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1265879Z [00:07:50.738]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-submodule-2f2b17967d158066/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1325993Z [00:07:50.744]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-submodule-2f2b17967d158066/dep-lib-gix_submodule' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1384981Z [00:07:50.750]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-submodule-2f2b17967d158066/lib-gix_submodule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1446835Z [00:07:50.757]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-0ebd6b9322a3c023/dep-lib-is_terminal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1507230Z [00:07:50.763]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-0ebd6b9322a3c023/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1567336Z [00:07:50.769]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-0ebd6b9322a3c023/lib-is_terminal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1630026Z [00:07:50.775]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-0ebd6b9322a3c023/lib-is_terminal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1689803Z [00:07:50.781]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-0e89610bca173e39/lib-zerotrie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1748327Z [00:07:50.787]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-0e89610bca173e39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1805702Z [00:07:50.792]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-0e89610bca173e39/lib-zerotrie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1865224Z [00:07:50.798]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-0e89610bca173e39/dep-lib-zerotrie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1924533Z [00:07:50.804]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-odb-0265081716a7ac2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.1983040Z [00:07:50.810]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-odb-0265081716a7ac2b/lib-gix_odb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2042332Z [00:07:50.816]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-odb-0265081716a7ac2b/lib-gix_odb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2101777Z [00:07:50.822]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-odb-0265081716a7ac2b/dep-lib-gix_odb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2161669Z [00:07:50.828]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-sec-4dc8f9fbee20caab/lib-gix_sec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2220220Z [00:07:50.834]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-sec-4dc8f9fbee20caab/dep-lib-gix_sec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2277733Z [00:07:50.840]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-sec-4dc8f9fbee20caab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2342501Z [00:07:50.846]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-sec-4dc8f9fbee20caab/lib-gix_sec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2423126Z [00:07:50.854]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rusqlite-9138227d75dd705d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2496365Z [00:07:50.862]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rusqlite-9138227d75dd705d/dep-lib-rusqlite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2557710Z [00:07:50.868]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rusqlite-9138227d75dd705d/lib-rusqlite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2619381Z [00:07:50.874]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rusqlite-9138227d75dd705d/lib-rusqlite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2683749Z [00:07:50.880]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-69676ad689588394/dep-lib-curl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2746136Z [00:07:50.886]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-69676ad689588394/lib-curl_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2806313Z [00:07:50.892]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-69676ad689588394/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2865893Z [00:07:50.898]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-69676ad689588394/lib-curl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2926030Z [00:07:50.904]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-9a8b7d58e3a683ac/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.2985774Z [00:07:50.910]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-9a8b7d58e3a683ac/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3042685Z [00:07:50.916]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-9a8b7d58e3a683ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3101815Z [00:07:50.922]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-9a8b7d58e3a683ac/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3163640Z [00:07:50.928]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-ad0e33e02ab55c03/lib-event_listener_strategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3223560Z [00:07:50.934]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-ad0e33e02ab55c03/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3283956Z [00:07:50.940]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-ad0e33e02ab55c03/dep-lib-event_listener_strategy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3343893Z [00:07:50.946]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-ad0e33e02ab55c03/lib-event_listener_strategy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3403227Z [00:07:50.952]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-3448e50b86b66bb8/lib-xattr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3462142Z [00:07:50.958]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-3448e50b86b66bb8/dep-lib-xattr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3519182Z [00:07:50.964]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-3448e50b86b66bb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3575958Z [00:07:50.969]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xattr-3448e50b86b66bb8/lib-xattr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3638406Z [00:07:50.976]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-value-2b4e505c1246583e/lib-gix_config_value.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3699980Z [00:07:50.982]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-value-2b4e505c1246583e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3764147Z [00:07:50.988]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-value-2b4e505c1246583e/dep-lib-gix_config_value' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3827016Z [00:07:50.995]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-value-2b4e505c1246583e/lib-gix_config_value' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3889556Z [00:07:51.001]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-react-8e6b553249f1b542/dep-lib-tui_react' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.3951934Z [00:07:51.007]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-react-8e6b553249f1b542/lib-tui_react.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4016138Z [00:07:51.013]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-react-8e6b553249f1b542/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4080624Z [00:07:51.020]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-react-8e6b553249f1b542/lib-tui_react' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4142160Z [00:07:51.026]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4199049Z [00:07:51.032]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4258527Z [00:07:51.038]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4316947Z [00:07:51.044]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4376134Z [00:07:51.049]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-ef337aa491fa94e1/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4437741Z [00:07:51.056]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-ef337aa491fa94e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4498390Z [00:07:51.062]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-ef337aa491fa94e1/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4561279Z [00:07:51.068]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-ef337aa491fa94e1/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4626434Z [00:07:51.074]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-ca81e1f41fcc75e6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4688843Z [00:07:51.081]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-ca81e1f41fcc75e6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4753550Z [00:07:51.087]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/concurrent-queue-d9fb434b50993eb6/dep-lib-concurrent_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4814759Z [00:07:51.093]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/concurrent-queue-d9fb434b50993eb6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4875031Z [00:07:51.099]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/concurrent-queue-d9fb434b50993eb6/lib-concurrent_queue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4935761Z [00:07:51.105]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/concurrent-queue-d9fb434b50993eb6/lib-concurrent_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.4999956Z [00:07:51.112]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-55180a1288f5e10d/lib-gix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5062519Z [00:07:51.118]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-55180a1288f5e10d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5124049Z [00:07:51.124]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-55180a1288f5e10d/dep-lib-gix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5184705Z [00:07:51.130]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-55180a1288f5e10d/lib-gix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5244667Z [00:07:51.136]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5306048Z [00:07:51.142]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5365738Z [00:07:51.148]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/lib-lru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5426140Z [00:07:51.154]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-934c49cbcee3a906/dep-lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5489337Z [00:07:51.161]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5552957Z [00:07:51.167]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5614742Z [00:07:51.173]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5677578Z [00:07:51.180]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5742144Z [00:07:51.186]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/lib-arrayvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5804428Z [00:07:51.192]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5867922Z [00:07:51.199]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/dep-lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5925359Z [00:07:51.204]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.5983796Z [00:07:51.210]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:19.6039255Z [00:07:51.216]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:19.6099808Z [00:07:51.222]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:19.6159436Z [00:07:51.228]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:19.6217733Z [00:07:51.234]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-trace-81c3516fe33f8a31/lib-gix_trace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6277057Z [00:07:51.240]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-trace-81c3516fe33f8a31/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6336508Z [00:07:51.246]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-trace-81c3516fe33f8a31/dep-lib-gix_trace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6397397Z [00:07:51.252]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-trace-81c3516fe33f8a31/lib-gix_trace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6461000Z [00:07:51.258]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-40232855fd3282f3/lib-yoke.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6519968Z [00:07:51.264]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-40232855fd3282f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6578164Z [00:07:51.270]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-40232855fd3282f3/dep-lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6638169Z [00:07:51.276]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-40232855fd3282f3/lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6700192Z [00:07:51.282]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arc-swap-ea1e3e5a82c95803/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6759089Z [00:07:51.288]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arc-swap-ea1e3e5a82c95803/lib-arc_swap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6821761Z [00:07:51.294]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arc-swap-ea1e3e5a82c95803/lib-arc_swap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6882421Z [00:07:51.300]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arc-swap-ea1e3e5a82c95803/dep-lib-arc_swap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.6942287Z [00:07:51.306]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uluru-a8ff2d0c9bdfa069/lib-uluru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7005558Z [00:07:51.312]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uluru-a8ff2d0c9bdfa069/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7075745Z [00:07:51.319]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uluru-a8ff2d0c9bdfa069/lib-uluru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7141102Z [00:07:51.326]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uluru-a8ff2d0c9bdfa069/dep-lib-uluru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7202319Z [00:07:51.332]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pack-9217c271e59afb2b/lib-gix_pack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7264852Z [00:07:51.338]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pack-9217c271e59afb2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7325450Z [00:07:51.344]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pack-9217c271e59afb2b/dep-lib-gix_pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7385127Z [00:07:51.350]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pack-9217c271e59afb2b/lib-gix_pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7445085Z [00:07:51.356]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:19.7506752Z [00:07:51.362]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:19.7569147Z [00:07:51.369]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dashmap-a80cede878c45f19/lib-dashmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7632235Z [00:07:51.375]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dashmap-a80cede878c45f19/lib-dashmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7692691Z [00:07:51.381]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dashmap-a80cede878c45f19/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7752764Z [00:07:51.387]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dashmap-a80cede878c45f19/dep-lib-dashmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.7813590Z [00:07:51.393]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:19.7876477Z [00:07:51.399]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:19.7937338Z [00:07:51.406]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:19.7999203Z [00:07:51.412]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:19.8058134Z [00:07:51.418]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-adbda3ae63672fab/lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8117881Z [00:07:51.424]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-adbda3ae63672fab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8177990Z [00:07:51.430]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-adbda3ae63672fab/lib-encoding_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8237699Z [00:07:51.436]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-adbda3ae63672fab/dep-lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8298424Z [00:07:51.442]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-a519c8959014bf1c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8358725Z [00:07:51.448]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-sys-a519c8959014bf1c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8419297Z [00:07:51.454]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/dep-lib-zlib_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8476308Z [00:07:51.460]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8535950Z [00:07:51.465]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/lib-zlib_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8597131Z [00:07:51.472]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zlib-rs-630afc5560384a57/lib-zlib_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8657895Z [00:07:51.478]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-e372b8e108c7df49/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8718608Z [00:07:51.484]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-e372b8e108c7df49/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8778955Z [00:07:51.490]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-e372b8e108c7df49/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8838735Z [00:07:51.496]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-e372b8e108c7df49/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8899108Z [00:07:51.502]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-c069eb3bc12c2972/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.8957494Z [00:07:51.508]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-c069eb3bc12c2972/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9017583Z [00:07:51.514]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d4333fcfe4fd7fea/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9077621Z [00:07:51.520]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d4333fcfe4fd7fea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9135720Z [00:07:51.525]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d4333fcfe4fd7fea/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9192538Z [00:07:51.531]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d4333fcfe4fd7fea/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9252326Z [00:07:51.537]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3aacd5bda816dd4d/dep-lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9307174Z [00:07:51.543]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3aacd5bda816dd4d/lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9363537Z [00:07:51.548]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3aacd5bda816dd4d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9429521Z [00:07:51.555]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3aacd5bda816dd4d/lib-zerofrom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9497538Z [00:07:51.562]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-ccdc35fc39f6a650/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9555613Z [00:07:51.567]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-ccdc35fc39f6a650/lib-gix_worktree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9613203Z [00:07:51.573]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-ccdc35fc39f6a650/lib-gix_worktree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9672024Z [00:07:51.579]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-ccdc35fc39f6a650/dep-lib-gix_worktree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9730370Z [00:07:51.585]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-684d82d5e735492d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9786631Z [00:07:51.591]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-684d82d5e735492d/dep-lib-open' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9846053Z [00:07:51.596]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-684d82d5e735492d/lib-open' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9905754Z [00:07:51.602]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-684d82d5e735492d/lib-open.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:19.9964787Z [00:07:51.608]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-5555de710644056e/lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0021821Z [00:07:51.614]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-5555de710644056e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0085403Z [00:07:51.620]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-5555de710644056e/dep-lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0150177Z [00:07:51.627]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-5555de710644056e/lib-tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0212522Z [00:07:51.633]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-c866b446a57a7436/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0271953Z [00:07:51.639]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-c866b446a57a7436/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0330542Z [00:07:51.645]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-c866b446a57a7436/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0391644Z [00:07:51.651]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-c866b446a57a7436/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0449789Z [00:07:51.657]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0507504Z [00:07:51.663]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0565525Z [00:07:51.668]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0627168Z [00:07:51.675]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/dep-lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0684288Z [00:07:51.680]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-6095b6814490dd81/dep-lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0741391Z [00:07:51.686]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-6095b6814490dd81/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0800353Z [00:07:51.692]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-6095b6814490dd81/lib-tinyvec_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0868563Z [00:07:51.699]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-6095b6814490dd81/lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0931200Z [00:07:51.705]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.0990005Z [00:07:51.711]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1046585Z [00:07:51.717]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1107357Z [00:07:51.722]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1164426Z [00:07:51.728]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1220891Z [00:07:51.734]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-e4ad5ef67a25755a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1283368Z [00:07:51.740]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-146a9cecc077ca49/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1348519Z [00:07:51.747]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-146a9cecc077ca49/lib-is_docker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1406073Z [00:07:51.752]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-146a9cecc077ca49/dep-lib-is_docker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1465747Z [00:07:51.758]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-146a9cecc077ca49/lib-is_docker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1523567Z [00:07:51.764]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1585098Z [00:07:51.770]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1644405Z [00:07:51.776]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1703750Z [00:07:51.782]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1762210Z [00:07:51.788]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-command-541c9ba2d04e1cb9/dep-lib-gix_command' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1819772Z [00:07:51.794]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-command-541c9ba2d04e1cb9/lib-gix_command' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1879618Z [00:07:51.800]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-command-541c9ba2d04e1cb9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1937317Z [00:07:51.806]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-command-541c9ba2d04e1cb9/lib-gix_command.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.1995483Z [00:07:51.811]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2055128Z [00:07:51.817]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2112479Z [00:07:51.823]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2182134Z [00:07:51.830]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2243394Z [00:07:51.836]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hashtable-8df1d1951220ef6a/dep-lib-gix_hashtable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2318736Z [00:07:51.844]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hashtable-8df1d1951220ef6a/lib-gix_hashtable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2394051Z [00:07:51.851]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hashtable-8df1d1951220ef6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2467383Z [00:07:51.858]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hashtable-8df1d1951220ef6a/lib-gix_hashtable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2540759Z [00:07:51.866]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2604778Z [00:07:51.872]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/dep-lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2665060Z [00:07:51.878]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2726268Z [00:07:51.884]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/lib-overload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2789845Z [00:07:51.891]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-forest-4f01131d9d3a4c89/lib-tracing_forest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2847826Z [00:07:51.897]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-forest-4f01131d9d3a4c89/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2906724Z [00:07:51.903]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-forest-4f01131d9d3a4c89/dep-lib-tracing_forest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.2965977Z [00:07:51.908]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-forest-4f01131d9d3a4c89/lib-tracing_forest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3026853Z [00:07:51.914]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3087181Z [00:07:51.921]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3145545Z [00:07:51.926]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3202323Z [00:07:51.932]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3258649Z [00:07:51.938]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3314977Z [00:07:51.943]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/dep-lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3372202Z [00:07:51.949]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3429627Z [00:07:51.955]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/lib-jiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3491591Z [00:07:51.961]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-status-a855c0f77bdacf50/lib-gix_status' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3552786Z [00:07:51.967]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-status-a855c0f77bdacf50/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3613547Z [00:07:51.973]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-status-a855c0f77bdacf50/dep-lib-gix_status' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3673543Z [00:07:51.979]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-status-a855c0f77bdacf50/lib-gix_status.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3733950Z [00:07:51.985]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-740c2a79f711a05f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3793561Z [00:07:51.991]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-740c2a79f711a05f/lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3854852Z [00:07:51.997]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-740c2a79f711a05f/dep-lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3917663Z [00:07:52.004]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-740c2a79f711a05f/lib-form_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.3977509Z [00:07:52.010]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/io-close-5a9282b784221e7b/dep-lib-io_close' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4037329Z [00:07:52.016]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/io-close-5a9282b784221e7b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4097725Z [00:07:52.022]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/io-close-5a9282b784221e7b/lib-io_close.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4156005Z [00:07:52.027]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/io-close-5a9282b784221e7b/lib-io_close' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4215270Z [00:07:52.033]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4276557Z [00:07:52.040]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4335933Z [00:07:52.045]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4394105Z [00:07:52.051]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4452738Z [00:07:52.057]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-8bfa44d0e0acf7b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4509584Z [00:07:52.063]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-8bfa44d0e0acf7b2/lib-zip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4568316Z [00:07:52.069]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-8bfa44d0e0acf7b2/dep-lib-zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4625989Z [00:07:52.074]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zip-8bfa44d0e0acf7b2/lib-zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4684528Z [00:07:52.080]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kstring-aed3d2116891dee2/lib-kstring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4742870Z [00:07:52.086]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kstring-aed3d2116891dee2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4803079Z [00:07:52.092]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kstring-aed3d2116891dee2/dep-lib-kstring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4862580Z [00:07:52.098]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kstring-aed3d2116891dee2/lib-kstring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.4928310Z [00:07:52.105]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-checked-c420011db74e9bd1/lib-sha1_checked.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5002969Z [00:07:52.112]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-checked-c420011db74e9bd1/dep-lib-sha1_checked' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5067295Z [00:07:52.119]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-checked-c420011db74e9bd1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5126429Z [00:07:52.125]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-checked-c420011db74e9bd1/lib-sha1_checked' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5184440Z [00:07:52.130]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-4f0fc384182e7d29/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5241468Z [00:07:52.136]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-4f0fc384182e7d29/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5297909Z [00:07:52.142]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imara-diff-d58fea0ba96f0264/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5355777Z [00:07:52.147]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imara-diff-d58fea0ba96f0264/dep-lib-imara_diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5411456Z [00:07:52.153]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imara-diff-d58fea0ba96f0264/lib-imara_diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5469021Z [00:07:52.159]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imara-diff-d58fea0ba96f0264/lib-imara_diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5524484Z [00:07:52.164]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-992d243111698c7a/lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5579114Z [00:07:52.170]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-992d243111698c7a/dep-lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5634092Z [00:07:52.175]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-992d243111698c7a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5691131Z [00:07:52.181]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-992d243111698c7a/lib-tracing_log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5748926Z [00:07:52.187]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-prompt-cac0a9b7a4604f10/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5805559Z [00:07:52.192]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-prompt-cac0a9b7a4604f10/lib-gix_prompt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5862455Z [00:07:52.198]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-prompt-cac0a9b7a4604f10/dep-lib-gix_prompt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5919389Z [00:07:52.204]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-prompt-cac0a9b7a4604f10/lib-gix_prompt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.5975179Z [00:07:52.209]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:20.6032177Z [00:07:52.215]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:20.6088502Z [00:07:52.221]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:20.6146169Z [00:07:52.226]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:20.6203909Z [00:07:52.232]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6260741Z [00:07:52.238]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6317465Z [00:07:52.244]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/lib-writeable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6374193Z [00:07:52.249]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/dep-lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6433004Z [00:07:52.255]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-6f34dffb3ecc728c/dep-lib-gix_worktree_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6491161Z [00:07:52.261]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-6f34dffb3ecc728c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6552262Z [00:07:52.267]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-6f34dffb3ecc728c/lib-gix_worktree_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6613044Z [00:07:52.273]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-6f34dffb3ecc728c/lib-gix_worktree_stream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6674646Z [00:07:52.279]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-bom-bf8be29bdfba528d/dep-lib-unicode_bom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6733234Z [00:07:52.285]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-bom-bf8be29bdfba528d/lib-unicode_bom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6797987Z [00:07:52.292]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-bom-bf8be29bdfba528d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6876873Z [00:07:52.299]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-bom-bf8be29bdfba528d/lib-unicode_bom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.6953051Z [00:07:52.307]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-432f354703d7c4dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7019821Z [00:07:52.314]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-432f354703d7c4dc/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7078725Z [00:07:52.320]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-432f354703d7c4dc/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7135236Z [00:07:52.325]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-432f354703d7c4dc/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7192603Z [00:07:52.331]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:20.7250668Z [00:07:52.337]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:20.7307030Z [00:07:52.343]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-543a201e75215feb/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7365817Z [00:07:52.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-543a201e75215feb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7429692Z [00:07:52.355]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-543a201e75215feb/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7488351Z [00:07:52.361]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-543a201e75215feb/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7545172Z [00:07:52.366]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-bitmap-8ba0f8c1e18dc2cf/lib-gix_bitmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7603772Z [00:07:52.372]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-bitmap-8ba0f8c1e18dc2cf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7670480Z [00:07:52.379]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-bitmap-8ba0f8c1e18dc2cf/lib-gix_bitmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7736197Z [00:07:52.385]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-bitmap-8ba0f8c1e18dc2cf/dep-lib-gix_bitmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7795600Z [00:07:52.391]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-refspec-3dd214680b2e5935/dep-lib-gix_refspec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7853949Z [00:07:52.397]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-refspec-3dd214680b2e5935/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7909026Z [00:07:52.403]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-refspec-3dd214680b2e5935/lib-gix_refspec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.7964275Z [00:07:52.408]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-refspec-3dd214680b2e5935/lib-gix_refspec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8018837Z [00:07:52.414]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-ea03f5ed13adcfda/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8074865Z [00:07:52.419]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-ea03f5ed13adcfda/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8131470Z [00:07:52.425]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8185406Z [00:07:52.430]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8242575Z [00:07:52.436]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8298629Z [00:07:52.442]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8357957Z [00:07:52.448]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8414146Z [00:07:52.453]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8471292Z [00:07:52.459]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8532494Z [00:07:52.465]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-77bcf768e5270e07/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8606800Z [00:07:52.472]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-122bdd6b810c8469/lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8672817Z [00:07:52.479]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-122bdd6b810c8469/dep-lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8727246Z [00:07:52.485]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-122bdd6b810c8469/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8783102Z [00:07:52.490]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-probe-122bdd6b810c8469/lib-openssl_probe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8839895Z [00:07:52.496]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-a6ae6527a33e8aae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8895539Z [00:07:52.501]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-a6ae6527a33e8aae/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.8952018Z [00:07:52.507]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-a6ae6527a33e8aae/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9009273Z [00:07:52.513]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-a6ae6527a33e8aae/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9067354Z [00:07:52.519]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-validate-46183eb8b51b966a/lib-gix_validate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9126016Z [00:07:52.525]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-validate-46183eb8b51b966a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9183695Z [00:07:52.530]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-validate-46183eb8b51b966a/lib-gix_validate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9245683Z [00:07:52.536]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-validate-46183eb8b51b966a/dep-lib-gix_validate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9309101Z [00:07:52.543]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-dir-dd10c89041d1a4d8/lib-gix_dir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9369768Z [00:07:52.549]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-dir-dd10c89041d1a4d8/lib-gix_dir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9427635Z [00:07:52.555]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-dir-dd10c89041d1a4d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9489672Z [00:07:52.561]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-dir-dd10c89041d1a4d8/dep-lib-gix_dir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9567633Z [00:07:52.569]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9643801Z [00:07:52.576]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/lib-home.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9722489Z [00:07:52.584]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9786700Z [00:07:52.591]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/dep-lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9846595Z [00:07:52.596]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-56c1f1f62af4cb6f/lib-futures_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9903680Z [00:07:52.602]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-56c1f1f62af4cb6f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:20.9962247Z [00:07:52.608]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-56c1f1f62af4cb6f/lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0023596Z [00:07:52.614]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-lite-56c1f1f62af4cb6f/dep-lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0085519Z [00:07:52.620]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-fb4d1a3cdb395ba8/dep-lib-openssl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0147356Z [00:07:52.627]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-fb4d1a3cdb395ba8/lib-openssl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0208797Z [00:07:52.633]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-fb4d1a3cdb395ba8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0270797Z [00:07:52.639]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-fb4d1a3cdb395ba8/lib-openssl_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0332852Z [00:07:52.645]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-lock-dfc0fd6aa0290ff6/dep-lib-async_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0395680Z [00:07:52.651]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-lock-dfc0fd6aa0290ff6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0455272Z [00:07:52.657]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-lock-dfc0fd6aa0290ff6/lib-async_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0515770Z [00:07:52.663]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-lock-dfc0fd6aa0290ff6/lib-async_lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0578277Z [00:07:52.670]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0640920Z [00:07:52.676]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0702307Z [00:07:52.682]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0764487Z [00:07:52.688]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0827373Z [00:07:52.695]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-path-646b5115c9d041a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0890435Z [00:07:52.701]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-path-646b5115c9d041a3/lib-gix_path.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.0952677Z [00:07:52.707]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-path-646b5115c9d041a3/lib-gix_path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1009093Z [00:07:52.713]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-path-646b5115c9d041a3/dep-lib-gix_path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1065848Z [00:07:52.718]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-io-99ecb96853ee4477/dep-lib-async_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1121821Z [00:07:52.724]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-io-99ecb96853ee4477/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1176525Z [00:07:52.730]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-io-99ecb96853ee4477/lib-async_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1232868Z [00:07:52.735]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-io-99ecb96853ee4477/lib-async_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1289227Z [00:07:52.741]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-8fac184a06d932f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1345606Z [00:07:52.746]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-8fac184a06d932f8/lib-fallible_streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1400898Z [00:07:52.752]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-8fac184a06d932f8/dep-lib-fallible_streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1455306Z [00:07:52.757]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-8fac184a06d932f8/lib-fallible_streaming_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1509299Z [00:07:52.763]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-c4be54afcde8500d/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1565547Z [00:07:52.768]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-c4be54afcde8500d/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1621534Z [00:07:52.774]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-c4be54afcde8500d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1678783Z [00:07:52.780]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-c4be54afcde8500d/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.1734009Z [00:07:52.785]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.1791037Z [00:07:52.791]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.1854248Z [00:07:52.797]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.1925112Z [00:07:52.804]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.1987096Z [00:07:52.811]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-555ad7357ceccca6/dep-lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2044088Z [00:07:52.816]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-555ad7357ceccca6/lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2102833Z [00:07:52.822]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-555ad7357ceccca6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2157238Z [00:07:52.828]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-555ad7357ceccca6/lib-unicode_truncate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2212758Z [00:07:52.833]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-0eab935966dc1e51/lib-tinystr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2268515Z [00:07:52.839]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-0eab935966dc1e51/dep-lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2323506Z [00:07:52.844]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-0eab935966dc1e51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2377504Z [00:07:52.850]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-0eab935966dc1e51/lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2433630Z [00:07:52.855]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansiterm-2b3fc9a80833e1a9/lib-ansiterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2490141Z [00:07:52.861]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansiterm-2b3fc9a80833e1a9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2546910Z [00:07:52.867]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansiterm-2b3fc9a80833e1a9/dep-lib-ansiterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2603459Z [00:07:52.872]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansiterm-2b3fc9a80833e1a9/lib-ansiterm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2662621Z [00:07:52.878]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-3a66f9629c1ee327/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2735385Z [00:07:52.885]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-3a66f9629c1ee327/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2802205Z [00:07:52.892]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-db7a50bf9399459b/lib-gix_commitgraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2861572Z [00:07:52.898]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-db7a50bf9399459b/dep-lib-gix_commitgraph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2916845Z [00:07:52.904]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-db7a50bf9399459b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.2973459Z [00:07:52.909]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-db7a50bf9399459b/lib-gix_commitgraph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3031584Z [00:07:52.915]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-66687683ebb3bdb7/lib-futures_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3090606Z [00:07:52.921]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-66687683ebb3bdb7/dep-lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3151904Z [00:07:52.927]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-66687683ebb3bdb7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3211394Z [00:07:52.933]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-66687683ebb3bdb7/lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3271546Z [00:07:52.939]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3330924Z [00:07:52.945]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3389595Z [00:07:52.951]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3448686Z [00:07:52.957]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-c8fbf191325a0dbc/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3525916Z [00:07:52.964]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3589822Z [00:07:52.971]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2a374910dafd8839/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3650186Z [00:07:52.977]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ed66d9148fb2c37f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3708524Z [00:07:52.983]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ed66d9148fb2c37f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3767022Z [00:07:52.989]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-mailmap-8642b1a7c21418f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3823990Z [00:07:52.994]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-mailmap-8642b1a7c21418f8/lib-gix_mailmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3881876Z [00:07:53.000]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-mailmap-8642b1a7c21418f8/dep-lib-gix_mailmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3939201Z [00:07:53.006]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-mailmap-8642b1a7c21418f8/lib-gix_mailmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.3997921Z [00:07:53.012]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-89ac60824d8d4bf4/dep-lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4055505Z [00:07:53.017]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-89ac60824d8d4bf4/lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4114024Z [00:07:53.023]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-89ac60824d8d4bf4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4172060Z [00:07:53.029]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-89ac60824d8d4bf4/lib-futures_sink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4230084Z [00:07:53.035]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-62f1eba4c85fbc83/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4288370Z [00:07:53.041]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-62f1eba4c85fbc83/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4347002Z [00:07:53.047]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-62f1eba4c85fbc83/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4407077Z [00:07:53.053]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-62f1eba4c85fbc83/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4470055Z [00:07:53.059]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-167cb150d878195e/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4531592Z [00:07:53.065]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-167cb150d878195e/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4605457Z [00:07:53.072]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-167cb150d878195e/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4671012Z [00:07:53.079]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-167cb150d878195e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4732412Z [00:07:53.085]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-filter-b9075d5585ff8657/lib-gix_filter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4790679Z [00:07:53.091]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-filter-b9075d5585ff8657/lib-gix_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4849656Z [00:07:53.097]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-filter-b9075d5585ff8657/dep-lib-gix_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4906675Z [00:07:53.103]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-filter-b9075d5585ff8657/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.4964929Z [00:07:53.108]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-6ca78c65d9f9e7bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5022542Z [00:07:53.114]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-6ca78c65d9f9e7bd/lib-futures_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5079614Z [00:07:53.120]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-6ca78c65d9f9e7bd/dep-lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5136169Z [00:07:53.126]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-6ca78c65d9f9e7bd/lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5191578Z [00:07:53.131]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-519445760d70d7c8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5247686Z [00:07:53.137]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-519445760d70d7c8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5304593Z [00:07:53.142]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-c15a421ed373e316/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5361135Z [00:07:53.148]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-c15a421ed373e316/lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5417399Z [00:07:53.154]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-c15a421ed373e316/lib-clap_complete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5474137Z [00:07:53.159]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-c15a421ed373e316/dep-lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5528324Z [00:07:53.165]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/layout-rs-e1d1697282791166/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5583956Z [00:07:53.170]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/layout-rs-e1d1697282791166/lib-layout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5640635Z [00:07:53.176]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/layout-rs-e1d1697282791166/dep-lib-layout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5695573Z [00:07:53.181]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/layout-rs-e1d1697282791166/lib-layout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5752699Z [00:07:53.187]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-date-3709d06122f6a301/dep-lib-gix_date' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5815469Z [00:07:53.193]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-date-3709d06122f6a301/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5874436Z [00:07:53.199]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-date-3709d06122f6a301/lib-gix_date.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5932602Z [00:07:53.205]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-date-3709d06122f6a301/lib-gix_date' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.5990438Z [00:07:53.211]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-quote-87794e4aeb568bed/lib-gix_quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6047660Z [00:07:53.217]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-quote-87794e4aeb568bed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6105525Z [00:07:53.222]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-quote-87794e4aeb568bed/lib-gix_quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6162035Z [00:07:53.228]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-quote-87794e4aeb568bed/dep-lib-gix_quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6219666Z [00:07:53.234]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-ebcc13649e8fa4c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6275944Z [00:07:53.240]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-ebcc13649e8fa4c6/lib-url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6331901Z [00:07:53.245]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-ebcc13649e8fa4c6/dep-lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6387073Z [00:07:53.251]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-ebcc13649e8fa4c6/lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6443338Z [00:07:53.256]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a4c9ee4b3f72a0a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6498341Z [00:07:53.262]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a4c9ee4b3f72a0a8/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6554484Z [00:07:53.267]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a4c9ee4b3f72a0a8/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6610772Z [00:07:53.273]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-a4c9ee4b3f72a0a8/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6667357Z [00:07:53.279]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-5abc94dcfa951c6e/dep-lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6724793Z [00:07:53.284]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-5abc94dcfa951c6e/lib-idna_adapter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6779829Z [00:07:53.290]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-5abc94dcfa951c6e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6834289Z [00:07:53.295]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-5abc94dcfa951c6e/lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6890081Z [00:07:53.301]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-e8f0deb699e187cc/lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6943890Z [00:07:53.306]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-e8f0deb699e187cc/lib-tracing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.6997268Z [00:07:53.312]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-e8f0deb699e187cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.7050789Z [00:07:53.317]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-e8f0deb699e187cc/dep-lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.7108714Z [00:07:53.323]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-a24722be501cfe53/lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.7166417Z [00:07:53.329]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-a24722be501cfe53/dep-lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.7221601Z [00:07:53.334]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-a24722be501cfe53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.7276885Z [00:07:53.340]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-a24722be501cfe53/lib-rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.7333574Z [00:07:53.345]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-attributes-5cb7f02eceeb96e6/dep-lib-gix_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.7388624Z [00:07:53.351]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-attributes-5cb7f02eceeb96e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.7444675Z [00:07:53.356]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-attributes-5cb7f02eceeb96e6/lib-gix_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.7501237Z [00:07:53.362]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-attributes-5cb7f02eceeb96e6/lib-gix_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.7557136Z [00:07:53.368]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.7612911Z [00:07:53.373]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.7666477Z [00:07:53.379]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.7721694Z [00:07:53.384]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.7774979Z [00:07:53.389]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.7827891Z [00:07:53.395]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.7882175Z [00:07:53.400]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.7935403Z [00:07:53.405]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.7991924Z [00:07:53.411]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-55cd7cd0f4874046/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8045615Z [00:07:53.416]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-55cd7cd0f4874046/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8100489Z [00:07:53.422]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-55cd7cd0f4874046/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8154190Z [00:07:53.427]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-55cd7cd0f4874046/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8209155Z [00:07:53.433]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-9609bbfacdcfe4a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8264288Z [00:07:53.438]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-9609bbfacdcfe4a4/lib-libsqlite3_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8320341Z [00:07:53.444]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-9609bbfacdcfe4a4/lib-libsqlite3_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8375326Z [00:07:53.449]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-9609bbfacdcfe4a4/dep-lib-libsqlite3_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8431038Z [00:07:53.455]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.8486229Z [00:07:53.460]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.8540218Z [00:07:53.466]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-fa25e487ac82ad73/lib-cpufeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8593833Z [00:07:53.471]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-fa25e487ac82ad73/dep-lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8647448Z [00:07:53.477]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-fa25e487ac82ad73/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8704091Z [00:07:53.482]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-fa25e487ac82ad73/lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8758617Z [00:07:53.488]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/polling-0cf99934dcf30129/dep-lib-polling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8813380Z [00:07:53.493]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/polling-0cf99934dcf30129/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8867353Z [00:07:53.499]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/polling-0cf99934dcf30129/lib-polling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8922382Z [00:07:53.504]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/polling-0cf99934dcf30129/lib-polling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.8977046Z [00:07:53.510]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9033227Z [00:07:53.515]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9092242Z [00:07:53.521]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9147475Z [00:07:53.527]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9204852Z [00:07:53.532]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-9edb7ef181873606/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9262541Z [00:07:53.538]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-9edb7ef181873606/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9317743Z [00:07:53.544]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9b9be671359ac8ed/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9373032Z [00:07:53.549]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9b9be671359ac8ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9430163Z [00:07:53.555]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9b9be671359ac8ed/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9485769Z [00:07:53.560]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9b9be671359ac8ed/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9542204Z [00:07:53.566]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9599052Z [00:07:53.572]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9656819Z [00:07:53.578]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-967e9a640d3495e6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9715259Z [00:07:53.583]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-967e9a640d3495e6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:21.9774342Z [00:07:53.589]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.9829919Z [00:07:53.595]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.9886192Z [00:07:53.601]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:21.9945358Z [00:07:53.606]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:22.0004131Z [00:07:53.612]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ref-c6bb2eb983c337ae/dep-lib-gix_ref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0062023Z [00:07:53.618]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ref-c6bb2eb983c337ae/lib-gix_ref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0118254Z [00:07:53.624]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ref-c6bb2eb983c337ae/lib-gix_ref.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0174769Z [00:07:53.629]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ref-c6bb2eb983c337ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0231078Z [00:07:53.635]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-index-e0191b63475f6e68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0287519Z [00:07:53.641]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-index-e0191b63475f6e68/lib-gix_index.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0344060Z [00:07:53.646]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-index-e0191b63475f6e68/dep-lib-gix_index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0401843Z [00:07:53.652]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-index-e0191b63475f6e68/lib-gix_index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0457192Z [00:07:53.658]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-chunk-a71e3255bdd922c4/lib-gix_chunk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0512107Z [00:07:53.663]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-chunk-a71e3255bdd922c4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0568785Z [00:07:53.669]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-chunk-a71e3255bdd922c4/lib-gix_chunk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0624991Z [00:07:53.674]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-chunk-a71e3255bdd922c4/dep-lib-gix_chunk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0683904Z [00:07:53.680]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-e91c9ee48d37f195/lib-fs_err' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0739351Z [00:07:53.686]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-e91c9ee48d37f195/dep-lib-fs_err' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0796299Z [00:07:53.691]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-e91c9ee48d37f195/lib-fs_err.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0853235Z [00:07:53.697]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs-err-e91c9ee48d37f195/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0912721Z [00:07:53.703]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.0967745Z [00:07:53.709]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1024158Z [00:07:53.714]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1082811Z [00:07:53.720]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1141278Z [00:07:53.726]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-credentials-df778f41f901f69d/lib-gix_credentials' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1199598Z [00:07:53.732]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-credentials-df778f41f901f69d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1257225Z [00:07:53.738]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-credentials-df778f41f901f69d/lib-gix_credentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1314728Z [00:07:53.743]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-credentials-df778f41f901f69d/dep-lib-gix_credentials' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1372258Z [00:07:53.749]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-e8876722c6460cea/lib-gix_worktree_state' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1428748Z [00:07:53.755]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-e8876722c6460cea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1485398Z [00:07:53.760]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-e8876722c6460cea/dep-lib-gix_worktree_state' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1542157Z [00:07:53.766]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-e8876722c6460cea/lib-gix_worktree_state.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1600284Z [00:07:53.772]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/dep-lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1660157Z [00:07:53.778]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1717526Z [00:07:53.784]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1774517Z [00:07:53.789]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1834200Z [00:07:53.795]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-negotiate-7f3d67a4972658a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1892986Z [00:07:53.801]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-negotiate-7f3d67a4972658a3/lib-gix_negotiate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.1951093Z [00:07:53.807]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-negotiate-7f3d67a4972658a3/dep-lib-gix_negotiate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2012914Z [00:07:53.813]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-negotiate-7f3d67a4972658a3/lib-gix_negotiate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2079815Z [00:07:53.820]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2141587Z [00:07:53.826]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2200369Z [00:07:53.832]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2257708Z [00:07:53.838]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-66e902bfbfda2faa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2314511Z [00:07:53.843]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2370517Z [00:07:53.849]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/dep-lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2425638Z [00:07:53.854]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2484015Z [00:07:53.860]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2541384Z [00:07:53.866]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2599211Z [00:07:53.872]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2655338Z [00:07:53.877]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2712790Z [00:07:53.883]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2769833Z [00:07:53.889]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-01f43c0a6deb68b4/lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2824424Z [00:07:53.894]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-01f43c0a6deb68b4/dep-lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2880102Z [00:07:53.900]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-01f43c0a6deb68b4/lib-filetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2936808Z [00:07:53.906]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-01f43c0a6deb68b4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.2994511Z [00:07:53.911]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3049823Z [00:07:53.917]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3105054Z [00:07:53.922]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3159629Z [00:07:53.928]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3215779Z [00:07:53.933]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-7eb683863e55562f/lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3273503Z [00:07:53.939]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-7eb683863e55562f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3330299Z [00:07:53.945]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-7eb683863e55562f/lib-env_logger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3388165Z [00:07:53.951]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_logger-7eb683863e55562f/dep-lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3446048Z [00:07:53.956]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-7c59a5aee85e9cc9/dep-lib-bytesize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3503661Z [00:07:53.962]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-7c59a5aee85e9cc9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3558150Z [00:07:53.968]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-7c59a5aee85e9cc9/lib-bytesize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3614976Z [00:07:53.973]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-7c59a5aee85e9cc9/lib-bytesize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3671651Z [00:07:53.979]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-9a3d0c38e786ddb9/dep-lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3727225Z [00:07:53.985]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-9a3d0c38e786ddb9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3784693Z [00:07:53.990]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-9a3d0c38e786ddb9/lib-signal_hook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3843652Z [00:07:53.996]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-9a3d0c38e786ddb9/lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3903664Z [00:07:54.002]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-8e7a56ad6de7b264/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.3962721Z [00:07:54.008]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-8e7a56ad6de7b264/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4020684Z [00:07:54.014]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-8e7a56ad6de7b264/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4079495Z [00:07:54.020]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-8e7a56ad6de7b264/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4139692Z [00:07:54.026]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ignore-21d62da0927f175d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4199186Z [00:07:54.032]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ignore-21d62da0927f175d/dep-lib-gix_ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4259987Z [00:07:54.038]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ignore-21d62da0927f175d/lib-gix_ignore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4317697Z [00:07:54.044]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-ignore-21d62da0927f175d/lib-gix_ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4376504Z [00:07:54.050]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-378ec677bda03685/dep-lib-curl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4434684Z [00:07:54.055]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-378ec677bda03685/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4493359Z [00:07:54.061]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-378ec677bda03685/lib-curl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4551073Z [00:07:54.067]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/curl-378ec677bda03685/lib-curl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4606320Z [00:07:54.073]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-features-cb28f5567e0ac11f/lib-gix_features.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4662639Z [00:07:54.078]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-features-cb28f5567e0ac11f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4717804Z [00:07:54.084]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-features-cb28f5567e0ac11f/dep-lib-gix_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4774860Z [00:07:54.089]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-features-cb28f5567e0ac11f/lib-gix_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4832291Z [00:07:54.095]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/lib-litemap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4888553Z [00:07:54.101]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/dep-lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.4945454Z [00:07:54.106]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5003630Z [00:07:54.112]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5063035Z [00:07:54.118]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-ee0649f7077009a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5122711Z [00:07:54.124]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-ee0649f7077009a5/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5179401Z [00:07:54.130]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-ee0649f7077009a5/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5235769Z [00:07:54.135]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-ee0649f7077009a5/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5293112Z [00:07:54.141]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-utils-102f000a64c6fb42/dep-lib-gix_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5349921Z [00:07:54.147]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-utils-102f000a64c6fb42/lib-gix_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5405997Z [00:07:54.152]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-utils-102f000a64c6fb42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5463904Z [00:07:54.158]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-utils-102f000a64c6fb42/lib-gix_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5521930Z [00:07:54.164]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-protocol-6bcb2a19187975c7/dep-lib-gix_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5579603Z [00:07:54.170]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-protocol-6bcb2a19187975c7/lib-gix_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5637056Z [00:07:54.176]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-protocol-6bcb2a19187975c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5695498Z [00:07:54.181]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-protocol-6bcb2a19187975c7/lib-gix_protocol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5754315Z [00:07:54.187]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-10c5683c4492da4b/lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5813462Z [00:07:54.193]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-10c5683c4492da4b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5872472Z [00:07:54.199]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-10c5683c4492da4b/lib-castaway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5932074Z [00:07:54.205]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-10c5683c4492da4b/dep-lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.5992377Z [00:07:54.211]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-8012d92a9667d713/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6048845Z [00:07:54.217]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-8012d92a9667d713/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6105230Z [00:07:54.222]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-8012d92a9667d713/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6161911Z [00:07:54.228]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-8012d92a9667d713/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6218752Z [00:07:54.234]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-abbd022fd61128a2/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6274291Z [00:07:54.239]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-abbd022fd61128a2/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6329256Z [00:07:54.245]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-abbd022fd61128a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6385983Z [00:07:54.250]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-abbd022fd61128a2/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6443963Z [00:07:54.256]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-ff5c3fa5318c1e27/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6499241Z [00:07:54.262]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-ff5c3fa5318c1e27/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6556195Z [00:07:54.267]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-ff5c3fa5318c1e27/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6613029Z [00:07:54.273]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-ff5c3fa5318c1e27/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6670273Z [00:07:54.279]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-60a9073b2758541a/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6727965Z [00:07:54.285]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-60a9073b2758541a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6783390Z [00:07:54.290]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-60a9073b2758541a/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6839063Z [00:07:54.296]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-60a9073b2758541a/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6894456Z [00:07:54.301]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-channel-2052d2ee56ea07bf/lib-async_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.6952652Z [00:07:54.307]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-channel-2052d2ee56ea07bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7012187Z [00:07:54.313]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-channel-2052d2ee56ea07bf/lib-async_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7067569Z [00:07:54.319]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/async-channel-2052d2ee56ea07bf/dep-lib-async_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7125175Z [00:07:54.324]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7181885Z [00:07:54.330]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7239821Z [00:07:54.336]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/prodash-cd84bcc05c4c1ccc/lib-prodash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7295242Z [00:07:54.341]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/prodash-cd84bcc05c4c1ccc/lib-prodash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7352306Z [00:07:54.347]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/prodash-cd84bcc05c4c1ccc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7407769Z [00:07:54.353]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/prodash-cd84bcc05c4c1ccc/dep-lib-prodash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7464366Z [00:07:54.358]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revwalk-2452d73d545486f5/lib-gix_revwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7520117Z [00:07:54.364]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revwalk-2452d73d545486f5/lib-gix_revwalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7577453Z [00:07:54.370]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revwalk-2452d73d545486f5/dep-lib-gix_revwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7634504Z [00:07:54.375]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revwalk-2452d73d545486f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7692522Z [00:07:54.381]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/lib-libz_rs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7750015Z [00:07:54.387]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7808523Z [00:07:54.393]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/lib-libz_rs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7866679Z [00:07:54.399]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-fcf2f8bb3481bd23/dep-lib-libz_rs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7924918Z [00:07:54.404]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-47afb3d6f69ce6d2/lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.7983619Z [00:07:54.410]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-47afb3d6f69ce6d2/dep-lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8039813Z [00:07:54.416]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-47afb3d6f69ce6d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8095255Z [00:07:54.421]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-normalization-47afb3d6f69ce6d2/lib-unicode_normalization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8151656Z [00:07:54.427]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-traverse-7a9c6c08251d0701/lib-gix_traverse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8208008Z [00:07:54.433]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-traverse-7a9c6c08251d0701/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8266151Z [00:07:54.438]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-traverse-7a9c6c08251d0701/lib-gix_traverse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8324224Z [00:07:54.444]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-traverse-7a9c6c08251d0701/dep-lib-gix_traverse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8383450Z [00:07:54.450]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-0e27a2bcd493c1f6/lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8442417Z [00:07:54.456]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-0e27a2bcd493c1f6/lib-tracing_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8498301Z [00:07:54.462]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-0e27a2bcd493c1f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8555361Z [00:07:54.467]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-0e27a2bcd493c1f6/dep-lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8612914Z [00:07:54.473]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8671222Z [00:07:54.479]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8726705Z [00:07:54.485]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8785617Z [00:07:54.490]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8842705Z [00:07:54.496]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-8eb8825dda381af1/lib-thread_local.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8899256Z [00:07:54.502]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-8eb8825dda381af1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.8954793Z [00:07:54.507]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-8eb8825dda381af1/dep-lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9012060Z [00:07:54.513]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-8eb8825dda381af1/lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9067426Z [00:07:54.519]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-ca8bd95a81fafebc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9124714Z [00:07:54.524]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-ca8bd95a81fafebc/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9182724Z [00:07:54.530]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-ca8bd95a81fafebc/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9237835Z [00:07:54.536]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-ca8bd95a81fafebc/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9296083Z [00:07:54.541]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-9309ea60d5963eb4/lib-potential_utf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9352714Z [00:07:54.547]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-9309ea60d5963eb4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9412679Z [00:07:54.553]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-9309ea60d5963eb4/lib-potential_utf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9470740Z [00:07:54.559]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-9309ea60d5963eb4/dep-lib-potential_utf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9528636Z [00:07:54.565]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-blame-044bb660f15e8537/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9584912Z [00:07:54.570]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-blame-044bb660f15e8537/dep-lib-gix_blame' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9642277Z [00:07:54.576]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-blame-044bb660f15e8537/lib-gix_blame.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9697138Z [00:07:54.582]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-blame-044bb660f15e8537/lib-gix_blame' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9753415Z [00:07:54.587]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashlink-69fb387f0eb263b3/lib-hashlink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9808612Z [00:07:54.593]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashlink-69fb387f0eb263b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9864038Z [00:07:54.598]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashlink-69fb387f0eb263b3/lib-hashlink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9919209Z [00:07:54.604]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashlink-69fb387f0eb263b3/dep-lib-hashlink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:22.9975699Z [00:07:54.609]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-ccd297f2674db114/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0033296Z [00:07:54.615]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-ccd297f2674db114/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0089318Z [00:07:54.621]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-ccd297f2674db114/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0146966Z [00:07:54.627]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-ccd297f2674db114/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0206954Z [00:07:54.633]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-a4e0c722afc1337e/dep-lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0264498Z [00:07:54.638]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-a4e0c722afc1337e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0325526Z [00:07:54.644]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-a4e0c722afc1337e/lib-parking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0386637Z [00:07:54.651]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking-a4e0c722afc1337e/lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0448847Z [00:07:54.657]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-97fb828b8e86c64f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0506986Z [00:07:54.663]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-97fb828b8e86c64f/lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0567888Z [00:07:54.669]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-97fb828b8e86c64f/lib-icu_properties.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0628403Z [00:07:54.675]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-97fb828b8e86c64f/dep-lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0692307Z [00:07:54.681]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-cacfdb9da57bd9fd/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0752391Z [00:07:54.687]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-cacfdb9da57bd9fd/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0808924Z [00:07:54.693]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-cacfdb9da57bd9fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0867969Z [00:07:54.699]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-cacfdb9da57bd9fd/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0927768Z [00:07:54.705]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faster-hex-4337ed818fc5319b/lib-faster_hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.0989425Z [00:07:54.711]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faster-hex-4337ed818fc5319b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1050803Z [00:07:54.717]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faster-hex-4337ed818fc5319b/lib-faster_hex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1109439Z [00:07:54.723]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faster-hex-4337ed818fc5319b/dep-lib-faster_hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1169130Z [00:07:54.729]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jwalk-9405582bea16b1d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1228136Z [00:07:54.735]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jwalk-9405582bea16b1d3/dep-lib-jwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1287507Z [00:07:54.741]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jwalk-9405582bea16b1d3/lib-jwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1346350Z [00:07:54.746]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jwalk-9405582bea16b1d3/lib-jwalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1407722Z [00:07:54.753]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/dep-lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1466176Z [00:07:54.758]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1525801Z [00:07:54.764]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1584863Z [00:07:54.770]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/lib-icu_normalizer_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1644357Z [00:07:54.776]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1703045Z [00:07:54.782]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1764515Z [00:07:54.788]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-merge-d4746c0937c1cb5f/lib-gix_merge' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1822453Z [00:07:54.794]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-merge-d4746c0937c1cb5f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1883254Z [00:07:54.800]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-merge-d4746c0937c1cb5f/lib-gix_merge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.1943791Z [00:07:54.806]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-merge-d4746c0937c1cb5f/dep-lib-gix_merge' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2006019Z [00:07:54.812]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-95d2b1c732732a8e/lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2065379Z [00:07:54.818]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-95d2b1c732732a8e/dep-lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2124415Z [00:07:54.824]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-95d2b1c732732a8e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2185830Z [00:07:54.830]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-95d2b1c732732a8e/lib-crossterm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2247988Z [00:07:54.837]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2308940Z [00:07:54.843]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2368552Z [00:07:54.849]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2427180Z [00:07:54.855]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2485333Z [00:07:54.860]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-66f0ed4af5a9f2bf/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2543045Z [00:07:54.866]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-66f0ed4af5a9f2bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2602720Z [00:07:54.872]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-66f0ed4af5a9f2bf/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2663282Z [00:07:54.878]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-66f0ed4af5a9f2bf/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2723015Z [00:07:54.884]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2781819Z [00:07:54.890]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2845173Z [00:07:54.896]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2915054Z [00:07:54.903]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.2978272Z [00:07:54.910]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-glob-145344e629c42474/lib-gix_glob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3037729Z [00:07:54.916]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-glob-145344e629c42474/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3093350Z [00:07:54.921]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-glob-145344e629c42474/dep-lib-gix_glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3150628Z [00:07:54.927]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-glob-145344e629c42474/lib-gix_glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3212748Z [00:07:54.933]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/lib-pathdiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3274557Z [00:07:54.939]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3335799Z [00:07:54.945]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/dep-lib-pathdiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3394744Z [00:07:54.951]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/lib-pathdiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3454730Z [00:07:54.957]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-lock-9f48090514e29bcd/lib-gix_lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3514969Z [00:07:54.963]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-lock-9f48090514e29bcd/lib-gix_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3574257Z [00:07:54.969]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-lock-9f48090514e29bcd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3634405Z [00:07:54.975]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-lock-9f48090514e29bcd/dep-lib-gix_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3696615Z [00:07:54.981]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3756310Z [00:07:54.987]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3817974Z [00:07:54.994]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3879587Z [00:07:55.000]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.3939353Z [00:07:55.006]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-transport-61a4d4e7ee59eba0/lib-gix_transport' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4000079Z [00:07:55.012]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-transport-61a4d4e7ee59eba0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4058566Z [00:07:55.018]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-transport-61a4d4e7ee59eba0/dep-lib-gix_transport' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4116081Z [00:07:55.023]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-transport-61a4d4e7ee59eba0/lib-gix_transport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4177752Z [00:07:55.030]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-e017cceacf6a34c8/lib-heapless.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4234627Z [00:07:55.035]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-e017cceacf6a34c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4290255Z [00:07:55.041]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-e017cceacf6a34c8/dep-lib-heapless' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4356934Z [00:07:55.047]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/heapless-e017cceacf6a34c8/lib-heapless' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4419699Z [00:07:55.054]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-actor-eb2e3700834e00e1/lib-gix_actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4479754Z [00:07:55.060]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-actor-eb2e3700834e00e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4538336Z [00:07:55.066]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-actor-eb2e3700834e00e1/dep-lib-gix_actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4596296Z [00:07:55.071]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-actor-eb2e3700834e00e1/lib-gix_actor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4656100Z [00:07:55.077]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-7d51049d844e6bca/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4714699Z [00:07:55.083]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-7d51049d844e6bca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4777081Z [00:07:55.090]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-7d51049d844e6bca/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4844521Z [00:07:55.096]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-7d51049d844e6bca/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4906946Z [00:07:55.103]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.4968709Z [00:07:55.109]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5027704Z [00:07:55.115]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5087795Z [00:07:55.121]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5146733Z [00:07:55.127]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-037c1bbbb0bce403/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5206910Z [00:07:55.133]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-037c1bbbb0bce403/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5265683Z [00:07:55.138]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-181f8019e654cdb8/run-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5325769Z [00:07:55.144]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/openssl-sys-181f8019e654cdb8/run-build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5383948Z [00:07:55.150]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5443977Z [00:07:55.156]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5504102Z [00:07:55.162]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5560132Z [00:07:55.168]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5621636Z [00:07:55.174]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-shallow-015780893e3be784/dep-lib-gix_shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5688224Z [00:07:55.181]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-shallow-015780893e3be784/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5753693Z [00:07:55.187]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-shallow-015780893e3be784/lib-gix_shallow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5813298Z [00:07:55.193]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-shallow-015780893e3be784/lib-gix_shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5873392Z [00:07:55.199]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pathspec-0b8e4aea9d2defde/dep-lib-gix_pathspec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5930917Z [00:07:55.205]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pathspec-0b8e4aea9d2defde/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.5990199Z [00:07:55.211]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pathspec-0b8e4aea9d2defde/lib-gix_pathspec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6047924Z [00:07:55.217]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-pathspec-0b8e4aea9d2defde/lib-gix_pathspec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6106592Z [00:07:55.223]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f7389c385ffcb3ef/lib-slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6161922Z [00:07:55.228]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f7389c385ffcb3ef/dep-lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6220305Z [00:07:55.234]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f7389c385ffcb3ef/lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6278435Z [00:07:55.240]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f7389c385ffcb3ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6336831Z [00:07:55.246]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-745f3ffb07195e9c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6392283Z [00:07:55.251]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-745f3ffb07195e9c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6449718Z [00:07:55.257]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-282223f4cdf1ee7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6507532Z [00:07:55.263]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-282223f4cdf1ee7f/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6580645Z [00:07:55.270]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-282223f4cdf1ee7f/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6651574Z [00:07:55.277]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-282223f4cdf1ee7f/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6713785Z [00:07:55.283]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-836cb474a4543f72/dep-lib-hash32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6773883Z [00:07:55.289]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-836cb474a4543f72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6835242Z [00:07:55.295]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-836cb474a4543f72/lib-hash32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6894508Z [00:07:55.301]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hash32-836cb474a4543f72/lib-hash32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.6953251Z [00:07:55.307]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:23.7012707Z [00:07:55.313]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:23.7070085Z [00:07:55.319]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:23.7126940Z [00:07:55.325]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:23.7185045Z [00:07:55.330]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4dbf6ba57bf4685f/lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7243656Z [00:07:55.336]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4dbf6ba57bf4685f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7301613Z [00:07:55.342]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4dbf6ba57bf4685f/dep-lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7361444Z [00:07:55.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-4dbf6ba57bf4685f/lib-zerovec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7420175Z [00:07:55.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-c1beeb71fa42b409/output-bin-gix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7478456Z [00:07:55.360]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-c1beeb71fa42b409/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7538139Z [00:07:55.366]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-ddcf0cf401a372e4/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7609098Z [00:07:55.373]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-ddcf0cf401a372e4/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7678857Z [00:07:55.380]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-ddcf0cf401a372e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7753767Z [00:07:55.387]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-ddcf0cf401a372e4/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7816883Z [00:07:55.394]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-ea3b7f8858c24f6f/lib-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7878185Z [00:07:55.400]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-ea3b7f8858c24f6f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7936771Z [00:07:55.406]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-ea3b7f8858c24f6f/dep-lib-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.7995073Z [00:07:55.411]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha1-ea3b7f8858c24f6f/lib-sha1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8053330Z [00:07:55.417]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-785eac17ddc32650/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8107681Z [00:07:55.423]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-785eac17ddc32650/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8165021Z [00:07:55.428]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-785eac17ddc32650/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8220457Z [00:07:55.434]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-785eac17ddc32650/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8276922Z [00:07:55.440]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-43cb0d121f459dc7/lib-signal_hook_mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8336109Z [00:07:55.445]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-43cb0d121f459dc7/dep-lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8409152Z [00:07:55.453]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-43cb0d121f459dc7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8477406Z [00:07:55.460]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-43cb0d121f459dc7/lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8538641Z [00:07:55.466]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:23.8596402Z [00:07:55.472]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:23.8653921Z [00:07:55.477]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:23.8709804Z [00:07:55.483]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:23.8767762Z [00:07:55.489]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8825385Z [00:07:55.494]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8883193Z [00:07:55.500]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8941374Z [00:07:55.506]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.8999227Z [00:07:55.512]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c4389af575d28a04/dep-lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9056000Z [00:07:55.517]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c4389af575d28a04/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9113263Z [00:07:55.523]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c4389af575d28a04/lib-tracing_subscriber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9170278Z [00:07:55.529]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-c4389af575d28a04/lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9226133Z [00:07:55.534]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-28ec4679b8e687c1/lib-icu_normalizer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9280767Z [00:07:55.540]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-28ec4679b8e687c1/lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9336257Z [00:07:55.545]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-28ec4679b8e687c1/dep-lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9403302Z [00:07:55.552]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-28ec4679b8e687c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9474954Z [00:07:55.559]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-4fbd714c79d9ec7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9535989Z [00:07:55.565]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-4fbd714c79d9ec7d/dep-lib-crossbeam_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9593807Z [00:07:55.571]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-4fbd714c79d9ec7d/lib-crossbeam_queue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9650972Z [00:07:55.577]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-4fbd714c79d9ec7d/lib-crossbeam_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9708686Z [00:07:55.583]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hash-a3653e85d1574a5c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9764186Z [00:07:55.588]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hash-a3653e85d1574a5c/lib-gix_hash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9819829Z [00:07:55.594]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hash-a3653e85d1574a5c/lib-gix_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9875724Z [00:07:55.599]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-hash-a3653e85d1574a5c/dep-lib-gix_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9933247Z [00:07:55.605]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memmap2-f0fef1515e08af2d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:23.9989537Z [00:07:55.611]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memmap2-f0fef1515e08af2d/dep-lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0047364Z [00:07:55.617]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memmap2-f0fef1515e08af2d/lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0103903Z [00:07:55.622]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memmap2-f0fef1515e08af2d/lib-memmap2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0161250Z [00:07:55.628]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-7cdd42e014192136/lib-gitoxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0217554Z [00:07:55.634]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-7cdd42e014192136/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0276825Z [00:07:55.640]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-7cdd42e014192136/dep-lib-gitoxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0333419Z [00:07:55.645]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-7cdd42e014192136/lib-gitoxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0391998Z [00:07:55.651]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-1ef97034e599d181/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0447983Z [00:07:55.657]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-1ef97034e599d181/lib-icu_collections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0504627Z [00:07:55.662]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-1ef97034e599d181/lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0561682Z [00:07:55.668]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-1ef97034e599d181/dep-lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0619892Z [00:07:55.674]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_filter-b4ee8eb302af1e9c/lib-env_filter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0677079Z [00:07:55.680]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_filter-b4ee8eb302af1e9c/lib-env_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0732718Z [00:07:55.685]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_filter-b4ee8eb302af1e9c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0790670Z [00:07:55.691]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/env_filter-b4ee8eb302af1e9c/dep-lib-env_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0847544Z [00:07:55.697]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revision-4d65273074e381a8/lib-gix_revision' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0903827Z [00:07:55.702]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revision-4d65273074e381a8/lib-gix_revision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.0959874Z [00:07:55.708]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revision-4d65273074e381a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1016196Z [00:07:55.714]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-revision-4d65273074e381a8/dep-lib-gix_revision' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1073740Z [00:07:55.719]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1130241Z [00:07:55.725]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1186457Z [00:07:55.731]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1242204Z [00:07:55.736]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1299357Z [00:07:55.742]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-4bcb4762d539e09e/lib-is_wsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1357141Z [00:07:55.748]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-4bcb4762d539e09e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1414709Z [00:07:55.753]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-4bcb4762d539e09e/dep-lib-is_wsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1472401Z [00:07:55.759]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-4bcb4762d539e09e/lib-is_wsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1529223Z [00:07:55.765]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/human_format-20533029890a1a86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1585925Z [00:07:55.770]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/human_format-20533029890a1a86/lib-human_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1642824Z [00:07:55.776]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/human_format-20533029890a1a86/lib-human_format.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1700272Z [00:07:55.782]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/human_format-20533029890a1a86/dep-lib-human_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.1756204Z [00:07:55.787]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.1815604Z [00:07:55.793]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.1872006Z [00:07:55.799]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.1929688Z [00:07:55.805]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.1987355Z [00:07:55.811]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.2044227Z [00:07:55.816]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.2101306Z [00:07:55.822]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.2156281Z [00:07:55.827]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.2213481Z [00:07:55.833]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2270257Z [00:07:55.839]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2326622Z [00:07:55.845]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2384135Z [00:07:55.850]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2441065Z [00:07:55.856]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-c140d4e82da35989/lib-event_listener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2497564Z [00:07:55.862]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-c140d4e82da35989/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2554411Z [00:07:55.867]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-c140d4e82da35989/lib-event_listener' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2611580Z [00:07:55.873]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/event-listener-c140d4e82da35989/dep-lib-event_listener' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2670265Z [00:07:55.879]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2728177Z [00:07:55.885]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2787521Z [00:07:55.891]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2847692Z [00:07:55.897]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/dep-lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2909970Z [00:07:55.903]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.2969287Z [00:07:55.909]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/lib-sharded_slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3028787Z [00:07:55.915]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3086624Z [00:07:55.921]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/dep-lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3143420Z [00:07:55.926]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-tempfile-6a629eb9cf691d19/lib-gix_tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3200639Z [00:07:55.932]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-tempfile-6a629eb9cf691d19/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3255764Z [00:07:55.937]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-tempfile-6a629eb9cf691d19/lib-gix_tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3312388Z [00:07:55.943]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-tempfile-6a629eb9cf691d19/dep-lib-gix_tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3370760Z [00:07:55.949]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/dep-lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3426589Z [00:07:55.955]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3482706Z [00:07:55.960]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3538818Z [00:07:55.966]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/lib-icu_properties_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3595705Z [00:07:55.971]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-88332192e1b61572/dep-lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3652435Z [00:07:55.977]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-88332192e1b61572/lib-ratatui.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3708750Z [00:07:55.983]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-88332192e1b61572/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3763983Z [00:07:55.988]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-88332192e1b61572/lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3822671Z [00:07:55.994]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tar-cfe55be0763a9e26/lib-tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3882812Z [00:07:56.000]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tar-cfe55be0763a9e26/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3940002Z [00:07:56.006]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tar-cfe55be0763a9e26/lib-tar.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.3998543Z [00:07:56.012]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tar-cfe55be0763a9e26/dep-lib-tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4057268Z [00:07:56.018]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.4114403Z [00:07:56.023]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.4170383Z [00:07:56.029]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.4224857Z [00:07:56.034]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.4279664Z [00:07:56.040]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-discover-11996166dc85036c/lib-gix_discover' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4336328Z [00:07:56.046]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-discover-11996166dc85036c/lib-gix_discover.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4394821Z [00:07:56.051]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-discover-11996166dc85036c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4455614Z [00:07:56.057]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-discover-11996166dc85036c/dep-lib-gix_discover' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4513608Z [00:07:56.063]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-core-22e95d0c03059f4c/lib-gitoxide_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4569127Z [00:07:56.069]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-core-22e95d0c03059f4c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4625785Z [00:07:56.074]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-core-22e95d0c03059f4c/lib-gitoxide_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4680660Z [00:07:56.080]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gitoxide-core-22e95d0c03059f4c/dep-lib-gitoxide_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4736044Z [00:07:56.085]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-735e724ca6f7be02/lib-gix_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4791468Z [00:07:56.091]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-735e724ca6f7be02/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4847827Z [00:07:56.097]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-735e724ca6f7be02/lib-gix_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4906102Z [00:07:56.102]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gix-config-735e724ca6f7be02/dep-lib-gix_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.4965837Z [00:07:56.108]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5024627Z [00:07:56.114]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5082648Z [00:07:56.120]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.5142479Z [00:07:56.126]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.5202842Z [00:07:56.132]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.5262472Z [00:07:56.138]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:24.5318976Z [00:07:56.144]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clru-b8760a06ad48cde1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5374794Z [00:07:56.149]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clru-b8760a06ad48cde1/lib-clru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5432786Z [00:07:56.155]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clru-b8760a06ad48cde1/lib-clru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5492084Z [00:07:56.161]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clru-b8760a06ad48cde1/dep-lib-clru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5549846Z [00:07:56.167]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-70f73c8783332c88/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5607692Z [00:07:56.173]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-70f73c8783332c88/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5668154Z [00:07:56.179]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-70f73c8783332c88/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5725032Z [00:07:56.184]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-70f73c8783332c88/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5782809Z [00:07:56.190]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5840356Z [00:07:56.196]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libzerofrom_derive-d91ad30a286af849.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5895667Z [00:07:56.201]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.5952037Z [00:07:56.207]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libdisplaydoc-2cda825c857eaedf.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6012924Z [00:07:56.213]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6072265Z [00:07:56.219]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6128237Z [00:07:56.225]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/maybe_async-ac9850d20a8b3ee4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6183977Z [00:07:56.230]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/autocfg-dd487200042bcaa5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6240099Z [00:07:56.236]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6296501Z [00:07:56.242]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6354501Z [00:07:56.247]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/strum_macros-46a688cb76807119.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6413075Z [00:07:56.253]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libcc-6bd1fb1cf10a2ee9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6470063Z [00:07:56.259]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6527477Z [00:07:56.265]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libstability-328a3f65b9f98647.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6585167Z [00:07:56.270]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6642961Z [00:07:56.276]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/displaydoc-2cda825c857eaedf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6701394Z [00:07:56.282]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/thiserror_impl-1712852f24a7f3ee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6760355Z [00:07:56.288]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6821781Z [00:07:56.294]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libthiserror_impl-1712852f24a7f3ee.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6880445Z [00:07:56.300]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libstrum_macros-46a688cb76807119.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6937498Z [00:07:56.306]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.6995364Z [00:07:56.311]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7055005Z [00:07:56.317]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/clap_derive-0afb55859350ecf4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7112411Z [00:07:56.323]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libzerovec_derive-72a3d9efe0de33cb.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7168623Z [00:07:56.329]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libthiserror_impl-0e4347ba7ea5feda.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7224444Z [00:07:56.334]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7284935Z [00:07:56.340]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7340170Z [00:07:56.346]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7396205Z [00:07:56.352]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7453777Z [00:07:56.357]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7512430Z [00:07:56.363]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/rustversion-0d4b169a5d5fc745.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7571139Z [00:07:56.369]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/vcpkg-57e61f3d74998a16.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7636575Z [00:07:56.376]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7707655Z [00:07:56.383]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libserde_derive-a1746215afdd097e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7774698Z [00:07:56.389]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7836818Z [00:07:56.396]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libcc-6bd1fb1cf10a2ee9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7897224Z [00:07:56.402]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.7955793Z [00:07:56.407]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/pkg_config-18929d2f95bd35e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8014094Z [00:07:56.413]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8071516Z [00:07:56.419]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/syn-486f1d8eaeacf440.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8127807Z [00:07:56.425]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/tracing_attributes-e6fced03c3294a21.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8184534Z [00:07:56.430]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libyoke_derive-6e21e5200106e02d.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8242134Z [00:07:56.436]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/zerovec_derive-72a3d9efe0de33cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8300768Z [00:07:56.442]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/paste-fbdf26ac509ef3cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8360178Z [00:07:56.448]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/synstructure-005fb73acf99c322.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8418357Z [00:07:56.454]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8476698Z [00:07:56.460]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/yoke_derive-6e21e5200106e02d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8537073Z [00:07:56.466]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libmaybe_async-ac9850d20a8b3ee4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8598188Z [00:07:56.472]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8657800Z [00:07:56.478]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/stability-328a3f65b9f98647.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8718825Z [00:07:56.484]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/thiserror_impl-0e4347ba7ea5feda.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8777273Z [00:07:56.490]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/librustversion-0d4b169a5d5fc745.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8833714Z [00:07:56.495]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libclap_derive-0afb55859350ecf4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8890470Z [00:07:56.501]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.8946516Z [00:07:56.507]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/serde_derive-a1746215afdd097e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9004134Z [00:07:56.512]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9063577Z [00:07:56.518]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9121802Z [00:07:56.524]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsynstructure-005fb73acf99c322.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9178838Z [00:07:56.530]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9236002Z [00:07:56.536]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libsyn-486f1d8eaeacf440.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9293465Z [00:07:56.541]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/cc-6bd1fb1cf10a2ee9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9351939Z [00:07:56.547]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/zerofrom_derive-d91ad30a286af849.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9410213Z [00:07:56.553]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9469314Z [00:07:56.559]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libtracing_attributes-e6fced03c3294a21.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9526314Z [00:07:56.565]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9583980Z [00:07:56.570]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9641646Z [00:07:56.576]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9698915Z [00:07:56.582]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9755568Z [00:07:56.587]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9811371Z [00:07:56.593]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9866484Z [00:07:56.599]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9922721Z [00:07:56.604]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:24.9977628Z [00:07:56.610]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0034196Z [00:07:56.615]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0088568Z [00:07:56.621]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:25.0143150Z [00:07:56.626]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0197228Z [00:07:56.632]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0250708Z [00:07:56.637]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0304798Z [00:07:56.642]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0366717Z [00:07:56.649]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0428289Z [00:07:56.655]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0486272Z [00:07:56.660]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0543429Z [00:07:56.666]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0602858Z [00:07:56.672]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0665065Z [00:07:56.678]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0725610Z [00:07:56.684]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0784317Z [00:07:56.690]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0843630Z [00:07:56.696]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0900991Z [00:07:56.702]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.0961740Z [00:07:56.708]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/out/version.expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1023751Z [00:07:56.714]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1081909Z [00:07:56.720]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-4195a40d659b0aac/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1139387Z [00:07:56.726]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libz-sys-0d361cbcb7686623/build_script_build-0d361cbcb7686623' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1199786Z [00:07:56.732]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libz-sys-0d361cbcb7686623/build_script_build-0d361cbcb7686623.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1257892Z [00:07:56.738]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libz-sys-0d361cbcb7686623/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1317810Z [00:07:56.744]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-sys-265d4519a2b111f3/build_script_build-265d4519a2b111f3' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1375485Z [00:07:56.749]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-sys-265d4519a2b111f3/build_script_build-265d4519a2b111f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1434164Z [00:07:56.755]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-sys-265d4519a2b111f3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1492850Z [00:07:56.761]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1551122Z [00:07:56.767]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1606366Z [00:07:56.773]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/lock_api-015ab0397ac11abb/build_script_build-015ab0397ac11abb' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1666541Z [00:07:56.779]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1730111Z [00:07:56.785]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:25.1788332Z [00:07:56.791]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1847219Z [00:07:56.797]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/gitoxide-2a9b91cbb5027b35/build_script_build-2a9b91cbb5027b35' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1906146Z [00:07:56.803]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/gitoxide-2a9b91cbb5027b35/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.1967389Z [00:07:56.809]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/gitoxide-2a9b91cbb5027b35/build_script_build-2a9b91cbb5027b35.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2033381Z [00:07:56.815]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libsqlite3-sys-a24cebbda5f26d0f/build_script_build-a24cebbda5f26d0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2094749Z [00:07:56.821]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libsqlite3-sys-a24cebbda5f26d0f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2154717Z [00:07:56.827]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libsqlite3-sys-a24cebbda5f26d0f/build_script_build-a24cebbda5f26d0f' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2220030Z [00:07:56.834]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2283289Z [00:07:56.840]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build_script_build-41f6fca0935e8c9e' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2342552Z [00:07:56.846]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustversion-41f6fca0935e8c9e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2401905Z [00:07:56.852]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/fs-err-81480a73665f3086/build_script_build-81480a73665f3086' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2459569Z [00:07:56.858]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/fs-err-81480a73665f3086/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2518376Z [00:07:56.864]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/fs-err-81480a73665f3086/build_script_build-81480a73665f3086.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2576374Z [00:07:56.869]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2632013Z [00:07:56.875]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2689397Z [00:07:56.881]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2749370Z [00:07:56.887]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde_json-6e0aa045562605c3/build_script_build-6e0aa045562605c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2805546Z [00:07:56.892]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde_json-6e0aa045562605c3/build_script_build-6e0aa045562605c3' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2861661Z [00:07:56.898]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/serde_json-6e0aa045562605c3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2917654Z [00:07:56.904]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.2973706Z [00:07:56.909]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3032210Z [00:07:56.915]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3091007Z [00:07:56.921]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build_script_build-d5cfa1316f9407fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3149334Z [00:07:56.927]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3206902Z [00:07:56.933]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/crc32fast-d5cfa1316f9407fb/build_script_build-d5cfa1316f9407fb' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3265627Z [00:07:56.938]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3326034Z [00:07:56.944]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3386114Z [00:07:56.950]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3446486Z [00:07:56.957]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3508480Z [00:07:56.963]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/openssl-sys-9269e90704f38866/build_script_main-9269e90704f38866.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3570465Z [00:07:56.969]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/openssl-sys-9269e90704f38866/build_script_main-9269e90704f38866' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3634484Z [00:07:56.975]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/openssl-sys-9269e90704f38866/build-script-main' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3733958Z [00:07:56.985]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3797585Z [00:07:56.992]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3864579Z [00:07:56.998]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3932331Z [00:07:57.005]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build_script_build-b088653347055bc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.3998553Z [00:07:57.012]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4065581Z [00:07:57.018]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/signal-hook-b088653347055bc4/build_script_build-b088653347055bc4' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4133435Z [00:07:57.025]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4199566Z [00:07:57.032]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build_script_build-0fd0609afce44135' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4265507Z [00:07:57.038]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build_script_build-0fd0609afce44135.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4330163Z [00:07:57.045]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4394734Z [00:07:57.051]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:25.4460014Z [00:07:57.058]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build_script_build-55c4319b2dd25625' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4522549Z [00:07:57.064]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/heapless-e430bb1d7b7a814c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4584409Z [00:07:57.070]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/heapless-e430bb1d7b7a814c/build_script_build-e430bb1d7b7a814c' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4648206Z [00:07:57.077]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/heapless-e430bb1d7b7a814c/build_script_build-e430bb1d7b7a814c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4712114Z [00:07:57.083]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4773459Z [00:07:57.089]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4835721Z [00:07:57.095]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/libc-1a06cc513f7c6661/build_script_build-1a06cc513f7c6661' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4900742Z [00:07:57.102]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-77a1f4e9f38b1028/build_script_build-77a1f4e9f38b1028' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.4962168Z [00:07:57.108]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-77a1f4e9f38b1028/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5025990Z [00:07:57.114]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/curl-77a1f4e9f38b1028/build_script_build-77a1f4e9f38b1028.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5088156Z [00:07:57.121]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5150592Z [00:07:57.127]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5209584Z [00:07:57.133]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5270256Z [00:07:57.139]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustix-604f330cf55d7f6d/build_script_build-604f330cf55d7f6d' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5331557Z [00:07:57.145]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustix-604f330cf55d7f6d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5393844Z [00:07:57.151]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/rustix-604f330cf55d7f6d/build_script_build-604f330cf55d7f6d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5454896Z [00:07:57.157]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/generic-array-8dbcebd67f84b3b0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5516577Z [00:07:57.164]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/generic-array-8dbcebd67f84b3b0/build_script_build-8dbcebd67f84b3b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5577185Z [00:07:57.170]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/build/generic-array-8dbcebd67f84b3b0/build_script_build-8dbcebd67f84b3b0' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5640433Z [00:07:57.176]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5703337Z [00:07:57.182]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/stability-328a3f65b9f98647/lib-stability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5763240Z [00:07:57.188]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/stability-328a3f65b9f98647/lib-stability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5824689Z [00:07:57.194]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/stability-328a3f65b9f98647/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5885124Z [00:07:57.200]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/stability-328a3f65b9f98647/dep-lib-stability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.5945585Z [00:07:57.206]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/dep-lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6006416Z [00:07:57.213]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/lib-displaydoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6067563Z [00:07:57.219]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6130193Z [00:07:57.225]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/displaydoc-2cda825c857eaedf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6190702Z [00:07:57.231]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6249568Z [00:07:57.237]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6306894Z [00:07:57.243]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6365273Z [00:07:57.248]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6422508Z [00:07:57.254]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6479270Z [00:07:57.260]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6537639Z [00:07:57.266]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6596041Z [00:07:57.271]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:25.6653745Z [00:07:57.277]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:25.6710881Z [00:07:57.283]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:25.6771841Z [00:07:57.289]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6833345Z [00:07:57.295]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6892703Z [00:07:57.301]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.6948962Z [00:07:57.307]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7006536Z [00:07:57.313]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7062210Z [00:07:57.318]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7119222Z [00:07:57.324]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7177072Z [00:07:57.330]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-0e4347ba7ea5feda/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7237830Z [00:07:57.336]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7298440Z [00:07:57.342]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7359889Z [00:07:57.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/dep-lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7422889Z [00:07:57.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerovec-derive-72a3d9efe0de33cb/lib-zerovec_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7487684Z [00:07:57.361]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/lib-synstructure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7546192Z [00:07:57.367]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7604009Z [00:07:57.372]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7659473Z [00:07:57.378]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/synstructure-005fb73acf99c322/dep-lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7717283Z [00:07:57.384]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/maybe-async-ac9850d20a8b3ee4/lib-maybe_async.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7772943Z [00:07:57.389]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/maybe-async-ac9850d20a8b3ee4/lib-maybe_async' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7830263Z [00:07:57.395]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/maybe-async-ac9850d20a8b3ee4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7885023Z [00:07:57.400]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/maybe-async-ac9850d20a8b3ee4/dep-lib-maybe_async' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7941774Z [00:07:57.406]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.7997108Z [00:07:57.412]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8052151Z [00:07:57.417]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8107986Z [00:07:57.423]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8165687Z [00:07:57.428]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8222809Z [00:07:57.434]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8280026Z [00:07:57.440]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8338272Z [00:07:57.446]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8396681Z [00:07:57.452]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8455245Z [00:07:57.457]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8513276Z [00:07:57.463]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8569343Z [00:07:57.469]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8626841Z [00:07:57.475]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8684441Z [00:07:57.480]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8741350Z [00:07:57.486]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8798698Z [00:07:57.492]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8856085Z [00:07:57.497]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8914454Z [00:07:57.503]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.8973232Z [00:07:57.509]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9029865Z [00:07:57.515]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9086973Z [00:07:57.521]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/lib-vcpkg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9145179Z [00:07:57.526]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/dep-lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9206431Z [00:07:57.533]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9266421Z [00:07:57.539]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9329970Z [00:07:57.545]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9389068Z [00:07:57.551]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-4195a40d659b0aac/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9447985Z [00:07:57.557]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libz-sys-0d361cbcb7686623/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9505083Z [00:07:57.562]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libz-sys-0d361cbcb7686623/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9561120Z [00:07:57.568]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libz-sys-0d361cbcb7686623/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9618618Z [00:07:57.574]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libz-sys-0d361cbcb7686623/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9677199Z [00:07:57.580]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9734075Z [00:07:57.585]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9791418Z [00:07:57.591]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9848884Z [00:07:57.597]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_derive-a1746215afdd097e/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9905680Z [00:07:57.602]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-sys-265d4519a2b111f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:25.9963777Z [00:07:57.608]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-sys-265d4519a2b111f3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0019788Z [00:07:57.614]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-sys-265d4519a2b111f3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0075556Z [00:07:57.619]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-sys-265d4519a2b111f3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0132709Z [00:07:57.625]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0188593Z [00:07:57.631]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0244175Z [00:07:57.636]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0301981Z [00:07:57.642]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/lock_api-015ab0397ac11abb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0361057Z [00:07:57.648]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0418461Z [00:07:57.654]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0476180Z [00:07:57.660]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0533774Z [00:07:57.665]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0592868Z [00:07:57.671]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/dep-lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0648835Z [00:07:57.677]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0705926Z [00:07:57.682]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0764002Z [00:07:57.688]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0823688Z [00:07:57.694]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.0883329Z [00:07:57.700]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:26.0942114Z [00:07:57.706]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:26.1001063Z [00:07:57.712]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:26.1060005Z [00:07:57.718]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/gitoxide-2a9b91cbb5027b35/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1119701Z [00:07:57.724]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/gitoxide-2a9b91cbb5027b35/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1178764Z [00:07:57.730]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/gitoxide-2a9b91cbb5027b35/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1236468Z [00:07:57.736]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/gitoxide-2a9b91cbb5027b35/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1294838Z [00:07:57.741]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1353468Z [00:07:57.747]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1411814Z [00:07:57.753]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1468884Z [00:07:57.759]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-impl-1712852f24a7f3ee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1525821Z [00:07:57.764]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1582485Z [00:07:57.770]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1639424Z [00:07:57.776]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1698662Z [00:07:57.782]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1756907Z [00:07:57.788]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1817761Z [00:07:57.794]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1875848Z [00:07:57.799]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1934271Z [00:07:57.805]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/syn-486f1d8eaeacf440/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.1993222Z [00:07:57.811]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-a24cebbda5f26d0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2049055Z [00:07:57.817]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-a24cebbda5f26d0f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2105278Z [00:07:57.822]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-a24cebbda5f26d0f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2162429Z [00:07:57.828]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-a24cebbda5f26d0f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2218652Z [00:07:57.834]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2276613Z [00:07:57.840]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/dep-lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2336097Z [00:07:57.845]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/lib-tracing_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2399254Z [00:07:57.852]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/tracing-attributes-e6fced03c3294a21/lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2459778Z [00:07:57.858]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2522502Z [00:07:57.864]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2589489Z [00:07:57.871]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2650897Z [00:07:57.877]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-41f6fca0935e8c9e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2712596Z [00:07:57.883]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/fs-err-81480a73665f3086/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2774054Z [00:07:57.889]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/fs-err-81480a73665f3086/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2835187Z [00:07:57.895]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/fs-err-81480a73665f3086/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2897975Z [00:07:57.902]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/fs-err-81480a73665f3086/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.2965550Z [00:07:57.908]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3027813Z [00:07:57.915]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3087332Z [00:07:57.921]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3146892Z [00:07:57.927]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3208156Z [00:07:57.933]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_json-6e0aa045562605c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3267508Z [00:07:57.939]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_json-6e0aa045562605c3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3329241Z [00:07:57.945]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_json-6e0aa045562605c3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3388410Z [00:07:57.951]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/serde_json-6e0aa045562605c3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3446770Z [00:07:57.957]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3506021Z [00:07:57.962]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:26.3566414Z [00:07:57.969]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:26.3626704Z [00:07:57.975]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3686858Z [00:07:57.981]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3747817Z [00:07:57.987]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3807666Z [00:07:57.993]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3867669Z [00:07:57.999]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/crc32fast-d5cfa1316f9407fb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3927076Z [00:07:58.005]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.3984650Z [00:07:58.010]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4043240Z [00:07:58.016]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4099668Z [00:07:58.022]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4157258Z [00:07:58.028]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/clap_derive-0afb55859350ecf4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4214102Z [00:07:58.033]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/clap_derive-0afb55859350ecf4/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4270710Z [00:07:58.039]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/clap_derive-0afb55859350ecf4/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4328956Z [00:07:58.045]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/clap_derive-0afb55859350ecf4/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4386002Z [00:07:58.050]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:26.4444248Z [00:07:58.056]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:26.4499957Z [00:07:58.062]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/openssl-sys-9269e90704f38866/build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4557227Z [00:07:58.068]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/openssl-sys-9269e90704f38866/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4613537Z [00:07:58.073]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/openssl-sys-9269e90704f38866/build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4669679Z [00:07:58.079]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/openssl-sys-9269e90704f38866/dep-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4727798Z [00:07:58.085]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4785590Z [00:07:58.090]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4843341Z [00:07:58.096]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/lib-zerofrom_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4900779Z [00:07:58.102]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/zerofrom-derive-d91ad30a286af849/dep-lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.4961732Z [00:07:58.108]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5020211Z [00:07:58.114]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/dep-lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5077708Z [00:07:58.120]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5134480Z [00:07:58.125]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustversion-0d4b169a5d5fc745/lib-rustversion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5192908Z [00:07:58.131]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5249764Z [00:07:58.137]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5306673Z [00:07:58.143]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5363752Z [00:07:58.148]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5422529Z [00:07:58.154]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5484103Z [00:07:58.160]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5547550Z [00:07:58.167]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5612582Z [00:07:58.173]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/signal-hook-b088653347055bc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5678652Z [00:07:58.180]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5743226Z [00:07:58.186]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5806566Z [00:07:58.193]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5867998Z [00:07:58.199]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5929641Z [00:07:58.205]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/dep-lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.5993412Z [00:07:58.211]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6052548Z [00:07:58.217]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6112225Z [00:07:58.223]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/yoke-derive-6e21e5200106e02d/lib-yoke_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6171585Z [00:07:58.229]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6228961Z [00:07:58.235]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6285715Z [00:07:58.240]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/lib-pkg_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6343108Z [00:07:58.246]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/dep-lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6401674Z [00:07:58.252]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/strum_macros-46a688cb76807119/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6458384Z [00:07:58.258]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/strum_macros-46a688cb76807119/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6514322Z [00:07:58.263]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/strum_macros-46a688cb76807119/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6569980Z [00:07:58.269]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/strum_macros-46a688cb76807119/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6626942Z [00:07:58.275]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6683005Z [00:07:58.280]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:26.6741376Z [00:07:58.286]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:26.6797196Z [00:07:58.292]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/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-20T20:37:26.6854710Z [00:07:58.297]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heapless-e430bb1d7b7a814c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6912094Z [00:07:58.303]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heapless-e430bb1d7b7a814c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.6966874Z [00:07:58.309]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heapless-e430bb1d7b7a814c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7024113Z [00:07:58.314]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heapless-e430bb1d7b7a814c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7085136Z [00:07:58.320]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7144132Z [00:07:58.326]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7202525Z [00:07:58.332]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7261630Z [00:07:58.338]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7319102Z [00:07:58.344]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7378570Z [00:07:58.350]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7438230Z [00:07:58.356]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7504667Z [00:07:58.362]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/libc-1a06cc513f7c6661/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7568474Z [00:07:58.369]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-77a1f4e9f38b1028/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7630172Z [00:07:58.375]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-77a1f4e9f38b1028/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7696205Z [00:07:58.381]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-77a1f4e9f38b1028/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7756497Z [00:07:58.388]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/curl-77a1f4e9f38b1028/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7815422Z [00:07:58.393]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7874609Z [00:07:58.399]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7933682Z [00:07:58.405]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.7995214Z [00:07:58.411]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8060929Z [00:07:58.418]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustix-604f330cf55d7f6d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8125995Z [00:07:58.424]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustix-604f330cf55d7f6d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8187475Z [00:07:58.431]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustix-604f330cf55d7f6d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8247104Z [00:07:58.437]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/rustix-604f330cf55d7f6d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8304109Z [00:07:58.442]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8361785Z [00:07:58.448]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8424340Z [00:07:58.454]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8484359Z [00:07:58.460]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8542945Z [00:07:58.466]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/cc-6bd1fb1cf10a2ee9/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8600009Z [00:07:58.472]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/cc-6bd1fb1cf10a2ee9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8659067Z [00:07:58.478]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/cc-6bd1fb1cf10a2ee9/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8719265Z [00:07:58.484]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/cc-6bd1fb1cf10a2ee9/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8778327Z [00:07:58.490]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/generic-array-8dbcebd67f84b3b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8835373Z [00:07:58.495]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/generic-array-8dbcebd67f84b3b0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8892973Z [00:07:58.501]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/generic-array-8dbcebd67f84b3b0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.8950737Z [00:07:58.507]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/release/.fingerprint/generic-array-8dbcebd67f84b3b0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9010039Z [00:07:58.513]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9069100Z [00:07:58.519]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9127450Z [00:07:58.525]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9184957Z [00:07:58.530]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9243860Z [00:07:58.536]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9299970Z [00:07:58.542]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9358225Z [00:07:58.548]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_names.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9414423Z [00:07:58.553]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_packed_buffer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9471171Z [00:07:58.559]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9530270Z [00:07:58.565]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/target.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9590132Z [00:07:58.571]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9651512Z [00:07:58.577]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/name.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9707337Z [00:07:58.583]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/general/handle/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9764045Z [00:07:58.588]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/general/handle/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9820769Z [00:07:58.594]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/general/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9878229Z [00:07:58.600]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/general/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9934609Z [00:07:58.605]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/decode/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:26.9990542Z [00:07:58.611]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/buffer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0046275Z [00:07:58.617]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0106575Z [00:07:58.623]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0164273Z [00:07:58.628]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0222198Z [00:07:58.634]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/transaction.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0283976Z [00:07:58.640]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/packed/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0344021Z [00:07:58.646]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0406317Z [00:07:58.652]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/raw_ext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0463783Z [00:07:58.658]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/log/line.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0521448Z [00:07:58.664]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/log/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0581074Z [00:07:58.670]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/log/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0640988Z [00:07:58.676]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/packed.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0702935Z [00:07:58.682]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0760467Z [00:07:58.688]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/transaction/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0817113Z [00:07:58.694]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/transaction/prepare.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0875308Z [00:07:58.699]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/transaction/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0932527Z [00:07:58.705]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/overlay_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.0991886Z [00:07:58.711]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reflog/create_or_update/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1056426Z [00:07:58.718]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reference/logiter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1118851Z [00:07:58.724]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reference/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1179063Z [00:07:58.730]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reference/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1238288Z [00:07:58.736]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/reflog.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1296505Z [00:07:58.742]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1356261Z [00:07:58.748]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/loose/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1414539Z [00:07:58.753]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/store/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1482890Z [00:07:58.760]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/transaction/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1543821Z [00:07:58.766]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/transaction/ext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1609508Z [00:07:58.773]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/namespace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1671758Z [00:07:58.779]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1733587Z [00:07:58.785]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/peel.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1797266Z [00:07:58.792]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/fullname.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1860080Z [00:07:58.798]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/raw.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1925178Z [00:07:58.804]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.1986997Z [00:07:58.811]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2047206Z [00:07:58.817]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_namespaced_packed_ref_repository.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2111208Z [00:07:58.823]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_pseudo_ref_repository.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2179336Z [00:07:58.830]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_reflog.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2242614Z [00:07:58.836]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/packed-refs/triggers-out-of-bounds' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2316478Z [00:07:58.843]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/packed-refs/unsorted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2379392Z [00:07:58.850]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/packed-refs/without-header' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2443677Z [00:07:58.856]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repo_for_1850_repro.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2506134Z [00:07:58.862]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repo_for_reflog.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2571166Z [00:07:58.869]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_packed_ref_repository_for_overlay.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2633649Z [00:07:58.875]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2695395Z [00:07:58.881]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repo_for_1928_repro.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2765871Z [00:07:58.888]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_pseudo_ref_repository.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2827286Z [00:07:58.895]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_packed_ref_repository.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2887340Z [00:07:58.901]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repository_with_lots_of_packed_refs.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.2949286Z [00:07:58.907]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_pristine.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3006737Z [00:07:58.913]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_ref_repository.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3066083Z [00:07:58.918]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_packed_refs_for_lookup_rules.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3126611Z [00:07:58.924]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_namespaced_packed_ref_repository.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T20:37:27.3192910Z [00:07:58.931]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_packed_ref_repository.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3254827Z [00:07:58.937]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_worktree_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3315057Z [00:07:58.943]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_1850_repro.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3379313Z [00:07:58.950]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_ref_repository.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3442256Z [00:07:58.956]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_multi_hop_ref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3504238Z [00:07:58.962]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_packed_ref_repository_for_overlay.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3565647Z [00:07:58.968]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_pristine.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3634208Z [00:07:58.975]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_1928_repro.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3698529Z [00:07:58.982]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_packed_refs_for_lookup_rules.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3765527Z [00:07:58.988]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/fixtures/make_repository_with_lots_of_packed_refs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3826827Z [00:07:58.995]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3887214Z [00:07:59.001]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.3946452Z [00:07:59.007]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/store.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4006039Z [00:07:59.012]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/namespace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4069516Z [00:07:59.019]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/fullname.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4133088Z [00:07:59.025]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/packed/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4193277Z [00:07:59.031]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/packed/open.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4255269Z [00:07:59.037]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/packed/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4315347Z [00:07:59.043]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/packed/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4374989Z [00:07:59.049]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/transaction.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4433501Z [00:07:59.055]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4494523Z [00:07:59.061]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4556104Z [00:07:59.068]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/store/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4617226Z [00:07:59.074]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/store/reflog.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4674439Z [00:07:59.079]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/store/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4734311Z [00:07:59.085]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/store/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4792319Z [00:07:59.091]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/store/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4859737Z [00:07:59.098]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/transaction/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4920846Z [00:07:59.104]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit/delete.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.4981437Z [00:07:59.110]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit/create_or_update/collisions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5045285Z [00:07:59.116]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit/create_or_update/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5105577Z [00:07:59.122]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5164595Z [00:07:59.128]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-ref/tests/refs/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5229893Z [00:07:59.135]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5296677Z [00:07:59.142]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5359309Z [00:07:59.148]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5418537Z [00:07:59.154]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/src/str.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5477245Z [00:07:59.160]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/src/buffers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5536095Z [00:07:59.166]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/src/btoi.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5595591Z [00:07:59.171]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5659767Z [00:07:59.178]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/src/backoff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5723064Z [00:07:59.184]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5784133Z [00:07:59.190]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/backoff/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5844974Z [00:07:59.196]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/buffers/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5904777Z [00:07:59.202]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/btoi/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.5965379Z [00:07:59.208]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-utils/tests/str/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6024193Z [00:07:59.214]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sequencer/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6081074Z [00:07:59.220]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sequencer/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6139817Z [00:07:59.226]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-sequencer/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6198013Z [00:07:59.232]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6254556Z [00:07:59.237]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6318858Z [00:07:59.243]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6414697Z [00:07:59.253]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6473945Z [00:07:59.259]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6532197Z [00:07:59.265]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/fuzz/fuzz_targets/parse.dict' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6588464Z [00:07:59.271]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6648916Z [00:07:59.277]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/pattern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6712496Z [00:07:59.283]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/search/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6773480Z [00:07:59.289]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/search/matching.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6831742Z [00:07:59.295]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6891606Z [00:07:59.301]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.6951706Z [00:07:59.307]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/defaults.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7020402Z [00:07:59.314]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7085670Z [00:07:59.320]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/pathspec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7150361Z [00:07:59.327]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7218564Z [00:07:59.334]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline_dirs.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7286517Z [00:07:59.340]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/parse_baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7351225Z [00:07:59.347]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7413883Z [00:07:59.353]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline_files.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7475945Z [00:07:59.359]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/match_baseline_files.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7541248Z [00:07:59.366]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/parse_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7605350Z [00:07:59.372]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/fixtures/match_baseline_dirs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7669105Z [00:07:59.379]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/normalize/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7733573Z [00:07:59.385]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/defaults.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7797231Z [00:07:59.392]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/parse/valid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7864175Z [00:07:59.398]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7926172Z [00:07:59.405]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pathspec/tests/parse/invalid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.7988555Z [00:07:59.411]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.gov/accounting.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8053425Z [00:07:59.417]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.gov/info.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8119662Z [00:07:59.424]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8184740Z [00:07:59.430]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8252313Z [00:07:59.437]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8322037Z [00:07:59.444]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8383194Z [00:07:59.450]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/tests/fixtures/win_path_lookup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8447065Z [00:07:59.457]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-command/tests/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8508682Z [00:07:59.463]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8572092Z [00:07:59.469]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8640617Z [00:07:59.476]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap/src/ewah.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8708762Z [00:07:59.483]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-bitmap/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8774758Z [00:07:59.489]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.config/nextest.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8842613Z [00:07:59.496]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8909923Z [00:07:59.503]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.8978930Z [00:07:59.510]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9047123Z [00:07:59.517]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/pattern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9116741Z [00:07:59.524]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/search/pattern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9186222Z [00:07:59.531]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9255651Z [00:07:59.537]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9323514Z [00:07:59.544]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/wildmatch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9394315Z [00:07:59.551]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9466266Z [00:07:59.558]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/search/pattern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9535532Z [00:07:59.565]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9605453Z [00:07:59.572]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/glob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9674969Z [00:07:59.579]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/fixtures/generated-archives/make_baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9742991Z [00:07:59.586]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/fixtures/make_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9808415Z [00:07:59.593]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/fixtures/fuzzed/many-stars.pattern' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9874450Z [00:07:59.599]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/wildmatch/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:27.9941456Z [00:07:59.606]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0007932Z [00:07:59.613]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/pattern/matching.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0077911Z [00:07:59.620]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-glob/tests/pattern/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0144717Z [00:07:59.626]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0211851Z [00:07:59.633]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/COLLABORATING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0278964Z [00:07:59.640]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0345387Z [00:07:59.646]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0412502Z [00:07:59.653]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src/checkout/chunk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0479014Z [00:07:59.660]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src/checkout/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0551462Z [00:07:59.667]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src/checkout/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0620588Z [00:07:59.674]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src/checkout/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0686455Z [00:07:59.681]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0754004Z [00:07:59.687]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0819111Z [00:07:59.694]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0895664Z [00:07:59.701]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dangling_symlink_to_windows_reserved.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.0969424Z [00:07:59.709]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dangling_symlink_to_windows_invalid.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1035558Z [00:07:59.715]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dir_symlink.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1098774Z [00:07:59.722]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_traverse_trees.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1164423Z [00:07:59.728]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dangling_symlink.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1231555Z [00:07:59.735]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1297338Z [00:07:59.742]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangerous_symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1364219Z [00:07:59.748]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed_without_submodules_and_symlinks.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1429054Z [00:07:59.755]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_ignorecase_collisions.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1494808Z [00:07:59.761]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1560488Z [00:07:59.768]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink_to_windows_reserved.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1626439Z [00:07:59.774]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed_without_submodules.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1701582Z [00:07:59.782]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_traverse_trees.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1768715Z [00:07:59.789]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_dir_symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1835438Z [00:07:59.795]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink_to_windows_invalid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1903718Z [00:07:59.802]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.1973905Z [00:07:59.809]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/state/checkout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2041896Z [00:07:59.816]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree-state/tests/state/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2111971Z [00:07:59.823]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fetchhead/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2184574Z [00:07:59.830]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fetchhead/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2256595Z [00:07:59.838]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fetchhead/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2328747Z [00:07:59.845]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2404333Z [00:07:59.852]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2474441Z [00:07:59.859]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/benches/edit_tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2549842Z [00:07:59.867]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/benches/decode_objects.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2628441Z [00:07:59.875]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2700351Z [00:07:59.882]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2769146Z [00:07:59.889]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tree_corpus_builder.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2840008Z [00:07:59.896]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2907867Z [00:07:59.903]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_commit_corpus_builder.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.2975128Z [00:07:59.909]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3043363Z [00:07:59.916]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tag_corpus_builder.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3111112Z [00:07:59.923]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3178477Z [00:07:59.930]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3245431Z [00:07:59.936]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3313864Z [00:07:59.943]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag/ref_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3384191Z [00:07:59.950]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag/write/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3453971Z [00:07:59.957]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tag/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3520990Z [00:07:59.964]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/object/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3588307Z [00:07:59.971]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/object/convert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3656128Z [00:07:59.977]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/traits/_impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3723804Z [00:07:59.984]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/traits/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3787420Z [00:07:59.991]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/traits/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3857672Z [00:07:59.998]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/data.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3922734Z [00:08:00.004]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.3987858Z [00:08:00.011]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/encode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4057767Z [00:08:00.018]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tree/editor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4125158Z [00:08:00.024]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tree/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4193375Z [00:08:00.031]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4255276Z [00:08:00.037]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/tree/ref_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4321352Z [00:08:00.044]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4387291Z [00:08:00.051]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/blob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4451703Z [00:08:00.057]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4518824Z [00:08:00.064]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4585761Z [00:08:00.070]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4652331Z [00:08:00.077]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/message/body.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4719271Z [00:08:00.084]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/message/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4788443Z [00:08:00.091]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/message/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4854611Z [00:08:00.097]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/ref_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4918860Z [00:08:00.104]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/commit/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.4982460Z [00:08:00.110]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5043782Z [00:08:00.116]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tag/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5104770Z [00:08:00.122]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5167755Z [00:08:00.129]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/object_ref/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5227512Z [00:08:00.135]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/encode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5284689Z [00:08:00.140]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/editor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5342372Z [00:08:00.146]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/entry_mode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5402054Z [00:08:00.152]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/from_bytes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5458509Z [00:08:00.158]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5518484Z [00:08:00.164]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5587007Z [00:08:00.171]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/tree/entries.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5662395Z [00:08:00.178]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/commit/from_bytes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5730800Z [00:08:00.185]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/commit/message.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5798926Z [00:08:00.192]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/commit/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5867899Z [00:08:00.199]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/object/commit/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.5940114Z [00:08:00.206]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/tagger-without-timestamp.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6008128Z [00:08:00.213]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/empty.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6076799Z [00:08:00.220]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/no-tagger.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6145177Z [00:08:00.226]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/with-newlines.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6215653Z [00:08:00.233]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/whitespace.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6284103Z [00:08:00.240]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/signed.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6353326Z [00:08:00.247]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tag/empty_missing_nl.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6422580Z [00:08:00.254]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/generated-archives/make_trees.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6489707Z [00:08:00.261]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6555516Z [00:08:00.267]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/special-5.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6625072Z [00:08:00.274]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/special-3.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6695612Z [00:08:00.281]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/maybe-special.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6761523Z [00:08:00.288]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/special-2.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6825563Z [00:08:00.294]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/special-4.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6891282Z [00:08:00.301]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/definitely-special.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.6958257Z [00:08:00.308]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/everything.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7024397Z [00:08:00.314]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/tree/special-1.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7092035Z [00:08:00.321]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/make_trees.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7159087Z [00:08:00.328]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/message-with-footer.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7223997Z [00:08:00.334]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/signed-whitespace.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7287434Z [00:08:00.341]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/invalid-timestamp.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7354833Z [00:08:00.347]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/two-multiline-headers.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7420027Z [00:08:00.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/with-encoding.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7487269Z [00:08:00.361]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/bogus-gpgsig-lines-in-git.git.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7556362Z [00:08:00.368]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/pre-epoch.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7623146Z [00:08:00.374]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/signed-with-encoding.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7690084Z [00:08:00.381]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/signed-singleline.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7759431Z [00:08:00.388]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/unsigned.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7824872Z [00:08:00.394]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/whitespace.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7894358Z [00:08:00.401]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/signed.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.7962451Z [00:08:00.408]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/merge.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8030974Z [00:08:00.415]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/double-dash-date-offset.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8097184Z [00:08:00.422]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/mergetag.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8164078Z [00:08:00.428]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/subtle.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8233266Z [00:08:00.435]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/email-with-space.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8299772Z [00:08:00.442]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-object/tests/fixtures/commit/invalid-actor.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8366702Z [00:08:00.449]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8434249Z [00:08:00.455]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8502713Z [00:08:00.462]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/read_dir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8571154Z [00:08:00.469]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/snapshot.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8643723Z [00:08:00.476]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/dir/create.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8713336Z [00:08:00.483]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/dir/remove.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8779944Z [00:08:00.490]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/dir/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8848276Z [00:08:00.497]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/symlink.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8911030Z [00:08:00.503]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/capabilities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.8977922Z [00:08:00.510]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/stack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9043200Z [00:08:00.516]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9109109Z [00:08:00.523]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/read_dir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9174157Z [00:08:00.529]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/snapshot.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9241258Z [00:08:00.536]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/dir/create.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9306102Z [00:08:00.543]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/dir/remove.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9374468Z [00:08:00.549]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/dir/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9439543Z [00:08:00.556]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9506851Z [00:08:00.563]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/capabilities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9573955Z [00:08:00.569]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/fs/stack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9641696Z [00:08:00.576]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-fs/tests/current_dir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9708979Z [00:08:00.583]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9775064Z [00:08:00.589]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9840781Z [00:08:00.596]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/examples/arrow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9907280Z [00:08:00.603]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/pipeline/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:28.9975081Z [00:08:00.609]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/pipeline/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0042804Z [00:08:00.616]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/pipeline/convert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0109238Z [00:08:00.623]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/ident.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0176332Z [00:08:00.629]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/process/server.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0244863Z [00:08:00.636]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/process/client.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0312104Z [00:08:00.643]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/process/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0379204Z [00:08:00.650]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/delayed.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0446168Z [00:08:00.657]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/shutdown.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0516531Z [00:08:00.664]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0586205Z [00:08:00.670]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/apply.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0655671Z [00:08:00.677]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/driver/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0726114Z [00:08:00.684]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/eol/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0794076Z [00:08:00.691]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/eol/convert_to_git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0865648Z [00:08:00.698]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/eol/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.0933631Z [00:08:00.705]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/eol/convert_to_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1001058Z [00:08:00.712]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1073821Z [00:08:00.719]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/worktree/encode_to_git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1142357Z [00:08:00.726]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/worktree/encoding.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1209100Z [00:08:00.733]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/worktree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1278264Z [00:08:00.740]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/src/worktree/encode_to_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1349123Z [00:08:00.747]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1416358Z [00:08:00.754]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/fixtures/generated-archives/pipeline_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1484788Z [00:08:00.760]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/fixtures/pipeline_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1551271Z [00:08:00.767]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/fixtures/baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1622670Z [00:08:00.774]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1690120Z [00:08:00.781]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1757089Z [00:08:00.788]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/driver.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1825242Z [00:08:00.794]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/pipeline/convert_to_git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1893463Z [00:08:00.801]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/pipeline/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.1961740Z [00:08:00.808]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/pipeline/convert_to_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2031474Z [00:08:00.815]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/ident.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2101165Z [00:08:00.822]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/eol/convert_to_git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2167677Z [00:08:00.829]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/eol/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2233922Z [00:08:00.835]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-filter/tests/filter/eol/convert_to_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2301027Z [00:08:00.842]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2370168Z [00:08:00.849]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2436133Z [00:08:00.855]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/corpus/run.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2502116Z [00:08:00.862]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/corpus/trace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2568845Z [00:08:00.869]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/corpus/db.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2636692Z [00:08:00.875]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/corpus/engine.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2701198Z [00:08:00.882]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/corpus/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2766376Z [00:08:00.889]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query/db.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2833209Z [00:08:00.895]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2899828Z [00:08:00.902]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query/engine/update.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.2965387Z [00:08:00.908]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query/engine/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3031853Z [00:08:00.915]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/query/engine/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3097835Z [00:08:00.922]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/index/information.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3163121Z [00:08:00.928]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/index/checkout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3227546Z [00:08:00.935]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3290904Z [00:08:00.941]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/multi_index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3356323Z [00:08:00.947]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/receive.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3420302Z [00:08:00.954]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/create.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3483333Z [00:08:00.960]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3546709Z [00:08:00.967]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/explode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3608846Z [00:08:00.973]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3669733Z [00:08:00.979]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/pack/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3732388Z [00:08:00.985]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/discover.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3793499Z [00:08:00.991]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/fsck.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3856800Z [00:08:00.998]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3920237Z [00:08:01.004]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/exclude.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.3983205Z [00:08:01.010]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/archive.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4044999Z [00:08:01.016]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4106014Z [00:08:01.022]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4167665Z [00:08:01.029]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4231676Z [00:08:01.035]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4293694Z [00:08:01.041]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/index/entries.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4353910Z [00:08:01.047]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/clone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4413967Z [00:08:01.053]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/cat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4476049Z [00:08:01.059]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/revision/previous_branches.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4534869Z [00:08:01.065]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/revision/list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4594621Z [00:08:01.071]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/revision/explain.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4653849Z [00:08:01.077]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/revision/resolve.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4715464Z [00:08:01.083]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/revision/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4774556Z [00:08:01.089]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/merge/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4833622Z [00:08:01.095]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/merge/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4893830Z [00:08:01.101]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/merge/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.4955048Z [00:08:01.107]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/merge/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5018672Z [00:08:01.114]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5077931Z [00:08:01.120]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5138441Z [00:08:01.126]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/blame.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5201166Z [00:08:01.132]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5262251Z [00:08:01.138]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/clean.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5323804Z [00:08:01.144]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/attributes/validate_baseline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5382574Z [00:08:01.150]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/attributes/query.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5441231Z [00:08:01.156]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/attributes/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5500032Z [00:08:01.162]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5561062Z [00:08:01.168]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/commitgraph/list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5624918Z [00:08:01.174]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/commitgraph/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5686417Z [00:08:01.181]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/commitgraph/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5746785Z [00:08:01.187]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/dirty.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5808693Z [00:08:01.193]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/odb.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5872005Z [00:08:01.199]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5934633Z [00:08:01.205]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.5999470Z [00:08:01.212]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6064183Z [00:08:01.218]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/merge_base.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6126028Z [00:08:01.224]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/credential.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6187638Z [00:08:01.231]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6248457Z [00:08:01.237]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/status.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6307934Z [00:08:01.243]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/repository/tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6367045Z [00:08:01.249]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6426331Z [00:08:01.255]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/organize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6485258Z [00:08:01.260]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/commitgraph/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6546217Z [00:08:01.267]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/commitgraph/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6607441Z [00:08:01.273]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/net.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6666872Z [00:08:01.279]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6730344Z [00:08:01.285]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/hours/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6789698Z [00:08:01.291]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/hours/core.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6847951Z [00:08:01.297]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gitoxide-core/src/hours/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6907401Z [00:08:01.303]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.6966993Z [00:08:01.309]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7031724Z [00:08:01.315]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/.vscode/settings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7096138Z [00:08:01.321]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/benches/large_config_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7158013Z [00:08:01.328]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7220252Z [00:08:01.334]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7278541Z [00:08:01.340]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7337878Z [00:08:01.346]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7397765Z [00:08:01.352]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7455557Z [00:08:01.357]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file.dict' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7515496Z [00:08:01.363]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file_corpus_builder.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7576857Z [00:08:01.370]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7636675Z [00:08:01.376]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/lookup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7697839Z [00:08:01.382]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/key.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7759025Z [00:08:01.388]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/value/normalize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7817779Z [00:08:01.394]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/value/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7877593Z [00:08:01.400]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/events.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7937681Z [00:08:01.406]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/nom/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.7997418Z [00:08:01.412]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/nom/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8056474Z [00:08:01.418]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/comment.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8113403Z [00:08:01.423]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/section/unvalidated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8171640Z [00:08:01.429]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/section/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8227283Z [00:08:01.435]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/section/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8283127Z [00:08:01.440]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/event.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8339765Z [00:08:01.446]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8397171Z [00:08:01.452]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8452564Z [00:08:01.457]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/parse/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8508112Z [00:08:01.463]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8564819Z [00:08:01.468]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8621598Z [00:08:01.474]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8678836Z [00:08:01.480]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/access/comfort.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8735503Z [00:08:01.485]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/access/read_only.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8793676Z [00:08:01.491]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/access/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8851152Z [00:08:01.497]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/access/mutate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8908591Z [00:08:01.503]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/access/raw.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.8967091Z [00:08:01.509]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/init/from_paths.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9024332Z [00:08:01.514]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/init/comfort.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9082480Z [00:08:01.520]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/init/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9139848Z [00:08:01.526]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/init/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9195433Z [00:08:01.531]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/init/from_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9253621Z [00:08:01.537]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/meta.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9311811Z [00:08:01.543]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9371390Z [00:08:01.549]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/section/body.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9431140Z [00:08:01.555]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/section/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9491293Z [00:08:01.561]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9551209Z [00:08:01.567]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/includes/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9611229Z [00:08:01.573]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/includes/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9669847Z [00:08:01.579]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/mutable/value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9733452Z [00:08:01.585]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/mutable/multi_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9794695Z [00:08:01.591]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/mutable/section.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9856780Z [00:08:01.598]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/mutable/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9916630Z [00:08:01.604]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:29.9978236Z [00:08:01.610]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0039610Z [00:08:01.616]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/src/source.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0100440Z [00:08:01.622]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0158203Z [00:08:01.628]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/mem.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0215762Z [00:08:01.633]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/repo-config.crlf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0272638Z [00:08:01.639]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/config_with_worktree_extension.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0330601Z [00:08:01.645]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/generated-archives/hasconfig.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0389804Z [00:08:01.651]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0447698Z [00:08:01.657]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/generated-archives/config_with_worktree_extension.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0506502Z [00:08:01.662]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/clusterfuzz-testcase-minimized-gix-config-parse-6431708583690240' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0563191Z [00:08:01.668]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/hasconfig.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0618754Z [00:08:01.674]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/multi-core.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0675342Z [00:08:01.679]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/make_config_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0734106Z [00:08:01.685]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/fuzzed/mem-amplification.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0788702Z [00:08:01.691]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/fuzzed/long-parsetime.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0845485Z [00:08:01.696]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/fuzzed/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0901695Z [00:08:01.702]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/fixtures/fuzzed/stackoverflow-01.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.0958572Z [00:08:01.708]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1017351Z [00:08:01.714]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/key/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1074533Z [00:08:01.719]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/value/normalize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1132279Z [00:08:01.725]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/value/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1188133Z [00:08:01.731]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/parse/from_bytes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1243390Z [00:08:01.736]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/parse/section.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1298422Z [00:08:01.742]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1353799Z [00:08:01.747]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/parse/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1411186Z [00:08:01.753]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/source/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1467790Z [00:08:01.759]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1525203Z [00:08:01.764]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/raw/set_existing_raw_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1581268Z [00:08:01.770]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/raw/set_raw_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1639210Z [00:08:01.776]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/raw/raw_multi_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1696843Z [00:08:01.782]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/raw/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1753659Z [00:08:01.787]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/raw/raw_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1809834Z [00:08:01.793]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/read_only.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1865886Z [00:08:01.798]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1922714Z [00:08:01.804]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/access/mutate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.1980354Z [00:08:01.810]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/unconditional.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2036891Z [00:08:01.816]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/gitdir/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2092116Z [00:08:01.821]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/gitdir/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2151073Z [00:08:01.827]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/onbranch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2212712Z [00:08:01.833]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/hasconfig.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2273819Z [00:08:01.839]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2333717Z [00:08:01.845]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_paths/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2394363Z [00:08:01.851]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/comfort.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2453843Z [00:08:01.857]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2514712Z [00:08:01.863]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2574450Z [00:08:01.869]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/init/from_str.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2635028Z [00:08:01.875]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2694137Z [00:08:01.881]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/impls/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2752471Z [00:08:01.887]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/mutable/value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2811827Z [00:08:01.893]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/mutable/multi_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2868334Z [00:08:01.899]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/mutable/section.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2925183Z [00:08:01.904]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/mutable/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.2982624Z [00:08:01.910]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3042974Z [00:08:01.916]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-config/tests/config/file/resolve_includes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3104291Z [00:08:01.922]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3165110Z [00:08:01.928]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3226297Z [00:08:01.935]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3285838Z [00:08:01.941]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/git/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3345769Z [00:08:01.947]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/git/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3406447Z [00:08:01.953]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/git/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3471956Z [00:08:01.959]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/capabilities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3531897Z [00:08:01.965]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/async_io/bufread_ext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3590828Z [00:08:01.971]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/async_io/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3654433Z [00:08:01.977]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/async_io/connect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3716604Z [00:08:01.984]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/async_io/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3775849Z [00:08:01.989]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/async_io/request.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3837786Z [00:08:01.996]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3900124Z [00:08:02.002]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/bufread_ext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.3963329Z [00:08:02.008]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4025715Z [00:08:02.014]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/connect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4086034Z [00:08:02.021]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4146162Z [00:08:02.026]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/redirect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4204486Z [00:08:02.032]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/curl/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4262798Z [00:08:02.038]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/curl/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4322389Z [00:08:02.044]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4382579Z [00:08:02.050]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/reqwest/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4439608Z [00:08:02.056]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/http/reqwest/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4495448Z [00:08:02.061]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4552956Z [00:08:02.067]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4610545Z [00:08:02.073]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/request.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4668486Z [00:08:02.079]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/ssh/program_kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4728256Z [00:08:02.085]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/ssh/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4787478Z [00:08:02.091]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/blocking_io/ssh/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4845820Z [00:08:02.096]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/client/non_io_types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4901612Z [00:08:02.102]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.4959429Z [00:08:02.108]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/async-transport.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5016713Z [00:08:02.114]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/blocking-transport-http.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5075635Z [00:08:02.119]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/http-401.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5134279Z [00:08:02.125]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/http-404.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5194646Z [00:08:02.131]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake-service-announced.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5252779Z [00:08:02.137]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/clone.request' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5311874Z [00:08:02.143]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5368646Z [00:08:02.149]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-lsrefs.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5425715Z [00:08:02.154]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-no-newlines-handshake.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5481308Z [00:08:02.160]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/clone.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5538447Z [00:08:02.166]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake-lowercase-headers.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5594423Z [00:08:02.171]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v2/http-fetch.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5649572Z [00:08:02.177]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/clone.request' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5704925Z [00:08:02.182]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/http-handshake.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5760162Z [00:08:02.188]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/http-clone.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5816266Z [00:08:02.194]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/push.request' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5874035Z [00:08:02.199]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/clone.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5934251Z [00:08:02.205]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/v1/push.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.5989469Z [00:08:02.211]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/fixtures/http-500.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6051606Z [00:08:02.217]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/capabilities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6110552Z [00:08:02.223]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6168342Z [00:08:02.229]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6228605Z [00:08:02.235]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/blocking_io/http/mock.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6286914Z [00:08:02.241]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/blocking_io/http/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6344814Z [00:08:02.246]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/client/blocking_io/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6405954Z [00:08:02.252]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-transport/tests/blocking-transport.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6461912Z [00:08:02.258]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/gix.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6518643Z [00:08:02.264]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing/progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6574298Z [00:08:02.269]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6629948Z [00:08:02.275]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing/options/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6685197Z [00:08:02.280]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing/options/free.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6741130Z [00:08:02.286]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/plumbing/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6797374Z [00:08:02.292]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/porcelain/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6853289Z [00:08:02.297]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/porcelain/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6908739Z [00:08:02.303]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/porcelain/options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.6964274Z [00:08:02.308]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/shared.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7021962Z [00:08:02.314]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/ein.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7077527Z [00:08:02.320]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/uni.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7134180Z [00:08:02.325]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7191773Z [00:08:02.331]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7246718Z [00:08:02.337]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7304093Z [00:08:02.342]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7362119Z [00:08:02.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/refs/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7420616Z [00:08:02.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/refs/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7480776Z [00:08:02.360]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/refs/shared.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7538351Z [00:08:02.366]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/refs/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7594710Z [00:08:02.371]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/handshake/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7653104Z [00:08:02.377]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/response/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7712856Z [00:08:02.383]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/response/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7771905Z [00:08:02.389]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/response/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7832066Z [00:08:02.395]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/refmap/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7889009Z [00:08:02.401]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/refmap/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.7945322Z [00:08:02.406]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/negotiate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8002020Z [00:08:02.412]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8057160Z [00:08:02.418]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/arguments/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8113921Z [00:08:02.423]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/arguments/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8169767Z [00:08:02.429]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/arguments/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8225767Z [00:08:02.434]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8281489Z [00:08:02.440]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8335503Z [00:08:02.445]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8390295Z [00:08:02.451]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/fetch/handshake.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8446576Z [00:08:02.457]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/ls_refs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8501865Z [00:08:02.462]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8559892Z [00:08:02.468]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8616039Z [00:08:02.474]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8674848Z [00:08:02.479]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/src/remote_progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8732076Z [00:08:02.485]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8792511Z [00:08:02.491]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-no-pack.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8857719Z [00:08:02.498]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-unshallow.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8917610Z [00:08:02.504]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-deepen-1.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.8979553Z [00:08:02.510]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9049045Z [00:08:02.516]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-ref-in-want.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9102149Z [00:08:02.522]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9160630Z [00:08:02.528]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9217371Z [00:08:02.534]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only-2.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9274781Z [00:08:02.539]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only-with-keepalive.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9334012Z [00:08:02.545]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-deepen-5.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9393485Z [00:08:02.551]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-err-line.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9455764Z [00:08:02.557]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch-no-pack.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9515518Z [00:08:02.563]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch-unshallow.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9576378Z [00:08:02.570]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-deepen-1.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9638008Z [00:08:02.576]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9697826Z [00:08:02.582]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9756293Z [00:08:02.588]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-only.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9817136Z [00:08:02.594]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-empty-with-capabilities.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9875523Z [00:08:02.599]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-with-keepalive.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9934392Z [00:08:02.605]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-deepen-5.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:30.9993314Z [00:08:02.611]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/blocking-protocol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0053581Z [00:08:02.617]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/response.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0111198Z [00:08:02.623]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/v1.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0167932Z [00:08:02.629]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/v2.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0224476Z [00:08:02.634]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0279512Z [00:08:02.640]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0335232Z [00:08:02.645]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/fetch/arguments.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0393307Z [00:08:02.651]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0450487Z [00:08:02.657]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0506804Z [00:08:02.663]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/handshake.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0562991Z [00:08:02.668]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/protocol/remote_progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0617797Z [00:08:02.674]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-protocol/tests/async-protocol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0677397Z [00:08:02.680]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0733991Z [00:08:02.685]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0791869Z [00:08:02.691]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/find_traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0849158Z [00:08:02.697]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0906023Z [00:08:02.703]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.0962429Z [00:08:02.708]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/encode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1019693Z [00:08:02.714]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/with_index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1075536Z [00:08:02.719]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/reduce.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1131936Z [00:08:02.725]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1188511Z [00:08:02.731]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/with_lookup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1244784Z [00:08:02.736]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1301681Z [00:08:02.742]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/traverse/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1355944Z [00:08:02.748]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1412534Z [00:08:02.753]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1469683Z [00:08:02.759]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1525265Z [00:08:02.764]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/write/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1581752Z [00:08:02.770]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/index/write/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1640517Z [00:08:02.776]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1695869Z [00:08:02.781]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1754846Z [00:08:02.787]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1820303Z [00:08:02.794]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/write/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1884044Z [00:08:02.800]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/write/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.1943195Z [00:08:02.806]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/bundle/write/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2004252Z [00:08:02.812]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2067377Z [00:08:02.819]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/lru.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2127959Z [00:08:02.825]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2189535Z [00:08:02.831]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/object.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2251079Z [00:08:02.837]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2314424Z [00:08:02.843]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/from_offsets.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2376924Z [00:08:02.850]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/traverse/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2438168Z [00:08:02.856]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/traverse/resolve.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2498563Z [00:08:02.862]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/traverse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2561414Z [00:08:02.868]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/cache/delta/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2621773Z [00:08:02.874]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2679160Z [00:08:02.880]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/chunk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2736908Z [00:08:02.886]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2795054Z [00:08:02.891]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2853610Z [00:08:02.897]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2911906Z [00:08:02.903]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/multi_index/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.2967535Z [00:08:02.909]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/entries_to_bytes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3022604Z [00:08:02.914]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/lookup_ref_delta_objects.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3077751Z [00:08:02.920]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/bytes_to_entries.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3133498Z [00:08:02.925]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3189344Z [00:08:02.931]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3243536Z [00:08:02.936]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/input/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3297956Z [00:08:02.942]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/delta.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3354283Z [00:08:02.947]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/entry/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3408630Z [00:08:02.953]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/entry/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3461826Z [00:08:02.958]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/entry/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3518660Z [00:08:02.964]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3573634Z [00:08:02.969]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/objects/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3630821Z [00:08:02.975]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/objects/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3688979Z [00:08:02.981]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/objects/reduce.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3746641Z [00:08:02.987]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/objects/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3803745Z [00:08:02.992]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/objects/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3862524Z [00:08:02.998]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/count/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3921561Z [00:08:03.004]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/entry/iter_from_counts.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.3977918Z [00:08:03.010]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/entry/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4037550Z [00:08:03.016]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4094554Z [00:08:03.021]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/output/bytes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4151763Z [00:08:03.027]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/decode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4212298Z [00:08:03.033]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/decode/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4268862Z [00:08:03.039]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/decode/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4326419Z [00:08:03.045]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4383663Z [00:08:03.050]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4443483Z [00:08:03.056]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/file/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4501466Z [00:08:03.062]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/data/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4558634Z [00:08:03.068]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4617113Z [00:08:03.074]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/src/lib.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4675393Z [00:08:03.079]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4735860Z [00:08:03.085]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/multi_index/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4795258Z [00:08:03.091]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/multi_index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4856136Z [00:08:03.098]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/multi_index/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4918622Z [00:08:03.104]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/multi_index/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.4979695Z [00:08:03.110]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/bundle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5042402Z [00:08:03.116]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5106132Z [00:08:03.123]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/output/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5169748Z [00:08:03.129]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/output/count_and_entries.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5233022Z [00:08:03.135]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5293089Z [00:08:03.141]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5350237Z [00:08:03.147]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/data/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5406529Z [00:08:03.153]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5462669Z [00:08:03.158]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5518347Z [00:08:03.164]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/pack/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5574528Z [00:08:03.169]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/integrate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5632410Z [00:08:03.175]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/generated-archives/make_pack_gen_repo_multi_index.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5691889Z [00:08:03.181]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/generated-archives/make_pack_gen_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5750217Z [00:08:03.187]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/make_pack_gen_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5806805Z [00:08:03.193]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/b8aa61be84b78d7fcff788e8d844406cc97132bf.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5863743Z [00:08:03.198]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5919569Z [00:08:03.204]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.5974876Z [00:08:03.209]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6030161Z [00:08:03.215]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6087748Z [00:08:03.221]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6143505Z [00:08:03.226]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6201576Z [00:08:03.232]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack-with-forward-delta/pack-0bb5bc1e3d864c617c2539445c832ccdd531cd4e.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6257254Z [00:08:03.238]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/pack-with-forward-delta/pack-0bb5bc1e3d864c617c2539445c832ccdd531cd4e.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6314583Z [00:08:03.243]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/objects/f139391424a8c623adadf2388caec73e5e90865b.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6373190Z [00:08:03.249]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-pack/tests/fixtures/make_pack_gen_repo_multi_index.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6434125Z [00:08:03.255]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6491746Z [00:08:03.261]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6552484Z [00:08:03.267]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6611042Z [00:08:03.273]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6669368Z [00:08:03.279]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/fuzz/fuzz_targets/blob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6728505Z [00:08:03.285]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/pipeline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6788326Z [00:08:03.291]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver/binary.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6846673Z [00:08:03.297]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver/text/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6904596Z [00:08:03.302]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver/text/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.6960544Z [00:08:03.308]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver/text/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7016768Z [00:08:03.314]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/builtin_driver/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7075314Z [00:08:03.319]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7132284Z [00:08:03.325]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/platform/set_resource.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7193031Z [00:08:03.331]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/platform/prepare_merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7248994Z [00:08:03.337]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/platform/resource.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7304302Z [00:08:03.342]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/platform/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7361107Z [00:08:03.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/blob/platform/merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7421384Z [00:08:03.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/tree/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7478578Z [00:08:03.360]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/tree/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7534588Z [00:08:03.365]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7592603Z [00:08:03.371]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/commit/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7650762Z [00:08:03.377]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/commit/virtual_merge_base.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7706875Z [00:08:03.383]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/commit/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7765406Z [00:08:03.388]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7824185Z [00:08:03.394]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/blob/platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7879140Z [00:08:03.400]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/blob/pipeline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7933930Z [00:08:03.405]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/blob/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.7990156Z [00:08:03.411]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/blob/builtin_driver.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8046813Z [00:08:03.417]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8104605Z [00:08:03.422]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/tree/baseline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8161741Z [00:08:03.428]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/merge/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8217758Z [00:08:03.434]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/text-baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8274375Z [00:08:03.439]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/tree-baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8332623Z [00:08:03.445]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/generated-archives/tree-baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8388558Z [00:08:03.451]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/generated-archives/make_blob_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8447789Z [00:08:03.457]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/generated-archives/text-baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8504380Z [00:08:03.462]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-merge/tests/fixtures/make_blob_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8563841Z [00:08:03.468]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8619882Z [00:08:03.474]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8676748Z [00:08:03.480]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8733494Z [00:08:03.485]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8790842Z [00:08:03.491]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/fuzz/fuzz_targets/fuzz_search.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8844917Z [00:08:03.496]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/search/attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8900123Z [00:08:03.502]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.8955270Z [00:08:03.507]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/search/refmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9009053Z [00:08:03.513]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/search/outcome.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9066975Z [00:08:03.519]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9124944Z [00:08:03.524]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/name.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9181278Z [00:08:03.530]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9235262Z [00:08:03.535]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/assignment.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9290775Z [00:08:03.541]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9347102Z [00:08:03.547]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/src/source.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9404039Z [00:08:03.552]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9461712Z [00:08:03.558]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9515765Z [00:08:03.563]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/fixtures/make_attributes_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9572719Z [00:08:03.569]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/fixtures/attributes/various.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9629686Z [00:08:03.575]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/state/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9688834Z [00:08:03.581]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/assignment/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9747505Z [00:08:03.587]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9805583Z [00:08:03.592]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-attributes/tests/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9862796Z [00:08:03.598]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/justfile' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9919169Z [00:08:03.604]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:31.9976206Z [00:08:03.610]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0037096Z [00:08:03.616]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/tree/breadthfirst.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0100317Z [00:08:03.622]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/tree/depthfirst.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0159350Z [00:08:03.628]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/tree/recorder.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0218692Z [00:08:03.634]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0275470Z [00:08:03.639]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit/simple.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0333453Z [00:08:03.645]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit/topo/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0389888Z [00:08:03.651]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit/topo/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0443816Z [00:08:03.656]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit/topo/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0498613Z [00:08:03.662]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/commit/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0554893Z [00:08:03.667]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0609677Z [00:08:03.673]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0668814Z [00:08:03.679]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0729811Z [00:08:03.685]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_commits_same_date.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0787797Z [00:08:03.691]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0845281Z [00:08:03.696]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_repo_for_topo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0900274Z [00:08:03.702]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_commits_with_dates.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.0956746Z [00:08:03.708]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_trees_depthfirst.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1014740Z [00:08:03.713]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_trees.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1071027Z [00:08:03.719]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_commits_with_dates.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1126760Z [00:08:03.725]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_trees_depthfirst.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1184663Z [00:08:03.730]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_commits_same_date.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1239833Z [00:08:03.736]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_trees.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1296111Z [00:08:03.742]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/fixtures/make_repo_for_topo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1354130Z [00:08:03.747]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1410570Z [00:08:03.753]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1466992Z [00:08:03.759]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse/commit/simple.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1523460Z [00:08:03.764]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse/commit/topo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1580831Z [00:08:03.770]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-traverse/tests/traverse/commit/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1638785Z [00:08:03.776]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1699954Z [00:08:03.782]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1760931Z [00:08:03.788]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1823759Z [00:08:03.794]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/src/is_active_platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1884199Z [00:08:03.800]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/src/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.1943204Z [00:08:03.806]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2005057Z [00:08:03.812]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2069136Z [00:08:03.819]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/fixtures/generated-archives/basic.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2132997Z [00:08:03.825]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/fixtures/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2191354Z [00:08:03.831]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2250273Z [00:08:03.837]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/file/baseline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2308656Z [00:08:03.843]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-submodule/tests/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2368121Z [00:08:03.849]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2426088Z [00:08:03.855]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2484714Z [00:08:03.860]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2545773Z [00:08:03.866]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/delegate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2605227Z [00:08:03.872]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2665365Z [00:08:03.878]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/state/ignore.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2725457Z [00:08:03.884]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/state/attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2786585Z [00:08:03.891]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/state/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2846108Z [00:08:03.897]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/src/stack/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2909361Z [00:08:03.903]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.2970303Z [00:08:03.909]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/integrate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3032581Z [00:08:03.915]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/make_ignore_and_attributes_setup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3095460Z [00:08:03.921]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/generated-archives/make_special_exclude_case.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3157626Z [00:08:03.928]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3220102Z [00:08:03.934]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/make_special_exclude_case.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3280824Z [00:08:03.940]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/make_attributes_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3341762Z [00:08:03.946]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/fixtures/symlink_stack.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3404695Z [00:08:03.952]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3469644Z [00:08:03.959]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree/stack/ignore.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3543367Z [00:08:03.965]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree/stack/attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3594856Z [00:08:03.971]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree/stack/create_directory.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3656327Z [00:08:03.978]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-worktree/tests/worktree/stack/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3718680Z [00:08:03.984]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3777841Z [00:08:03.990]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3838427Z [00:08:03.996]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3896898Z [00:08:04.002]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree/recorder.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.3956235Z [00:08:04.008]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4015136Z [00:08:04.013]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4072485Z [00:08:04.019]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4132611Z [00:08:04.025]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree_with_renames/recorder.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4190225Z [00:08:04.031]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree_with_renames/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4247659Z [00:08:04.037]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/index_as_worktree_with_renames/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4304559Z [00:08:04.042]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/stack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4359079Z [00:08:04.048]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4415492Z [00:08:04.053]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4473589Z [00:08:04.059]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_submodule.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4532556Z [00:08:04.065]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_nonfile.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4591282Z [00:08:04.071]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_removed.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4647070Z [00:08:04.077]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/racy_git.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4703628Z [00:08:04.082]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_intent_to_add.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4759167Z [00:08:04.088]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/conflicts.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4815608Z [00:08:04.093]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4871585Z [00:08:04.099]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_submodule.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4928975Z [00:08:04.105]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_conflict.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.4984863Z [00:08:04.110]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_many.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5042713Z [00:08:04.116]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_conflict.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5102968Z [00:08:04.122]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_unchanged.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5162847Z [00:08:04.128]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_removed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5225513Z [00:08:04.134]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_unchanged_filter.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5288207Z [00:08:04.141]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/symlink_stack.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5346333Z [00:08:04.147]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_many.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5404888Z [00:08:04.152]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/conflicts.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5462481Z [00:08:04.158]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_intent_to_add.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5520088Z [00:08:04.164]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/status_changed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5576540Z [00:08:04.170]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/fixtures/racy_git.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5632849Z [00:08:04.175]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/status/stack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5689674Z [00:08:04.181]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/status/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5746400Z [00:08:04.187]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/status/index_as_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5801420Z [00:08:04.192]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-status/tests/status/index_as_worktree_with_renames.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5855261Z [00:08:04.197]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tix/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5911097Z [00:08:04.203]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tix/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.5965325Z [00:08:04.208]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-tix/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6022533Z [00:08:04.214]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/SHORTCOMINGS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6078610Z [00:08:04.220]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-rebase/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6132881Z [00:08:04.225]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-rebase/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6187323Z [00:08:04.231]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-rebase/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6242599Z [00:08:04.236]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lfs/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6298345Z [00:08:04.242]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lfs/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6352662Z [00:08:04.247]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-lfs/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6410531Z [00:08:04.253]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/_typos.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6466624Z [00:08:04.259]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6523163Z [00:08:04.264]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6577688Z [00:08:04.270]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6633835Z [00:08:04.275]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6690373Z [00:08:04.281]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6745413Z [00:08:04.286]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6801716Z [00:08:04.292]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6856466Z [00:08:04.298]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6911987Z [00:08:04.303]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.6968733Z [00:08:04.309]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7024031Z [00:08:04.314]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7079294Z [00:08:04.320]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7135770Z [00:08:04.325]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7192942Z [00:08:04.331]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7248416Z [00:08:04.337]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7304256Z [00:08:04.342]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7360691Z [00:08:04.348]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7417449Z [00:08:04.354]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-364e8cb6e52d29c951d01e09d019b81c01f9badd.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7473165Z [00:08:04.359]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-b7a52463d28a9ce242a6ad046d9f580b48d50947.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7527983Z [00:08:04.365]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-364e8cb6e52d29c951d01e09d019b81c01f9badd.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7583923Z [00:08:04.370]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-b7a52463d28a9ce242a6ad046d9f580b48d50947.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7638963Z [00:08:04.376]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-364e8cb6e52d29c951d01e09d019b81c01f9badd.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7693848Z [00:08:04.381]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-b7a52463d28a9ce242a6ad046d9f580b48d50947.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7750541Z [00:08:04.387]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-364e8cb6e52d29c951d01e09d019b81c01f9badd.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7810315Z [00:08:04.393]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/objects/pack/pack-b7a52463d28a9ce242a6ad046d9f580b48d50947.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7866745Z [00:08:04.399]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7924670Z [00:08:04.404]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.7984852Z [00:08:04.410]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8046427Z [00:08:04.417]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8107254Z [00:08:04.423]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8165337Z [00:08:04.428]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8225672Z [00:08:04.434]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8284272Z [00:08:04.440]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8338884Z [00:08:04.446]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8394063Z [00:08:04.451]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8448919Z [00:08:04.457]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/prefix.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8502375Z [00:08:04.462]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/oid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8559318Z [00:08:04.468]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8615033Z [00:08:04.473]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8670419Z [00:08:04.479]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/object_id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8726067Z [00:08:04.485]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8780896Z [00:08:04.490]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/hasher.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8837103Z [00:08:04.496]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8893123Z [00:08:04.501]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/prefix.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.8950313Z [00:08:04.507]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9010203Z [00:08:04.513]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/oid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9067163Z [00:08:04.519]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9127770Z [00:08:04.525]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/object_id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9184974Z [00:08:04.530]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/hash/hasher.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9242252Z [00:08:04.536]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/fixtures/shambles/messageA' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9300181Z [00:08:04.542]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-hash/tests/fixtures/shambles/messageB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9357011Z [00:08:04.548]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9411450Z [00:08:04.553]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9466836Z [00:08:04.559]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9523289Z [00:08:04.564]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9581452Z [00:08:04.570]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9638840Z [00:08:04.576]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/time/format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9697828Z [00:08:04.582]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/time/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9756914Z [00:08:04.588]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/time/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9815395Z [00:08:04.593]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/time/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9874796Z [00:08:04.599]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9934583Z [00:08:04.605]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:32.9995442Z [00:08:04.611]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/time/format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0055499Z [00:08:04.617]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/time/baseline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0117139Z [00:08:04.624]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/time/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0179496Z [00:08:04.630]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/time/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0241409Z [00:08:04.636]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/fixtures/generated-archives/generate_git_date_baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0301330Z [00:08:04.642]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/fixtures/generate_git_date_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0365164Z [00:08:04.648]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-date/tests/date.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0424328Z [00:08:04.654]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/FUNDING.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0483090Z [00:08:04.660]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0539482Z [00:08:04.666]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0596880Z [00:08:04.672]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0655601Z [00:08:04.677]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0713511Z [00:08:04.683]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0772366Z [00:08:04.689]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/tests/umask.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0829026Z [00:08:04.695]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/tools/tests/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0884552Z [00:08:04.700]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/utilities.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0942261Z [00:08:04.706]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.0999344Z [00:08:04.712]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1055263Z [00:08:04.717]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1113544Z [00:08:04.723]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1170347Z [00:08:04.729]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/check_mode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1227208Z [00:08:04.735]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/copy_royal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1283499Z [00:08:04.740]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/git_to_sh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1339860Z [00:08:04.746]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/blame_copy_royal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1396200Z [00:08:04.752]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1454459Z [00:08:04.757]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/it/src/commands/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1510633Z [00:08:04.763]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/helpers.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1567602Z [00:08:04.769]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/journey/ein.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1624498Z [00:08:04.774]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/journey/gix.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1681115Z [00:08:04.780]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1736650Z [00:08:04.786]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1790364Z [00:08:04.791]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1845857Z [00:08:04.796]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1903815Z [00:08:04.802]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.1961799Z [00:08:04.808]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-username/explicit-ssh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2016759Z [00:08:04.814]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-username/implicit-ssh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2072217Z [00:08:04.819]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-host' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2130046Z [00:08:04.825]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/with-objects-dir-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2186235Z [00:08:04.830]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-delete-pack-to-sink-failure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2242203Z [00:08:04.836]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/missing-objects-dir-fail' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2297657Z [00:08:04.842]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/to-sink-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2355070Z [00:08:04.847]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-with-objects-dir-skip-checks-success-tree-miniz-oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2410839Z [00:08:04.853]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-delete-pack-to-sink-skip-checks-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2469710Z [00:08:04.859]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-with-objects-dir-skip-checks-success-tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2528646Z [00:08:04.865]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-with-objects-dir-skip-checks-success-tree-miniz-oxide-max' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2588411Z [00:08:04.871]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-with-objects-dir-skip-checks-success-tree-zlib-ng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2645668Z [00:08:04.876]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/with-objects-dir-success-tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2704971Z [00:08:04.882]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/to-sink-delete-pack-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2762874Z [00:08:04.888]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/no-output-dir-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2821076Z [00:08:04.894]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-restore-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2879036Z [00:08:04.900]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-content' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2935557Z [00:08:04.905]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.2994245Z [00:08:04.911]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/no-output-dir-as-json-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3053075Z [00:08:04.917]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-restore-as-json-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3110175Z [00:08:04.923]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3166500Z [00:08:04.929]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-failure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3223995Z [00:08:04.934]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-with-statistics-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3279885Z [00:08:04.940]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-with-statistics-json-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3335680Z [00:08:04.945]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3392743Z [00:08:04.951]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/index-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3449916Z [00:08:04.957]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/index-with-statistics-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3505854Z [00:08:04.962]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/index-with-statistics-json-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3563188Z [00:08:04.968]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/fast-index-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3622211Z [00:08:04.974]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3678796Z [00:08:04.980]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-single-ref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3742989Z [00:08:04.986]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3805700Z [00:08:04.992]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3863377Z [00:08:04.998]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/pack receive-no-networking-in-small-failure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3921378Z [00:08:05.004]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-p2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.3976750Z [00:08:05.010]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-with-output-p2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4033408Z [00:08:05.015]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-json-p2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4090191Z [00:08:05.021]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-username/explicit-ssh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4146291Z [00:08:05.027]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-username/implicit-ssh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4202040Z [00:08:05.032]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-host' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4257308Z [00:08:05.038]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4314624Z [00:08:05.043]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/tags/unannotated' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4369931Z [00:08:05.049]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/tags/annotated' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4425695Z [00:08:05.055]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/heads/dev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4481352Z [00:08:05.060]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4536547Z [00:08:05.066]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-wanted-ref-p1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4593925Z [00:08:05.071]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/ls-in-output-dir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4652010Z [00:08:05.077]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-non-existing-single-ref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4705642Z [00:08:05.082]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-with-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4762768Z [00:08:05.088]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/verify/success-format-human' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4818911Z [00:08:05.094]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/verify/success-format-json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4875354Z [00:08:05.099]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs/file-v-any' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4933536Z [00:08:05.105]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs/file-v-any-json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.4991467Z [00:08:05.111]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs/remote ref-list-no-networking-in-small-failure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5050354Z [00:08:05.117]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/commit-graph/verify/statistics-json-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5107686Z [00:08:05.123]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/plumbing/commit-graph/verify/statistics-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5166913Z [00:08:05.129]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/init/success-with-multi-element-directory' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5223778Z [00:08:05.134]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/init/fail' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5281321Z [00:08:05.140]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/init/fail-with-multi-element-directory' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5336263Z [00:08:05.146]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/init/success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5393974Z [00:08:05.151]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/find/no-args-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5450519Z [00:08:05.157]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/no-args-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5508378Z [00:08:05.163]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/initial-directory-structure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5568834Z [00:08:05.169]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/directory-structure-after-organize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5626579Z [00:08:05.175]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/directory-structure-after-organize-to-new-root' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5684605Z [00:08:05.180]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/execute-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5742671Z [00:08:05.186]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/organize/execute-success-new-root' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5799572Z [00:08:05.192]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/tool/no-args-failure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5859008Z [00:08:05.198]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/no-unify-identities-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5919312Z [00:08:05.204]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/invalid-branch-name-failure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.5976296Z [00:08:05.210]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/show-pii-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6035651Z [00:08:05.215]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/all-stats-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6091844Z [00:08:05.221]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/file-stats-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6147884Z [00:08:05.227]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/no-args-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6204293Z [00:08:05.232]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/porcelain/estimate-hours/line-stats-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6263338Z [00:08:05.238]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6320086Z [00:08:05.244]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure-in-thread-with-progress' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6375220Z [00:08:05.249]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure-in-thread' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6434513Z [00:08:05.255]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/tests/journey.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6492634Z [00:08:05.261]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6551365Z [00:08:05.267]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6609679Z [00:08:05.273]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/src/noop.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6668604Z [00:08:05.279]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/src/skipping.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6725858Z [00:08:05.284]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/src/consecutive.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6781935Z [00:08:05.290]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6838283Z [00:08:05.296]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests/negotiate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6894808Z [00:08:05.301]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests/fixtures/make_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:37:33.6954774Z [00:08:05.307]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests/fixtures/generated-archives/make_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.7014281Z [00:08:05.313]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xlnpCpJaRc/TEMPREPO/gix-negotiate/tests/baseline/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.7074870Z [00:08:05.319]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.7135356Z [00:08:05.325]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/gitoxide.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.7193981Z [00:08:05.331]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/gitoxide.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.7252722Z [00:08:05.337]➜  mode of '/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:37:33.7676961Z [00:08:05.380]➜  realpath: missing operand
2025-08-20T20:37:33.7678996Z [00:08:05.380]➜  Try 'realpath --help' for more information.
2025-08-20T20:37:33.7767819Z [00:08:05.389]➜  
2025-08-20T20:37:33.7768514Z [00:08:05.389]➜  [+] Found LICENSE ==> [/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T20:37:33.7768939Z [00:08:05.389]➜  
2025-08-20T20:37:33.7769127Z [00:08:05.389]➜  
2025-08-20T20:37:33.7777880Z [00:08:05.390]➜  
2025-08-20T20:37:33.7782078Z [00:08:05.390]➜                                   Apache License
2025-08-20T20:37:33.7782565Z [00:08:05.390]➜                             Version 2.0, January 2004
2025-08-20T20:37:33.7782957Z [00:08:05.390]➜                          http://www.apache.org/licenses/
2025-08-20T20:37:33.7783277Z [00:08:05.390]➜  
2025-08-20T20:37:33.7783601Z [00:08:05.390]➜     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2025-08-20T20:37:33.7783935Z [00:08:05.390]➜  
2025-08-20T20:37:33.7784142Z [00:08:05.390]➜     1. Definitions.
2025-08-20T20:37:33.7784365Z [00:08:05.390]➜  
2025-08-20T20:37:33.7784713Z [00:08:05.390]➜        "License" shall mean the terms and conditions for use, reproduction,
2025-08-20T20:37:33.7785224Z [00:08:05.390]➜        and distribution as defined by Sections 1 through 9 of this document.
2025-08-20T20:37:33.7785578Z [00:08:05.390]➜  
2025-08-20T20:37:33.7785911Z [00:08:05.390]➜        "Licensor" shall mean the copyright owner or entity authorized by
2025-08-20T20:37:33.7786621Z [00:08:05.390]➜        the copyright owner that is granting the License.
2025-08-20T20:37:33.7786976Z [00:08:05.390]➜  
2025-08-20T20:37:33.7787308Z [00:08:05.390]➜        "Legal Entity" shall mean the union of the acting entity and all
2025-08-20T20:37:33.7787801Z [00:08:05.390]➜        other entities that control, are controlled by, or are under common
2025-08-20T20:37:33.7788621Z [00:08:05.390]➜        control with that entity. For the purposes of this definition,
2025-08-20T20:37:33.7789107Z [00:08:05.390]➜        "control" means (i) the power, direct or indirect, to cause the
2025-08-20T20:37:33.7789743Z [00:08:05.390]➜        direction or management of such entity, whether by contract or
2025-08-20T20:37:33.7790277Z [00:08:05.390]➜        otherwise, or (ii) ownership of fifty percent (50%) or more of the
2025-08-20T20:37:33.7790766Z [00:08:05.390]➜        outstanding shares, or (iii) beneficial ownership of such entity.
2025-08-20T20:37:33.7791103Z [00:08:05.390]➜  
2025-08-20T20:37:33.7791406Z [00:08:05.390]➜        "You" (or "Your") shall mean an individual or Legal Entity
2025-08-20T20:37:33.7791820Z [00:08:05.390]➜        exercising permissions granted by this License.
2025-08-20T20:37:33.7792116Z [00:08:05.390]➜  
2025-08-20T20:37:33.7792459Z [00:08:05.390]➜        "Source" form shall mean the preferred form for making modifications,
2025-08-20T20:37:33.7792948Z [00:08:05.390]➜        including but not limited to software source code, documentation
2025-08-20T20:37:33.7793522Z [00:08:05.390]➜        source, and configuration files.
2025-08-20T20:37:33.7793791Z [00:08:05.390]➜  
2025-08-20T20:37:33.7794106Z [00:08:05.390]➜        "Object" form shall mean any form resulting from mechanical
2025-08-20T20:37:33.7794570Z [00:08:05.390]➜        transformation or translation of a Source form, including but
2025-08-20T20:37:33.7795042Z [00:08:05.390]➜        not limited to compiled object code, generated documentation,
2025-08-20T20:37:33.7795442Z [00:08:05.390]➜        and conversions to other media types.
2025-08-20T20:37:33.7795928Z [00:08:05.390]➜  
2025-08-20T20:37:33.7796288Z [00:08:05.390]➜        "Work" shall mean the work of authorship, whether in Source or
2025-08-20T20:37:33.7796765Z [00:08:05.390]➜        Object form, made available under the License, as indicated by a
2025-08-20T20:37:33.7797234Z [00:08:05.390]➜        copyright notice that is included in or attached to the work
2025-08-20T20:37:33.7797659Z [00:08:05.390]➜        (an example is provided in the Appendix below).
2025-08-20T20:37:33.7797951Z [00:08:05.390]➜  
2025-08-20T20:37:33.7799401Z [00:08:05.390]➜        "Derivative Works" shall mean any work, whether in Source or Object
2025-08-20T20:37:33.7799901Z [00:08:05.390]➜        form, that is based on (or derived from) the Work and for which the
2025-08-20T20:37:33.7800413Z [00:08:05.390]➜        editorial revisions, annotations, elaborations, or other modifications
2025-08-20T20:37:33.7800943Z [00:08:05.390]➜        represent, as a whole, an original work of authorship. For the purposes
2025-08-20T20:37:33.7801469Z [00:08:05.390]➜        of this License, Derivative Works shall not include works that remain
2025-08-20T20:37:33.7801978Z [00:08:05.390]➜        separable from, or merely link (or bind by name) to the interfaces of,
2025-08-20T20:37:33.7802396Z [00:08:05.390]➜        the Work and Derivative Works thereof.
2025-08-20T20:37:33.7802673Z [00:08:05.390]➜  
2025-08-20T20:37:33.7802991Z [00:08:05.390]➜        "Contribution" shall mean any work of authorship, including
2025-08-20T20:37:33.7803476Z [00:08:05.390]➜        the original version of the Work and any modifications or additions
2025-08-20T20:37:33.7803960Z [00:08:05.390]➜        to that Work or Derivative Works thereof, that is intentionally
2025-08-20T20:37:33.7804458Z [00:08:05.390]➜        submitted to Licensor for inclusion in the Work by the copyright owner
2025-08-20T20:37:33.7804969Z [00:08:05.390]➜        or by an individual or Legal Entity authorized to submit on behalf of
2025-08-20T20:37:33.7805670Z [00:08:05.390]➜        the copyright owner. For the purposes of this definition, "submitted"
2025-08-20T20:37:33.7806252Z [00:08:05.390]➜        means any form of electronic, verbal, or written communication sent
2025-08-20T20:37:33.7806752Z [00:08:05.390]➜        to the Licensor or its representatives, including but not limited to
2025-08-20T20:37:33.7807270Z [00:08:05.390]➜        communication on electronic mailing lists, source code control systems,
2025-08-20T20:37:33.7807788Z [00:08:05.390]➜        and issue tracking systems that are managed by, or on behalf of, the
2025-08-20T20:37:33.7808621Z [00:08:05.390]➜        Licensor for the purpose of discussing and improving the Work, but
2025-08-20T20:37:33.7809220Z [00:08:05.390]➜        excluding communication that is conspicuously marked or otherwise
2025-08-20T20:37:33.7809734Z [00:08:05.390]➜        designated in writing by the copyright owner as "Not a Contribution."
2025-08-20T20:37:33.7810088Z [00:08:05.390]➜  
2025-08-20T20:37:33.7810439Z [00:08:05.390]➜        "Contributor" shall mean Licensor and any individual or Legal Entity
2025-08-20T20:37:33.7810936Z [00:08:05.390]➜        on behalf of whom a Contribution has been received by Licensor and
2025-08-20T20:37:33.7811356Z [00:08:05.390]➜        subsequently incorporated within the Work.
2025-08-20T20:37:33.7811641Z [00:08:05.390]➜  
2025-08-20T20:37:33.7811982Z [00:08:05.390]➜     2. Grant of Copyright License. Subject to the terms and conditions of
2025-08-20T20:37:33.7812665Z [00:08:05.390]➜        this License, each Contributor hereby grants to You a perpetual,
2025-08-20T20:37:33.7813159Z [00:08:05.390]➜        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2025-08-20T20:37:33.7813636Z [00:08:05.390]➜        copyright license to reproduce, prepare Derivative Works of,
2025-08-20T20:37:33.7814131Z [00:08:05.390]➜        publicly display, publicly perform, sublicense, and distribute the
2025-08-20T20:37:33.7814598Z [00:08:05.390]➜        Work and such Derivative Works in Source or Object form.
2025-08-20T20:37:33.7815053Z [00:08:05.390]➜  
2025-08-20T20:37:33.7815383Z [00:08:05.390]➜     3. Grant of Patent License. Subject to the terms and conditions of
2025-08-20T20:37:33.7815866Z [00:08:05.390]➜        this License, each Contributor hereby grants to You a perpetual,
2025-08-20T20:37:33.7816347Z [00:08:05.390]➜        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2025-08-20T20:37:33.7816846Z [00:08:05.390]➜        (except as stated in this section) patent license to make, have made,
2025-08-20T20:37:33.7817338Z [00:08:05.390]➜        use, offer to sell, sell, import, and otherwise transfer the Work,
2025-08-20T20:37:33.7817822Z [00:08:05.390]➜        where such license applies only to those patent claims licensable
2025-08-20T20:37:33.7819933Z [00:08:05.390]➜        by such Contributor that are necessarily infringed by their
2025-08-20T20:37:33.7820423Z [00:08:05.390]➜        Contribution(s) alone or by combination of their Contribution(s)
2025-08-20T20:37:33.7820919Z [00:08:05.390]➜        with the Work to which such Contribution(s) was submitted. If You
2025-08-20T20:37:33.7821397Z [00:08:05.390]➜        institute patent litigation against any entity (including a
2025-08-20T20:37:33.7821882Z [00:08:05.390]➜        cross-claim or counterclaim in a lawsuit) alleging that the Work
2025-08-20T20:37:33.7822372Z [00:08:05.390]➜        or a Contribution incorporated within the Work constitutes direct
2025-08-20T20:37:33.7822863Z [00:08:05.390]➜        or contributory patent infringement, then any patent licenses
2025-08-20T20:37:33.7823340Z [00:08:05.390]➜        granted to You under this License for that Work shall terminate
2025-08-20T20:37:33.7823746Z [00:08:05.390]➜        as of the date such litigation is filed.
2025-08-20T20:37:33.7824024Z [00:08:05.390]➜  
2025-08-20T20:37:33.7824358Z [00:08:05.390]➜     4. Redistribution. You may reproduce and distribute copies of the
2025-08-20T20:37:33.7824842Z [00:08:05.390]➜        Work or Derivative Works thereof in any medium, with or without
2025-08-20T20:37:33.7825544Z [00:08:05.390]➜        modifications, and in Source or Object form, provided that You
2025-08-20T20:37:33.7825989Z [00:08:05.390]➜        meet the following conditions:
2025-08-20T20:37:33.7826258Z [00:08:05.390]➜  
2025-08-20T20:37:33.7826547Z [00:08:05.390]➜        (a) You must give any other recipients of the Work or
2025-08-20T20:37:33.7826940Z [00:08:05.390]➜            Derivative Works a copy of this License; and
2025-08-20T20:37:33.7827237Z [00:08:05.390]➜  
2025-08-20T20:37:33.7828124Z [00:08:05.390]➜        (b) You must cause any modified files to carry prominent notices
2025-08-20T20:37:33.7828653Z [00:08:05.390]➜            stating that You changed the files; and
2025-08-20T20:37:33.7828936Z [00:08:05.390]➜  
2025-08-20T20:37:33.7829250Z [00:08:05.390]➜        (c) You must retain, in the Source form of any Derivative Works
2025-08-20T20:37:33.7829706Z [00:08:05.390]➜            that You distribute, all copyright, patent, trademark, and
2025-08-20T20:37:33.7830157Z [00:08:05.390]➜            attribution notices from the Source form of the Work,
2025-08-20T20:37:33.7830611Z [00:08:05.390]➜            excluding those notices that do not pertain to any part of
2025-08-20T20:37:33.7830994Z [00:08:05.390]➜            the Derivative Works; and
2025-08-20T20:37:33.7831253Z [00:08:05.390]➜  
2025-08-20T20:37:33.7831553Z [00:08:05.390]➜        (d) If the Work includes a "NOTICE" text file as part of its
2025-08-20T20:37:33.7832237Z [00:08:05.390]➜            distribution, then any Derivative Works that You distribute must
2025-08-20T20:37:33.7832735Z [00:08:05.390]➜            include a readable copy of the attribution notices contained
2025-08-20T20:37:33.7833207Z [00:08:05.390]➜            within such NOTICE file, excluding those notices that do not
2025-08-20T20:37:33.7833673Z [00:08:05.390]➜            pertain to any part of the Derivative Works, in at least one
2025-08-20T20:37:33.7834139Z [00:08:05.390]➜            of the following places: within a NOTICE text file distributed
2025-08-20T20:37:33.7834758Z [00:08:05.390]➜            as part of the Derivative Works; within the Source form or
2025-08-20T20:37:33.7835229Z [00:08:05.390]➜            documentation, if provided along with the Derivative Works; or,
2025-08-20T20:37:33.7835701Z [00:08:05.390]➜            within a display generated by the Derivative Works, if and
2025-08-20T20:37:33.7836179Z [00:08:05.390]➜            wherever such third-party notices normally appear. The contents
2025-08-20T20:37:33.7836650Z [00:08:05.390]➜            of the NOTICE file are for informational purposes only and
2025-08-20T20:37:33.7837100Z [00:08:05.390]➜            do not modify the License. You may add Your own attribution
2025-08-20T20:37:33.7837565Z [00:08:05.390]➜            notices within Derivative Works that You distribute, alongside
2025-08-20T20:37:33.7838218Z [00:08:05.390]➜            or as an addendum to the NOTICE text from the Work, provided
2025-08-20T20:37:33.7838745Z [00:08:05.390]➜            that such additional attribution notices cannot be construed
2025-08-20T20:37:33.7839137Z [00:08:05.390]➜            as modifying the License.
2025-08-20T20:37:33.7839399Z [00:08:05.390]➜  
2025-08-20T20:37:33.7839731Z [00:08:05.390]➜        You may add Your own copyright statement to Your modifications and
2025-08-20T20:37:33.7840216Z [00:08:05.390]➜        may provide additional or different license terms and conditions
2025-08-20T20:37:33.7840701Z [00:08:05.390]➜        for use, reproduction, or distribution of Your modifications, or
2025-08-20T20:37:33.7841167Z [00:08:05.390]➜        for any such Derivative Works as a whole, provided Your use,
2025-08-20T20:37:33.7841649Z [00:08:05.390]➜        reproduction, and distribution of the Work otherwise complies with
2025-08-20T20:37:33.7842074Z [00:08:05.390]➜        the conditions stated in this License.
2025-08-20T20:37:33.7842346Z [00:08:05.390]➜  
2025-08-20T20:37:33.7842690Z [00:08:05.390]➜     5. Submission of Contributions. Unless You explicitly state otherwise,
2025-08-20T20:37:33.7843358Z [00:08:05.390]➜        any Contribution intentionally submitted for inclusion in the Work
2025-08-20T20:37:33.7843961Z [00:08:05.390]➜        by You to the Licensor shall be under the terms and conditions of
2025-08-20T20:37:33.7844427Z [00:08:05.390]➜        this License, without any additional terms or conditions.
2025-08-20T20:37:33.7844905Z [00:08:05.390]➜        Notwithstanding the above, nothing herein shall supersede or modify
2025-08-20T20:37:33.7845408Z [00:08:05.390]➜        the terms of any separate license agreement you may have executed
2025-08-20T20:37:33.7845919Z [00:08:05.390]➜        with Licensor regarding such Contributions.
2025-08-20T20:37:33.7846310Z [00:08:05.390]➜  
2025-08-20T20:37:33.7846664Z [00:08:05.390]➜     6. Trademarks. This License does not grant permission to use the trade
2025-08-20T20:37:33.7847170Z [00:08:05.390]➜        names, trademarks, service marks, or product names of the Licensor,
2025-08-20T20:37:33.7847683Z [00:08:05.390]➜        except as required for reasonable and customary use in describing the
2025-08-20T20:37:33.7848464Z [00:08:05.390]➜        origin of the Work and reproducing the content of the NOTICE file.
2025-08-20T20:37:33.7848843Z [00:08:05.390]➜  
2025-08-20T20:37:33.7849177Z [00:08:05.390]➜     7. Disclaimer of Warranty. Unless required by applicable law or
2025-08-20T20:37:33.7849635Z [00:08:05.390]➜        agreed to in writing, Licensor provides the Work (and each
2025-08-20T20:37:33.7850306Z [00:08:05.390]➜        Contributor provides its Contributions) on an "AS IS" BASIS,
2025-08-20T20:37:33.7850800Z [00:08:05.390]➜        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2025-08-20T20:37:33.7851306Z [00:08:05.390]➜        implied, including, without limitation, any warranties or conditions
2025-08-20T20:37:33.7851805Z [00:08:05.390]➜        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2025-08-20T20:37:33.7852298Z [00:08:05.390]➜        PARTICULAR PURPOSE. You are solely responsible for determining the
2025-08-20T20:37:33.7853009Z [00:08:05.390]➜        appropriateness of using or redistributing the Work and assume any
2025-08-20T20:37:33.7853548Z [00:08:05.390]➜        risks associated with Your exercise of permissions under this License.
2025-08-20T20:37:33.7853912Z [00:08:05.390]➜  
2025-08-20T20:37:33.7854246Z [00:08:05.390]➜     8. Limitation of Liability. In no event and under no legal theory,
2025-08-20T20:37:33.7854731Z [00:08:05.390]➜        whether in tort (including negligence), contract, or otherwise,
2025-08-20T20:37:33.7855216Z [00:08:05.390]➜        unless required by applicable law (such as deliberate and grossly
2025-08-20T20:37:33.7855705Z [00:08:05.390]➜        negligent acts) or agreed to in writing, shall any Contributor be
2025-08-20T20:37:33.7856195Z [00:08:05.390]➜        liable to You for damages, including any direct, indirect, special,
2025-08-20T20:37:33.7856690Z [00:08:05.390]➜        incidental, or consequential damages of any character arising as a
2025-08-20T20:37:33.7857187Z [00:08:05.390]➜        result of this License or out of the use or inability to use the
2025-08-20T20:37:33.7857672Z [00:08:05.390]➜        Work (including but not limited to damages for loss of goodwill,
2025-08-20T20:37:33.7858329Z [00:08:05.390]➜        work stoppage, computer failure or malfunction, or any and all
2025-08-20T20:37:33.7858867Z [00:08:05.390]➜        other commercial damages or losses), even if such Contributor
2025-08-20T20:37:33.7859307Z [00:08:05.390]➜        has been advised of the possibility of such damages.
2025-08-20T20:37:33.7859610Z [00:08:05.390]➜  
2025-08-20T20:37:33.7859951Z [00:08:05.390]➜     9. Accepting Warranty or Additional Liability. While redistributing
2025-08-20T20:37:33.7860430Z [00:08:05.390]➜        the Work or Derivative Works thereof, You may choose to offer,
2025-08-20T20:37:33.7860902Z [00:08:05.390]➜        and charge a fee for, acceptance of support, warranty, indemnity,
2025-08-20T20:37:33.7861543Z [00:08:05.390]➜        or other liability obligations and/or rights consistent with this
2025-08-20T20:37:33.7862123Z [00:08:05.390]➜        License. However, in accepting such obligations, You may act only
2025-08-20T20:37:33.7862607Z [00:08:05.390]➜        on Your own behalf and on Your sole responsibility, not on behalf
2025-08-20T20:37:33.7863075Z [00:08:05.390]➜        of any other Contributor, and only if You agree to indemnify,
2025-08-20T20:37:33.7863534Z [00:08:05.390]➜        defend, and hold each Contributor harmless for any liability
2025-08-20T20:37:33.7864004Z [00:08:05.390]➜        incurred by, or claims asserted against, such Contributor by reason
2025-08-20T20:37:33.7864571Z [00:08:05.390]➜        of your accepting any such warranty or additional liability.
2025-08-20T20:37:33.7864971Z [00:08:05.390]➜  
2025-08-20T20:37:33.7865207Z [00:08:05.390]➜     END OF TERMS AND CONDITIONS
2025-08-20T20:37:33.7865463Z [00:08:05.390]➜  
2025-08-20T20:37:33.7865644Z [00:08:05.390]➜  
2025-08-20T20:37:38.1381939Z [00:08:09.750]➜  
2025-08-20T20:37:38.1382320Z [00:08:09.750]➜  File: LICENSE
2025-08-20T20:37:38.1382602Z [00:08:09.750]➜    Type: ASCII text
2025-08-20T20:37:38.1383039Z [00:08:09.750]➜    B3sum: 94dead0aecc13784064612716b6cf4e036dac874a094ad49ccb3b390b7391503
2025-08-20T20:37:38.1383616Z [00:08:09.750]➜    SHA256sum: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594
2025-08-20T20:37:38.1384009Z [00:08:09.750]➜    Size: 12K
2025-08-20T20:37:38.1495802Z [00:08:09.762]➜  
2025-08-20T20:37:38.1496109Z [00:08:09.762]➜  File: SBUILD
2025-08-20T20:37:38.1496477Z [00:08:09.762]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T20:37:38.1497015Z [00:08:09.762]➜    B3sum: 803de90a9bf051f09682136379a573afbb996e2a24f0bc88786aedfc688c786c
2025-08-20T20:37:38.1497587Z [00:08:09.762]➜    SHA256sum: bd9ab1fe17aa460b75fd5aa702dae929e9365d69defa44ef4f8ed0327457a016
2025-08-20T20:37:38.1497988Z [00:08:09.762]➜    Size: 8.0K
2025-08-20T20:37:38.1589727Z [00:08:09.771]➜  
2025-08-20T20:37:38.1590075Z [00:08:09.771]➜  File: gitoxide.static.version
2025-08-20T20:37:38.1590798Z [00:08:09.771]➜    Type: ASCII text, with no line terminators
2025-08-20T20:37:38.1591283Z [00:08:09.771]➜    B3sum: f0adbaf9ae9b9953ba94858ae3bfeac502042678a84a4323b928b00770865c49
2025-08-20T20:37:38.1591860Z [00:08:09.771]➜    SHA256sum: 1b5070fc62bb874ef42ba9585a8c8abaaf4108790c388bfa2f27439dacc00e6f
2025-08-20T20:37:38.1592262Z [00:08:09.771]➜    Size: 4.0K
2025-08-20T20:37:38.1684916Z [00:08:09.780]➜  
2025-08-20T20:37:38.1685247Z [00:08:09.780]➜  File: gitoxide.version
2025-08-20T20:37:38.1685582Z [00:08:09.780]➜    Type: ASCII text, with no line terminators
2025-08-20T20:37:38.1686086Z [00:08:09.780]➜    B3sum: f0adbaf9ae9b9953ba94858ae3bfeac502042678a84a4323b928b00770865c49
2025-08-20T20:37:38.1686662Z [00:08:09.780]➜    SHA256sum: 1b5070fc62bb874ef42ba9585a8c8abaaf4108790c388bfa2f27439dacc00e6f
2025-08-20T20:37:38.1687081Z [00:08:09.780]➜    Size: 4.0K
2025-08-20T20:37:38.1687803Z [00:08:09.781]➜  
2025-08-20T20:37:38.1688967Z [00:08:09.781]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T20:37:38.1714648Z [00:08:09.783]➜  SBUILD:803de90a9bf051f09682136379a573afbb996e2a24f0bc88786aedfc688c786c
2025-08-20T20:37:38.1715493Z [00:08:09.783]➜  gitoxide.static.version:f0adbaf9ae9b9953ba94858ae3bfeac502042678a84a4323b928b00770865c49
2025-08-20T20:37:38.1716273Z [00:08:09.783]➜  gitoxide.version:f0adbaf9ae9b9953ba94858ae3bfeac502042678a84a4323b928b00770865c49
2025-08-20T20:37:38.1716997Z [00:08:09.783]➜  LICENSE:94dead0aecc13784064612716b6cf4e036dac874a094ad49ccb3b390b7391503
2025-08-20T20:37:38.1733269Z [00:08:09.785]➜  
2025-08-20T20:37:38.1733866Z [00:08:09.785]➜  [+] Signing gitoxide.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T20:37:38.1833466Z [00:08:09.795]➜  
2025-08-20T20:37:38.1834392Z [00:08:09.795]➜  [✓] SuccessFully Built gitoxide.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/gitoxide/static.official.source.yaml [Wednesday, 2025-08-20 (08:37:38 PM) UTC]
2025-08-20T20:37:38.1835151Z [00:08:09.795]➜  
2025-08-20T20:37:38.1996320Z [00:08:09.812]➜  [+] Total Size: 626M (Includes DUPES+TMPFILES)
2025-08-20T20:37:38.1996925Z [00:08:09.812]➜  [+] LOGPATH='/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/gitoxide.static.log'
2025-08-20T20:37:38.2011573Z [00:08:09.813]➜  [+] ENVPATH=/tmp/pkgforge/g3YxK44b7_SBUILD/ENVPATH
2025-08-20T20:37:38.2284276Z 
2025-08-20T20:37:38.2285221Z [+] Sanitizing /tmp/pkgforge/g3YxK44b7_SBUILD/BUILD.log ==> /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/gitoxide.static.log
2025-08-20T20:37:42.1228417Z 
2025-08-20T20:37:42.1229759Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/gitoxide/official]
2025-08-20T20:37:42.1230282Z [+] LOGS (Build Dir): /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR
2025-08-20T20:37:42.1230554Z 
2025-08-20T20:37:42.5539571Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:37:45.5821951Z ./BUILD_ARTIFACTS.tar : 30.64%   (   631 MiB =>    193 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:37:45.6807730Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:37:45.6847216Z 
2025-08-20T20:37:45.6847857Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml :: 00(Hr):08(Min):17(Sec)
2025-08-20T20:37:45.6848563Z 
2025-08-20T20:37:45.6861390Z 
2025-08-20T20:37:45.6861590Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:37:45 PM) UTC
2025-08-20T20:37:45.6861839Z 
2025-08-20T20:37:46.5674183Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:37:46.5720829Z ##[group]Run ##Presets
2025-08-20T20:37:46.5721164Z [36;1m##Presets[0m
2025-08-20T20:37:46.5721346Z [36;1mset +x ; set +e[0m
2025-08-20T20:37:46.5721534Z [36;1m#-------------#[0m
2025-08-20T20:37:46.5721714Z [36;1m##Debug?[0m
2025-08-20T20:37:46.5721931Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:37:46.5722198Z [36;1m  set -x[0m
2025-08-20T20:37:46.5722539Z [36;1mfi[0m
2025-08-20T20:37:46.5722697Z [36;1m#-------------#[0m
2025-08-20T20:37:46.5722876Z [36;1m##Set ENV[0m
2025-08-20T20:37:46.5723089Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:37:46.5723484Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T20:37:46.5723861Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T20:37:46.5724257Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-"[0m
2025-08-20T20:37:46.5724740Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:37:46.5725123Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:37:46.5725552Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:37:46.5725870Z [36;1m fi[0m
2025-08-20T20:37:46.5726026Z [36;1m##Push[0m
2025-08-20T20:37:46.5726225Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:37:46.5726484Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:37:46.5726831Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:37:46.5727284Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:37:46.5727710Z [36;1m     ls -sh "/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:37:46.5728252Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:37:46.5728462Z [36;1m       {[0m
2025-08-20T20:37:46.5728638Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:37:46.5728957Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:37:46.5729384Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:37:46.5729793Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:37:46.5730206Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T20:37:46.5730602Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T20:37:46.5730971Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T20:37:46.5731339Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T20:37:46.5731713Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T20:37:46.5732085Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T20:37:46.5732469Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T20:37:46.5732927Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T20:37:46.5733410Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:37:46.5733846Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T20:37:46.5734263Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T20:37:46.5734668Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T20:37:46.5735113Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-gitoxide")[0m
2025-08-20T20:37:46.5735772Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T20:37:46.5736325Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:37:46.5736758Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T20:37:46.5737149Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:37:46.5737628Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:37:46.5738255Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:37:46.5738486Z [36;1m         #Check[0m
2025-08-20T20:37:46.5739011Z [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-20T20:37:46.5739688Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:37:46.5740015Z [36;1m            break[0m
2025-08-20T20:37:46.5740201Z [36;1m          else[0m
2025-08-20T20:37:46.5740582Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:37:46.5740992Z [36;1m          fi[0m
2025-08-20T20:37:46.5741192Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:37:46.5741428Z [36;1m        done[0m
2025-08-20T20:37:46.5741596Z [36;1m       }[0m
2025-08-20T20:37:46.5741776Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:37:46.5742005Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:37:46.5742542Z [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-20T20:37:46.5743249Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:37:46.5743632Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:37:46.5743877Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:37:46.5744423Z [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-20T20:37:46.5745102Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:37:46.5745594Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:37:46.5745973Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:37:46.5746189Z [36;1m           fi[0m
2025-08-20T20:37:46.5746365Z [36;1m       fi[0m
2025-08-20T20:37:46.5746530Z [36;1m   fi[0m
2025-08-20T20:37:46.5746687Z [36;1m fi[0m
2025-08-20T20:37:46.5746855Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:37:46.6116316Z shell: /usr/bin/bash -e {0}
2025-08-20T20:37:46.6116557Z env:
2025-08-20T20:37:46.6116735Z   CROSS_COMPILING: NO
2025-08-20T20:37:46.6116955Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:37:46.6117196Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:37:46.6117390Z   ON_QEMU: NO
2025-08-20T20:37:46.6117540Z   DEBUG: 0
2025-08-20T20:37:46.6117701Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:37:46.6117910Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:37:46.6118506Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:37:46.6118796Z   KEEP_LOGS: YES
2025-08-20T20:37:46.6118980Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:37:46.6119174Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:37:46.6119375Z   SBUILD_REBUILD: false
2025-08-20T20:37:46.6119888Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:37:46.6120432Z   BUILD_SYS: docker://rust
2025-08-20T20:37:46.6120902Z   BUILD_ON_HOST: FALSE
2025-08-20T20:37:46.6121080Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:37:46.6121255Z   SYSTMP: /tmp
2025-08-20T20:37:46.6121412Z   GHA_MODE: MATRIX
2025-08-20T20:37:46.6121975Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:37:46.6122467Z   INPUT_SBUILD: /tmp/pkgforge/hN2PmPhpU_build.yaml
2025-08-20T20:37:46.6122768Z   BUILD_DIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml
2025-08-20T20:37:46.6123130Z   SBUILD_OUTDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR
2025-08-20T20:37:46.6123685Z   SBUILD_TMPDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:37:46.6124042Z   PKG_TYPE: static
2025-08-20T20:37:46.6124214Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:37:46.6124404Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:37:46.6125287Z   GHCR_TOKEN: ***
2025-08-20T20:37:46.6125559Z   GITHUB_TOKEN: ***
2025-08-20T20:37:46.6125764Z   GITLAB_TOKEN: ***
2025-08-20T20:37:46.6126896Z   MINISIGN_KEY: ***
2025-08-20T20:37:46.6127067Z ##[endgroup]
2025-08-20T20:37:46.6201083Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:37:46.6209508Z 194M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:37:46.6220122Z total 3.4M
2025-08-20T20:37:46.6220278Z 4.0K CHECKSUM
2025-08-20T20:37:46.6220438Z 4.0K CHECKSUM.sig
2025-08-20T20:37:46.6220601Z  12K LICENSE
2025-08-20T20:37:46.6220753Z 4.0K LICENSE.sig
2025-08-20T20:37:46.6220916Z 8.0K SBUILD
2025-08-20T20:37:46.6221066Z 4.0K SBUILD.sig
2025-08-20T20:37:46.6221243Z 4.0K SBUILD_TEMP
2025-08-20T20:37:46.6221415Z 3.4M gitoxide.static.log
2025-08-20T20:37:46.6221617Z 4.0K gitoxide.static.version
2025-08-20T20:37:46.6221833Z 4.0K gitoxide.static.version.sig
2025-08-20T20:37:46.6222043Z 4.0K gitoxide.version
2025-08-20T20:37:46.6222231Z 4.0K gitoxide.version.sig
2025-08-20T20:37:46.6497029Z Error: "ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-"
2025-08-20T20:37:46.6498520Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:37:51.6561155Z Error: "ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-"
2025-08-20T20:37:51.6566680Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:37:51.6571192Z 
2025-08-20T20:37:51.6571584Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T20:37:51.6571959Z 
2025-08-20T20:37:51.6608401Z Error: "ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-"
2025-08-20T20:37:51.6609653Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:37:51.6649374Z ##[group]Run ##Presets
2025-08-20T20:37:51.6649652Z [36;1m##Presets[0m
2025-08-20T20:37:51.6649831Z [36;1mset +x ; set +e[0m
2025-08-20T20:37:51.6650022Z [36;1m#-------------#[0m
2025-08-20T20:37:51.6650201Z [36;1m##Debug?[0m
2025-08-20T20:37:51.6650413Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:37:51.6650684Z [36;1m  set -x[0m
2025-08-20T20:37:51.6650846Z [36;1mfi[0m
2025-08-20T20:37:51.6651004Z [36;1m#-------------#[0m
2025-08-20T20:37:51.6651235Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:37:51.6651537Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:37:51.6685160Z shell: /usr/bin/bash -e {0}
2025-08-20T20:37:51.6685448Z env:
2025-08-20T20:37:51.6685610Z   CROSS_COMPILING: NO
2025-08-20T20:37:51.6685806Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:37:51.6686017Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:37:51.6686218Z   ON_QEMU: NO
2025-08-20T20:37:51.6686437Z   DEBUG: 0
2025-08-20T20:37:51.6686603Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:37:51.6687016Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:37:51.6687287Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:37:51.6687565Z   KEEP_LOGS: YES
2025-08-20T20:37:51.6687734Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:37:51.6687928Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:37:51.6689729Z   SBUILD_REBUILD: false
2025-08-20T20:37:51.6690264Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:37:51.6690816Z   BUILD_SYS: docker://rust
2025-08-20T20:37:51.6691013Z   BUILD_ON_HOST: FALSE
2025-08-20T20:37:51.6691440Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:37:51.6691624Z   SYSTMP: /tmp
2025-08-20T20:37:51.6691787Z   GHA_MODE: MATRIX
2025-08-20T20:37:51.6692185Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:37:51.6692683Z   INPUT_SBUILD: /tmp/pkgforge/hN2PmPhpU_build.yaml
2025-08-20T20:37:51.6692990Z   BUILD_DIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml
2025-08-20T20:37:51.6693357Z   SBUILD_OUTDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR
2025-08-20T20:37:51.6693816Z   SBUILD_TMPDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:37:51.6694177Z   PKG_TYPE: static
2025-08-20T20:37:51.6694353Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:37:51.6694537Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:37:51.6694723Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:37:51.6695061Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T20:37:51.6695434Z ##[endgroup]
2025-08-20T20:37:51.6843408Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:37:51.6843751Z with:
2025-08-20T20:37:51.6843939Z   name: Bincache_gitoxide_aarch64-Linux
2025-08-20T20:37:51.6844212Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:37:51.6844470Z   compression-level: 0
2025-08-20T20:37:51.6844654Z   retention-days: 30
2025-08-20T20:37:51.6844846Z   overwrite: true
2025-08-20T20:37:51.6845021Z   if-no-files-found: warn
2025-08-20T20:37:51.6845223Z   include-hidden-files: false
2025-08-20T20:37:51.6845416Z env:
2025-08-20T20:37:51.6845567Z   CROSS_COMPILING: NO
2025-08-20T20:37:51.6845821Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:37:51.6846038Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:37:51.6846231Z   ON_QEMU: NO
2025-08-20T20:37:51.6846382Z   DEBUG: 0
2025-08-20T20:37:51.6846540Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:37:51.6846749Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:37:51.6847016Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:37:51.6847347Z   KEEP_LOGS: YES
2025-08-20T20:37:51.6847520Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:37:51.6847714Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:37:51.6847910Z   SBUILD_REBUILD: false
2025-08-20T20:37:51.6849134Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:37:51.6849690Z   BUILD_SYS: docker://rust
2025-08-20T20:37:51.6849884Z   BUILD_ON_HOST: FALSE
2025-08-20T20:37:51.6850065Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:37:51.6850241Z   SYSTMP: /tmp
2025-08-20T20:37:51.6850401Z   GHA_MODE: MATRIX
2025-08-20T20:37:51.6850796Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:37:51.6851279Z   INPUT_SBUILD: /tmp/pkgforge/hN2PmPhpU_build.yaml
2025-08-20T20:37:51.6851580Z   BUILD_DIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml
2025-08-20T20:37:51.6851946Z   SBUILD_OUTDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR
2025-08-20T20:37:51.6852408Z   SBUILD_TMPDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:37:51.6852765Z   PKG_TYPE: static
2025-08-20T20:37:51.6852937Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:37:51.6853126Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:37:51.6853307Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:37:51.6853991Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T20:37:51.6854361Z   UTC_TIME: 2025_08_20T08_37_51_PM
2025-08-20T20:37:51.6854557Z ##[endgroup]
2025-08-20T20:37:52.3587401Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:37:52.3592924Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:37:52.3593512Z With the provided path, there will be 2 files uploaded
2025-08-20T20:37:52.5553594Z Artifact name is valid!
2025-08-20T20:37:52.5557787Z Root directory input is valid!
2025-08-20T20:37:52.6410663Z Beginning upload of artifact content to blob storage
2025-08-20T20:37:53.0716358Z Uploaded bytes 8388608
2025-08-20T20:37:53.1471899Z Uploaded bytes 16777216
2025-08-20T20:37:53.1777811Z Uploaded bytes 25165824
2025-08-20T20:37:53.1861295Z Uploaded bytes 33554432
2025-08-20T20:37:53.3106233Z Uploaded bytes 41943040
2025-08-20T20:37:53.4539718Z Uploaded bytes 50331648
2025-08-20T20:37:53.4658374Z Uploaded bytes 58720256
2025-08-20T20:37:53.4974003Z Uploaded bytes 67108864
2025-08-20T20:37:53.5089822Z Uploaded bytes 75497472
2025-08-20T20:37:53.7391015Z Uploaded bytes 83886080
2025-08-20T20:37:53.7500091Z Uploaded bytes 92274688
2025-08-20T20:37:53.7672149Z Uploaded bytes 100663296
2025-08-20T20:37:53.7757981Z Uploaded bytes 109051904
2025-08-20T20:37:54.0257580Z Uploaded bytes 117440512
2025-08-20T20:37:54.0583124Z Uploaded bytes 125829120
2025-08-20T20:37:54.0694501Z Uploaded bytes 134217728
2025-08-20T20:37:54.0907870Z Uploaded bytes 142606336
2025-08-20T20:37:54.2540661Z Uploaded bytes 150994944
2025-08-20T20:37:54.2680255Z Uploaded bytes 159383552
2025-08-20T20:37:54.2734316Z Uploaded bytes 167772160
2025-08-20T20:37:54.3941554Z Uploaded bytes 176160768
2025-08-20T20:37:54.4595324Z Uploaded bytes 184549376
2025-08-20T20:37:54.5205333Z Uploaded bytes 192937984
2025-08-20T20:37:54.5537947Z Uploaded bytes 201326592
2025-08-20T20:37:54.6591772Z Uploaded bytes 206425293
2025-08-20T20:37:54.6768372Z Finished uploading artifact content to blob storage!
2025-08-20T20:37:54.6778722Z SHA256 digest of uploaded artifact zip is 21fda962fa7d6466c5a7bc2cc9d0633ccf4561a50734c201693d28dabf37c547
2025-08-20T20:37:54.6780201Z Finalizing artifact upload
2025-08-20T20:37:54.7476934Z Artifact Bincache_gitoxide_aarch64-Linux.zip successfully finalized. Artifact ID 3812987359
2025-08-20T20:37:54.7477637Z Artifact Bincache_gitoxide_aarch64-Linux has been successfully uploaded! Final size is 206425293 bytes. Artifact ID is 3812987359
2025-08-20T20:37:54.7501043Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107889667/artifacts/3812987359
2025-08-20T20:37:54.7806409Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:37:54.7806723Z with:
2025-08-20T20:37:54.7806894Z   subject-name: gitoxide--
2025-08-20T20:37:54.7807569Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:37:54.7808557Z   show-summary: true
2025-08-20T20:37:54.7808755Z   push-to-registry: false
2025-08-20T20:37:54.7809101Z   github-token: ***
2025-08-20T20:37:54.7809268Z env:
2025-08-20T20:37:54.7809422Z   CROSS_COMPILING: NO
2025-08-20T20:37:54.7809614Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:37:54.7809828Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:37:54.7810031Z   ON_QEMU: NO
2025-08-20T20:37:54.7810187Z   DEBUG: 0
2025-08-20T20:37:54.7810351Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:37:54.7810565Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:37:54.7810883Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:37:54.7811166Z   KEEP_LOGS: YES
2025-08-20T20:37:54.7811344Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:37:54.7811542Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:37:54.7811749Z   SBUILD_REBUILD: false
2025-08-20T20:37:54.7812256Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:37:54.7813022Z   BUILD_SYS: docker://rust
2025-08-20T20:37:54.7813225Z   BUILD_ON_HOST: FALSE
2025-08-20T20:37:54.7813406Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:37:54.7813586Z   SYSTMP: /tmp
2025-08-20T20:37:54.7813750Z   GHA_MODE: MATRIX
2025-08-20T20:37:54.7814155Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:37:54.7814644Z   INPUT_SBUILD: /tmp/pkgforge/hN2PmPhpU_build.yaml
2025-08-20T20:37:54.7814951Z   BUILD_DIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml
2025-08-20T20:37:54.7815416Z   SBUILD_OUTDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR
2025-08-20T20:37:54.7815880Z   SBUILD_TMPDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:37:54.7816243Z   PKG_TYPE: static
2025-08-20T20:37:54.7816421Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:37:54.7816616Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:37:54.7816806Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:37:54.7817174Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T20:37:54.7817551Z   UTC_TIME: 2025_08_20T08_37_51_PM
2025-08-20T20:37:54.7817758Z ##[endgroup]
2025-08-20T20:37:54.7895494Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:37:54.7895907Z env:
2025-08-20T20:37:54.7896070Z   CROSS_COMPILING: NO
2025-08-20T20:37:54.7896268Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:37:54.7896486Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:37:54.7896752Z   ON_QEMU: NO
2025-08-20T20:37:54.7896925Z   DEBUG: 0
2025-08-20T20:37:54.7897095Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:37:54.7897310Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:37:54.7897581Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:37:54.7897866Z   KEEP_LOGS: YES
2025-08-20T20:37:54.7898298Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:37:54.7898514Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:37:54.7898724Z   SBUILD_REBUILD: false
2025-08-20T20:37:54.7899242Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:37:54.7899792Z   BUILD_SYS: docker://rust
2025-08-20T20:37:54.7899993Z   BUILD_ON_HOST: FALSE
2025-08-20T20:37:54.7900175Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:37:54.7900355Z   SYSTMP: /tmp
2025-08-20T20:37:54.7900521Z   GHA_MODE: MATRIX
2025-08-20T20:37:54.7900924Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:37:54.7901733Z   INPUT_SBUILD: /tmp/pkgforge/hN2PmPhpU_build.yaml
2025-08-20T20:37:54.7902065Z   BUILD_DIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml
2025-08-20T20:37:54.7902434Z   SBUILD_OUTDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR
2025-08-20T20:37:54.7902897Z   SBUILD_TMPDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:37:54.7903269Z   PKG_TYPE: static
2025-08-20T20:37:54.7903447Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:37:54.7903641Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:37:54.7903830Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:37:54.7904171Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T20:37:54.7904548Z   UTC_TIME: 2025_08_20T08_37_51_PM
2025-08-20T20:37:54.7904759Z ##[endgroup]
2025-08-20T20:37:55.0957386Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:37:55.0957707Z with:
2025-08-20T20:37:55.0958649Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:37:55.0959374Z   subject-name: gitoxide--
2025-08-20T20:37:55.0959633Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:37:55.0962164Z   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/17107889667/attempts/1"}}}
2025-08-20T20:37:55.0964954Z   push-to-registry: false
2025-08-20T20:37:55.0965158Z   show-summary: true
2025-08-20T20:37:55.0965572Z   github-token: ***
2025-08-20T20:37:55.0965753Z env:
2025-08-20T20:37:55.0965906Z   CROSS_COMPILING: NO
2025-08-20T20:37:55.0966101Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:37:55.0966320Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:37:55.0966524Z   ON_QEMU: NO
2025-08-20T20:37:55.0966683Z   DEBUG: 0
2025-08-20T20:37:55.0966848Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:37:55.0967065Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:37:55.0967339Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:37:55.0967622Z   KEEP_LOGS: YES
2025-08-20T20:37:55.0967797Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:37:55.0967996Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:37:55.0968451Z   SBUILD_REBUILD: false
2025-08-20T20:37:55.0968977Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:37:55.0969531Z   BUILD_SYS: docker://rust
2025-08-20T20:37:55.0969732Z   BUILD_ON_HOST: FALSE
2025-08-20T20:37:55.0969916Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:37:55.0970098Z   SYSTMP: /tmp
2025-08-20T20:37:55.0970263Z   GHA_MODE: MATRIX
2025-08-20T20:37:55.0970669Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:37:55.0971164Z   INPUT_SBUILD: /tmp/pkgforge/hN2PmPhpU_build.yaml
2025-08-20T20:37:55.0971471Z   BUILD_DIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml
2025-08-20T20:37:55.0971841Z   SBUILD_OUTDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR
2025-08-20T20:37:55.0972305Z   SBUILD_TMPDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:37:55.0972671Z   PKG_TYPE: static
2025-08-20T20:37:55.0972851Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:37:55.0973055Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:37:55.0973566Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:37:55.0973930Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T20:37:55.0974312Z   UTC_TIME: 2025_08_20T08_37_51_PM
2025-08-20T20:37:55.0974522Z ##[endgroup]
2025-08-20T20:37:56.7456651Z Attestation created for 12 subjects
2025-08-20T20:37:56.7460710Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:37:56.7461140Z -----BEGIN CERTIFICATE-----
2025-08-20T20:37:56.7461484Z MIIG7TCCBnSgAwIBAgIUJaoyvLjVQgDj3wu85nSfXfCNthEwCgYIKoZIzj0EAwMw
2025-08-20T20:37:56.7461961Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:37:56.7462421Z cm1lZGlhdGUwHhcNMjUwODIwMjAzNzU2WhcNMjUwODIwMjA0NzU2WjAAMFkwEwYH
2025-08-20T20:37:56.7462876Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEgwlmpFYKfy5BEdTyh51m9XJJy/jGQaZ/6wPW
2025-08-20T20:37:56.7463319Z QFK+nubG+Yk+2iYhifv4xUAX9mp2/0UIWRyoDbTTNfP848lUYqOCBZMwggWPMA4G
2025-08-20T20:37:56.7463794Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUoadS
2025-08-20T20:37:56.7464235Z 0nyFmVV5YiQF5f7iQXzB/KQwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:37:56.7464660Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:37:56.7465106Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:37:56.7465887Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:37:56.7466328Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:37:56.7466760Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:37:56.7467205Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:37:56.7467662Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:37:56.7468302Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:37:56.7468768Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:37:56.7469346Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:37:56.7469794Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:37:56.7470250Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:37:56.7470699Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:37:56.7471146Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:37:56.7471611Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:37:56.7472083Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:37:56.7472542Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:37:56.7472996Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:37:56.7473449Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:37:56.7473900Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:37:56.7474366Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:37:56.7474833Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:37:56.7475291Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:37:56.7475747Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3ODg5NjY3L2F0
2025-08-20T20:37:56.7476208Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T20:37:56.7476680Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJM92F
2025-08-20T20:37:56.7477138Z AAAEAwBGMEQCIGNgsI8iOqyUH+4YKWv7qPj8SqTSJ6r6VTIAXemke6h6AiAtujnV
2025-08-20T20:37:56.7477591Z lk039UJ7hOMXPJur5FiesYkUOOm758w77gvKtDAKBggqhkjOPQQDAwNnADBkAjAA
2025-08-20T20:37:56.7478278Z 9mpRp5fxqMilFFNLMdDm37uwTm8bUsCuKXw47aprEDYcjpUESiI9EN4KFhdoWlUC
2025-08-20T20:37:56.7478769Z MCOiNyc6ZA8KtuhOxkdT5LNGMLe0OkGjl4rhLxKjLj0097huDBoCVO7/EEtFgGUd
2025-08-20T20:37:56.7479096Z Ew==
2025-08-20T20:37:56.7479251Z -----END CERTIFICATE-----
2025-08-20T20:37:56.7479394Z 
2025-08-20T20:37:56.7480183Z ##[endgroup]
2025-08-20T20:37:56.7480690Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:37:56.7481076Z https://search.sigstore.dev?logIndex=414298245
2025-08-20T20:37:56.7481419Z [36mAttestation uploaded to repository[39m
2025-08-20T20:37:56.7481768Z https://github.com/pkgforge/bincache/attestations/9872312
2025-08-20T20:37:56.8494013Z ##[group]Run ##Presets
2025-08-20T20:37:56.8494312Z [36;1m##Presets[0m
2025-08-20T20:37:56.8494496Z [36;1mset +x ; set +e[0m
2025-08-20T20:37:56.8494693Z [36;1m#-------------#[0m
2025-08-20T20:37:56.8494879Z [36;1m##Debug?[0m
2025-08-20T20:37:56.8495105Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:37:56.8495380Z [36;1m  set -x[0m
2025-08-20T20:37:56.8495549Z [36;1mfi[0m
2025-08-20T20:37:56.8495710Z [36;1m#-------------#[0m
2025-08-20T20:37:56.8496000Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:37:56.8496509Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/gitoxide/official"[0m
2025-08-20T20:37:56.8496900Z [36;1m exit 1[0m
2025-08-20T20:37:56.8497066Z [36;1mfi[0m
2025-08-20T20:37:56.8529356Z shell: /usr/bin/bash -e {0}
2025-08-20T20:37:56.8529587Z env:
2025-08-20T20:37:56.8529754Z   CROSS_COMPILING: NO
2025-08-20T20:37:56.8530207Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:37:56.8530429Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:37:56.8530632Z   ON_QEMU: NO
2025-08-20T20:37:56.8530793Z   DEBUG: 0
2025-08-20T20:37:56.8530960Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:37:56.8531178Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:37:56.8531461Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:37:56.8531751Z   KEEP_LOGS: YES
2025-08-20T20:37:56.8531929Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:37:56.8532129Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:37:56.8532336Z   SBUILD_REBUILD: false
2025-08-20T20:37:56.8533017Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:37:56.8533569Z   BUILD_SYS: docker://rust
2025-08-20T20:37:56.8533776Z   BUILD_ON_HOST: FALSE
2025-08-20T20:37:56.8533963Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:37:56.8534146Z   SYSTMP: /tmp
2025-08-20T20:37:56.8534319Z   GHA_MODE: MATRIX
2025-08-20T20:37:56.8534733Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:37:56.8535231Z   INPUT_SBUILD: /tmp/pkgforge/hN2PmPhpU_build.yaml
2025-08-20T20:37:56.8535545Z   BUILD_DIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml
2025-08-20T20:37:56.8535920Z   SBUILD_OUTDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR
2025-08-20T20:37:56.8536386Z   SBUILD_TMPDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:37:56.8536753Z   PKG_TYPE: static
2025-08-20T20:37:56.8536946Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:37:56.8537145Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:37:56.8537336Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:37:56.8537683Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T20:37:56.8538419Z   UTC_TIME: 2025_08_20T08_37_51_PM
2025-08-20T20:37:56.8538659Z ##[endgroup]
2025-08-20T20:37:56.8615076Z ##[group]Run ##Presets
2025-08-20T20:37:56.8615390Z [36;1m##Presets[0m
2025-08-20T20:37:56.8615578Z [36;1mset +x ; set +e[0m
2025-08-20T20:37:56.8615775Z [36;1m#-------------#[0m
2025-08-20T20:37:56.8615962Z [36;1m##Debug?[0m
2025-08-20T20:37:56.8616187Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:37:56.8616464Z [36;1m  set -x[0m
2025-08-20T20:37:56.8616631Z [36;1mfi[0m
2025-08-20T20:37:56.8616792Z [36;1m#-------------#[0m
2025-08-20T20:37:56.8617024Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:37:56.8617454Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/gitoxide/official"[0m
2025-08-20T20:37:56.8617863Z [36;1m exit 1[0m
2025-08-20T20:37:56.8618262Z [36;1mfi[0m
2025-08-20T20:37:56.8649764Z shell: /usr/bin/bash -e {0}
2025-08-20T20:37:56.8649996Z env:
2025-08-20T20:37:56.8650161Z   CROSS_COMPILING: NO
2025-08-20T20:37:56.8650410Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:37:56.8650640Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:37:56.8650848Z   ON_QEMU: NO
2025-08-20T20:37:56.8651009Z   DEBUG: 0
2025-08-20T20:37:56.8651179Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:37:56.8651397Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:37:56.8651685Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:37:56.8651978Z   KEEP_LOGS: YES
2025-08-20T20:37:56.8652158Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:37:56.8652361Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:37:56.8652573Z   SBUILD_REBUILD: false
2025-08-20T20:37:56.8653091Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:37:56.8653659Z   BUILD_SYS: docker://rust
2025-08-20T20:37:56.8653871Z   BUILD_ON_HOST: FALSE
2025-08-20T20:37:56.8654063Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:37:56.8654249Z   SYSTMP: /tmp
2025-08-20T20:37:56.8654421Z   GHA_MODE: MATRIX
2025-08-20T20:37:56.8654833Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:37:56.8655584Z   INPUT_SBUILD: /tmp/pkgforge/hN2PmPhpU_build.yaml
2025-08-20T20:37:56.8655895Z   BUILD_DIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml
2025-08-20T20:37:56.8656271Z   SBUILD_OUTDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR
2025-08-20T20:37:56.8656741Z   SBUILD_TMPDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:37:56.8657105Z   PKG_TYPE: static
2025-08-20T20:37:56.8657287Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:37:56.8657482Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:37:56.8657804Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:37:56.8658350Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T20:37:56.8658741Z   UTC_TIME: 2025_08_20T08_37_51_PM
2025-08-20T20:37:56.8658954Z ##[endgroup]
2025-08-20T20:37:56.8707612Z 
2025-08-20T20:37:56.8707945Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:37:56.8720754Z ##[error]Process completed with exit code 1.
2025-08-20T20:37:56.8764420Z ##[group]Run ##Presets
2025-08-20T20:37:56.8764710Z [36;1m##Presets[0m
2025-08-20T20:37:56.8764896Z [36;1mset +x ; set +e[0m
2025-08-20T20:37:56.8765090Z [36;1m#-------------#[0m
2025-08-20T20:37:56.8765278Z [36;1m##Debug?[0m
2025-08-20T20:37:56.8765500Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:37:56.8765779Z [36;1m  set -x[0m
2025-08-20T20:37:56.8765949Z [36;1mfi[0m
2025-08-20T20:37:56.8766113Z [36;1m#-------------#[0m
2025-08-20T20:37:56.8766441Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:37:56.8766808Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:37:56.8767087Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:37:56.8767333Z [36;1mfi[0m
2025-08-20T20:37:56.8798472Z shell: /usr/bin/bash -e {0}
2025-08-20T20:37:56.8798707Z env:
2025-08-20T20:37:56.8798873Z   CROSS_COMPILING: NO
2025-08-20T20:37:56.8799159Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:37:56.8799384Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:37:56.8799587Z   ON_QEMU: NO
2025-08-20T20:37:56.8799745Z   DEBUG: 0
2025-08-20T20:37:56.8799912Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:37:56.8800129Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:37:56.8800416Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:37:56.8800706Z   KEEP_LOGS: YES
2025-08-20T20:37:56.8800885Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:37:56.8801085Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:37:56.8801297Z   SBUILD_REBUILD: false
2025-08-20T20:37:56.8801824Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:37:56.8802379Z   BUILD_SYS: docker://rust
2025-08-20T20:37:56.8802581Z   BUILD_ON_HOST: FALSE
2025-08-20T20:37:56.8802769Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:37:56.8802959Z   SYSTMP: /tmp
2025-08-20T20:37:56.8803125Z   GHA_MODE: MATRIX
2025-08-20T20:37:56.8803546Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:37:56.8804044Z   INPUT_SBUILD: /tmp/pkgforge/hN2PmPhpU_build.yaml
2025-08-20T20:37:56.8804356Z   BUILD_DIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml
2025-08-20T20:37:56.8804739Z   SBUILD_OUTDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR
2025-08-20T20:37:56.8805257Z   SBUILD_TMPDIR: /tmp/pkgforge/m7jjHNE_hN2PmPhpU_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:37:56.8805636Z   PKG_TYPE: static
2025-08-20T20:37:56.8805817Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:37:56.8806017Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:37:56.8806211Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:37:56.8806559Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T20:37:56.8806946Z   UTC_TIME: 2025_08_20T08_37_51_PM
2025-08-20T20:37:56.8807554Z ##[endgroup]
2025-08-20T20:37:56.8868674Z EXITED
2025-08-20T20:37:56.8918880Z Cleaning up orphan processes
