﻿2025-08-20T20:44:14.5916700Z Current runner version: '2.328.0'
2025-08-20T20:44:14.5950799Z ##[group]Runner Image Provisioner
2025-08-20T20:44:14.5952048Z Hosted Compute Agent
2025-08-20T20:44:14.5953113Z Version: 20250818.377
2025-08-20T20:44:14.5954122Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:44:14.5955283Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:44:14.5956986Z ##[endgroup]
2025-08-20T20:44:14.5957888Z ##[group]Operating System
2025-08-20T20:44:14.5959019Z Ubuntu
2025-08-20T20:44:14.5959810Z 24.04.2
2025-08-20T20:44:14.5960569Z LTS
2025-08-20T20:44:14.5961473Z ##[endgroup]
2025-08-20T20:44:14.5962432Z ##[group]Runner Image
2025-08-20T20:44:14.5963339Z Image: ubuntu-24.04
2025-08-20T20:44:14.5964374Z Version: 20250818.1.0
2025-08-20T20:44:14.5966150Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:44:14.5969250Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T20:44:14.5970922Z ##[endgroup]
2025-08-20T20:44:14.5973203Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:44:14.5976082Z Attestations: write
2025-08-20T20:44:14.5977887Z Contents: write
2025-08-20T20:44:14.5978829Z Metadata: read
2025-08-20T20:44:14.5979828Z Packages: write
2025-08-20T20:44:14.5980718Z ##[endgroup]
2025-08-20T20:44:14.5983867Z Secret source: Actions
2025-08-20T20:44:14.5985469Z Prepare workflow directory
2025-08-20T20:44:14.6449415Z Prepare all required actions
2025-08-20T20:44:14.6504546Z Getting action download info
2025-08-20T20:44:14.9733021Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:44:15.7369490Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:44:16.0280697Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:44:16.2075945Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:44:16.5137089Z Getting action download info
2025-08-20T20:44:16.6344415Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:44:16.7999279Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:44:17.1127611Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/gitoxide/official)
2025-08-20T20:44:17.1718058Z ##[group]Run ##Presets
2025-08-20T20:44:17.1718504Z [36;1m##Presets[0m
2025-08-20T20:44:17.1718774Z [36;1mset +x ; set +e[0m
2025-08-20T20:44:17.1719046Z [36;1m#-------------#[0m
2025-08-20T20:44:17.1719414Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:44:17.1719841Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:44:17.1720249Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.1720624Z [36;1m  fi[0m
2025-08-20T20:44:17.1720937Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:44:17.1721384Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:44:17.1721793Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.1722125Z [36;1m  fi[0m
2025-08-20T20:44:17.1722432Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:44:17.1722879Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:44:17.1723275Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.1723596Z [36;1m  fi[0m
2025-08-20T20:44:17.1723890Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:44:17.1724286Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:44:17.1724907Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:44:17.1725365Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:44:17.1725742Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.1726082Z [36;1m     else[0m
2025-08-20T20:44:17.1726650Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.1726988Z [36;1m     fi[0m
2025-08-20T20:44:17.1727217Z [36;1m  fi[0m
2025-08-20T20:44:17.1727438Z [36;1mfi[0m
2025-08-20T20:44:17.1908005Z shell: /usr/bin/bash -e {0}
2025-08-20T20:44:17.1908660Z env:
2025-08-20T20:44:17.1909397Z   GH_TOKEN: ***
2025-08-20T20:44:17.1909685Z ##[endgroup]
2025-08-20T20:44:17.2215227Z ##[group]Run ##Presets
2025-08-20T20:44:17.2215709Z [36;1m##Presets[0m
2025-08-20T20:44:17.2216485Z [36;1mset +x ; set +e[0m
2025-08-20T20:44:17.2216873Z [36;1m#-------------#[0m
2025-08-20T20:44:17.2217387Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:44:17.2218158Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:44:17.2218818Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:44:17.2219407Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:44:17.2219949Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:44:17.2220484Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:44:17.2221011Z [36;1m  exit 1[0m
2025-08-20T20:44:17.2221374Z [36;1mfi[0m
2025-08-20T20:44:17.2264148Z shell: /usr/bin/bash -e {0}
2025-08-20T20:44:17.2264598Z env:
2025-08-20T20:44:17.2265207Z   RO_GHTOKEN: ***
2025-08-20T20:44:17.2265593Z   RO_GLTOKEN: ***
2025-08-20T20:44:17.2267061Z   MINISIGN_KEY: ***
2025-08-20T20:44:17.2267417Z ##[endgroup]
2025-08-20T20:44:17.2478040Z ##[group]Run ##Presets
2025-08-20T20:44:17.2478467Z [36;1m##Presets[0m
2025-08-20T20:44:17.2478729Z [36;1mset +x ; set +e[0m
2025-08-20T20:44:17.2478999Z [36;1m#-------------#[0m
2025-08-20T20:44:17.2479262Z [36;1m##Host Triplet[0m
2025-08-20T20:44:17.2479595Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:44:17.2479984Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:44:17.2480350Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:44:17.2480702Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:44:17.2481041Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:44:17.2481428Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:44:17.2481804Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:44:17.2482171Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:44:17.2482481Z [36;1m   fi[0m
2025-08-20T20:44:17.2482814Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:44:17.2483213Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:44:17.2483563Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:44:17.2483948Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:44:17.2484280Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:44:17.2484552Z [36;1m fi[0m
2025-08-20T20:44:17.2484870Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2485308Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2485728Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2486122Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2486663Z [36;1m##Debug[0m
2025-08-20T20:44:17.2486926Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:44:17.2487235Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:44:17.2487505Z [36;1m else[0m
2025-08-20T20:44:17.2487747Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:44:17.2488224Z [36;1m fi[0m
2025-08-20T20:44:17.2488491Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2488819Z [36;1m##Docker Platform[0m
2025-08-20T20:44:17.2489146Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:44:17.2489513Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:44:17.2489893Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:44:17.2490283Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:44:17.2490648Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:44:17.2491018Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:44:17.2491382Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:44:17.2491745Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:44:17.2492040Z [36;1m fi[0m
2025-08-20T20:44:17.2492368Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2492842Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2493212Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:44:17.2493744Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/gitoxide/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:44:17.2494321Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:44:17.2494681Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2495031Z [36;1m##Logs[0m
2025-08-20T20:44:17.2495354Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:44:17.2495669Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:44:17.2495954Z [36;1m else[0m
2025-08-20T20:44:17.2496201Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:44:17.2496712Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:44:17.2497014Z [36;1m fi[0m
2025-08-20T20:44:17.2497480Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2497934Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2498336Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:44:17.2498754Z [36;1m PKG_FAMILY_LOCAL="$(echo "gitoxide" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:44:17.2499191Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:44:17.2499563Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2499933Z [36;1m##Rebuild[0m
2025-08-20T20:44:17.2500198Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:44:17.2500524Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:44:17.2500822Z [36;1m else[0m
2025-08-20T20:44:17.2501073Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:44:17.2501362Z [36;1m fi[0m
2025-08-20T20:44:17.2501674Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2502041Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:44:17.2502506Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:44:17.2503097Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:44:17.2503969Z [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:44:17.2504740Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:44:17.2505146Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:44:17.2505625Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:44:17.2506089Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:44:17.2506817Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2507158Z [36;1m    exit 1[0m
2025-08-20T20:44:17.2507410Z [36;1m   else[0m
2025-08-20T20:44:17.2507654Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:44:17.2508179Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2508564Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:44:17.2508949Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:44:17.2509340Z [36;1m      #check if supported[0m
2025-08-20T20:44:17.2509767Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:44:17.2510338Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:44:17.2510807Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:44:17.2511172Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2511516Z [36;1m         exit 1[0m
2025-08-20T20:44:17.2511783Z [36;1m       fi[0m
2025-08-20T20:44:17.2512034Z [36;1m      #get build system[0m
2025-08-20T20:44:17.2512462Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:44:17.2512897Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:44:17.2513222Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2513618Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:44:17.2514000Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2514371Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2514748Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:44:17.2515136Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2515505Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.2515826Z [36;1m       fi[0m
2025-08-20T20:44:17.2516180Z [36;1m     fi[0m
2025-08-20T20:44:17.2516661Z [36;1m   fi[0m
2025-08-20T20:44:17.2516930Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:44:17.2560413Z shell: /usr/bin/bash -e {0}
2025-08-20T20:44:17.2560718Z ##[endgroup]
2025-08-20T20:44:17.6969444Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:44:17.6970054Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:44:17.6970316Z 
2025-08-20T20:44:17.7565866Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:44:17.7567129Z 100  5493  100  5493    0     0  89916      0 --:--:-- --:--:-- --:--:-- 90049
2025-08-20T20:44:17.7582847Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:44:17.7815128Z ##[group]Run ##Presets
2025-08-20T20:44:17.7815487Z [36;1m##Presets[0m
2025-08-20T20:44:17.7815749Z [36;1mset +x ; set +e[0m
2025-08-20T20:44:17.7816024Z [36;1m#-------------#[0m
2025-08-20T20:44:17.7816544Z [36;1m##Debug?[0m
2025-08-20T20:44:17.7816917Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:44:17.7817275Z [36;1m  set -x[0m
2025-08-20T20:44:17.7817507Z [36;1mfi[0m
2025-08-20T20:44:17.7817738Z [36;1m#-------------#[0m
2025-08-20T20:44:17.7818005Z [36;1m##CoreUtils[0m
2025-08-20T20:44:17.7818261Z [36;1msudo apt update -y[0m
2025-08-20T20:44:17.7818723Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:44:17.7819801Z [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:44:17.7820772Z [36;1m##tmp[0m
2025-08-20T20:44:17.7821103Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:44:17.7821496Z [36;1m#GH ENV[0m
2025-08-20T20:44:17.7821777Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.7822450Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.7823008Z [36;1m#-------------#[0m
2025-08-20T20:44:17.7823472Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:44:17.7823961Z [36;1msudo apt update -y[0m
2025-08-20T20:44:17.7824311Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:44:17.7824627Z [36;1m##Setup Minisign[0m
2025-08-20T20:44:17.7824916Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:44:17.7825508Z [36;1mecho "***[0m
2025-08-20T20:44:17.7827095Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:44:17.7827544Z [36;1m##User-Agent[0m
2025-08-20T20:44:17.7828352Z [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:44:17.7829227Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:17.7873446Z shell: /usr/bin/bash -e {0}
2025-08-20T20:44:17.7873751Z env:
2025-08-20T20:44:17.7873986Z   CROSS_COMPILING: NO
2025-08-20T20:44:17.7874249Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:44:17.7874545Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:44:17.7874806Z   ON_QEMU: NO
2025-08-20T20:44:17.7875031Z   DEBUG: 0
2025-08-20T20:44:17.7875262Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:44:17.7875548Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:44:17.7875902Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:44:17.7876518Z   KEEP_LOGS: YES
2025-08-20T20:44:17.7876836Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:44:17.7877109Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:44:17.7877387Z   SBUILD_REBUILD: false
2025-08-20T20:44:17.7878012Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:44:17.7878658Z   BUILD_SYS: docker://rust
2025-08-20T20:44:17.7878930Z   BUILD_ON_HOST: FALSE
2025-08-20T20:44:17.7879193Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:44:17.7879445Z ##[endgroup]
2025-08-20T20:44:17.8286040Z 
2025-08-20T20:44:17.8287007Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:44:17.8287433Z 
2025-08-20T20:44:18.0362844Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:44:18.1042437Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:44:18.1071767Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:44:18.1152124Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:44:18.1215439Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:44:18.1632606Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:44:18.1749061Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:44:18.3806023Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:44:18.3969486Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:44:18.3992921Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:44:18.4017717Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:44:18.4124613Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:44:18.4165891Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:44:18.4198493Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:44:18.4285637Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:44:18.4318908Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:44:18.4328736Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:44:18.4895094Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:44:18.4917386Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:44:18.4943276Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:44:18.4954852Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:44:18.5093256Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:44:18.5172521Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:44:18.5183823Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:44:18.5198850Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:44:18.5272716Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:44:18.5312638Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:44:18.5395048Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:44:18.5512947Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:44:18.5548927Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:44:18.5554761Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:44:18.6752150Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:44:18.6804441Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:44:18.6827518Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:44:29.9201634Z Fetched 10.6 MB in 1s (7103 kB/s)
2025-08-20T20:44:30.6516652Z Reading package lists...
2025-08-20T20:44:30.8158274Z Building dependency tree...
2025-08-20T20:44:30.8164823Z Reading state information...
2025-08-20T20:44:30.8308733Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:44:30.8422385Z 
2025-08-20T20:44:30.8422927Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:44:30.8423290Z 
2025-08-20T20:44:30.8549763Z Reading package lists...
2025-08-20T20:44:31.0311130Z Building dependency tree...
2025-08-20T20:44:31.0319270Z Reading state information...
2025-08-20T20:44:31.1969653Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:44:31.1972327Z bc set to manually installed.
2025-08-20T20:44:31.1973197Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:44:31.1973960Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:44:31.1974449Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:44:31.1974897Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:44:31.1975341Z The following additional packages will be installed:
2025-08-20T20:44:31.1975728Z   libtime-duration-perl
2025-08-20T20:44:31.2567804Z The following NEW packages will be installed:
2025-08-20T20:44:31.2577714Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:44:31.2783172Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T20:44:31.3022955Z Need to get 616 kB of archives.
2025-08-20T20:44:31.3023716Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:44:31.3024367Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:44:31.3501823Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:44:31.3664029Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:44:31.3817348Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:44:31.3968957Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:44:31.6723302Z Fetched 616 kB in 0s (5221 kB/s)
2025-08-20T20:44:31.7086487Z Selecting previously unselected package fdupes.
2025-08-20T20:44:31.8747749Z (Reading database ... 
2025-08-20T20:44:31.8748420Z (Reading database ... 5%
2025-08-20T20:44:31.8748948Z (Reading database ... 10%
2025-08-20T20:44:31.8749340Z (Reading database ... 15%
2025-08-20T20:44:31.8749738Z (Reading database ... 20%
2025-08-20T20:44:31.8750123Z (Reading database ... 25%
2025-08-20T20:44:31.8750377Z (Reading database ... 30%
2025-08-20T20:44:31.8750591Z (Reading database ... 35%
2025-08-20T20:44:31.8750808Z (Reading database ... 40%
2025-08-20T20:44:31.8751027Z (Reading database ... 45%
2025-08-20T20:44:31.8751249Z (Reading database ... 50%
2025-08-20T20:44:32.0164821Z (Reading database ... 55%
2025-08-20T20:44:32.2990999Z (Reading database ... 60%
2025-08-20T20:44:32.8154696Z (Reading database ... 65%
2025-08-20T20:44:33.1831158Z (Reading database ... 70%
2025-08-20T20:44:33.5351839Z (Reading database ... 75%
2025-08-20T20:44:34.1777008Z (Reading database ... 80%
2025-08-20T20:44:35.3274339Z (Reading database ... 85%
2025-08-20T20:44:36.6166412Z (Reading database ... 90%
2025-08-20T20:44:37.7443370Z (Reading database ... 95%
2025-08-20T20:44:37.7444463Z (Reading database ... 100%
2025-08-20T20:44:37.7445003Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T20:44:37.7491226Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:44:37.7515189Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:44:37.7915978Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:44:37.8052661Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:44:37.8062115Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:44:37.8449193Z Selecting previously unselected package moreutils.
2025-08-20T20:44:37.8585829Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:44:37.8595835Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:44:38.0886960Z Selecting previously unselected package dos2unix.
2025-08-20T20:44:38.1029538Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:44:38.1040113Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:44:38.4884522Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:44:38.4909540Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:44:38.4933256Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:44:38.4959531Z Setting up moreutils (0.69-1) ...
2025-08-20T20:44:38.4989346Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:46:14.7748376Z 
2025-08-20T20:46:14.7749124Z Running kernel seems to be up-to-date.
2025-08-20T20:46:14.7749529Z 
2025-08-20T20:46:14.7749682Z Restarting services...
2025-08-20T20:46:14.7822789Z 
2025-08-20T20:46:14.7824656Z Service restarts being deferred:
2025-08-20T20:46:14.7825220Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:46:14.7825737Z 
2025-08-20T20:46:14.7825903Z No containers need to be restarted.
2025-08-20T20:46:14.7826194Z 
2025-08-20T20:46:14.7826589Z No user sessions are running outdated binaries.
2025-08-20T20:46:14.7826945Z 
2025-08-20T20:46:14.7827375Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:46:15.7370220Z Reading package lists...
2025-08-20T20:46:15.9163173Z Building dependency tree...
2025-08-20T20:46:15.9170905Z Reading state information...
2025-08-20T20:46:16.0833119Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:46:16.0833843Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:46:16.0834521Z apt-utils set to manually installed.
2025-08-20T20:46:16.0835835Z ca-certificates is already the newest version (20240203).
2025-08-20T20:46:16.0836852Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:46:16.0837422Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:46:16.0837873Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:46:16.0838550Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:46:16.0838987Z moreutils is already the newest version (0.69-1).
2025-08-20T20:46:16.0839459Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:46:16.0839951Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:46:16.0840376Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:46:16.0840809Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:46:16.0841187Z tmux set to manually installed.
2025-08-20T20:46:16.0841574Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:46:16.0842037Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:46:16.0842459Z The following additional packages will be installed:
2025-08-20T20:46:16.0842868Z   python3-software-properties
2025-08-20T20:46:16.0843181Z Recommended packages:
2025-08-20T20:46:16.0843445Z   unattended-upgrades
2025-08-20T20:46:16.1435634Z The following NEW packages will be installed:
2025-08-20T20:46:16.1436434Z   rename
2025-08-20T20:46:16.1445941Z The following packages will be upgraded:
2025-08-20T20:46:16.1447302Z   python3-software-properties software-properties-common
2025-08-20T20:46:16.1652144Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:46:16.1888475Z Need to get 64.7 kB of archives.
2025-08-20T20:46:16.1889171Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:46:16.1889856Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:46:16.2200270Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:46:16.2341308Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:46:16.2485545Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:46:16.5067334Z Fetched 64.7 kB in 0s (913 kB/s)
2025-08-20T20:46:16.5313329Z (Reading database ... 
2025-08-20T20:46:16.5313732Z (Reading database ... 5%
2025-08-20T20:46:16.5314066Z (Reading database ... 10%
2025-08-20T20:46:16.5314392Z (Reading database ... 15%
2025-08-20T20:46:16.5314713Z (Reading database ... 20%
2025-08-20T20:46:16.5315015Z (Reading database ... 25%
2025-08-20T20:46:16.5315377Z (Reading database ... 30%
2025-08-20T20:46:16.5316007Z (Reading database ... 35%
2025-08-20T20:46:16.5316541Z (Reading database ... 40%
2025-08-20T20:46:16.5316804Z (Reading database ... 45%
2025-08-20T20:46:16.5317072Z (Reading database ... 50%
2025-08-20T20:46:16.5400135Z (Reading database ... 55%
2025-08-20T20:46:16.5434953Z (Reading database ... 60%
2025-08-20T20:46:16.5457319Z (Reading database ... 65%
2025-08-20T20:46:16.5492490Z (Reading database ... 70%
2025-08-20T20:46:16.5517928Z (Reading database ... 75%
2025-08-20T20:46:16.5548167Z (Reading database ... 80%
2025-08-20T20:46:16.5688141Z (Reading database ... 85%
2025-08-20T20:46:16.5782953Z (Reading database ... 90%
2025-08-20T20:46:16.6075372Z (Reading database ... 95%
2025-08-20T20:46:16.6075706Z (Reading database ... 100%
2025-08-20T20:46:16.6076124Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T20:46:16.6121956Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:46:16.7405810Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:46:16.8425383Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:46:16.9336892Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:46:16.9589210Z Selecting previously unselected package rename.
2025-08-20T20:46:16.9728430Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:46:16.9738012Z Unpacking rename (2.02-1) ...
2025-08-20T20:46:17.0143263Z Setting up rename (2.02-1) ...
2025-08-20T20:46:17.0203940Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:46:17.0224585Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:46:17.1733179Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:46:17.2743683Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:46:21.3332189Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:46:22.8300460Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:46:22.8593656Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:46:22.8611157Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:46:22.8652372Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:46:22.8658203Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:46:22.8794210Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:46:22.8957065Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:46:22.9698724Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:46:22.9849310Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:46:23.0717457Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:46:23.0767285Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:46:23.5151888Z Fetched 4687 kB in 1s (8131 kB/s)
2025-08-20T20:46:24.2223223Z Reading package lists...
2025-08-20T20:46:24.3802532Z Building dependency tree...
2025-08-20T20:46:24.3809092Z Reading state information...
2025-08-20T20:46:24.3941361Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:46:24.4092243Z 
2025-08-20T20:46:24.4092909Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:46:24.4093425Z 
2025-08-20T20:46:24.4604744Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:46:24.4960015Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:46:24.4985857Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:46:24.5028228Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:46:24.5070029Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:46:25.2143094Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:46:25.2814315Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:46:26.1504047Z Reading package lists...
2025-08-20T20:46:26.3057945Z Building dependency tree...
2025-08-20T20:46:26.3064729Z Reading state information...
2025-08-20T20:46:26.3209618Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:46:26.3324078Z 
2025-08-20T20:46:26.3324540Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:46:26.3325052Z 
2025-08-20T20:46:26.3452216Z Reading package lists...
2025-08-20T20:46:26.5105497Z Building dependency tree...
2025-08-20T20:46:26.5113106Z Reading state information...
2025-08-20T20:46:26.6633783Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:46:26.7005373Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:46:26.7284715Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:46:26.7873813Z ##[group]Run ##Presets
2025-08-20T20:46:26.7874101Z [36;1m##Presets[0m
2025-08-20T20:46:26.7874306Z [36;1mset +x ; set +e[0m
2025-08-20T20:46:26.7874709Z [36;1m#-------------#[0m
2025-08-20T20:46:26.7874916Z [36;1m##Debug?[0m
2025-08-20T20:46:26.7875158Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:46:26.7875461Z [36;1m  set -x[0m
2025-08-20T20:46:26.7875643Z [36;1mfi[0m
2025-08-20T20:46:26.7875824Z [36;1m#-------------#[0m
2025-08-20T20:46:26.7876439Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:46:26.7877041Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:46:26.7877426Z [36;1msudo service procps restart[0m
2025-08-20T20:46:26.7877703Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:46:26.7917595Z shell: /usr/bin/bash -e {0}
2025-08-20T20:46:26.7917826Z env:
2025-08-20T20:46:26.7918046Z   CROSS_COMPILING: NO
2025-08-20T20:46:26.7918263Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:46:26.7918494Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:46:26.7918713Z   ON_QEMU: NO
2025-08-20T20:46:26.7918884Z   DEBUG: 0
2025-08-20T20:46:26.7919066Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:46:26.7919289Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:46:26.7919572Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:46:26.7919876Z   KEEP_LOGS: YES
2025-08-20T20:46:26.7920067Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:46:26.7920279Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:46:26.7920503Z   SBUILD_REBUILD: false
2025-08-20T20:46:26.7921045Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:46:26.7921622Z   BUILD_SYS: docker://rust
2025-08-20T20:46:26.7921845Z   BUILD_ON_HOST: FALSE
2025-08-20T20:46:26.7922044Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:46:26.7922235Z   SYSTMP: /tmp
2025-08-20T20:46:26.7922421Z   GHA_MODE: MATRIX
2025-08-20T20:46:26.7922851Z   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:46:26.7923316Z ##[endgroup]
2025-08-20T20:46:26.8045178Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:46:26.8113901Z 0
2025-08-20T20:46:26.8428351Z vm.max_map_count = 262144
2025-08-20T20:46:26.8428830Z fs.inotify.max_user_watches = 655360
2025-08-20T20:46:26.8429143Z fs.inotify.max_user_instances = 1280
2025-08-20T20:46:26.8429393Z vm.mmap_rnd_bits = 28
2025-08-20T20:46:26.8503837Z ##[group]Run ##Presets
2025-08-20T20:46:26.8504141Z [36;1m##Presets[0m
2025-08-20T20:46:26.8504350Z [36;1mset +x ; set +e[0m
2025-08-20T20:46:26.8504564Z [36;1m#-------------#[0m
2025-08-20T20:46:26.8504767Z [36;1m##Debug?[0m
2025-08-20T20:46:26.8505009Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:46:26.8505299Z [36;1m  set -x[0m
2025-08-20T20:46:26.8505479Z [36;1mfi[0m
2025-08-20T20:46:26.8505661Z [36;1m#-------------#[0m
2025-08-20T20:46:26.8505857Z [36;1m##Main[0m
2025-08-20T20:46:26.8506067Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:46:26.8507010Z [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:46:26.8507741Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:46:26.8508114Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:46:26.8508391Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:46:26.8508649Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:46:26.8508949Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:46:26.8509271Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:46:26.8509573Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:46:26.8509887Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:46:26.8510175Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:46:26.8510507Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:46:26.8511082Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:46:26.8511368Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:46:26.8511627Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:46:26.8511904Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:46:26.8512187Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:46:26.8512468Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:46:26.8512759Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:46:26.8513062Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:46:26.8513371Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:46:26.8513670Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:46:26.8513982Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:46:26.8514288Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:46:26.8514592Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:46:26.8514891Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:46:26.8515164Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:46:26.8515533Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:46:26.8516000Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:46:26.8516582Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:46:26.8517049Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:46:26.8517395Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:46:26.8517777Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:46:26.8518412Z [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:46:26.8519222Z [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:46:26.8519757Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:46:26.8520022Z [36;1m else[0m
2025-08-20T20:46:26.8520484Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:46:26.8520861Z [36;1m fi[0m
2025-08-20T20:46:26.8521109Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:46:26.8521503Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:46:26.8521921Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:46:26.8522311Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:46:26.8522694Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:46:26.8523090Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:46:26.8523486Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:46:26.8523898Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:46:26.8524318Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:46:26.8524754Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:46:26.8525065Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:46:26.8563259Z shell: /usr/bin/bash -e {0}
2025-08-20T20:46:26.8563488Z env:
2025-08-20T20:46:26.8563672Z   CROSS_COMPILING: NO
2025-08-20T20:46:26.8563887Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:46:26.8564113Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:46:26.8564337Z   ON_QEMU: NO
2025-08-20T20:46:26.8564518Z   DEBUG: 0
2025-08-20T20:46:26.8564715Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:46:26.8565096Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:46:26.8565390Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T20:46:26.8565699Z   KEEP_LOGS: YES
2025-08-20T20:46:26.8565900Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:46:26.8566122Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T20:46:26.8566453Z   SBUILD_REBUILD: false
2025-08-20T20:46:26.8567008Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:46:26.8567606Z   BUILD_SYS: docker://rust
2025-08-20T20:46:26.8567828Z   BUILD_ON_HOST: FALSE
2025-08-20T20:46:26.8568026Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:46:26.8568221Z   SYSTMP: /tmp
2025-08-20T20:46:26.8568404Z   GHA_MODE: MATRIX
2025-08-20T20:46:26.8568836Z   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:46:26.8569685Z   GHCR_TOKEN: ***
2025-08-20T20:46:26.8569976Z   GITHUB_TOKEN: ***
2025-08-20T20:46:26.8570253Z   GITLAB_TOKEN: ***
2025-08-20T20:46:26.8571361Z   MINISIGN_KEY: ***
2025-08-20T20:46:26.8571616Z ##[endgroup]
2025-08-20T20:46:26.9074786Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:46:26.9946446Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:46:26.9947130Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:46:26.9947423Z 
2025-08-20T20:46:27.0236946Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:46:27.0237626Z 100  5493  100  5493    0     0   183k      0 --:--:-- --:--:-- --:--:--  184k
2025-08-20T20:46:27.0247206Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:46:27.0332190Z 
2025-08-20T20:46:27.0332486Z [+] Building [/tmp/tmp.e1glGgAhLq/SBUILD_INPUT] Locally
2025-08-20T20:46:27.0332872Z 
2025-08-20T20:46:27.0345837Z '/tmp/tmp.e1glGgAhLq/SBUILD_INPUT' -> '/tmp/pkgforge/njXor1u3k_build.yaml'
2025-08-20T20:46:27.1293781Z 
2025-08-20T20:46:27.1294336Z [+] Passwordless sudo is Configured
2025-08-20T20:46:27.1955722Z 
2025-08-20T20:46:27.1967622Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:46:27.1967896Z 
2025-08-20T20:46:27.2435043Z 
2025-08-20T20:46:27.2436013Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:46:27.2436563Z 
2025-08-20T20:46:27.2436567Z 
2025-08-20T20:46:27.2436801Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:46:27.2437093Z 
2025-08-20T20:46:27.2633213Z [+] Installing: 7z -> 7z
2025-08-20T20:46:27.5946554Z [+] Installing: actionlint -> actionlint
2025-08-20T20:46:27.9308736Z [+] Installing: anew -> anew
2025-08-20T20:46:28.2685644Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:46:28.5846648Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:46:28.8973870Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:46:29.2103296Z [+] Installing: archey -> archey
2025-08-20T20:46:29.5935994Z [+] Installing: aria2 -> aria2c
2025-08-20T20:46:29.9517321Z [+] Installing: askalono -> askalono
2025-08-20T20:46:30.2931438Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:46:30.6402113Z [+] Installing: b3sum -> b3sum
2025-08-20T20:46:30.9732570Z [+] Installing: bita -> bita
2025-08-20T20:46:31.3413682Z [+] Installing: btop -> btop
2025-08-20T20:46:31.6736765Z [+] Installing: chafa -> chafa
2025-08-20T20:46:32.0693832Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:46:32.4758002Z [+] Installing: croc -> croc
2025-08-20T20:46:32.8352524Z [+] Installing: csvtk -> csvtk
2025-08-20T20:46:33.2001485Z [+] Installing: cutlines -> cutlines
2025-08-20T20:46:33.4994135Z curl: (22) The requested URL returned error: 404
2025-08-20T20:46:33.5033404Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:46:33.5034472Z [+] Installing: dbin -> dbin
2025-08-20T20:46:33.8668392Z [+] Installing: dasel -> dasel
2025-08-20T20:46:34.2360027Z [+] Installing: delta -> delta
2025-08-20T20:46:34.5732920Z [+] Installing: ds -> ds
2025-08-20T20:46:34.8614898Z curl: (22) The requested URL returned error: 404
2025-08-20T20:46:34.8652790Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:46:34.8654186Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:46:35.1757361Z [+] Installing: duf -> duf
2025-08-20T20:46:35.5154367Z [+] Installing: duplicut -> duplicut
2025-08-20T20:46:35.8337134Z [+] Installing: dust -> dust
2025-08-20T20:46:36.1493417Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:46:36.4959417Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:46:36.8429411Z [+] Installing: dysk -> dysk
2025-08-20T20:46:37.2124538Z [+] Installing: eget -> eget
2025-08-20T20:46:37.5812851Z [+] Installing: epoch -> epoch
2025-08-20T20:46:37.9181179Z [+] Installing: faketty -> faketty
2025-08-20T20:46:38.2313774Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:46:38.5661094Z [+] Installing: freeze -> freeze
2025-08-20T20:46:38.9188488Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:46:39.2355110Z [+] Installing: gdu -> gdu
2025-08-20T20:46:39.6402110Z [+] Installing: gh -> gh
2025-08-20T20:46:40.0471339Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:46:40.4281952Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:46:40.7621516Z [+] Installing: glab -> glab
2025-08-20T20:46:41.1924080Z [+] Installing: glow -> glow
2025-08-20T20:46:41.5749705Z [+] Installing: httpx -> httpx
2025-08-20T20:46:41.9827339Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:46:42.3594200Z [+] Installing: husarnet -> husarnet
2025-08-20T20:46:42.6545713Z curl: (22) The requested URL returned error: 404
2025-08-20T20:46:42.6589660Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:46:42.6590815Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:46:42.9639901Z curl: (22) The requested URL returned error: 404
2025-08-20T20:46:42.9678848Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:46:42.9679727Z [+] Installing: imgcat -> imgcat
2025-08-20T20:46:43.2911362Z [+] Installing: jc -> jc
2025-08-20T20:46:43.6854396Z [+] Installing: jq -> jq
2025-08-20T20:46:44.0160276Z [+] Installing: logdy -> logdy
2025-08-20T20:46:44.4237704Z [+] Installing: micro -> micro
2025-08-20T20:46:44.7955470Z [+] Installing: miniserve -> miniserve
2025-08-20T20:46:45.1586668Z [+] Installing: minisign -> minisign
2025-08-20T20:46:45.4765491Z [+] Installing: ncdu -> ncdu
2025-08-20T20:46:45.7929779Z [+] Installing: notify -> notify
2025-08-20T20:46:46.1948436Z [+] Installing: ouch -> ouch
2025-08-20T20:46:46.5449272Z [+] Installing: oras -> oras
2025-08-20T20:46:46.9084275Z [+] Installing: pipetty -> pipetty
2025-08-20T20:46:47.2239319Z [+] Installing: pixterm -> pixterm
2025-08-20T20:46:47.5663965Z [+] Installing: qsv -> qsv
2025-08-20T20:46:47.9275882Z [+] Installing: rclone -> rclone
2025-08-20T20:46:48.3536838Z [+] Installing: ripgrep -> rg
2025-08-20T20:46:48.6891943Z [+] Installing: rga -> rga
2025-08-20T20:46:49.0316427Z [+] Installing: rsync -> rsync
2025-08-20T20:46:49.3622023Z [+] Installing: script -> script
2025-08-20T20:46:49.6715754Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:46:50.0453564Z [+] Installing: soar -> soar
2025-08-20T20:46:50.3958320Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:46:50.7680778Z [+] Installing: sstrip -> sstrip
2025-08-20T20:46:51.0773610Z [+] Installing: strace -> strace
2025-08-20T20:46:51.4132600Z [+] Installing: sttr -> sttr
2025-08-20T20:46:51.7605176Z [+] Installing: tailscale -> tailscale
2025-08-20T20:46:52.1689165Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:46:52.5476519Z [+] Installing: taplo -> taplo
2025-08-20T20:46:52.8906991Z [+] Installing: tldr -> tldr
2025-08-20T20:46:53.2389042Z [+] Installing: tldr -> tealdeer
2025-08-20T20:46:53.5763811Z [+] Installing: tmux -> tmux
2025-08-20T20:46:53.9103404Z [+] Installing: tok -> tok
2025-08-20T20:46:54.2297956Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:46:54.6388605Z [+] Installing: trurl -> trurl
2025-08-20T20:46:55.0234486Z [+] Installing: tss -> tss
2025-08-20T20:46:55.3260109Z [+] Installing: ulexec -> ulexec
2025-08-20T20:46:55.6804565Z [+] Installing: unfurl -> unfurl
2025-08-20T20:46:56.0321410Z [+] Installing: upx -> upx
2025-08-20T20:46:56.3643801Z [+] Installing: validtoml -> validtoml
2025-08-20T20:46:56.7015248Z [+] Installing: wget -> wget
2025-08-20T20:46:57.0479342Z [+] Installing: wget2 -> wget2
2025-08-20T20:46:57.4081203Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:46:57.7515203Z [+] Installing: xq -> xq
2025-08-20T20:46:58.1064111Z [+] Installing: xz -> xz
2025-08-20T20:46:58.4281190Z [+] Installing: unxz -> unxz
2025-08-20T20:46:58.7388512Z [+] Installing: yq -> yq
2025-08-20T20:46:59.1195779Z [+] Installing: yj -> yj
2025-08-20T20:46:59.4517114Z [+] Installing: zapper -> zapper
2025-08-20T20:46:59.7804129Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:47:00.0914555Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:47:00.4085256Z curl: (22) The requested URL returned error: 404
2025-08-20T20:47:00.4126756Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:47:00.4127974Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:47:00.7299494Z curl: (22) The requested URL returned error: 404
2025-08-20T20:47:00.7343253Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:47:00.7343995Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:47:01.0457704Z curl: (22) The requested URL returned error: 404
2025-08-20T20:47:01.0500151Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:47:01.0501328Z [+] Installing: zstd -> zstd
2025-08-20T20:47:01.3681421Z [+] Creating symlinks...
2025-08-20T20:47:01.3778208Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:47:01.3886612Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:47:01.3992698Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:47:01.4097402Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:47:01.4202287Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:47:01.4304641Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:47:01.4413352Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:47:01.4519587Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:47:01.4622850Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:47:01.4728464Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:47:01.4834377Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:47:01.4939680Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:47:01.5049302Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:47:01.5154335Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:47:01.5259063Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:47:01.5362906Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:47:01.5470561Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:47:01.5509937Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:47:01.5605550Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:47:01.5709521Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:47:01.5812495Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:47:01.5851158Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:47:01.5948452Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:47:01.6051133Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:47:01.6159921Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:47:01.6265365Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:47:01.6368487Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:47:01.6472430Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:47:01.6577074Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:47:01.6680984Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:47:01.6787656Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:47:01.6890801Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:47:01.6995387Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:47:01.7101897Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:47:01.7209666Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:47:01.7318318Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:47:01.7424971Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:47:01.7528880Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:47:01.7633727Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:47:01.7738112Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:47:01.7842479Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:47:01.7948160Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:47:01.8051448Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:47:01.8156192Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:47:01.8195913Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:47:01.8225036Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:47:01.8322341Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:47:01.8426877Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:47:01.8531303Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:47:01.8636375Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:47:01.8739073Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:47:01.8841684Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:47:01.8943662Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:47:01.9050165Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:47:01.9154782Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:47:01.9259944Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:47:01.9368443Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:47:01.9473770Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:47:01.9575917Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:47:01.9678714Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:47:01.9781534Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:47:01.9884892Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:47:01.9992309Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:47:02.0097442Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:47:02.0200699Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:47:02.0304645Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:47:02.0407548Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:47:02.0513967Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:47:02.0619561Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:47:02.0724703Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:47:02.0829905Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:47:02.0934592Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:47:02.1039445Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:47:02.1145820Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:47:02.1249983Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:47:02.1355885Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:47:02.1463662Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:47:02.1569596Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:47:02.1679765Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:47:02.1787579Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:47:02.1895116Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:47:02.2003008Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:47:02.2108311Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:47:02.2212637Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:47:02.2319246Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:47:02.2425185Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:47:02.2532266Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:47:02.2638316Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:47:02.2744332Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:47:02.2854544Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:47:02.2961036Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:47:02.3068486Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:47:02.3177160Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:47:02.3282222Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:47:02.3386593Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:47:02.3427664Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:47:02.3456764Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:47:02.3485174Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:47:02.3580579Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:47:02.3608560Z 
2025-08-20T20:47:02.3608969Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:47:02.3609524Z 
2025-08-20T20:47:02.3625176Z 
2025-08-20T20:47:02.3728325Z 
2025-08-20T20:47:02.3729066Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T20:47:02.3729363Z 
2025-08-20T20:47:02.3729459Z [+] Installation completed!
2025-08-20T20:47:02.3804602Z 
2025-08-20T20:47:02.3804998Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:47:02.5855545Z github.com
2025-08-20T20:47:02.5856552Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:47:02.5856999Z   - Active account: true
2025-08-20T20:47:02.5857319Z   - Git operations protocol: https
2025-08-20T20:47:02.5857683Z   - Token: ghp_************************************
2025-08-20T20:47:02.5858613Z   - 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:47:02.5859536Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:47:02.5860014Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:47:02.6788131Z Limit: 5000, Remaining: 4256, Reset: 2025-08-20 21:25:35 +0000 UTC (38m32s)
2025-08-20T20:47:02.6797139Z 
2025-08-20T20:47:02.6797292Z [+] GHCR_TOKEN is Exported
2025-08-20T20:47:02.6835742Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:47:02.7798967Z Login Succeeded
2025-08-20T20:47:02.7810377Z 
2025-08-20T20:47:02.7810527Z [+] GITLAB is Exported
2025-08-20T20:47:02.9379721Z [git remote -v]
2025-08-20T20:47:03.0981138Z gitlab.com
2025-08-20T20:47:03.0981914Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:47:03.0982806Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:47:03.0983574Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:47:03.0984263Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:47:03.0984924Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:47:03.0985480Z   ✓ Token found: **************************
2025-08-20T20:47:03.0985717Z 
2025-08-20T20:47:03.0986399Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:47:03.0987274Z [git remote -v]
2025-08-20T20:47:03.1002124Z 2025/08/20 20:47:03 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:47:03.1002963Z git: exit status 128]
2025-08-20T20:47:03.3725878Z 
2025-08-20T20:47:03.3725932Z 
2025-08-20T20:47:03.3727138Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:47:03 PM)
2025-08-20T20:47:03.3728228Z 
2025-08-20T20:47:03.3728234Z 
2025-08-20T20:47:03.3728378Z [+] USER = runner
2025-08-20T20:47:03.3728678Z [+] HOME = /home/runner
2025-08-20T20:47:03.3732283Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:47:03.3734873Z 
2025-08-20T20:47:03.4366760Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:47:03.4690345Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:47:03.4708902Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:47:03.4715222Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:47:03.4720794Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:47:03.5374482Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:47:03.5419769Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:47:04.7259846Z Reading package lists...
2025-08-20T20:47:04.7587889Z Reading package lists...
2025-08-20T20:47:04.9633203Z Building dependency tree...
2025-08-20T20:47:04.9641818Z Reading state information...
2025-08-20T20:47:05.1842543Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:47:05.1843187Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:47:05.1843761Z ca-certificates is already the newest version (20240203).
2025-08-20T20:47:05.1844316Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:47:05.1844926Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:47:05.1845472Z moreutils is already the newest version (0.69-1).
2025-08-20T20:47:05.1846100Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:47:05.1847060Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:47:05.1847979Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:47:05.2547423Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:47:05.2810796Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:47:05.2824046Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:47:05.2831152Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:47:05.2838422Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:47:05.4246163Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:47:05.4487230Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:47:06.5341449Z Reading package lists...
2025-08-20T20:47:06.5671722Z Reading package lists...
2025-08-20T20:47:06.7798645Z Building dependency tree...
2025-08-20T20:47:06.7807041Z Reading state information...
2025-08-20T20:47:06.9964474Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:47:06.9965361Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:47:06.9966074Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:47:06.9967096Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:47:06.9979079Z ca-certificates is already the newest version (20240203).
2025-08-20T20:47:06.9979773Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:47:06.9980333Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:47:06.9980851Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:47:06.9981640Z gawk set to manually installed.
2025-08-20T20:47:06.9982026Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:47:06.9982535Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:47:06.9983053Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:47:06.9983534Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:47:06.9984113Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:47:06.9984672Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:47:06.9985184Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:47:06.9985579Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:47:06.9985942Z The following additional packages will be installed:
2025-08-20T20:47:06.9986729Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:47:06.9987225Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:47:06.9987696Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:47:06.9988129Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:47:06.9988593Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:47:06.9989005Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:47:06.9989297Z Suggested packages:
2025-08-20T20:47:06.9989579Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:47:06.9990020Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:47:06.9990491Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:47:06.9990947Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:47:06.9991395Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:47:06.9991827Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:47:06.9992171Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:47:07.0477952Z The following NEW packages will be installed:
2025-08-20T20:47:07.0478864Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:47:07.0481055Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:47:07.0482350Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:47:07.0483287Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:47:07.0484171Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:47:07.0489743Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:47:07.0491787Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:47:07.0688169Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:47:07.0688570Z Need to get 27.5 MB of archives.
2025-08-20T20:47:07.0688945Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:47:07.0689616Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:47:07.2862422Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:47:26.1889245Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:47:49.1283854Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:47:53.5434246Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:47:53.8564783Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T20:47:54.5324426Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:48:00.9788313Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:48:06.1760099Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:48:12.5563624Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:48:13.9712102Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:50:09.5160076Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:50:11.5093728Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:50:16.7010321Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:50:17.4770930Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:50:17.8139061Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:50:18.6056802Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:50:18.9075287Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T20:50:59.2267509Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T20:50:59.7832089Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:51:02.3200040Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:51:02.7091288Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:51:03.4518933Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T20:51:09.8038928Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T20:51:10.6857749Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:51:12.6626484Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T20:51:12.9307875Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T20:51:22.0558415Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:51:22.7569722Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T20:51:23.5262803Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:51:24.6584166Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:51:24.9292448Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:51:25.9667921Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:51:26.8879540Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:51:45.3031967Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:51:49.1557400Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:51:54.8295945Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:51:55.1667522Z Preconfiguring packages ...
2025-08-20T20:51:55.2310122Z Fetched 27.5 MB in 4min 48s (95.4 kB/s)
2025-08-20T20:51:55.2523240Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:51:55.2576566Z (Reading database ... 
2025-08-20T20:51:55.2577025Z (Reading database ... 5%
2025-08-20T20:51:55.2577392Z (Reading database ... 10%
2025-08-20T20:51:55.2577753Z (Reading database ... 15%
2025-08-20T20:51:55.2578266Z (Reading database ... 20%
2025-08-20T20:51:55.2578762Z (Reading database ... 25%
2025-08-20T20:51:55.2579224Z (Reading database ... 30%
2025-08-20T20:51:55.2579623Z (Reading database ... 35%
2025-08-20T20:51:55.2579974Z (Reading database ... 40%
2025-08-20T20:51:55.2580368Z (Reading database ... 45%
2025-08-20T20:51:55.2580746Z (Reading database ... 50%
2025-08-20T20:51:55.2605578Z (Reading database ... 55%
2025-08-20T20:51:55.2708680Z (Reading database ... 60%
2025-08-20T20:51:55.2732243Z (Reading database ... 65%
2025-08-20T20:51:55.2770274Z (Reading database ... 70%
2025-08-20T20:51:55.2797160Z (Reading database ... 75%
2025-08-20T20:51:55.2829488Z (Reading database ... 80%
2025-08-20T20:51:55.2975961Z (Reading database ... 85%
2025-08-20T20:51:55.3084757Z (Reading database ... 90%
2025-08-20T20:51:55.3375224Z (Reading database ... 95%
2025-08-20T20:51:55.3375658Z (Reading database ... 100%
2025-08-20T20:51:55.3376162Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T20:51:55.3422385Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:51:55.3622512Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:51:55.5083987Z Selecting previously unselected package poppler-data.
2025-08-20T20:51:55.5222986Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:51:55.5232745Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:51:55.6611427Z Selecting previously unselected package b3sum.
2025-08-20T20:51:55.6751946Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:51:55.6761497Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:51:55.7035674Z Selecting previously unselected package build-essential.
2025-08-20T20:51:55.7175323Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:51:55.7186755Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:51:55.7433965Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:51:55.7571089Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:51:55.7593091Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:51:55.7831219Z Selecting previously unselected package ccache.
2025-08-20T20:51:55.7966924Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:51:55.7978642Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:51:55.8496824Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:51:55.8635034Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:51:55.8644803Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:51:55.8924918Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:51:55.9062465Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:51:55.9072347Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:51:55.9391754Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:51:55.9531121Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:51:55.9542444Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:51:56.0015822Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:51:56.0152539Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:51:56.0798109Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:51:56.1853717Z Selecting previously unselected package libgs-common.
2025-08-20T20:51:56.1993943Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:51:56.2003320Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:56.2254044Z Selecting previously unselected package libgs10-common.
2025-08-20T20:51:56.2391059Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:51:56.2400030Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:56.3072678Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:51:56.3212662Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:51:56.3223771Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:51:56.3457116Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:51:56.3596693Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:51:56.3607437Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:51:56.3832902Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:51:56.3970265Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:51:56.3981133Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:51:56.4241191Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:51:56.4380802Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:51:56.4392923Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:51:56.4624282Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:51:56.4761696Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:51:56.4772168Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:56.5781708Z Selecting previously unselected package ghostscript.
2025-08-20T20:51:56.5918015Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:51:56.5927026Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:56.6226950Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:51:56.6364054Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:51:56.6372194Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:56.8197833Z Selecting previously unselected package imagemagick.
2025-08-20T20:51:56.8337297Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:51:56.8346670Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:56.8545931Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:51:56.8687085Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:51:56.8694977Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:51:56.8942258Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:51:56.9083370Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:51:56.9093012Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:51:56.9386194Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:51:56.9527317Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:51:56.9536536Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:51:56.9770430Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:51:56.9909314Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:51:56.9918190Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:51:57.0141067Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:51:57.0278193Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:51:57.0286513Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:51:57.0503644Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:51:57.0645486Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:51:57.0655402Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:51:57.1040542Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:51:57.1179072Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:51:57.1188879Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:51:57.1397738Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:51:57.1536645Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:51:57.1544384Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:57.1838304Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:51:57.1978077Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:51:57.1987218Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:51:57.2214202Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:51:57.2352324Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:51:57.2360673Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:51:57.2572718Z Selecting previously unselected package libtool-bin.
2025-08-20T20:51:57.2709873Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:51:57.2719059Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:51:57.2945893Z Selecting previously unselected package lzip.
2025-08-20T20:51:57.3084954Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:51:57.3093170Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:51:57.3327972Z Selecting previously unselected package netpbm.
2025-08-20T20:51:57.3466693Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:51:57.3474632Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:51:57.5214285Z Selecting previously unselected package musl:amd64.
2025-08-20T20:51:57.5355883Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:51:57.5365020Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:51:57.5696983Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:51:57.5834378Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:51:57.5843806Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:51:57.6511669Z Selecting previously unselected package musl-tools.
2025-08-20T20:51:57.6652400Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:51:57.6660849Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:51:57.7079721Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:51:57.8481081Z 
2025-08-20T20:51:57.8481617Z Creating config file /etc/papersize with new version
2025-08-20T20:51:57.9275605Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:51:57.9297603Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:51:57.9324687Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:51:57.9342726Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:51:57.9376578Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:57.9395165Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:51:57.9414557Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:51:57.9432237Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:51:57.9528990Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:51:57.9548506Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:51:57.9569628Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:51:57.9627035Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:51:57.9673714Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:51:57.9719177Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:51:57.9738830Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:51:57.9764575Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:51:57.9788759Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:51:57.9810992Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:51:57.9834101Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:57.9906075Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:51:57.9950801Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:51:58.0009261Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:51:58.0054387Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:51:58.0111170Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:51:58.0157380Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:51:58.0213864Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:51:58.0260283Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:51:58.0316475Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:51:58.0362398Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:51:58.0421878Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:51:58.0468595Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:51:58.0526940Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:51:58.0573497Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:51:58.0631992Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:51:58.0679416Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:51:58.0737961Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:51:58.0784853Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:51:58.0843400Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:51:58.0891721Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:51:58.0951327Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:51:58.0999377Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:51:58.1018367Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:51:58.1037649Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:51:58.1072788Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:51:58.1098727Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:51:58.1300998Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:51:58.1319362Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:51:58.1338195Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:51:58.1355402Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:51:58.1376772Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:51:58.1564664Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:51:58.1583106Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:51:58.1624061Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:51:58.1653320Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:51:58.1675498Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:58.1694947Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:51:58.1717685Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:51:58.4008367Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:51:58.4030456Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:58.4052011Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:58.4072754Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:51:58.4138898Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:51:58.6719925Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:52:00.0455038Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:52:00.7496722Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:52:03.7017661Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:52:12.1748582Z Reading package lists...
2025-08-20T20:52:12.3632903Z Building dependency tree...
2025-08-20T20:52:12.3640489Z Reading state information...
2025-08-20T20:52:12.5474854Z autoconf is already the newest version (2.71-3).
2025-08-20T20:52:12.5475508Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:52:12.5475971Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:52:12.5476580Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:52:12.5477003Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:52:12.5477400Z ca-certificates is already the newest version (20240203).
2025-08-20T20:52:12.5477753Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:52:12.5478089Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:52:12.5478797Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:52:12.5479165Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:52:12.5479519Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:52:12.5479881Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:52:12.5480193Z patch set to manually installed.
2025-08-20T20:52:12.5480508Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:52:12.5480883Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:52:12.5481227Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:52:12.5481568Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:52:12.5481867Z Suggested packages:
2025-08-20T20:52:12.5482070Z   scons-doc
2025-08-20T20:52:12.5633020Z The following NEW packages will be installed:
2025-08-20T20:52:12.5640849Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:52:12.5812712Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:12.5813300Z Need to get 15.8 MB of archives.
2025-08-20T20:52:12.5813837Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:52:12.5814512Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:52:12.6122184Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:52:12.6320104Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:52:12.6464011Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T20:52:12.7801014Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:52:12.7995084Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T20:52:13.0647757Z Fetched 15.8 MB in 0s (68.8 MB/s)
2025-08-20T20:52:13.0839549Z Selecting previously unselected package autopoint.
2025-08-20T20:52:13.0896878Z (Reading database ... 
2025-08-20T20:52:13.0897300Z (Reading database ... 5%
2025-08-20T20:52:13.0897673Z (Reading database ... 10%
2025-08-20T20:52:13.0898042Z (Reading database ... 15%
2025-08-20T20:52:13.0899059Z (Reading database ... 20%
2025-08-20T20:52:13.0899433Z (Reading database ... 25%
2025-08-20T20:52:13.0899784Z (Reading database ... 30%
2025-08-20T20:52:13.0900135Z (Reading database ... 35%
2025-08-20T20:52:13.0900477Z (Reading database ... 40%
2025-08-20T20:52:13.0900827Z (Reading database ... 45%
2025-08-20T20:52:13.0901206Z (Reading database ... 50%
2025-08-20T20:52:13.0923649Z (Reading database ... 55%
2025-08-20T20:52:13.1027820Z (Reading database ... 60%
2025-08-20T20:52:13.1051491Z (Reading database ... 65%
2025-08-20T20:52:13.1090221Z (Reading database ... 70%
2025-08-20T20:52:13.1116997Z (Reading database ... 75%
2025-08-20T20:52:13.1149863Z (Reading database ... 80%
2025-08-20T20:52:13.1298461Z (Reading database ... 85%
2025-08-20T20:52:13.1399116Z (Reading database ... 90%
2025-08-20T20:52:13.1676830Z (Reading database ... 95%
2025-08-20T20:52:13.1677266Z (Reading database ... 100%
2025-08-20T20:52:13.1677774Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T20:52:13.1721944Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:52:13.1730295Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:52:13.1970734Z Selecting previously unselected package clang.
2025-08-20T20:52:13.2109192Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T20:52:13.2116694Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:52:13.2333344Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:52:13.2472983Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T20:52:13.2481356Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:52:13.6859194Z Selecting previously unselected package scons.
2025-08-20T20:52:13.6997810Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:52:13.7009124Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:52:13.7709287Z Selecting previously unselected package byacc.
2025-08-20T20:52:13.7852020Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T20:52:13.7860485Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:52:13.8259970Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:52:13.8302397Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:52:13.8381040Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:52:13.8597382Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:52:14.2643885Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:52:14.2671612Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:52:18.3545183Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T20:52:19.8382753Z Reading package lists...
2025-08-20T20:52:20.0032273Z Building dependency tree...
2025-08-20T20:52:20.0040200Z Reading state information...
2025-08-20T20:52:20.1549213Z The following additional packages will be installed:
2025-08-20T20:52:20.1550060Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:52:20.1550860Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:52:20.1551506Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:52:20.1552349Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:52:20.1552992Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:52:20.1553949Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:52:20.1554839Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:52:20.1555377Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:52:20.1555850Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:52:20.1561399Z Suggested packages:
2025-08-20T20:52:20.1561852Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:52:20.1562311Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:52:20.1562786Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:52:20.1563251Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:52:20.1563762Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T20:52:20.1564257Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T20:52:20.1564751Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T20:52:20.1565295Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T20:52:20.1565687Z   wdiff-doc
2025-08-20T20:52:20.1565880Z Recommended packages:
2025-08-20T20:52:20.1566392Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:52:20.1566855Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T20:52:20.1567331Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T20:52:20.1567829Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T20:52:20.1745122Z The following NEW packages will be installed:
2025-08-20T20:52:20.1746108Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:52:20.1746832Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:52:20.1747322Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:52:20.1749776Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:52:20.1750324Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:52:20.1751008Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:52:20.1751757Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:52:20.1752264Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:52:20.1753659Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:52:20.1930146Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:20.1930530Z Need to get 2417 kB of archives.
2025-08-20T20:52:20.1930872Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T20:52:20.1931259Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:52:20.2614139Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:52:20.2757257Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:52:20.2905507Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:52:20.3054981Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:52:20.3220656Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:52:20.3373187Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T20:52:20.3524110Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T20:52:20.3669211Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:52:20.3809892Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T20:52:20.3953609Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T20:52:20.4093665Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:52:20.4242906Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:52:20.4385550Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:52:20.4527303Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:52:20.4673010Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:52:20.4960709Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:52:20.5106493Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:52:20.5690248Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:52:20.5877965Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:52:20.6021266Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T20:52:20.6194079Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T20:52:20.6362930Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:52:20.6517986Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:52:20.6661093Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:52:20.7124556Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:52:20.7268469Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:52:20.7410253Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:52:20.7562988Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T20:52:20.7711813Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T20:52:20.7855735Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:52:21.0627559Z Fetched 2417 kB in 1s (3897 kB/s)
2025-08-20T20:52:21.0814874Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:52:21.0871272Z (Reading database ... 
2025-08-20T20:52:21.0872214Z (Reading database ... 5%
2025-08-20T20:52:21.0872630Z (Reading database ... 10%
2025-08-20T20:52:21.0873005Z (Reading database ... 15%
2025-08-20T20:52:21.0873378Z (Reading database ... 20%
2025-08-20T20:52:21.0873760Z (Reading database ... 25%
2025-08-20T20:52:21.0874114Z (Reading database ... 30%
2025-08-20T20:52:21.0874468Z (Reading database ... 35%
2025-08-20T20:52:21.0874819Z (Reading database ... 40%
2025-08-20T20:52:21.0875177Z (Reading database ... 45%
2025-08-20T20:52:21.0875539Z (Reading database ... 50%
2025-08-20T20:52:21.0896995Z (Reading database ... 55%
2025-08-20T20:52:21.0991654Z (Reading database ... 60%
2025-08-20T20:52:21.1013085Z (Reading database ... 65%
2025-08-20T20:52:21.1047602Z (Reading database ... 70%
2025-08-20T20:52:21.1072053Z (Reading database ... 75%
2025-08-20T20:52:21.1101010Z (Reading database ... 80%
2025-08-20T20:52:21.1239182Z (Reading database ... 85%
2025-08-20T20:52:21.1329588Z (Reading database ... 90%
2025-08-20T20:52:21.1588184Z (Reading database ... 95%
2025-08-20T20:52:21.1588603Z (Reading database ... 100%
2025-08-20T20:52:21.1589023Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T20:52:21.1631483Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:52:21.1642100Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:52:21.1845816Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:52:21.1983288Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:52:21.1990890Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:52:21.2188980Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:52:21.2325590Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:52:21.2332942Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:52:21.2558358Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:52:21.2693367Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:52:21.2700512Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:52:21.2892643Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:52:21.3028346Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:52:21.3035609Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:52:21.3231561Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:52:21.3367809Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T20:52:21.3375199Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:52:21.3581908Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T20:52:21.3716803Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T20:52:21.3724757Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:52:21.3927949Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:52:21.4063685Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:52:21.4071658Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:52:21.4269093Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T20:52:21.4406749Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T20:52:21.4416002Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:52:21.4623263Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T20:52:21.4760536Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T20:52:21.4768303Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:52:21.4970512Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:52:21.5106184Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:52:21.5113080Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:52:21.5304044Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:52:21.5440198Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:52:21.5448086Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:52:21.5640239Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:52:21.5776486Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:52:21.5783940Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:52:21.5989267Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:52:21.6123607Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:52:21.6131608Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:52:21.6325884Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:52:21.6462114Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:52:21.6470108Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:52:21.6699006Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:52:21.6835076Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:52:21.6842441Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:52:21.7039250Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:52:21.7178580Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:52:21.7187212Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:52:21.7487555Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:52:21.7625492Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:52:21.7632068Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:52:21.7830368Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:52:21.7967821Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:52:21.7975807Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:52:21.8165859Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T20:52:21.8302785Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T20:52:21.8311396Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:52:21.8508493Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T20:52:21.8644221Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T20:52:21.8650794Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:52:21.9078376Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:52:21.9215683Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:52:21.9222460Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:52:21.9465335Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:52:21.9601781Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:52:21.9608788Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:52:21.9806855Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:52:21.9943724Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:52:21.9950913Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:52:22.0144571Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:52:22.0280088Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:52:22.0287589Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:52:22.0479548Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:52:22.0614490Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:52:22.0622842Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:52:22.0836741Z Selecting previously unselected package libwww-perl.
2025-08-20T20:52:22.0973364Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:52:22.0981766Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:52:22.1280236Z Selecting previously unselected package patchutils.
2025-08-20T20:52:22.1419584Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T20:52:22.1427462Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:52:22.1688672Z Selecting previously unselected package wdiff.
2025-08-20T20:52:22.1827381Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T20:52:22.1834970Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:52:22.2073986Z Selecting previously unselected package devscripts.
2025-08-20T20:52:22.2214941Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:52:22.2414634Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:52:22.3659167Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:52:22.3681543Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:52:22.3700017Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:52:22.3718951Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:52:22.3738201Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:52:22.3756922Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:52:22.3777331Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:52:22.3796159Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:52:22.3815556Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:52:22.3835200Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:52:22.3852120Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:52:22.3871669Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:52:22.3891165Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:52:22.3910124Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:52:22.3928173Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:52:22.3948210Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:52:22.3967270Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:52:22.3996755Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:52:22.4016205Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:52:22.4034784Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:52:22.4053187Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:52:22.4070888Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:52:22.4089257Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:52:22.4108595Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:52:22.4131627Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:52:22.4152092Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:52:22.4171621Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:52:22.4200267Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:52:22.4225378Z Setting up devscripts (2.23.7) ...
2025-08-20T20:52:22.5449272Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:52:22.5471664Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:52:28.0341433Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:52:29.5299976Z Reading package lists...
2025-08-20T20:52:29.6950497Z Building dependency tree...
2025-08-20T20:52:29.6958063Z Reading state information...
2025-08-20T20:52:29.8460196Z The following additional packages will be installed:
2025-08-20T20:52:29.8466737Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:52:29.8472085Z Suggested packages:
2025-08-20T20:52:29.8472555Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T20:52:29.8598116Z The following NEW packages will be installed:
2025-08-20T20:52:29.8603885Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:52:29.8765559Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:29.8766173Z Need to get 13.6 MB of archives.
2025-08-20T20:52:29.8766979Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T20:52:29.8767384Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:52:29.9069864Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T20:52:29.9225713Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T20:52:29.9376841Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:52:29.9829044Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T20:52:30.3375245Z Fetched 13.6 MB in 0s (63.9 MB/s)
2025-08-20T20:52:30.3564541Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T20:52:30.3620646Z (Reading database ... 
2025-08-20T20:52:30.3621353Z (Reading database ... 5%
2025-08-20T20:52:30.3621735Z (Reading database ... 10%
2025-08-20T20:52:30.3622105Z (Reading database ... 15%
2025-08-20T20:52:30.3622462Z (Reading database ... 20%
2025-08-20T20:52:30.3622826Z (Reading database ... 25%
2025-08-20T20:52:30.3623337Z (Reading database ... 30%
2025-08-20T20:52:30.3623700Z (Reading database ... 35%
2025-08-20T20:52:30.3624070Z (Reading database ... 40%
2025-08-20T20:52:30.3624393Z (Reading database ... 45%
2025-08-20T20:52:30.3624625Z (Reading database ... 50%
2025-08-20T20:52:30.3638991Z (Reading database ... 55%
2025-08-20T20:52:30.3739848Z (Reading database ... 60%
2025-08-20T20:52:30.3762498Z (Reading database ... 65%
2025-08-20T20:52:30.3798610Z (Reading database ... 70%
2025-08-20T20:52:30.3824599Z (Reading database ... 75%
2025-08-20T20:52:30.3855942Z (Reading database ... 80%
2025-08-20T20:52:30.3997307Z (Reading database ... 85%
2025-08-20T20:52:30.4094211Z (Reading database ... 90%
2025-08-20T20:52:30.4358493Z (Reading database ... 95%
2025-08-20T20:52:30.4358829Z (Reading database ... 100%
2025-08-20T20:52:30.4359239Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T20:52:30.4401150Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T20:52:30.4417019Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:52:30.4642698Z Selecting previously unselected package librhash0:amd64.
2025-08-20T20:52:30.4779188Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T20:52:30.4788427Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:52:30.5016140Z Selecting previously unselected package cmake-data.
2025-08-20T20:52:30.5153327Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:52:30.5217429Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:52:31.1228355Z Selecting previously unselected package cmake.
2025-08-20T20:52:31.1380143Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T20:52:31.1387660Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:52:31.3176703Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:52:31.3198247Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:52:31.3217063Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:52:31.3277580Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:52:31.3299081Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:52:35.5551454Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:52:36.1149606Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T20:52:36.1150800Z Running kernel seems to be up-to-date.
2025-08-20T20:52:36.1151005Z 
2025-08-20T20:52:36.1151097Z Restarting services...
2025-08-20T20:52:36.1212394Z 
2025-08-20T20:52:36.1212886Z Service restarts being deferred:
2025-08-20T20:52:36.1213437Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:52:36.1213799Z 
2025-08-20T20:52:36.1213961Z No containers need to be restarted.
2025-08-20T20:52:36.1214249Z 
2025-08-20T20:52:36.1214431Z No user sessions are running outdated binaries.
2025-08-20T20:52:36.1214765Z 
2025-08-20T20:52:36.1214984Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:52:37.0188326Z Reading package lists...
2025-08-20T20:52:37.2211823Z Building dependency tree...
2025-08-20T20:52:37.2220054Z Reading state information...
2025-08-20T20:52:37.4331034Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:52:37.4331522Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:52:37.4331910Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:52:37.4332297Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:52:37.4332669Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:52:37.4333353Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:52:37.4333778Z ca-certificates is already the newest version (20240203).
2025-08-20T20:52:37.4334146Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:52:37.4334509Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:52:37.4334886Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:52:37.4335234Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:52:37.4335593Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:52:37.4335998Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:52:37.4336648Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:52:37.4337015Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:52:37.4337383Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:52:37.4337755Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:52:37.4338195Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:52:37.4338674Z musl is already the newest version (1.2.4-2).
2025-08-20T20:52:37.4339151Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:52:37.4339708Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:52:37.4340301Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:52:37.4340983Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:52:37.4341539Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:52:37.4342097Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:52:37.4342706Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:37.4576788Z Reading package lists...
2025-08-20T20:52:37.6495104Z Building dependency tree...
2025-08-20T20:52:37.6503303Z Reading state information...
2025-08-20T20:52:37.8602597Z autoconf is already the newest version (2.71-3).
2025-08-20T20:52:37.8603079Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:52:37.8603509Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:52:37.8603904Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:52:37.8604302Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:52:37.8604930Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:52:37.8605340Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:52:37.8605724Z ca-certificates is already the newest version (20240203).
2025-08-20T20:52:37.8606103Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:52:37.8606603Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:52:37.8606964Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:52:37.8607329Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:52:37.8607701Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:52:37.8608078Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:52:37.8608454Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:52:37.8608831Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:52:37.8609220Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:52:37.8609662Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:52:37.8610086Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:52:37.8610437Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:52:37.8610881Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:52:37.8611442Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:37.8843371Z Reading package lists...
2025-08-20T20:52:38.0830822Z Building dependency tree...
2025-08-20T20:52:38.0838924Z Reading state information...
2025-08-20T20:52:38.2956935Z devscripts is already the newest version (2.23.7).
2025-08-20T20:52:38.2957946Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:38.3197582Z Reading package lists...
2025-08-20T20:52:38.5188711Z Building dependency tree...
2025-08-20T20:52:38.5196992Z Reading state information...
2025-08-20T20:52:38.7192301Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:52:38.7192905Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:38.7434120Z Reading package lists...
2025-08-20T20:52:38.9388155Z Building dependency tree...
2025-08-20T20:52:38.9396592Z Reading state information...
2025-08-20T20:52:39.1139955Z Suggested packages:
2025-08-20T20:52:39.1140351Z   binutils-doc
2025-08-20T20:52:39.1437728Z The following NEW packages will be installed:
2025-08-20T20:52:39.1445821Z   binutils-aarch64-linux-gnu
2025-08-20T20:52:39.1648742Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:39.1889346Z Need to get 3711 kB of archives.
2025-08-20T20:52:39.1889997Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T20:52:39.1890497Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:52:39.2315512Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T20:52:39.5537550Z Fetched 3711 kB in 0s (35.9 MB/s)
2025-08-20T20:52:39.5723867Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T20:52:39.5780902Z (Reading database ... 
2025-08-20T20:52:39.5781343Z (Reading database ... 5%
2025-08-20T20:52:39.5781711Z (Reading database ... 10%
2025-08-20T20:52:39.5782085Z (Reading database ... 15%
2025-08-20T20:52:39.5782480Z (Reading database ... 20%
2025-08-20T20:52:39.5782855Z (Reading database ... 25%
2025-08-20T20:52:39.5783234Z (Reading database ... 30%
2025-08-20T20:52:39.5783612Z (Reading database ... 35%
2025-08-20T20:52:39.5783991Z (Reading database ... 40%
2025-08-20T20:52:39.5784382Z (Reading database ... 45%
2025-08-20T20:52:39.5784793Z (Reading database ... 50%
2025-08-20T20:52:39.5803349Z (Reading database ... 55%
2025-08-20T20:52:39.5918571Z (Reading database ... 60%
2025-08-20T20:52:39.5943286Z (Reading database ... 65%
2025-08-20T20:52:39.5984899Z (Reading database ... 70%
2025-08-20T20:52:39.6014417Z (Reading database ... 75%
2025-08-20T20:52:39.6049655Z (Reading database ... 80%
2025-08-20T20:52:39.6211856Z (Reading database ... 85%
2025-08-20T20:52:39.6329069Z (Reading database ... 90%
2025-08-20T20:52:39.6646784Z (Reading database ... 95%
2025-08-20T20:52:39.6647220Z (Reading database ... 100%
2025-08-20T20:52:39.6647721Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T20:52:39.6694493Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:52:39.6710101Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:52:39.8322231Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:52:39.8345120Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:52:39.8490833Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:52:45.6041214Z Reading package lists...
2025-08-20T20:52:45.8030948Z Building dependency tree...
2025-08-20T20:52:45.8039246Z Reading state information...
2025-08-20T20:52:45.9775657Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:52:45.9777086Z The following additional packages will be installed:
2025-08-20T20:52:45.9777893Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:52:45.9778527Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:52:45.9779212Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:52:45.9779896Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:52:45.9780621Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:52:45.9781139Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:52:45.9781906Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:52:45.9782436Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:52:45.9782930Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:52:45.9783413Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:52:45.9783899Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:52:45.9784714Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:52:45.9785533Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:52:45.9786066Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:52:45.9786749Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:52:45.9787222Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:52:45.9787722Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:52:45.9788186Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:52:45.9788636Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:52:45.9789107Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:52:45.9789623Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:52:45.9790062Z   linux-libc-dev-armhf-cross
2025-08-20T20:52:45.9792535Z Suggested packages:
2025-08-20T20:52:45.9793077Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:52:45.9793760Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T20:52:46.0353385Z The following NEW packages will be installed:
2025-08-20T20:52:46.0354199Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:52:46.0355198Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:52:46.0356484Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:52:46.0357478Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:52:46.0358218Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T20:52:46.0359173Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:52:46.0359770Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:52:46.0360370Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:52:46.0361235Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:52:46.0362008Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:52:46.0362755Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:52:46.0363262Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:52:46.0363791Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:52:46.0364314Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:52:46.0364826Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:52:46.0365332Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:52:46.0366072Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:52:46.0366852Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:52:46.0367320Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:52:46.0367773Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:52:46.0368255Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:52:46.0368778Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:52:46.0369461Z   linux-libc-dev-armhf-cross
2025-08-20T20:52:46.0562577Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:52:46.0563188Z Need to get 171 MB of archives.
2025-08-20T20:52:46.0563738Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T20:52:46.0564396Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:52:46.0858594Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:52:46.1018636Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T20:52:46.2029293Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:52:46.2175364Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:52:46.3458918Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:52:46.3627142Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:52:46.5071794Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T20:52:46.5209901Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T20:52:46.5351975Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T20:52:46.5487186Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:52:46.5625946Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:52:46.6049824Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T20:52:46.6444007Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T20:52:46.6595094Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T20:52:46.6747318Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T20:52:46.6894162Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T20:52:46.7459427Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T20:52:46.7732205Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T20:52:46.7885163Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T20:52:46.8057432Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T20:52:46.8355359Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T20:52:46.8510657Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T20:52:46.8705285Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T20:52:46.9174105Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T20:52:47.2313902Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T20:52:47.2740515Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T20:52:47.3169297Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T20:52:47.3746114Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T20:52:47.5197469Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T20:52:47.5817396Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:52:47.5967672Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:52:47.6109692Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:52:47.6421190Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:52:47.6984146Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:52:47.7288203Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:52:47.7437341Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:52:47.9821920Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:52:48.0353150Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:52:48.1101030Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:52:48.1701202Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:52:48.4338235Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:52:48.4659470Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:52:48.5288315Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:52:48.5794761Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:52:48.7233018Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T20:52:48.7803086Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:52:48.8129364Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:52:48.8276819Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:52:48.8839308Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:52:48.8984925Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:52:48.9953785Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:52:49.0248539Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:52:49.0556051Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:52:49.0905133Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:52:49.2575112Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:52:49.2904646Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:52:49.3226206Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:52:49.3690868Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:52:49.4681954Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T20:52:49.4829310Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T20:52:49.4984703Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:52:49.5140108Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T20:52:49.5280971Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T20:52:49.5423432Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:52:49.8681568Z Fetched 171 MB in 3s (48.8 MB/s)
2025-08-20T20:52:49.8873128Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T20:52:49.8930470Z (Reading database ... 
2025-08-20T20:52:49.8931055Z (Reading database ... 5%
2025-08-20T20:52:49.8931465Z (Reading database ... 10%
2025-08-20T20:52:49.8931841Z (Reading database ... 15%
2025-08-20T20:52:49.8932199Z (Reading database ... 20%
2025-08-20T20:52:49.8932557Z (Reading database ... 25%
2025-08-20T20:52:49.8932916Z (Reading database ... 30%
2025-08-20T20:52:49.8933297Z (Reading database ... 35%
2025-08-20T20:52:49.8933649Z (Reading database ... 40%
2025-08-20T20:52:49.8934004Z (Reading database ... 45%
2025-08-20T20:52:49.8934350Z (Reading database ... 50%
2025-08-20T20:52:49.8950533Z (Reading database ... 55%
2025-08-20T20:52:49.9053198Z (Reading database ... 60%
2025-08-20T20:52:49.9075454Z (Reading database ... 65%
2025-08-20T20:52:49.9110786Z (Reading database ... 70%
2025-08-20T20:52:49.9135762Z (Reading database ... 75%
2025-08-20T20:52:49.9166189Z (Reading database ... 80%
2025-08-20T20:52:49.9304866Z (Reading database ... 85%
2025-08-20T20:52:49.9397924Z (Reading database ... 90%
2025-08-20T20:52:49.9683355Z (Reading database ... 95%
2025-08-20T20:52:49.9683812Z (Reading database ... 100%
2025-08-20T20:52:49.9684368Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T20:52:49.9728158Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:49.9738113Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:49.9948502Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T20:52:50.0087942Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:50.0128114Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.1542095Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T20:52:50.1683537Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:50.1693225Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.1911618Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:52:50.2052280Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:50.2086806Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.3458842Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T20:52:50.3598536Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:50.3606565Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.3812167Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:52:50.3952341Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:50.3984151Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.5324773Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T20:52:50.5464810Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:50.5472436Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:50.5667178Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:52:50.5807807Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:52:50.5816142Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:50.6020256Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:52:50.6158355Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:50.6165524Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:50.6359568Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:52:50.6498919Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:50.6509963Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.6708159Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:52:50.6847095Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:50.6854589Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.7054233Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T20:52:50.7190878Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:50.7198107Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:50.7574696Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T20:52:50.7714722Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:50.7722505Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.7930267Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T20:52:50.8067837Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:50.8078480Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.8300577Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T20:52:50.8440569Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:50.8450080Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.8660504Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T20:52:50.8798885Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:50.8808687Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.9007329Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T20:52:50.9145094Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:50.9152500Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.9463818Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T20:52:50.9606698Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:50.9616461Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:50.9872907Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T20:52:51.0011341Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:51.0020990Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:51.0319766Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T20:52:51.0458344Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:51.0465652Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:51.0819996Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T20:52:51.0959275Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:51.0966587Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:51.1204550Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T20:52:51.1342520Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:51.1350149Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:51.1608830Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T20:52:51.1747818Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:51.1755363Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:51.2734343Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T20:52:51.2875313Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:51.2907169Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:51.5600433Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T20:52:51.5738952Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:52:51.5747565Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:51.7620873Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T20:52:51.7764690Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:51.7771453Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:51.9160101Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T20:52:51.9303774Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:51.9313688Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:52.1613232Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T20:52:52.1762974Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:52.1797444Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:52.3384800Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:52:52.3528239Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:52:52.3542633Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:52:52.4440158Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:52:52.4584722Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:52.4593319Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:52.4805159Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:52:52.4948335Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:52.4958061Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:52.5170982Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:52:52.5313820Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:52.5321833Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:52.5665084Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:52:52.5810761Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:52.5818743Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:52.6032856Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:52:52.6179737Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:52.6188283Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:52.6420516Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:52:52.6568294Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:52.6577114Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:52.6794959Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:52:52.6941971Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:52.6949430Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:52.7594275Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:52:52.7739293Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:52.7747430Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:52.8043351Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:52:52.8187441Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:52.8195229Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:52.8606997Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:52:52.8751503Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:52.8759452Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:52.9315548Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:52:52.9464347Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:52.9498312Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:53.2129829Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:52:53.2274359Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:52:53.2283047Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:53.4312367Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:52:53.4461101Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:53.4469060Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:53.5713912Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:52:53.5861974Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:53.5871756Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:53.8016947Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:52:53.8163717Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:53.8197902Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:53.9792942Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:52:53.9937952Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:52:53.9946752Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:52:54.0922833Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:52:54.1065814Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:54.1073843Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:54.1450673Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:52:54.1600194Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.1608202Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.1820623Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:52:54.1966947Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.1974617Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.2204832Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:52:54.2351982Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.2360823Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.2576581Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:52:54.2727534Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.2736177Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.3391001Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:52:54.3537133Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.3544884Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.3839053Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:52:54.3987832Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.3996602Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.4351611Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:52:54.4496112Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:54.4504169Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.5034104Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:52:54.5177326Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:54.5210639Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:54.7700251Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:52:54.7845263Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:52:54.7853729Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:54.9789263Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:52:54.9937373Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:52:54.9946464Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:55.1169343Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:52:55.1317184Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:52:55.1325006Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.3514904Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:52:55.3664633Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:52:55.3698753Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.5218512Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T20:52:55.5365634Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:55.5373737Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:55.5586731Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T20:52:55.5733371Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:55.5742061Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:55.5939999Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:52:55.6088140Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:52:55.6096906Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:55.6306722Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:52:55.6453048Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:52:55.6461153Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:55.6664847Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:52:55.6812995Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:55.6821285Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:55.7037238Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:52:55.7185478Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:52:55.7194467Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:55.7649747Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:52:55.7671267Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:55.7690382Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.7709136Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.7728743Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.7748295Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:55.7767093Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.7785237Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:55.7803236Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:55.7825890Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.7845284Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:52:55.7865434Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:55.7884925Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.7904651Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.7923673Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.7943151Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:55.7962205Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:52:55.7984122Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8004147Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8024303Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8043988Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8064991Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8084399Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8103443Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8127060Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8148768Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8167504Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8187704Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8207723Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8226756Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:55.8246652Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8265089Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:52:55.8297545Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8318831Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8338377Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8357707Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:55.8377837Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:55.8397364Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8415990Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8438519Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8457410Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8475385Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8494903Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:55.8514689Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8533911Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8552412Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8572461Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8592647Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8612402Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8632726Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8652855Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8672891Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:55.8693250Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8714764Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8734515Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8755937Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8777450Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8797509Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:52:55.8817962Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:55.8838238Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8858130Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:52:55.8878140Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:55.8897095Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:55.8917264Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:52:55.8942758Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:52:55.8960168Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:52:55.9051992Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:00.2325508Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:53:01.8831086Z Reading package lists...
2025-08-20T20:53:02.0892793Z Building dependency tree...
2025-08-20T20:53:02.0901497Z Reading state information...
2025-08-20T20:53:02.2709300Z The following additional packages will be installed:
2025-08-20T20:53:02.2710273Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:53:02.2715238Z   libpcap0.8-dev
2025-08-20T20:53:02.3041569Z The following NEW packages will be installed:
2025-08-20T20:53:02.3042395Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:53:02.3050187Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:53:02.3271313Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:53:02.3521186Z Need to get 1613 kB of archives.
2025-08-20T20:53:02.3521911Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T20:53:02.3522768Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:02.3869909Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T20:53:02.4119973Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T20:53:02.4275067Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T20:53:02.4432267Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T20:53:02.4599094Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T20:53:02.4891537Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T20:53:02.5053530Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:53:02.5197308Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T20:53:02.8047917Z Fetched 1613 kB in 0s (9032 kB/s)
2025-08-20T20:53:02.8252027Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T20:53:02.8329572Z (Reading database ... 
2025-08-20T20:53:02.8330034Z (Reading database ... 5%
2025-08-20T20:53:02.8330478Z (Reading database ... 10%
2025-08-20T20:53:02.8330820Z (Reading database ... 15%
2025-08-20T20:53:02.8331164Z (Reading database ... 20%
2025-08-20T20:53:02.8331514Z (Reading database ... 25%
2025-08-20T20:53:02.8331867Z (Reading database ... 30%
2025-08-20T20:53:02.8332131Z (Reading database ... 35%
2025-08-20T20:53:02.8332402Z (Reading database ... 40%
2025-08-20T20:53:02.8332617Z (Reading database ... 45%
2025-08-20T20:53:02.8332823Z (Reading database ... 50%
2025-08-20T20:53:02.8338227Z (Reading database ... 55%
2025-08-20T20:53:02.8446056Z (Reading database ... 60%
2025-08-20T20:53:02.8471166Z (Reading database ... 65%
2025-08-20T20:53:02.8515126Z (Reading database ... 70%
2025-08-20T20:53:02.8540312Z (Reading database ... 75%
2025-08-20T20:53:02.8578300Z (Reading database ... 80%
2025-08-20T20:53:02.8735737Z (Reading database ... 85%
2025-08-20T20:53:02.8847506Z (Reading database ... 90%
2025-08-20T20:53:02.9173054Z (Reading database ... 95%
2025-08-20T20:53:02.9173428Z (Reading database ... 100%
2025-08-20T20:53:02.9173839Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T20:53:02.9220640Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T20:53:02.9229180Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:53:02.9670260Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:53:02.9815363Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T20:53:02.9830276Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:53:03.0051473Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T20:53:03.0195165Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:53:03.0202837Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:53:03.0625362Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T20:53:03.0773734Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:53:03.0782414Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:53:03.1042656Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T20:53:03.1189353Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T20:53:03.1197375Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:53:03.1908294Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T20:53:03.2055859Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:53:03.2091531Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:53:03.2487951Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T20:53:03.2639266Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:53:03.2654567Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:53:03.2886549Z Selecting previously unselected package pcaputils.
2025-08-20T20:53:03.3033139Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T20:53:03.3068696Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:53:03.3508178Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:53:03.3532849Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:53:03.5986627Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:53:03.6006986Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:53:03.6105333Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:53:03.9077857Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:53:03.9098194Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:53:03.9141722Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:53:03.9292162Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:08.5842400Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:53:08.6279135Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:53:08.6304113Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:53:10.0728386Z Reading package lists...
2025-08-20T20:53:10.2355285Z Building dependency tree...
2025-08-20T20:53:10.2364255Z Reading state information...
2025-08-20T20:53:10.2770073Z Reading package lists...
2025-08-20T20:53:10.4455870Z Building dependency tree...
2025-08-20T20:53:10.4464218Z Reading state information...
2025-08-20T20:53:10.5984994Z The following additional packages will be installed:
2025-08-20T20:53:10.5989423Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:53:10.5994619Z Suggested packages:
2025-08-20T20:53:10.5995214Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:53:10.5995779Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:53:10.6146149Z The following NEW packages will be installed:
2025-08-20T20:53:10.6146980Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:53:10.6150976Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:53:10.6320590Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:53:10.6320994Z Need to get 800 kB of archives.
2025-08-20T20:53:10.6321334Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T20:53:10.6321715Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:10.6622915Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T20:53:10.6772477Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T20:53:10.6915942Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T20:53:10.7084422Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T20:53:10.7233552Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T20:53:10.7380614Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T20:53:10.7586572Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T20:53:10.7726512Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T20:53:10.7875908Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:53:11.0549253Z Fetched 800 kB in 0s (4814 kB/s)
2025-08-20T20:53:11.0752596Z Selecting previously unselected package liblz1:amd64.
2025-08-20T20:53:11.0811685Z (Reading database ... 
2025-08-20T20:53:11.0812299Z (Reading database ... 5%
2025-08-20T20:53:11.0812721Z (Reading database ... 10%
2025-08-20T20:53:11.0813377Z (Reading database ... 15%
2025-08-20T20:53:11.0813748Z (Reading database ... 20%
2025-08-20T20:53:11.0814007Z (Reading database ... 25%
2025-08-20T20:53:11.0814243Z (Reading database ... 30%
2025-08-20T20:53:11.0814472Z (Reading database ... 35%
2025-08-20T20:53:11.0814709Z (Reading database ... 40%
2025-08-20T20:53:11.0814939Z (Reading database ... 45%
2025-08-20T20:53:11.0815171Z (Reading database ... 50%
2025-08-20T20:53:11.0838016Z (Reading database ... 55%
2025-08-20T20:53:11.0931498Z (Reading database ... 60%
2025-08-20T20:53:11.0954227Z (Reading database ... 65%
2025-08-20T20:53:11.0993568Z (Reading database ... 70%
2025-08-20T20:53:11.1016860Z (Reading database ... 75%
2025-08-20T20:53:11.1052160Z (Reading database ... 80%
2025-08-20T20:53:11.1197964Z (Reading database ... 85%
2025-08-20T20:53:11.1294483Z (Reading database ... 90%
2025-08-20T20:53:11.1572146Z (Reading database ... 95%
2025-08-20T20:53:11.1572563Z (Reading database ... 100%
2025-08-20T20:53:11.1573029Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T20:53:11.1616827Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T20:53:11.1634427Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T20:53:11.1855553Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T20:53:11.1999417Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T20:53:11.2008742Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:53:11.2239317Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T20:53:11.2382429Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T20:53:11.2391786Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:53:11.3183648Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T20:53:11.3329609Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T20:53:11.3337282Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:53:11.3591902Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T20:53:11.3736916Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T20:53:11.3745511Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:53:11.3989473Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T20:53:11.4134244Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T20:53:11.4142025Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:53:11.4416672Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T20:53:11.4559257Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T20:53:11.4567470Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:53:11.4780971Z Selecting previously unselected package lzma.
2025-08-20T20:53:11.4923311Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T20:53:11.4933251Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:53:11.5181023Z Selecting previously unselected package lzma-dev.
2025-08-20T20:53:11.5325477Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:53:11.5333340Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:53:11.5766445Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T20:53:11.5792252Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:53:11.5812161Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:53:11.5831259Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:53:11.5854218Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:53:11.5915613Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:53:11.5942969Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:53:11.5965535Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:53:11.5987780Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:53:11.6008737Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:53:11.6033087Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:53:11.6176853Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:15.9288104Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:53:16.5634384Z 
2025-08-20T20:53:16.5635009Z Running kernel seems to be up-to-date.
2025-08-20T20:53:16.5635374Z 
2025-08-20T20:53:16.5635521Z Restarting services...
2025-08-20T20:53:16.5700614Z 
2025-08-20T20:53:16.5701142Z Service restarts being deferred:
2025-08-20T20:53:16.5701532Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:53:16.5701844Z 
2025-08-20T20:53:16.5702470Z No containers need to be restarted.
2025-08-20T20:53:16.5702686Z 
2025-08-20T20:53:16.5702806Z No user sessions are running outdated binaries.
2025-08-20T20:53:16.5703065Z 
2025-08-20T20:53:16.5703363Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:53:17.4869882Z Reading package lists...
2025-08-20T20:53:17.6554156Z Building dependency tree...
2025-08-20T20:53:17.6562827Z Reading state information...
2025-08-20T20:53:17.8520599Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:53:17.8521191Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:53:17.8521641Z inetutils-telnet set to manually installed.
2025-08-20T20:53:17.8522061Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:53:17.8522501Z The following additional packages will be installed:
2025-08-20T20:53:17.8522863Z   tcpd update-inetd
2025-08-20T20:53:17.8669292Z The following packages will be REMOVED:
2025-08-20T20:53:17.8675686Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:53:17.8677343Z The following NEW packages will be installed:
2025-08-20T20:53:17.8677946Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:53:17.8678501Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:53:17.8683440Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:53:17.8852586Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T20:53:17.8853297Z Need to get 698 kB of archives.
2025-08-20T20:53:17.8853796Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T20:53:17.8854447Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:17.9157271Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T20:53:17.9312253Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T20:53:17.9460190Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:53:17.9605556Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T20:53:17.9755457Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T20:53:17.9902947Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T20:53:18.0048248Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T20:53:18.0193660Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T20:53:18.0341890Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T20:53:18.0481916Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T20:53:18.0625751Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T20:53:18.0780813Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T20:53:18.0927902Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T20:53:18.3293055Z Preconfiguring packages ...
2025-08-20T20:53:18.4180933Z Fetched 698 kB in 0s (3199 kB/s)
2025-08-20T20:53:18.4364222Z (Reading database ... 
2025-08-20T20:53:18.4364655Z (Reading database ... 5%
2025-08-20T20:53:18.4365046Z (Reading database ... 10%
2025-08-20T20:53:18.4365418Z (Reading database ... 15%
2025-08-20T20:53:18.4365700Z (Reading database ... 20%
2025-08-20T20:53:18.4365942Z (Reading database ... 25%
2025-08-20T20:53:18.4366178Z (Reading database ... 30%
2025-08-20T20:53:18.4366665Z (Reading database ... 35%
2025-08-20T20:53:18.4366903Z (Reading database ... 40%
2025-08-20T20:53:18.4367142Z (Reading database ... 45%
2025-08-20T20:53:18.4367371Z (Reading database ... 50%
2025-08-20T20:53:18.4382556Z (Reading database ... 55%
2025-08-20T20:53:18.4484213Z (Reading database ... 60%
2025-08-20T20:53:18.4507751Z (Reading database ... 65%
2025-08-20T20:53:18.4550207Z (Reading database ... 70%
2025-08-20T20:53:18.4574486Z (Reading database ... 75%
2025-08-20T20:53:18.4610945Z (Reading database ... 80%
2025-08-20T20:53:18.4764789Z (Reading database ... 85%
2025-08-20T20:53:18.4865666Z (Reading database ... 90%
2025-08-20T20:53:18.5156790Z (Reading database ... 95%
2025-08-20T20:53:18.5157225Z (Reading database ... 100%
2025-08-20T20:53:18.5157754Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T20:53:18.5200547Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:53:18.5352720Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:18.5513307Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:53:18.9342321Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:53:18.9401264Z (Reading database ... 
2025-08-20T20:53:18.9401660Z (Reading database ... 5%
2025-08-20T20:53:18.9402033Z (Reading database ... 10%
2025-08-20T20:53:18.9402415Z (Reading database ... 15%
2025-08-20T20:53:18.9402717Z (Reading database ... 20%
2025-08-20T20:53:18.9402980Z (Reading database ... 25%
2025-08-20T20:53:18.9403236Z (Reading database ... 30%
2025-08-20T20:53:18.9403482Z (Reading database ... 35%
2025-08-20T20:53:18.9403727Z (Reading database ... 40%
2025-08-20T20:53:18.9403961Z (Reading database ... 45%
2025-08-20T20:53:18.9404193Z (Reading database ... 50%
2025-08-20T20:53:18.9419531Z (Reading database ... 55%
2025-08-20T20:53:18.9517976Z (Reading database ... 60%
2025-08-20T20:53:18.9540383Z (Reading database ... 65%
2025-08-20T20:53:18.9581346Z (Reading database ... 70%
2025-08-20T20:53:18.9604757Z (Reading database ... 75%
2025-08-20T20:53:18.9639752Z (Reading database ... 80%
2025-08-20T20:53:18.9787305Z (Reading database ... 85%
2025-08-20T20:53:18.9886612Z (Reading database ... 90%
2025-08-20T20:53:19.0185347Z (Reading database ... 95%
2025-08-20T20:53:19.0185665Z (Reading database ... 100%
2025-08-20T20:53:19.0186071Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T20:53:19.0230505Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:19.0267311Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:19.0505295Z Selecting previously unselected package tcpd.
2025-08-20T20:53:19.0647390Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T20:53:19.0655010Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:53:19.0883117Z Selecting previously unselected package update-inetd.
2025-08-20T20:53:19.1026111Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:53:19.1033692Z Unpacking update-inetd (4.53) ...
2025-08-20T20:53:19.1275089Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:53:19.1422304Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:19.1475366Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:19.1695551Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:53:19.1842938Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:19.1851875Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:53:19.2088336Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:53:19.2232588Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:19.2240894Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:19.2463502Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:53:19.2607287Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:19.2614485Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:53:19.2836452Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:53:19.2980559Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:19.2990508Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:53:19.3208218Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:53:19.3353095Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:19.3361922Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:19.3574148Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:53:19.3717963Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:19.3726136Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:19.3935394Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:53:19.4077799Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:19.4087361Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:53:19.4326882Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:53:19.4471118Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T20:53:19.4479005Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:53:19.4738783Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:53:19.4881950Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:53:19.4890339Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:53:19.5304936Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:53:19.5385146Z Setting up update-inetd (4.53) ...
2025-08-20T20:53:19.6269637Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:53:19.6332683Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:53:19.6350980Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:20.0824239Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:53:20.0824688Z 
2025-08-20T20:53:20.0824821Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:53:20.0825039Z 
2025-08-20T20:53:20.0825721Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:53:20.0826663Z 
2025-08-20T20:53:20.0827638Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:53:20.0828563Z 
2025-08-20T20:53:20.3951635Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:53:20.4028810Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:53:20.4089171Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:53:20.4105980Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:53:20.4134575Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:53:20.4152523Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:53:20.4171857Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:20.8188827Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:53:20.8189505Z 
2025-08-20T20:53:20.8190666Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:53:20.8191229Z 
2025-08-20T20:53:21.1323440Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:21.2395249Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:21.3120800Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:53:21.3739380Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:27.7254272Z Reading package lists...
2025-08-20T20:53:27.9159093Z Building dependency tree...
2025-08-20T20:53:27.9168281Z Reading state information...
2025-08-20T20:53:28.1538491Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T20:53:28.1539175Z iputils-tracepath set to manually installed.
2025-08-20T20:53:28.1539486Z The following packages will be REMOVED:
2025-08-20T20:53:28.1548517Z   inetutils-ping
2025-08-20T20:53:28.1550271Z The following NEW packages will be installed:
2025-08-20T20:53:28.1558259Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:53:28.1730895Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T20:53:28.1731495Z Need to get 71.5 kB of archives.
2025-08-20T20:53:28.1732068Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T20:53:28.1732565Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:28.2093309Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:53:28.2312861Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T20:53:28.2488857Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T20:53:28.5537027Z Fetched 71.5 kB in 0s (817 kB/s)
2025-08-20T20:53:28.5720589Z (Reading database ... 
2025-08-20T20:53:28.5721043Z (Reading database ... 5%
2025-08-20T20:53:28.5721312Z (Reading database ... 10%
2025-08-20T20:53:28.5721542Z (Reading database ... 15%
2025-08-20T20:53:28.5721766Z (Reading database ... 20%
2025-08-20T20:53:28.5721980Z (Reading database ... 25%
2025-08-20T20:53:28.5722194Z (Reading database ... 30%
2025-08-20T20:53:28.5722409Z (Reading database ... 35%
2025-08-20T20:53:28.5722623Z (Reading database ... 40%
2025-08-20T20:53:28.5722838Z (Reading database ... 45%
2025-08-20T20:53:28.5723052Z (Reading database ... 50%
2025-08-20T20:53:28.5748280Z (Reading database ... 55%
2025-08-20T20:53:28.5845156Z (Reading database ... 60%
2025-08-20T20:53:28.5868549Z (Reading database ... 65%
2025-08-20T20:53:28.5911609Z (Reading database ... 70%
2025-08-20T20:53:28.5937523Z (Reading database ... 75%
2025-08-20T20:53:28.5976152Z (Reading database ... 80%
2025-08-20T20:53:28.6140015Z (Reading database ... 85%
2025-08-20T20:53:28.6250367Z (Reading database ... 90%
2025-08-20T20:53:28.6553505Z (Reading database ... 95%
2025-08-20T20:53:28.6553993Z (Reading database ... 100%
2025-08-20T20:53:28.6554581Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T20:53:28.6599071Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:53:28.7041790Z Selecting previously unselected package iputils-ping.
2025-08-20T20:53:28.7102233Z (Reading database ... 
2025-08-20T20:53:28.7102778Z (Reading database ... 5%
2025-08-20T20:53:28.7103100Z (Reading database ... 10%
2025-08-20T20:53:28.7103349Z (Reading database ... 15%
2025-08-20T20:53:28.7103591Z (Reading database ... 20%
2025-08-20T20:53:28.7103820Z (Reading database ... 25%
2025-08-20T20:53:28.7104052Z (Reading database ... 30%
2025-08-20T20:53:28.7104315Z (Reading database ... 35%
2025-08-20T20:53:28.7104544Z (Reading database ... 40%
2025-08-20T20:53:28.7104768Z (Reading database ... 45%
2025-08-20T20:53:28.7104998Z (Reading database ... 50%
2025-08-20T20:53:28.7127408Z (Reading database ... 55%
2025-08-20T20:53:28.7230731Z (Reading database ... 60%
2025-08-20T20:53:28.7255486Z (Reading database ... 65%
2025-08-20T20:53:28.7299400Z (Reading database ... 70%
2025-08-20T20:53:28.7324851Z (Reading database ... 75%
2025-08-20T20:53:28.7362597Z (Reading database ... 80%
2025-08-20T20:53:28.7520882Z (Reading database ... 85%
2025-08-20T20:53:28.7627980Z (Reading database ... 90%
2025-08-20T20:53:28.7928158Z (Reading database ... 95%
2025-08-20T20:53:28.7974835Z (Reading database ... 100%
2025-08-20T20:53:28.7975435Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T20:53:28.7976452Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:53:28.7984757Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:28.8201481Z Selecting previously unselected package iputils-arping.
2025-08-20T20:53:28.8347391Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:53:28.8356362Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:28.8584133Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:53:28.8731332Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:53:28.8740309Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:28.9134368Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:28.9288090Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:28.9439817Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:53:28.9595106Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:35.0611894Z Reading package lists...
2025-08-20T20:53:35.2511284Z Building dependency tree...
2025-08-20T20:53:35.2520204Z Reading state information...
2025-08-20T20:53:35.4251074Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T20:53:35.4251789Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:53:35.4711707Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:53:37.9898487Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:53:38.6184239Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:53:40.2891200Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:53:40.3968537Z Collecting pip
2025-08-20T20:53:40.4298651Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:53:40.4369569Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:53:40.4661986Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 65.4 MB/s eta 0:00:00
2025-08-20T20:53:40.7695376Z Installing collected packages: pip
2025-08-20T20:53:41.5121625Z Successfully installed pip-25.2
2025-08-20T20:53:41.7477659Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:53:41.7939762Z Reading package lists...
2025-08-20T20:53:41.9834651Z Building dependency tree...
2025-08-20T20:53:41.9843470Z Reading state information...
2025-08-20T20:53:42.1570493Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:53:42.1571114Z pciutils set to manually installed.
2025-08-20T20:53:42.1571716Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:53:42.1572340Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:53:42.1572933Z python3-distro set to manually installed.
2025-08-20T20:53:42.1573553Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:53:42.1574218Z python3-netifaces set to manually installed.
2025-08-20T20:53:42.1574799Z The following additional packages will be installed:
2025-08-20T20:53:42.1575306Z   libsysfs2
2025-08-20T20:53:42.1580736Z Suggested packages:
2025-08-20T20:53:42.1581114Z   fancontrol read-edid i2c-tools
2025-08-20T20:53:42.1880724Z The following NEW packages will be installed:
2025-08-20T20:53:42.1884060Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:53:42.2100120Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:53:42.2349439Z Need to get 142 kB of archives.
2025-08-20T20:53:42.2350046Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T20:53:42.2350722Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:42.2653585Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T20:53:42.2802622Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T20:53:42.2945949Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T20:53:42.3089205Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T20:53:42.5877988Z Fetched 142 kB in 0s (1667 kB/s)
2025-08-20T20:53:42.6079069Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T20:53:42.6139520Z (Reading database ... 
2025-08-20T20:53:42.6139923Z (Reading database ... 5%
2025-08-20T20:53:42.6140299Z (Reading database ... 10%
2025-08-20T20:53:42.6140744Z (Reading database ... 15%
2025-08-20T20:53:42.6141023Z (Reading database ... 20%
2025-08-20T20:53:42.6141257Z (Reading database ... 25%
2025-08-20T20:53:42.6141505Z (Reading database ... 30%
2025-08-20T20:53:42.6141733Z (Reading database ... 35%
2025-08-20T20:53:42.6141964Z (Reading database ... 40%
2025-08-20T20:53:42.6142195Z (Reading database ... 45%
2025-08-20T20:53:42.6142426Z (Reading database ... 50%
2025-08-20T20:53:42.6164670Z (Reading database ... 55%
2025-08-20T20:53:42.6262941Z (Reading database ... 60%
2025-08-20T20:53:42.6286869Z (Reading database ... 65%
2025-08-20T20:53:42.6329743Z (Reading database ... 70%
2025-08-20T20:53:42.6356090Z (Reading database ... 75%
2025-08-20T20:53:42.6394829Z (Reading database ... 80%
2025-08-20T20:53:42.6557714Z (Reading database ... 85%
2025-08-20T20:53:42.6667460Z (Reading database ... 90%
2025-08-20T20:53:42.6979510Z (Reading database ... 95%
2025-08-20T20:53:42.6979833Z (Reading database ... 100%
2025-08-20T20:53:42.6980270Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T20:53:42.7027631Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T20:53:42.7045664Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:53:42.7282501Z Selecting previously unselected package sysfsutils.
2025-08-20T20:53:42.7428617Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T20:53:42.7467547Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:53:42.7712232Z Selecting previously unselected package lm-sensors.
2025-08-20T20:53:42.7859067Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T20:53:42.8056515Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:53:42.8335128Z Selecting previously unselected package virt-what.
2025-08-20T20:53:42.8480409Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T20:53:42.8488588Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:53:42.8900212Z Setting up virt-what (1.25-2) ...
2025-08-20T20:53:42.8921356Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:53:42.8940683Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:53:43.2959408Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:53:43.2959810Z 
2025-08-20T20:53:43.2960275Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:53:43.2960829Z 
2025-08-20T20:53:43.6241558Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:53:44.0261976Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:53:44.0262507Z 
2025-08-20T20:53:44.0298028Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:48.7074383Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:53:50.3246973Z Reading package lists...
2025-08-20T20:53:50.5190314Z Building dependency tree...
2025-08-20T20:53:50.5199236Z Reading state information...
2025-08-20T20:53:50.7045502Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:53:50.7046563Z The following additional packages will be installed:
2025-08-20T20:53:50.7050787Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:53:50.7051421Z   xorg-sgml-doctools
2025-08-20T20:53:50.7057688Z Suggested packages:
2025-08-20T20:53:50.7058026Z   libxcb-doc
2025-08-20T20:53:50.7227363Z The following NEW packages will be installed:
2025-08-20T20:53:50.7229735Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:53:50.7233575Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:53:50.7234271Z   xcb xorg-sgml-doctools
2025-08-20T20:53:50.7414617Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:53:50.7415022Z Need to get 807 kB of archives.
2025-08-20T20:53:50.7415493Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T20:53:50.7416171Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:53:50.7778891Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T20:53:50.7922379Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:53:50.8065484Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:53:50.8342968Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T20:53:50.8484466Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T20:53:50.8888628Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T20:53:50.9036007Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T20:53:50.9186930Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T20:53:50.9345547Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T20:53:50.9537582Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T20:53:50.9719537Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T20:53:51.2554509Z Fetched 807 kB in 0s (3345 kB/s)
2025-08-20T20:53:51.2745147Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T20:53:51.2805525Z (Reading database ... 
2025-08-20T20:53:51.2805933Z (Reading database ... 5%
2025-08-20T20:53:51.2806535Z (Reading database ... 10%
2025-08-20T20:53:51.2806934Z (Reading database ... 15%
2025-08-20T20:53:51.2807311Z (Reading database ... 20%
2025-08-20T20:53:51.2807747Z (Reading database ... 25%
2025-08-20T20:53:51.2808195Z (Reading database ... 30%
2025-08-20T20:53:51.2808607Z (Reading database ... 35%
2025-08-20T20:53:51.2808873Z (Reading database ... 40%
2025-08-20T20:53:51.2809144Z (Reading database ... 45%
2025-08-20T20:53:51.2809405Z (Reading database ... 50%
2025-08-20T20:53:51.2830838Z (Reading database ... 55%
2025-08-20T20:53:51.2930848Z (Reading database ... 60%
2025-08-20T20:53:51.2954712Z (Reading database ... 65%
2025-08-20T20:53:51.2997126Z (Reading database ... 70%
2025-08-20T20:53:51.3024170Z (Reading database ... 75%
2025-08-20T20:53:51.3058683Z (Reading database ... 80%
2025-08-20T20:53:51.3215782Z (Reading database ... 85%
2025-08-20T20:53:51.3334973Z (Reading database ... 90%
2025-08-20T20:53:51.3651164Z (Reading database ... 95%
2025-08-20T20:53:51.3651519Z (Reading database ... 100%
2025-08-20T20:53:51.3651930Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T20:53:51.3699629Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T20:53:51.3711131Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:53:51.3920403Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:53:51.4074101Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:53:51.4081760Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:53:51.4341939Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:53:51.4496785Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:53:51.4505715Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:53:51.5223981Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T20:53:51.5372518Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T20:53:51.5380664Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:53:51.5615524Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T20:53:51.5763020Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T20:53:51.5771678Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:53:51.5983524Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T20:53:51.6130208Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:53:51.6139108Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:51.6420404Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T20:53:51.6569549Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:53:51.6577798Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:51.6814753Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T20:53:51.6963011Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:53:51.6978529Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:51.7182149Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T20:53:51.7328138Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:53:51.7335676Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:51.7541350Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T20:53:51.7688268Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:53:51.7697422Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:51.7929077Z Selecting previously unselected package xcb.
2025-08-20T20:53:51.8075873Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T20:53:51.8084454Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:53:51.8517727Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:51.8538598Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:53:51.8558342Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:53:51.8610800Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:53:51.8657273Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:53:51.8806676Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:53:56.4072467Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:53:56.4163862Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:53:56.4188530Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:53:56.4208816Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:53:56.4234686Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:56.4255698Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:56.4279246Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:56.4300120Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:53:58.2338625Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:53:58.8571860Z Collecting build
2025-08-20T20:53:58.8902722Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:53:58.9923172Z Collecting cffi
2025-08-20T20:53:58.9962462Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:53:59.0090429Z Collecting scons
2025-08-20T20:53:59.0136836Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:53:59.0313160Z Collecting scuba
2025-08-20T20:53:59.0351768Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:53:59.0841076Z Collecting pytest
2025-08-20T20:53:59.0883092Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:53:59.1061991Z Collecting packaging>=19.1 (from build)
2025-08-20T20:53:59.1116738Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:53:59.1210743Z Collecting pyproject_hooks (from build)
2025-08-20T20:53:59.1244857Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:53:59.1357103Z Collecting pycparser (from cffi)
2025-08-20T20:53:59.1392913Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:53:59.1705378Z Collecting PyYAML (from scuba)
2025-08-20T20:53:59.1739034Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:53:59.1843453Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:53:59.1874873Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:53:59.2038465Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:53:59.2067048Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:53:59.2261695Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:53:59.2293066Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:53:59.2435789Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:53:59.2498300Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:53:59.2651146Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:53:59.2873083Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 203.5 MB/s  0:00:00
2025-08-20T20:53:59.2917251Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:53:59.2985329Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:53:59.3045079Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:53:59.3091657Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:53:59.3137034Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:53:59.3188561Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:53:59.3273907Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 159.7 MB/s  0:00:00
2025-08-20T20:53:59.3313703Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:53:59.3368084Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:53:59.3419258Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:53:59.3480712Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 124.7 MB/s  0:00:00
2025-08-20T20:53:59.4619828Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:54:01.2088089Z 
2025-08-20T20:54:01.2106035Z 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:54:01.5410015Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:54:02.1633308Z Collecting ansi2txt
2025-08-20T20:54:02.1984050Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:54:02.2177007Z Collecting pipx
2025-08-20T20:54:02.2235262Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:54:02.2383913Z Collecting scons
2025-08-20T20:54:02.2400818Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:54:02.2483183Z Collecting py2static
2025-08-20T20:54:02.2513206Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:54:02.2670525Z Collecting typer
2025-08-20T20:54:02.2701973Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:54:02.2972488Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:54:02.3065286Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:54:02.3234327Z Collecting packaging>=20 (from pipx)
2025-08-20T20:54:02.3245644Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:54:02.3405933Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:54:02.3437087Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:54:02.3562411Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:54:02.3591931Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:54:02.3972174Z Collecting pyinstaller (from py2static)
2025-08-20T20:54:02.4027164Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:54:02.4181057Z Collecting staticx (from py2static)
2025-08-20T20:54:02.4210587Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:54:02.4386009Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:54:02.4420210Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:54:02.4709389Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:54:02.4749803Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:54:02.4868510Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:54:02.4901378Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:54:02.5256562Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:54:02.5286668Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:54:02.5463382Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:54:02.5493055Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:54:02.5696874Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:54:02.5707835Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:54:02.5795816Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:54:02.5826024Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:54:02.6927533Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:54:02.6961327Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:54:02.7136069Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:54:02.7168967Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:54:02.7341798Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:54:02.7374101Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:54:02.7529772Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:54:02.7569431Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:54:02.7638769Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:54:02.7682631Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:54:02.7739091Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:54:02.7814277Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:54:02.7861781Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:54:02.7910817Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:54:02.7960358Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:54:02.7991897Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:54:02.8022167Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:54:02.8070488Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:54:02.8114068Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:02.8152687Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:54:02.8203193Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:54:02.8250149Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:54:02.8295959Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:54:02.8343725Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:54:02.8389027Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:54:02.8464181Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 105.3 MB/s  0:00:00
2025-08-20T20:54:02.8517781Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:54:02.8581161Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:02.8657950Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 171.5 MB/s  0:00:00
2025-08-20T20:54:02.8690421Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:54:02.8763865Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:54:02.8817004Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:54:03.0344800Z 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:54:03.9330649Z   Attempting uninstall: scons
2025-08-20T20:54:03.9416717Z     Found existing installation: SCons 4.9.1
2025-08-20T20:54:03.9810022Z     Uninstalling SCons-4.9.1:
2025-08-20T20:54:03.9887022Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:54:04.6197683Z   Attempting uninstall: pygments
2025-08-20T20:54:04.6292653Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:54:04.6526813Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:54:04.6554473Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:54:05.2951422Z   Attempting uninstall: packaging
2025-08-20T20:54:05.3032169Z     Found existing installation: packaging 25.0
2025-08-20T20:54:05.3056723Z     Uninstalling packaging-25.0:
2025-08-20T20:54:05.3064880Z       Successfully uninstalled packaging-25.0
2025-08-20T20:54:06.3168642Z 
2025-08-20T20:54:06.3199519Z 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:54:06.6487700Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:54:07.2695296Z Collecting build
2025-08-20T20:54:07.2708045Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:54:07.3593621Z Collecting cffi
2025-08-20T20:54:07.3606786Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:54:07.3707486Z Collecting scons
2025-08-20T20:54:07.3718239Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:54:07.3819214Z Collecting scuba
2025-08-20T20:54:07.3829878Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:54:07.4259590Z Collecting pytest
2025-08-20T20:54:07.4272021Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:54:07.4427218Z Collecting packaging>=19.1 (from build)
2025-08-20T20:54:07.4438286Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:54:07.4504931Z Collecting pyproject_hooks (from build)
2025-08-20T20:54:07.4515468Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:54:07.4592920Z Collecting pycparser (from cffi)
2025-08-20T20:54:07.4603524Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:54:07.4892580Z Collecting PyYAML (from scuba)
2025-08-20T20:54:07.4905267Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:54:07.4979881Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:54:07.4990560Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:54:07.5127531Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:54:07.5138585Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:54:07.5302676Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:54:07.5313572Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:54:07.5373264Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:54:07.5383598Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:54:07.5397098Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:54:07.5436654Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:54:07.5448833Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:54:07.5461086Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:54:07.5470935Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:54:07.5480618Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:54:07.5490587Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:07.5509121Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:54:07.5519836Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:54:07.5529701Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:54:07.6777714Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:54:07.6782986Z   Attempting uninstall: scons
2025-08-20T20:54:07.6868374Z     Found existing installation: SCons 4.9.1
2025-08-20T20:54:07.7250689Z     Uninstalling SCons-4.9.1:
2025-08-20T20:54:07.7326801Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:54:08.3613135Z   Attempting uninstall: PyYAML
2025-08-20T20:54:08.3711063Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:54:08.3736650Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:54:08.3746569Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:54:08.4280119Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:54:08.4365528Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:54:08.4383087Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:54:08.4390256Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:54:08.4477385Z   Attempting uninstall: pygments
2025-08-20T20:54:08.4557494Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:54:08.4789082Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:54:08.4817233Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:54:09.1143612Z   Attempting uninstall: pycparser
2025-08-20T20:54:09.1234834Z     Found existing installation: pycparser 2.22
2025-08-20T20:54:09.1266025Z     Uninstalling pycparser-2.22:
2025-08-20T20:54:09.1273720Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:54:09.2517241Z   Attempting uninstall: pluggy
2025-08-20T20:54:09.2605170Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:54:09.2624840Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:54:09.2631678Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:54:09.2784886Z   Attempting uninstall: packaging
2025-08-20T20:54:09.2869727Z     Found existing installation: packaging 25.0
2025-08-20T20:54:09.2894227Z     Uninstalling packaging-25.0:
2025-08-20T20:54:09.2901980Z       Successfully uninstalled packaging-25.0
2025-08-20T20:54:09.3289466Z   Attempting uninstall: iniconfig
2025-08-20T20:54:09.3376850Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:54:09.3393996Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:54:09.3400523Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:54:09.3472452Z   Attempting uninstall: scuba
2025-08-20T20:54:09.3556420Z     Found existing installation: scuba 2.14.1
2025-08-20T20:54:09.3577849Z     Uninstalling scuba-2.14.1:
2025-08-20T20:54:09.3586887Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:54:09.3780335Z   Attempting uninstall: pytest
2025-08-20T20:54:09.3866736Z     Found existing installation: pytest 8.4.1
2025-08-20T20:54:09.3932177Z     Uninstalling pytest-8.4.1:
2025-08-20T20:54:09.4196708Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:54:09.6373973Z   Attempting uninstall: cffi
2025-08-20T20:54:09.6459713Z     Found existing installation: cffi 1.17.1
2025-08-20T20:54:09.6485412Z     Uninstalling cffi-1.17.1:
2025-08-20T20:54:09.6725531Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:54:09.7417929Z   Attempting uninstall: build
2025-08-20T20:54:09.7498339Z     Found existing installation: build 1.3.0
2025-08-20T20:54:09.7523152Z     Uninstalling build-1.3.0:
2025-08-20T20:54:09.7533317Z       Successfully uninstalled build-1.3.0
2025-08-20T20:54:09.7713159Z 
2025-08-20T20:54:09.7741660Z 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:54:10.1035893Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:54:10.7237847Z Collecting ansi2txt
2025-08-20T20:54:10.7250747Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:54:10.7410779Z Collecting pipx
2025-08-20T20:54:10.7422451Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:54:10.7567558Z Collecting scons
2025-08-20T20:54:10.7585178Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:54:10.7679438Z Collecting py2static
2025-08-20T20:54:10.7690062Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:54:10.7821262Z Collecting typer
2025-08-20T20:54:10.7832432Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:54:10.8045859Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:54:10.8057790Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:54:10.8210182Z Collecting packaging>=20 (from pipx)
2025-08-20T20:54:10.8221442Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:54:10.8377719Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:54:10.8389100Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:54:10.8528751Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:54:10.8539244Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:54:10.8916722Z Collecting pyinstaller (from py2static)
2025-08-20T20:54:10.8929022Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:54:10.9056674Z Collecting staticx (from py2static)
2025-08-20T20:54:10.9066993Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:54:10.9206595Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:54:10.9216897Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:54:10.9499560Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:54:10.9511068Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:54:10.9617774Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:54:10.9627612Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:54:10.9969417Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:54:10.9981313Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:54:11.0130691Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:54:11.0142600Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:54:11.0342792Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:54:11.0353897Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:54:11.0439837Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:54:11.0450799Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:54:11.1537083Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:54:11.1549473Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:54:11.1712558Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:54:11.1722988Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:54:11.1867478Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:54:11.1878056Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:54:11.2012203Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:54:11.2022377Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:54:11.2060744Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:54:11.2070644Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:54:11.2080797Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:54:11.2120599Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:54:11.2130123Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:54:11.2139842Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:54:11.2149610Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:54:11.2159918Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:54:11.2169791Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:54:11.2179337Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:54:11.2190588Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:11.2209167Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:54:11.2219420Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:54:11.2228774Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:54:11.2238264Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:54:11.2247928Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:54:11.2257675Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:54:11.2272640Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:54:11.2285442Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:11.2304202Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:54:11.2313911Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:54:11.2324469Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:54:11.3838472Z 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:54:11.3843344Z   Attempting uninstall: pyelftools
2025-08-20T20:54:11.3925156Z     Found existing installation: pyelftools 0.32
2025-08-20T20:54:11.3977975Z     Uninstalling pyelftools-0.32:
2025-08-20T20:54:11.3993863Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:54:11.5129705Z   Attempting uninstall: altgraph
2025-08-20T20:54:11.5217544Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:54:11.5237602Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:54:11.5244273Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:54:11.5389342Z   Attempting uninstall: typing-extensions
2025-08-20T20:54:11.5477137Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:54:11.5492014Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:54:11.5737936Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:54:11.5994831Z   Attempting uninstall: staticx
2025-08-20T20:54:11.6081647Z     Found existing installation: staticx 0.14.1
2025-08-20T20:54:11.6108670Z     Uninstalling staticx-0.14.1:
2025-08-20T20:54:11.6119615Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:54:11.6324643Z   Attempting uninstall: shellingham
2025-08-20T20:54:11.6408128Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:54:11.6427029Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:54:11.6433950Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:54:11.6527738Z   Attempting uninstall: setuptools
2025-08-20T20:54:11.6615460Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:54:11.6906730Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:54:11.7196205Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:54:12.3916524Z   Attempting uninstall: scons
2025-08-20T20:54:12.4017820Z     Found existing installation: SCons 4.9.1
2025-08-20T20:54:12.4414951Z     Uninstalling SCons-4.9.1:
2025-08-20T20:54:12.4486118Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:54:13.0776726Z   Attempting uninstall: pygments
2025-08-20T20:54:13.0865015Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:54:13.1095309Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:54:13.1122736Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:54:13.7356941Z   Attempting uninstall: platformdirs
2025-08-20T20:54:13.7450504Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:54:13.7473341Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:54:13.7480538Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:54:13.7629860Z   Attempting uninstall: packaging
2025-08-20T20:54:13.7710702Z     Found existing installation: packaging 25.0
2025-08-20T20:54:13.7735718Z     Uninstalling packaging-25.0:
2025-08-20T20:54:13.7743474Z       Successfully uninstalled packaging-25.0
2025-08-20T20:54:13.8135605Z   Attempting uninstall: mdurl
2025-08-20T20:54:13.8218880Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:54:13.8236641Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:54:13.8243145Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:54:13.8329124Z   Attempting uninstall: click
2025-08-20T20:54:13.8411120Z     Found existing installation: click 8.2.1
2025-08-20T20:54:13.8434846Z     Uninstalling click-8.2.1:
2025-08-20T20:54:13.8442235Z       Successfully uninstalled click-8.2.1
2025-08-20T20:54:13.9035486Z   Attempting uninstall: argcomplete
2025-08-20T20:54:13.9122196Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:54:13.9151524Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:54:13.9163196Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:54:13.9399316Z   Attempting uninstall: ansi2txt
2025-08-20T20:54:13.9481516Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:54:13.9497652Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:54:13.9743113Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:54:13.9799168Z   Attempting uninstall: userpath
2025-08-20T20:54:13.9883832Z     Found existing installation: userpath 1.9.2
2025-08-20T20:54:13.9903294Z     Uninstalling userpath-1.9.2:
2025-08-20T20:54:13.9912827Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:54:14.0015957Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:54:14.0097768Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:54:14.0545921Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:54:14.0592194Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:54:14.3432691Z   Attempting uninstall: markdown-it-py
2025-08-20T20:54:14.3534920Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:54:14.3596740Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:54:14.3611992Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:54:14.4237304Z   Attempting uninstall: rich
2025-08-20T20:54:14.4329077Z     Found existing installation: rich 14.1.0
2025-08-20T20:54:14.4394649Z     Uninstalling rich-14.1.0:
2025-08-20T20:54:14.4404974Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:54:14.6038785Z   Attempting uninstall: pyinstaller
2025-08-20T20:54:14.6120560Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:54:14.6483806Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:54:14.6529140Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:54:14.9918661Z   Attempting uninstall: pipx
2025-08-20T20:54:15.0018371Z     Found existing installation: pipx 1.7.1
2025-08-20T20:54:15.0057514Z     Uninstalling pipx-1.7.1:
2025-08-20T20:54:15.0069069Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:54:15.0597779Z   Attempting uninstall: typer
2025-08-20T20:54:15.0691396Z     Found existing installation: typer 0.16.1
2025-08-20T20:54:15.0719274Z     Uninstalling typer-0.16.1:
2025-08-20T20:54:15.0729382Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:54:15.1091249Z   Attempting uninstall: py2static
2025-08-20T20:54:15.1172448Z     Found existing installation: py2static 0.0.1
2025-08-20T20:54:15.1193420Z     Uninstalling py2static-0.0.1:
2025-08-20T20:54:15.1205347Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:54:15.1285769Z 
2025-08-20T20:54:15.1316946Z 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:54:15.4808029Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:54:16.0555819Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:54:16.0560642Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-pg2mrtm1
2025-08-20T20:54:16.0581980Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-pg2mrtm1
2025-08-20T20:54:17.5122189Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:54:17.5165334Z   Installing build dependencies: started
2025-08-20T20:54:18.6975676Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:54:18.6985640Z   Getting requirements to build wheel: started
2025-08-20T20:54:18.9944858Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:54:18.9956020Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:54:19.1940815Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:54:19.3493350Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:54:19.3507347Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:54:19.3664271Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:54:19.3675403Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:54:19.3820419Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:54:19.3831408Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:54:19.3961563Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:54:19.3972559Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:54:19.4018903Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:54:19.4029715Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:54:19.4044048Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:54:19.4063743Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:54:19.4188684Z Building wheels for collected packages: pyinstaller
2025-08-20T20:54:19.4197345Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:54:20.1834489Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:54:20.1861716Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=9e231d7e659a2e87d20e27da455b5e0b6da5a4df24c591e734578beb81aa693e
2025-08-20T20:54:20.1863434Z   Stored in directory: /tmp/pip-ephem-wheel-cache-8z5p4dr4/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:54:20.1904632Z Successfully built pyinstaller
2025-08-20T20:54:20.2822900Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:54:20.2828434Z   Attempting uninstall: altgraph
2025-08-20T20:54:20.2912674Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:54:20.2932969Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:54:20.2940956Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:54:20.3097635Z   Attempting uninstall: setuptools
2025-08-20T20:54:20.3185579Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:54:20.3473089Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:54:20.3764519Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:54:21.0548732Z   Attempting uninstall: packaging
2025-08-20T20:54:21.0643025Z     Found existing installation: packaging 25.0
2025-08-20T20:54:21.0668904Z     Uninstalling packaging-25.0:
2025-08-20T20:54:21.0676636Z       Successfully uninstalled packaging-25.0
2025-08-20T20:54:21.1091443Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:54:21.1174304Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:54:21.1619509Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:54:21.1663364Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:54:21.4487343Z   Attempting uninstall: pyinstaller
2025-08-20T20:54:21.4587398Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:54:21.4951745Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:54:21.4997906Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:54:21.8499532Z 
2025-08-20T20:54:21.8531547Z 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:54:22.1712123Z 6.15.0
2025-08-20T20:54:23.8586748Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:54:23.8597177Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:54:23.8597646Z 
2025-08-20T20:54:23.8597946Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:54:23.8598467Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:54:23.8598873Z installation.
2025-08-20T20:54:23.8598994Z 
2025-08-20T20:54:23.8599218Z If you installed the current Docker package using this script and are using it
2025-08-20T20:54:23.8599746Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:54:23.8600243Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:54:23.8600674Z files to match the parameters passed to the script.
2025-08-20T20:54:23.8600906Z 
2025-08-20T20:54:23.8601027Z You may press Ctrl+C now to abort this script.
2025-08-20T20:54:23.8769202Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:54:25.1971570Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:54:25.6291109Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:54:25.6317098Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:54:25.7528698Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:54:25.7546797Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:54:25.7554079Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:54:27.1162470Z + 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:54:38.4579406Z 
2025-08-20T20:54:38.4580110Z Running kernel seems to be up-to-date.
2025-08-20T20:54:38.4580443Z 
2025-08-20T20:54:38.4580578Z Restarting services...
2025-08-20T20:54:38.4650904Z 
2025-08-20T20:54:38.4651369Z Service restarts being deferred:
2025-08-20T20:54:38.4652085Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:54:38.4652557Z 
2025-08-20T20:54:38.4652777Z No containers need to be restarted.
2025-08-20T20:54:38.4653128Z 
2025-08-20T20:54:38.4653312Z No user sessions are running outdated binaries.
2025-08-20T20:54:38.4653629Z 
2025-08-20T20:54:38.4653941Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:54:39.4522858Z + sh -c 'docker version'
2025-08-20T20:54:39.4697901Z Client: Docker Engine - Community
2025-08-20T20:54:39.4698432Z  Version:           28.3.3
2025-08-20T20:54:39.4698828Z  API version:       1.51
2025-08-20T20:54:39.4699195Z  Go version:        go1.24.5
2025-08-20T20:54:39.4699600Z  Git commit:        980b856
2025-08-20T20:54:39.4699995Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T20:54:39.4700418Z  OS/Arch:           linux/amd64
2025-08-20T20:54:39.4700795Z  Context:           default
2025-08-20T20:54:39.4701021Z 
2025-08-20T20:54:39.4701176Z Server: Docker Engine - Community
2025-08-20T20:54:39.4701867Z  Engine:
2025-08-20T20:54:39.4702156Z   Version:          28.3.3
2025-08-20T20:54:39.4702555Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:54:39.4703009Z   Go version:       go1.24.5
2025-08-20T20:54:39.4703380Z   Git commit:       bea959c
2025-08-20T20:54:39.4703764Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T20:54:39.4704205Z   OS/Arch:          linux/amd64
2025-08-20T20:54:39.4704587Z   Experimental:     false
2025-08-20T20:54:39.4704936Z  containerd:
2025-08-20T20:54:39.4705237Z   Version:          1.7.27
2025-08-20T20:54:39.4705681Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:54:39.4706158Z  runc:
2025-08-20T20:54:39.4706836Z   Version:          1.2.5
2025-08-20T20:54:39.4707203Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:54:39.4707608Z  docker-init:
2025-08-20T20:54:39.4707896Z   Version:          0.19.0
2025-08-20T20:54:39.4708222Z   GitCommit:        de40ad0
2025-08-20T20:54:39.4719379Z 
2025-08-20T20:54:39.4719608Z ================================================================================
2025-08-20T20:54:39.4719970Z 
2025-08-20T20:54:39.4720261Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:54:39.4720864Z Docker daemon in rootless mode for your user:
2025-08-20T20:54:39.4721189Z 
2025-08-20T20:54:39.4721353Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:54:39.4721671Z 
2025-08-20T20:54:39.4722006Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:54:39.4722473Z 
2025-08-20T20:54:39.4722487Z 
2025-08-20T20:54:39.4722777Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:54:39.4723517Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:54:39.4723940Z 
2025-08-20T20:54:39.4724156Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:54:39.4724618Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:54:39.4725086Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:54:39.4725377Z 
2025-08-20T20:54:39.4725468Z ================================================================================
2025-08-20T20:54:39.4725658Z 
2025-08-20T20:54:50.2254040Z ● docker.service - Docker Application Container Engine
2025-08-20T20:54:50.2255237Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:54:50.2256103Z      Active: active (running) since Wed 2025-08-20 20:54:40 UTC; 10s ago
2025-08-20T20:54:50.2257224Z TriggeredBy: ● docker.socket
2025-08-20T20:54:50.2257664Z        Docs: https://docs.docker.com
2025-08-20T20:54:50.2258104Z    Main PID: 19850 (dockerd)
2025-08-20T20:54:50.2258463Z       Tasks: 10
2025-08-20T20:54:50.2258790Z      Memory: 22.2M (peak: 26.3M)
2025-08-20T20:54:50.2259172Z         CPU: 324ms
2025-08-20T20:54:50.2259524Z      CGroup: /system.slice/docker.service
2025-08-20T20:54:50.2262171Z              └─19850 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:54:50.2262712Z 
2025-08-20T20:54:50.2263060Z Aug 20 20:54:39 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:39.637749187Z" level=info msg="Loading containers: start."
2025-08-20T20:54:50.2264265Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.139265864Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a4f5a69b998d9811f52574da86beab2e6aafb668df67911d72176939dfdd7340], retrying...."
2025-08-20T20:54:50.2265467Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.171932580Z" level=info msg="Loading containers: done."
2025-08-20T20:54:50.2266824Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.181387003Z" 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:54:50.2268438Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.181465008Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:54:50.2269349Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.181488843Z" level=info msg="Initializing buildkit"
2025-08-20T20:54:50.2270056Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.200024331Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:54:50.2270802Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.205837354Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:54:50.2271515Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.205905413Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:54:50.2272167Z Aug 20 20:54:40 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:54:50.2384981Z ● docker.service - Docker Application Container Engine
2025-08-20T20:54:50.2385791Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:54:50.2386776Z      Active: active (running) since Wed 2025-08-20 20:54:40 UTC; 10s ago
2025-08-20T20:54:50.2387422Z TriggeredBy: ● docker.socket
2025-08-20T20:54:50.2387864Z        Docs: https://docs.docker.com
2025-08-20T20:54:50.2388272Z    Main PID: 19850 (dockerd)
2025-08-20T20:54:50.2388626Z       Tasks: 10
2025-08-20T20:54:50.2388961Z      Memory: 22.2M (peak: 26.3M)
2025-08-20T20:54:50.2389356Z         CPU: 324ms
2025-08-20T20:54:50.2389733Z      CGroup: /system.slice/docker.service
2025-08-20T20:54:50.2390616Z              └─19850 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:54:50.2391134Z 
2025-08-20T20:54:50.2391681Z Aug 20 20:54:39 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:39.637749187Z" level=info msg="Loading containers: start."
2025-08-20T20:54:50.2393736Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.139265864Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a4f5a69b998d9811f52574da86beab2e6aafb668df67911d72176939dfdd7340], retrying...."
2025-08-20T20:54:50.2396028Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.171932580Z" level=info msg="Loading containers: done."
2025-08-20T20:54:50.2398171Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.181387003Z" 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:54:50.2399654Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.181465008Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:54:50.2400543Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.181488843Z" level=info msg="Initializing buildkit"
2025-08-20T20:54:50.2401227Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.200024331Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:54:50.2401966Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.205837354Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:54:50.2402696Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.205905413Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:54:50.2403365Z Aug 20 20:54:40 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:54:50.2615083Z ● docker.service - Docker Application Container Engine
2025-08-20T20:54:50.2615893Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:54:50.2616971Z      Active: active (running) since Wed 2025-08-20 20:54:40 UTC; 10s ago
2025-08-20T20:54:50.2617962Z TriggeredBy: ● docker.socket
2025-08-20T20:54:50.2618426Z        Docs: https://docs.docker.com
2025-08-20T20:54:50.2618875Z    Main PID: 19850 (dockerd)
2025-08-20T20:54:50.2619245Z       Tasks: 10
2025-08-20T20:54:50.2619575Z      Memory: 22.2M (peak: 26.3M)
2025-08-20T20:54:50.2619957Z         CPU: 324ms
2025-08-20T20:54:50.2620342Z      CGroup: /system.slice/docker.service
2025-08-20T20:54:50.2621190Z              └─19850 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:54:50.2621685Z 
2025-08-20T20:54:50.2622219Z Aug 20 20:54:39 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:39.637749187Z" level=info msg="Loading containers: start."
2025-08-20T20:54:50.2624258Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.139265864Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a4f5a69b998d9811f52574da86beab2e6aafb668df67911d72176939dfdd7340], retrying...."
2025-08-20T20:54:50.2626544Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.171932580Z" level=info msg="Loading containers: done."
2025-08-20T20:54:50.2628165Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.181387003Z" 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:54:50.2629527Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.181465008Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:54:50.2630424Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.181488843Z" level=info msg="Initializing buildkit"
2025-08-20T20:54:50.2631124Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.200024331Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:54:50.2631870Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.205837354Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:54:50.2632585Z Aug 20 20:54:40 pkrvmqc4gcfdwos dockerd[19850]: time="2025-08-20T20:54:40.205905413Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:54:50.2633419Z Aug 20 20:54:40 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:54:50.2737626Z Docker version 28.3.3, build 980b856
2025-08-20T20:54:50.2926537Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:54:50.5260668Z latest: Pulling from library/hello-world
2025-08-20T20:54:50.5805883Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T20:54:50.7478102Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T20:54:50.7478758Z 17eec7bbc9d7: Download complete
2025-08-20T20:54:50.7646110Z 17eec7bbc9d7: Pull complete
2025-08-20T20:54:50.7680213Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:54:50.7691856Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:54:51.5857018Z 
2025-08-20T20:54:51.5858544Z Hello from Docker!
2025-08-20T20:54:51.5860511Z This message shows that your installation appears to be working correctly.
2025-08-20T20:54:51.5861207Z 
2025-08-20T20:54:51.5861622Z To generate this message, Docker took the following steps:
2025-08-20T20:54:51.5862209Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:54:51.5862851Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:54:51.5863393Z     (amd64)
2025-08-20T20:54:51.5863849Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:54:51.5864590Z     executable that produces the output you are currently reading.
2025-08-20T20:54:51.5865285Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:54:51.5865879Z     to your terminal.
2025-08-20T20:54:51.5866673Z 
2025-08-20T20:54:51.5866967Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:54:51.5867582Z  $ docker run -it ubuntu bash
2025-08-20T20:54:51.5867841Z 
2025-08-20T20:54:51.5868144Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:54:51.5868734Z  https://hub.docker.com/
2025-08-20T20:54:51.5868997Z 
2025-08-20T20:54:51.5869171Z For more examples and ideas, visit:
2025-08-20T20:54:51.5869625Z  https://docs.docker.com/get-started/
2025-08-20T20:54:51.5869944Z 
2025-08-20T20:54:51.6932798Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:54:51.6933487Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:54:51.6934141Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:54:51.6934786Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:54:51.6935482Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:54:51.6936142Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:54:51.6937046Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:54:51.6937678Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:54:51.6938292Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:54:51.6938865Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:54:51.6939513Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:54:51.6940193Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:54:51.6940868Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:54:51.6941578Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:54:51.6942279Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:54:51.6942966Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:54:51.6943622Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:54:51.6943995Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:54:51.6944388Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:54:51.6944979Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:54:51.6945695Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:54:51.6946128Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:54:51.6946862Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:54:51.6947265Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:54:51.6947626Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:54:51.6948079Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:54:51.6948851Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:54:51.6949571Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:54:51.6950250Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:54:51.6950984Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:54:51.6951754Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:54:51.6952514Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:54:51.6953381Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:54:51.6954173Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:54:51.6954982Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:54:51.6955745Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:54:51.6957068Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:54:51.6957791Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:54:51.6958549Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:54:51.6959324Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:54:51.6960101Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:54:51.6960838Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:54:51.6961536Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:54:51.6962337Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:54:51.6963172Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:54:51.6964013Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:54:51.6964888Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:54:51.6965674Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:54:51.6966632Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:54:51.6967396Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:54:51.6968129Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:54:51.6968869Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:54:51.6969581Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:54:51.6970231Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:54:51.6970856Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:54:51.6971515Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:54:51.6972093Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:54:51.6972701Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:54:51.6973416Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:54:51.6974092Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:54:51.6975031Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:54:51.6975826Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:54:51.6976884Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:54:51.6977658Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:54:51.6978405Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:54:51.6979159Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:54:51.6979878Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:54:51.6980572Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:54:51.6981299Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:54:51.6982130Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:54:51.6983001Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:54:51.6983827Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:54:51.6984569Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:54:51.6985260Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:54:51.6985946Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:54:51.6986840Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:54:51.6987828Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:54:51.6988706Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:54:51.6989613Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:54:51.6990260Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:54:51.6990739Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:54:51.6991151Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:54:51.6991548Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:54:51.6991953Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:54:51.6992353Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:54:51.6992747Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:54:51.6993168Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:54:51.6993586Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:54:51.6993968Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:54:51.6994353Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:54:51.6994758Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:54:51.6995160Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:54:51.6995532Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:54:51.6995902Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:54:51.6996550Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:54:51.6996965Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:54:51.6997318Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:54:51.6997696Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:54:51.6998067Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:54:51.6998583Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:54:51.6998991Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:54:51.6999355Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:54:51.6999715Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:54:51.7000083Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:54:51.7000468Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:54:51.7000862Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:54:51.7001256Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:54:51.7001628Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:54:51.7001999Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:54:51.7002394Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:54:51.7002793Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:54:51.7003137Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:54:51.7003465Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:54:51.7003830Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:54:51.7004185Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:54:51.7004543Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:54:51.7004904Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:54:51.7005448Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:54:51.7005848Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:54:51.7014177Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:54:51.7014709Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:54:51.7015195Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:54:51.7015608Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:54:51.7016020Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:54:51.7016742Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:54:51.7017154Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:54:51.7017959Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:54:51.7018429Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:54:51.7018871Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:54:51.7019262Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:54:51.7019680Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:54:51.7020122Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:54:51.7020550Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:54:51.7020935Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:54:51.7021319Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:54:51.7021722Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:54:51.7022115Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:54:51.7022519Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:54:51.7022905Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:54:51.7023308Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:54:51.7023902Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:54:51.7024310Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:54:51.7024677Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:54:51.7024983Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:54:51.7025311Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:54:51.7025705Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:54:51.7026103Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:54:51.7026915Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:54:51.7027565Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:54:51.7028165Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:54:51.7028556Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:54:51.7028911Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:54:51.7029248Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:54:51.7029669Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:54:51.7030109Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:54:51.7030510Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:54:51.7030883Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:54:51.7031267Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:54:51.7031863Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:54:51.7032292Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:54:51.7032735Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:54:51.7033107Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:54:51.7033473Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:54:51.7033898Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:54:51.7034326Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:54:51.7034734Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:54:51.7035095Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:54:51.7035434Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:54:51.7035831Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:54:51.7036429Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:54:51.7036905Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:54:51.7037375Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:54:51.7037797Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:54:51.7038169Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:54:51.7038510Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:54:51.7038867Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:54:51.7039314Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:54:51.7039814Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:54:51.7040264Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:54:51.7040635Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:54:51.7041096Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:54:51.7041815Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:54:51.7042352Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:54:51.7042786Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:54:51.7043149Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:54:51.7043531Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:54:51.7043944Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:54:51.7044358Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:54:51.7044763Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:54:51.7045134Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:54:51.7045507Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:54:51.7045899Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:54:51.7046541Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:54:51.7046946Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:54:51.7047329Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:54:51.7047714Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:54:51.7048102Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:54:51.7048529Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:54:51.7049110Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:54:51.7049532Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:54:51.7049897Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:54:51.7050261Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:54:51.7050656Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:54:51.7051026Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:54:51.7051398Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:54:51.7051774Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:54:51.7052157Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:54:51.7052568Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:54:51.7053030Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:54:51.7053475Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:54:51.7053868Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:54:51.7054251Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:54:51.7054632Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:54:51.7055001Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:54:51.7055358Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:54:51.7055735Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:54:51.7056112Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:54:51.7056763Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:54:51.7057246Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:54:51.7057701Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:54:51.7058206Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:54:51.7058821Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:54:51.7059317Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:54:51.7059818Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:54:51.7060252Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:54:51.7060615Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:54:51.7060974Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:54:51.7061347Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:54:51.7061724Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:54:51.7062080Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:54:51.7062451Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:54:51.7062832Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:54:51.7063216Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:54:51.7063596Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:54:51.7063967Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:54:51.7064363Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:54:51.7064735Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:54:51.7065148Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:54:51.7065715Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:54:51.7066111Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:54:51.7066692Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:54:51.7067155Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:54:51.7067543Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:54:51.7067898Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:54:51.7068244Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:54:51.7068602Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:54:51.7069340Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:54:51.7069931Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:54:51.7070576Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:54:51.7071759Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:54:51.7072361Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:54:51.7072948Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:51.7073503Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:54:51.7073878Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:54:51.7074256Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:54:51.7074629Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:54:51.7075027Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:54:51.7075461Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:54:51.7075884Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:54:51.7076586Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:54:51.7077003Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:54:51.7077400Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:54:51.7078037Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:54:51.7078469Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:54:51.7078860Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:54:51.7079287Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:54:51.7079774Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:54:51.7080269Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:54:51.7080721Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:54:51.7081125Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:54:51.7081527Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:54:51.7082001Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:54:51.7082485Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:54:51.7082884Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:54:51.7083313Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:54:51.7083758Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:54:51.7084162Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:54:51.7084521Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:54:51.7085014Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:54:51.7085397Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:54:51.7085778Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:54:51.7086141Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:54:51.7086723Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:54:51.7087109Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:54:51.7087485Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:54:51.7087847Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:54:51.7088216Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:54:51.7088566Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:54:51.7088939Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:54:51.7089328Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:54:51.7089687Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:54:51.7090041Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:54:51.7090394Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:54:51.7090762Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:54:51.7091131Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:54:51.7091489Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:54:51.7091838Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:54:51.7092208Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:54:51.7092559Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:54:51.7092925Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:54:51.7093367Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:54:51.7093771Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:54:51.7094127Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:54:51.7094651Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:54:51.7095083Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:54:51.7095473Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:54:51.7095826Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:54:51.7096185Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:54:51.7096760Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:54:51.7097060Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:54:51.7097361Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:54:51.7097719Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:54:51.7098071Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:54:51.7098432Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:54:51.7098786Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:54:51.7099133Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:54:51.7099468Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:54:51.7099851Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:54:51.7100264Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:54:51.7100662Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:54:51.7101049Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:54:51.7101585Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:54:51.7101993Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:54:51.7102492Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:54:51.7103115Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:54:51.7103740Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:54:51.7104282Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:54:51.7104756Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:54:51.7105204Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:54:51.7105719Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:54:51.7106543Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:54:51.7107114Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:54:51.7107607Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:54:51.7108055Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:54:51.7108418Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:54:51.7108788Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:54:51.7109147Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:54:51.7109528Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:54:51.7109915Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:54:51.7110304Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:54:51.7110686Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:54:51.7111060Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:54:51.7111434Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:54:51.7112004Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:54:51.7112422Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:54:51.7112801Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:54:51.7113192Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:54:51.7113585Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:54:51.7113997Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:54:51.7114417Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:54:51.7114777Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:54:51.7115161Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:54:51.7115566Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:54:51.7115979Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:54:51.7116707Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:54:51.7117151Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:54:51.7117520Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:54:51.7117895Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:54:51.7118274Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:54:51.7118636Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:54:51.7119160Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:54:51.7119547Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:54:51.7119930Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:54:51.7120315Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:54:51.7120678Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:54:51.7121036Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:54:51.7121579Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:51.7122286Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:51.7122963Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:51.7123623Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:51.7124145Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:54:51.7124531Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:54:51.7124896Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:54:51.7125266Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:54:51.7125632Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:54:51.7125994Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:54:51.7126622Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:54:51.7127012Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:54:51.7127391Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:54:51.7127766Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:54:51.7128140Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:54:51.7128509Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:54:51.7129061Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:54:51.7129478Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:54:51.7129873Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:54:51.7130261Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:54:51.7130653Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:54:51.7131037Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:54:51.7131422Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:54:51.7131796Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:54:51.7132176Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:54:51.7132553Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:54:51.7132955Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:54:51.7133343Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:54:51.7133735Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:54:51.7134130Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:54:51.7134511Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:54:51.7134933Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:54:51.7135358Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:54:51.7135879Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:54:51.7136504Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:54:51.7136967Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:54:51.7137375Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:54:51.7137741Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:54:51.7138114Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:54:51.7138504Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:54:51.7138907Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:54:51.7139306Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:54:51.7139687Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:54:51.7140068Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:54:51.7140535Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:54:51.7141005Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:54:51.7141403Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:54:51.7141803Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:54:51.7142247Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:54:51.7142686Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:54:51.7143154Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:54:51.7143637Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:54:51.7144076Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:54:51.7144507Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:54:51.7144905Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:54:51.7145452Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:54:51.7145882Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:54:51.7146456Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:54:51.7146849Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:54:51.7147254Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:54:51.7147652Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:54:51.7148052Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:54:51.7148477Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:54:51.7148862Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:54:51.7149231Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:54:51.7149596Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:54:51.7149951Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:54:51.7150336Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:54:51.7150748Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:54:51.7151196Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:54:51.7151642Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:54:51.7152038Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:54:51.7152611Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:54:51.7153035Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:54:51.7153438Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:54:51.7153839Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:54:51.7154195Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:54:51.7154557Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:54:51.7154941Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:54:51.7155325Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:54:51.7155687Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:54:51.7156016Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:54:51.7156617Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:54:51.7156994Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:54:51.7157499Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:54:51.7158020Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:54:51.7158396Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:54:51.7158758Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:54:51.7159145Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:54:51.7159552Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:54:51.7159954Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:54:51.7160348Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:54:51.7160761Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:54:51.7161163Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:54:51.7161524Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:54:51.7161893Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:54:51.7162391Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:54:51.7162782Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:54:51.7163226Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:54:51.7163655Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:54:51.7164046Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:54:51.7164462Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:54:51.7164901Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:54:51.7165287Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:54:51.7165654Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:54:51.7166009Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:54:51.7166598Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:54:51.7166974Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:54:51.7167349Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:54:51.7167743Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:54:51.7168145Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:54:51.7168600Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:54:51.7169170Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:54:51.7169546Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:54:51.7169927Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:54:51.7170308Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:54:51.7170692Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:54:51.7171068Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:54:51.7171436Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:54:51.7171874Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:54:51.7172361Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:54:51.7172776Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:54:51.7173144Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:54:51.7173517Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:54:51.7173919Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:54:51.7174309Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:54:51.7174687Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:54:51.7175083Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:54:51.7175461Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:54:51.7175812Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:54:51.7176179Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:54:51.7176822Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:54:51.7177249Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:54:51.7177642Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:54:51.7178066Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:54:51.7178506Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:54:51.7179059Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:54:51.7179499Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:54:51.7179899Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:54:51.7180427Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:51.7180940Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:54:51.7181252Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:54:51.7181595Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:54:51.7182016Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:54:51.7182441Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:54:51.7182968Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:54:51.7183561Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:54:51.7184166Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:54:51.7184815Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:54:51.7185450Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:54:51.7186075Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:54:51.7187166Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:54:51.7187752Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:54:51.7188238Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:54:51.7188688Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:54:51.7189120Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:54:51.7189546Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:54:51.7190006Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:54:51.7190434Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:54:51.7190815Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:54:51.7191189Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:54:51.7191560Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:54:51.7191940Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:54:51.7192349Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:54:51.7192763Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:54:51.7193125Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:54:51.7193510Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:54:51.7193970Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:54:51.7194452Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:54:51.7194928Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:54:51.7195405Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:54:51.7195884Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:54:51.7196656Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:54:51.7197275Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:54:51.7197705Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:54:51.7198115Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:54:51.7198522Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:54:51.7198924Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:54:51.7199325Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:54:51.7199757Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:54:51.7200196Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:54:51.7200588Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:54:51.7200967Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:54:51.7201345Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:54:51.7201728Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:54:51.7202158Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:54:51.7202590Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:54:51.7202979Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:54:51.7203380Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:54:51.7203923Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:54:51.7204364Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:54:51.7204800Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:54:51.7205226Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:54:51.7205616Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:54:51.7205985Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:54:51.7206565Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:54:51.7206934Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:54:51.7207302Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:54:51.7207695Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:54:51.7208096Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:54:51.7208516Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:54:51.7208978Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:54:51.7209397Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:54:51.7209798Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:54:51.7210186Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:54:51.7210486Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:54:51.7210804Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:54:51.7211180Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:54:51.7211570Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:54:51.7211953Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:54:51.7212349Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:54:51.7212768Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:54:51.7213209Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:54:51.7213739Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:54:51.7214144Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:54:51.7214542Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:54:51.7215085Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:54:51.7215657Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:54:51.7216102Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:54:51.7216832Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:54:51.7217269Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:54:51.7217686Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:54:51.7218086Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:54:51.7218465Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:54:51.7218846Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:54:51.7219237Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:54:51.7219628Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:54:51.7219994Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:54:51.7220368Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:54:51.7220908Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:54:51.7221287Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:54:51.7221692Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:54:51.7222149Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:54:51.7222560Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:54:51.7222932Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:54:51.7223295Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:54:51.7223677Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:54:51.7224043Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:54:51.7224408Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:54:51.7224835Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:54:51.7225276Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:54:51.7225674Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:54:51.7226070Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:54:51.7226602Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:54:51.7226991Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:54:51.7227357Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:54:51.7227739Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:54:51.7228138Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:54:51.7228574Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:54:51.7229026Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:54:51.7229443Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:54:51.7229834Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:54:51.7230344Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:54:51.7230787Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:54:51.7231186Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:54:51.7231539Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:54:51.7231853Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:54:51.7232152Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:54:51.7232518Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:54:51.7232892Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:54:51.7233240Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:54:51.7233607Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:54:51.7234005Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:54:51.7234388Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:54:51.7234744Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:54:51.7235093Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:54:51.7235467Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:54:51.7235854Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:54:51.7236430Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:54:51.7236858Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:54:51.7237358Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:54:51.7237757Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:54:51.7238136Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:54:51.7238485Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:54:51.7238856Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:54:51.7239246Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:54:51.7239619Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:54:51.7239988Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:54:51.7240354Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:54:51.7240731Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:54:51.7241128Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:54:51.7241544Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:54:51.7241936Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:54:51.7242283Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:54:51.7242632Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:54:51.7242971Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:54:51.7243382Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:54:51.7243868Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:54:51.7244360Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:54:51.7244827Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:54:51.7245319Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:54:51.7245749Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:54:51.7246122Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:54:51.7246799Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:54:51.7247196Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:54:51.7247575Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:54:51.7247954Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:54:51.7248328Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:54:51.7248693Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:54:51.7249080Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:54:51.7249518Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:54:51.7249941Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:54:51.7250312Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:54:51.7250712Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:54:51.7251126Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:54:51.7251500Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:54:51.7251846Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:54:51.7252222Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:54:51.7252672Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:54:51.7253088Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:54:51.7253621Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:54:51.7254022Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:54:51.7254345Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:54:51.7254622Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:54:51.7254976Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:54:51.7255452Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:54:51.7357462Z [+] Installing Go for linux-amd64...
2025-08-20T20:54:54.0367786Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:54:54.0368361Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:54:54.0368967Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:54:58.5994593Z [+] Downloading Go go1.25.0...
2025-08-20T20:54:58.6048891Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:54:58.6049653Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:54:58.6049987Z 
2025-08-20T20:54:58.6674907Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:54:58.6675667Z 100    80  100    80    0     0   1276      0 --:--:-- --:--:-- --:--:--  1290
2025-08-20T20:54:58.7267800Z 
2025-08-20T20:54:58.7268401Z 100    75  100    75    0     0    614      0 --:--:-- --:--:-- --:--:--   614
2025-08-20T20:54:58.9271728Z 
2025-08-20T20:54:58.9272514Z 100 56.8M  100 56.8M    0     0   176M      0 --:--:-- --:--:-- --:--:--  176M
2025-08-20T20:54:58.9320868Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T20:55:00.3639381Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T20:55:00.3639797Z [+] GOROOT: /home/runner/.go
2025-08-20T20:55:00.3640069Z [+] GOPATH: /home/runner/go
2025-08-20T20:55:00.3640415Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T20:55:00.3798807Z go version go1.25.0 linux/amd64
2025-08-20T20:55:00.4205781Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:55:00.4206595Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:55:00.4207217Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:55:00.4208130Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:55:00.4208810Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:55:00.4209474Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:55:00.4210119Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:55:00.4210767Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:55:00.4211380Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:55:00.4211954Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:55:00.4212596Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:55:00.4213267Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:55:00.4213938Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:55:00.4214646Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:55:00.4215352Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:55:00.4216036Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:55:00.4216938Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:55:00.4217551Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:55:00.4218217Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:55:00.4218714Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:55:00.4219412Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:55:00.4219820Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:55:00.4220245Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:55:00.4220643Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:55:00.4221005Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:55:00.4221395Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:55:00.4221826Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:55:00.4222241Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:55:00.4222642Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:55:00.4223056Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:55:00.4223470Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:55:00.4223892Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:55:00.4224313Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:55:00.4224725Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:55:00.4225283Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:55:00.4225710Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:55:00.4226104Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:55:00.4226766Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:55:00.4227169Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:55:00.4227584Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:55:00.4228005Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:55:00.4228400Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:55:00.4228783Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:55:00.4229229Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:55:00.4229847Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:55:00.4230344Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:55:00.4230830Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:55:00.4231264Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:55:00.4231676Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:55:00.4232087Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:55:00.4232492Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:55:00.4232900Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:55:00.4233286Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:55:00.4233658Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:55:00.4234014Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:55:00.4234376Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:55:00.4234699Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:55:00.4235039Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:55:00.4235438Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:55:00.4235807Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:55:00.4237415Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:55:00.4237883Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:55:00.4238302Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:55:00.4238702Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:55:00.4239127Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:55:00.4239551Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:55:00.4239947Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:55:00.4240332Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:55:00.4240743Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:55:00.4241201Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:55:00.4241696Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:55:00.4242162Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:55:00.4242567Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:55:00.4242951Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:55:00.4243334Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:55:00.4243725Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:55:00.4251855Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:55:00.4252574Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:55:00.4253105Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:55:00.4253668Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:55:00.4254122Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:55:00.4254529Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:55:00.4254915Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:55:00.4255541Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:55:00.4255959Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:55:00.4256571Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:55:00.4256996Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:55:00.4257409Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:55:00.4257788Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:55:00.4258174Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:55:00.4258577Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:55:00.4258976Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:55:00.4259342Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:55:00.4259712Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:55:00.4260097Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:55:00.4260481Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:55:00.4260829Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:55:00.4261206Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:55:00.4261572Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:55:00.4261931Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:55:00.4262498Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:55:00.4262878Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:55:00.4263257Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:55:00.4263636Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:55:00.4264032Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:55:00.4264438Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:55:00.4264835Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:55:00.4265205Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:55:00.4265575Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:55:00.4265964Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:55:00.4266616Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:55:00.4266975Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:55:00.4267306Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:55:00.4267669Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:55:00.4268032Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:55:00.4268386Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:55:00.4268738Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:55:00.4269082Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:55:00.4269453Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:55:00.4269846Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:55:00.4270274Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:55:00.4270721Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:55:00.4271114Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:55:00.4271497Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:55:00.4271880Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:55:00.4272429Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:55:00.4272846Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:55:00.4273253Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:55:00.4273630Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:55:00.4274016Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:55:00.4274422Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:55:00.4274865Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:55:00.4275294Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:55:00.4275673Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:55:00.4276545Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:55:00.4277091Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:55:00.4277500Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:55:00.4277893Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:55:00.4278277Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:55:00.4278664Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:55:00.4279063Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:55:00.4279611Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:55:00.4279969Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:55:00.4280278Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:55:00.4280599Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:55:00.4280997Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:55:00.4281391Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:55:00.4281778Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:55:00.4282144Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:55:00.4282508Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:55:00.4282883Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:55:00.4283230Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:55:00.4283571Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:55:00.4283987Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:55:00.4284424Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:55:00.4284814Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:55:00.4285183Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:55:00.4285562Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:55:00.4285963Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:55:00.4287432Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:55:00.4287885Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:55:00.4288267Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:55:00.4288641Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:55:00.4289063Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:55:00.4289486Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:55:00.4289896Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:55:00.4290435Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:55:00.4290792Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:55:00.4291175Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:55:00.4291550Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:55:00.4291972Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:55:00.4292433Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:55:00.4292849Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:55:00.4293212Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:55:00.4293547Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:55:00.4293897Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:55:00.4294345Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:55:00.4294849Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:55:00.4295282Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:55:00.4295653Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:55:00.4296112Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:55:00.4296940Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:55:00.4297624Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:55:00.4298057Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:55:00.4298416Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:55:00.4298790Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:55:00.4299201Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:55:00.4299608Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:55:00.4300002Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:55:00.4300369Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:55:00.4300740Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:55:00.4301130Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:55:00.4301526Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:55:00.4301915Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:55:00.4302298Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:55:00.4302684Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:55:00.4303066Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:55:00.4303491Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:55:00.4303935Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:55:00.4304351Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:55:00.4304717Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:55:00.4305085Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:55:00.4305479Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:55:00.4305847Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:55:00.4306449Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:55:00.4306910Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:55:00.4307466Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:55:00.4307889Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:55:00.4308348Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:55:00.4308785Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:55:00.4309179Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:55:00.4309564Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:55:00.4309937Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:55:00.4310311Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:55:00.4310673Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:55:00.4311044Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:55:00.4311422Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:55:00.4311860Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:55:00.4312329Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:55:00.4312780Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:55:00.4313292Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:55:00.4313790Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:55:00.4314410Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:55:00.4314889Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:55:00.4315315Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:55:00.4315676Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:55:00.4316030Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:55:00.4316691Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:55:00.4317089Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:55:00.4317453Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:55:00.4317829Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:55:00.4318207Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:55:00.4318597Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:55:00.4318973Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:55:00.4319346Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:55:00.4319739Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:55:00.4320120Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:55:00.4320539Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:55:00.4320971Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:55:00.4321360Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:55:00.4321729Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:55:00.4322137Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:55:00.4322512Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:55:00.4322867Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:55:00.4323212Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:55:00.4323567Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:55:00.4324082Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:55:00.4324467Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:55:00.4324859Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:55:00.4325221Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:55:00.4325538Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:55:00.4325993Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:00.4326647Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:55:00.4327018Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:55:00.4327406Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:55:00.4327776Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:55:00.4328184Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:55:00.4328613Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:55:00.4329051Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:55:00.4329479Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:55:00.4329877Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:55:00.4330270Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:55:00.4330682Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:55:00.4331242Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:55:00.4331639Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:55:00.4332071Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:55:00.4332565Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:55:00.4333058Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:55:00.4333502Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:55:00.4333907Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:55:00.4334306Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:55:00.4334774Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:55:00.4335271Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:55:00.4335673Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:55:00.4336104Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:55:00.4336818Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:55:00.4337240Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:55:00.4337600Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:55:00.4337964Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:55:00.4338347Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:55:00.4338728Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:55:00.4339089Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:55:00.4339451Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:55:00.4339841Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:55:00.4340213Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:55:00.4340578Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:55:00.4341073Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:55:00.4341453Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:55:00.4341839Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:55:00.4342222Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:55:00.4342578Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:55:00.4342930Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:55:00.4343277Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:55:00.4343642Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:55:00.4344007Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:55:00.4344360Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:55:00.4344710Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:55:00.4345085Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:55:00.4345436Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:55:00.4345808Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:55:00.4346381Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:55:00.4346785Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:55:00.4347142Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:55:00.4347516Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:55:00.4348069Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:55:00.4348459Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:55:00.4348811Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:55:00.4349167Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:55:00.4349524Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:55:00.4349823Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:55:00.4350121Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:55:00.4350471Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:55:00.4350821Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:55:00.4351175Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:55:00.4351526Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:55:00.4351872Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:55:00.4352204Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:55:00.4352579Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:55:00.4352980Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:55:00.4353372Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:55:00.4353802Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:55:00.4354183Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:55:00.4354587Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:55:00.4355077Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:55:00.4355697Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:55:00.4356454Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:55:00.4356998Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:55:00.4357586Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:55:00.4358053Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:55:00.4358571Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:55:00.4359188Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:55:00.4359742Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:55:00.4360227Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:55:00.4360670Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:55:00.4361029Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:55:00.4361394Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:55:00.4361753Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:55:00.4362131Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:55:00.4362515Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:55:00.4362893Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:55:00.4363273Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:55:00.4363645Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:55:00.4364021Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:55:00.4364513Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:55:00.4364878Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:55:00.4365240Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:55:00.4365637Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:55:00.4366028Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:55:00.4366563Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:55:00.4366967Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:55:00.4367320Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:55:00.4367699Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:55:00.4368103Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:55:00.4368502Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:55:00.4368939Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:55:00.4369362Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:55:00.4369726Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:55:00.4370096Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:55:00.4370469Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:55:00.4370828Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:55:00.4371205Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:55:00.4371584Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:55:00.4371959Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:55:00.4372336Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:55:00.4372696Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:55:00.4373052Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:55:00.4373588Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:00.4374420Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:00.4375105Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:00.4375758Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:00.4376492Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:55:00.4376903Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:55:00.4377276Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:55:00.4377644Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:55:00.4378012Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:55:00.4378366Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:55:00.4378735Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:55:00.4379112Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:55:00.4379481Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:55:00.4379841Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:55:00.4380212Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:55:00.4380578Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:55:00.4380956Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:55:00.4381505Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:55:00.4381896Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:55:00.4382281Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:55:00.4382676Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:55:00.4383059Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:55:00.4383433Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:55:00.4383808Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:55:00.4384177Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:55:00.4384557Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:55:00.4384956Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:55:00.4385349Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:55:00.4385733Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:55:00.4386121Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:55:00.4386682Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:55:00.4387102Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:55:00.4387526Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:55:00.4387914Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:55:00.4388344Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:55:00.4388794Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:55:00.4389201Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:55:00.4389564Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:55:00.4389934Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:55:00.4390324Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:55:00.4390842Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:55:00.4391238Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:55:00.4391611Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:55:00.4391990Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:55:00.4392448Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:55:00.4392910Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:55:00.4393307Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:55:00.4393705Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:55:00.4394148Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:55:00.4394583Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:55:00.4395052Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:55:00.4395533Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:55:00.4395966Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:55:00.4396518Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:55:00.4396903Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:55:00.4397289Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:55:00.4397832Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:55:00.4398210Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:55:00.4398578Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:55:00.4398985Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:55:00.4399380Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:55:00.4399779Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:55:00.4400181Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:55:00.4400561Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:55:00.4400927Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:55:00.4401283Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:55:00.4401641Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:55:00.4402023Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:55:00.4402430Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:55:00.4402879Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:55:00.4403321Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:55:00.4403715Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:55:00.4404142Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:55:00.4404556Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:55:00.4404954Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:55:00.4405353Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:55:00.4405711Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:55:00.4406067Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:55:00.4406568Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:55:00.4407068Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:55:00.4407440Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:55:00.4407765Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:55:00.4408067Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:55:00.4408410Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:55:00.4408900Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:55:00.4409408Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:55:00.4409780Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:55:00.4410140Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:55:00.4410523Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:55:00.4410924Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:55:00.4411328Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:55:00.4411725Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:55:00.4412127Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:55:00.4412532Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:55:00.4412916Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:55:00.4413287Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:55:00.4413800Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:55:00.4414171Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:55:00.4414588Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:55:00.4415009Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:55:00.4415403Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:55:00.4415815Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:55:00.4416448Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:55:00.4416891Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:55:00.4417257Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:55:00.4417604Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:55:00.4417957Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:55:00.4418327Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:55:00.4418695Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:55:00.4419085Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:55:00.4419494Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:55:00.4419945Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:55:00.4420373Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:55:00.4420743Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:55:00.4421118Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:55:00.4421493Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:55:00.4421870Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:55:00.4422245Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:55:00.4422610Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:55:00.4423044Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:55:00.4423672Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:55:00.4424092Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:55:00.4424451Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:55:00.4424817Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:55:00.4425209Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:55:00.4425592Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:55:00.4425959Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:55:00.4426486Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:55:00.4426871Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:55:00.4427218Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:55:00.4427578Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:55:00.4427972Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:55:00.4428391Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:55:00.4428766Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:55:00.4429150Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:55:00.4429582Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:55:00.4430008Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:55:00.4430558Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:55:00.4430949Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:55:00.4431462Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:00.4431973Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:55:00.4432275Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:55:00.4432634Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:55:00.4433048Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:55:00.4433475Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:55:00.4433994Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:55:00.4434584Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:55:00.4437382Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:55:00.4438451Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:55:00.4439501Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:55:00.4440566Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:55:00.4441570Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:55:00.4442508Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:55:00.4443028Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:55:00.4443502Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:55:00.4443962Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:55:00.4444394Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:55:00.4445050Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:55:00.4445513Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:55:00.4445913Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:55:00.4446557Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:55:00.4446956Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:55:00.4447333Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:55:00.4447738Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:55:00.4448171Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:55:00.4448538Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:55:00.4448924Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:55:00.4449401Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:55:00.4449901Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:55:00.4450384Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:55:00.4450857Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:55:00.4451328Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:55:00.4451798Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:55:00.4452235Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:55:00.4452793Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:55:00.4453204Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:55:00.4453656Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:55:00.4454075Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:55:00.4454482Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:55:00.4454912Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:55:00.4455339Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:55:00.4455734Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:55:00.4456114Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:55:00.4456787Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:55:00.4457173Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:55:00.4457611Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:55:00.4458047Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:55:00.4458454Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:55:00.4458858Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:55:00.4459277Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:55:00.4459723Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:55:00.4460161Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:55:00.4460584Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:55:00.4460982Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:55:00.4461352Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:55:00.4461736Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:55:00.4462105Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:55:00.4462606Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:55:00.4463027Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:55:00.4463428Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:55:00.4463854Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:55:00.4464324Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:55:00.4464737Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:55:00.4465150Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:55:00.4465542Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:55:00.4465839Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:55:00.4466162Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:55:00.4466763Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:55:00.4467160Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:55:00.4467548Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:55:00.4467937Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:55:00.4468357Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:55:00.4468797Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:55:00.4469208Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:55:00.4469728Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:55:00.4470120Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:55:00.4470662Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:00.4471244Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:55:00.4471693Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:55:00.4472123Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:55:00.4472551Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:55:00.4472961Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:55:00.4473355Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:55:00.4473750Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:55:00.4474126Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:55:00.4474519Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:55:00.4474917Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:55:00.4475286Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:55:00.4475674Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:55:00.4476068Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:55:00.4476636Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:55:00.4477038Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:55:00.4477487Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:55:00.4477905Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:55:00.4478274Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:55:00.4478641Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:55:00.4479143Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:55:00.4479528Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:55:00.4479895Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:55:00.4480318Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:55:00.4480756Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:55:00.4481152Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:55:00.4481542Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:55:00.4481932Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:55:00.4482308Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:55:00.4482674Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:55:00.4483053Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:55:00.4483444Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:55:00.4483882Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:55:00.4484332Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:55:00.4484756Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:55:00.4485150Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:55:00.4485545Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:55:00.4486087Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:55:00.4486701Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:55:00.4487057Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:55:00.4487372Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:55:00.4487678Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:55:00.4488044Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:55:00.4488409Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:55:00.4488756Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:55:00.4489116Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:55:00.4489508Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:55:00.4489888Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:55:00.4490247Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:55:00.4490590Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:55:00.4490960Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:55:00.4491351Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:55:00.4491719Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:55:00.4492073Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:55:00.4492425Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:55:00.4492800Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:55:00.4493175Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:55:00.4493519Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:55:00.4493895Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:55:00.4494280Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:55:00.4494650Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:55:00.4495016Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:55:00.4495511Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:55:00.4495897Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:55:00.4496555Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:55:00.4496988Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:55:00.4497383Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:55:00.4497730Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:55:00.4498075Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:55:00.4498414Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:55:00.4498828Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:55:00.4499322Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:55:00.4499790Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:55:00.4500251Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:55:00.4500736Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:55:00.4501163Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:55:00.4501535Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:55:00.4501917Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:55:00.4502457Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:55:00.4502839Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:55:00.4503217Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:55:00.4503594Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:55:00.4503968Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:55:00.4504355Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:55:00.4504789Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:55:00.4505212Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:55:00.4505581Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:55:00.4505974Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:55:00.4506586Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:55:00.4506960Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:55:00.4507303Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:55:00.4507682Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:55:00.4508128Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:55:00.4508549Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:55:00.4508951Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:55:00.4509353Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:55:00.4509672Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:55:00.4509945Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:55:00.4510295Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:55:00.4510774Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:55:00.6799890Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:55:01.3058903Z Collecting meson
2025-08-20T20:55:01.3407656Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:55:01.3724453Z Collecting ninja
2025-08-20T20:55:01.3771082Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T20:55:01.3844257Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:55:01.4104568Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 99.8 MB/s  0:00:00
2025-08-20T20:55:01.4144475Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T20:55:01.5062956Z Installing collected packages: ninja, meson
2025-08-20T20:55:02.2469788Z 
2025-08-20T20:55:02.2499138Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:55:02.5423587Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:55:02.6511825Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:55:02.7066182Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:55:03.3320038Z 1.8.4
2025-08-20T20:55:03.3609505Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:55:03.3862636Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:55:03.3863286Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:55:03.3863936Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:55:03.3864558Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:55:03.3865089Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:55:03.3865481Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:55:03.3866155Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:55:03.3866692Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:55:03.3867062Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:55:03.3867412Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:55:03.3867789Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:55:03.3868183Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:55:03.3868572Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:55:03.3868978Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:55:03.3869370Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:55:03.3869767Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:55:03.3870166Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:55:03.3870535Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:55:03.3870924Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:55:03.3871382Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:55:03.3871831Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:55:03.3872212Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:55:03.3872620Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:55:03.3873015Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:55:03.3873371Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:55:03.3873757Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:55:03.3874183Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:55:03.3874602Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:55:03.3875002Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:55:03.3875410Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:55:03.3875980Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:55:03.3876693Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:55:03.3877142Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:55:03.3877908Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:55:03.3878697Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:55:03.3879409Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:55:03.3880115Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:55:03.3880823Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:55:03.3881695Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:55:03.3882574Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:55:03.3883339Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:55:03.3893421Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:55:03.3894230Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:55:03.3895054Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:55:03.3895910Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:55:03.3898082Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:55:03.3899226Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:55:03.3900021Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:55:03.3900771Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:55:03.3901538Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:55:03.3902262Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:55:03.3903024Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:55:03.3903753Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:55:03.3904417Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:55:03.3905055Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:55:03.3905714Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:55:03.3906453Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:55:03.3907058Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:55:03.3907773Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:55:03.3908445Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:55:03.3909175Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:55:03.3909943Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:55:03.3910669Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:55:03.3911389Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:55:03.3912122Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:55:03.3912869Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:55:03.3913568Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:55:03.3914260Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:55:03.3915004Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:55:03.3915837Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:55:03.3917102Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:55:03.3917957Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:55:03.3918709Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:55:03.3919392Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:55:03.3919919Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:55:03.3920349Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:55:03.3920811Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:55:03.3921320Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:55:03.3921854Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:55:03.3922368Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:55:03.3922815Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:55:03.3923223Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:55:03.3923613Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:55:03.3924014Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:55:03.3924419Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:55:03.3924804Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:55:03.3925392Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:55:03.3925810Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:55:03.3926191Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:55:03.3926806Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:55:03.3927218Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:55:03.3927753Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:55:03.3928352Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:55:03.3928963Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:55:03.3929620Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:55:03.3930321Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:55:03.3930797Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:55:03.3931183Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:55:03.3931652Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:55:03.3932027Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:55:03.3932418Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:55:03.3932789Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:55:03.3933154Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:55:03.3933526Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:55:03.3933912Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:55:03.3934305Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:55:03.3934699Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:55:03.3935060Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:55:03.3935432Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:55:03.3935821Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:55:03.3937364Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:55:03.3937771Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:55:03.3938116Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:55:03.3938485Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:55:03.3938853Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:55:03.3939217Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:55:03.3939576Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:55:03.3939931Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:55:03.3940311Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:55:03.3940705Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:55:03.3941135Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:55:03.3941578Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:55:03.3941976Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:55:03.3942360Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:55:03.3942741Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:55:03.3943118Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:55:03.3943513Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:55:03.3944057Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:55:03.3944429Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:55:03.3944814Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:55:03.3945222Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:55:03.3945667Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:55:03.3946095Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:55:03.3946751Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:55:03.3947140Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:55:03.3947552Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:55:03.3947954Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:55:03.3948355Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:55:03.3948735Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:55:03.3949125Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:55:03.3949521Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:55:03.3949903Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:55:03.3950259Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:55:03.3950567Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:55:03.3950886Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:55:03.3951268Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:55:03.3951665Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:55:03.3952053Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:55:03.3952423Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:55:03.3952799Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:55:03.3953174Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:55:03.3953522Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:55:03.3953980Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:55:03.3954442Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:55:03.3954900Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:55:03.3955296Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:55:03.3955663Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:55:03.3956045Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:55:03.3956692Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:55:03.3957108Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:55:03.3957518Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:55:03.3957877Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:55:03.3958246Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:55:03.3958665Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:55:03.3959092Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:55:03.3959497Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:55:03.3959848Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:55:03.3960183Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:55:03.3960564Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:55:03.3961093Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:55:03.3961527Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:55:03.3961992Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:55:03.3962407Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:55:03.3962771Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:55:03.3963114Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:55:03.3963472Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:55:03.3963913Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:55:03.3964416Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:55:03.3964854Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:55:03.3965236Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:55:03.3965697Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:55:03.3966410Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:55:03.3966986Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:55:03.3967419Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:55:03.3967783Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:55:03.3968162Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:55:03.3968562Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:55:03.3968970Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:55:03.3969372Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:55:03.3969742Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:55:03.3970111Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:55:03.3970503Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:55:03.3971028Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:55:03.3971460Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:55:03.3971857Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:55:03.3972246Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:55:03.3972631Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:55:03.3973058Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:55:03.3973507Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:55:03.3973935Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:55:03.3974299Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:55:03.3974666Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:55:03.3975064Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:55:03.3975439Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:55:03.3975812Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:55:03.3976179Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:55:03.3976870Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:55:03.3977284Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:55:03.3977745Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:55:03.3978342Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:55:03.3978741Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:55:03.3979127Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:55:03.3979506Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:55:03.3979872Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:55:03.3980240Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:55:03.3980621Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:55:03.3981002Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:55:03.3981450Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:55:03.3981927Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:55:03.3982392Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:55:03.3982898Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:55:03.3983399Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:55:03.3983890Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:55:03.3984418Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:55:03.3984846Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:55:03.3985206Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:55:03.3985564Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:55:03.3985932Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:55:03.3986517Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:55:03.3986886Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:55:03.3987262Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:55:03.3987640Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:55:03.3988142Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:55:03.3988543Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:55:03.3988929Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:55:03.3989327Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:55:03.3989709Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:55:03.3990120Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:55:03.3990574Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:55:03.3990965Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:55:03.3991337Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:55:03.3991750Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:55:03.3992125Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:55:03.3992476Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:55:03.3992825Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:55:03.3993182Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:55:03.3993558Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:55:03.3993928Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:55:03.3994317Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:55:03.3994801Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:55:03.3995116Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:55:03.3995580Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:03.3996095Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:55:03.3996669Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:55:03.3997045Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:55:03.3997412Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:55:03.3997817Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:55:03.3998256Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:55:03.3998684Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:55:03.3999123Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:55:03.3999532Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:55:03.3999931Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:55:03.4000353Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:55:03.4000767Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:55:03.4001157Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:55:03.4001582Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:55:03.4002063Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:55:03.4002558Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:55:03.4003001Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:55:03.4003412Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:55:03.4003811Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:55:03.4004286Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:55:03.4004952Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:55:03.4005374Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:55:03.4005802Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:55:03.4006442Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:55:03.4006902Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:55:03.4007271Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:55:03.4007644Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:55:03.4008022Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:55:03.4008402Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:55:03.4008766Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:55:03.4009138Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:55:03.4009519Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:55:03.4009897Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:55:03.4010263Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:55:03.4010624Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:55:03.4010977Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:55:03.4011350Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:55:03.4011884Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:55:03.4012248Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:55:03.4012613Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:55:03.4012970Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:55:03.4013339Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:55:03.4013707Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:55:03.4014066Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:55:03.4014417Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:55:03.4014786Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:55:03.4015139Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:55:03.4015503Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:55:03.4015943Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:55:03.4016636Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:55:03.4017004Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:55:03.4017403Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:55:03.4017828Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:55:03.4018232Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:55:03.4018597Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:55:03.4018968Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:55:03.4019325Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:55:03.4019626Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:55:03.4019924Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:55:03.4020283Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:55:03.4020637Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:55:03.4021001Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:55:03.4021362Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:55:03.4021835Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:55:03.4022199Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:55:03.4022585Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:55:03.4022999Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:55:03.4023403Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:55:03.4023798Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:55:03.4024190Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:55:03.4024601Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:55:03.4025095Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:55:03.4025713Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:55:03.4026594Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:55:03.4027152Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:55:03.4027627Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:55:03.4028076Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:55:03.4028592Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:55:03.4029365Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:55:03.4029926Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:55:03.4030414Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:55:03.4030864Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:55:03.4031232Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:55:03.4031604Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:55:03.4031969Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:55:03.4032347Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:55:03.4032736Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:55:03.4033118Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:55:03.4033504Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:55:03.4033878Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:55:03.4034253Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:55:03.4034629Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:55:03.4034999Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:55:03.4035363Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:55:03.4035751Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:55:03.4036136Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:55:03.4036775Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:55:03.4037197Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:55:03.4037567Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:55:03.4037955Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:55:03.4038365Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:55:03.4038889Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:55:03.4039347Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:55:03.4039774Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:55:03.4040140Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:55:03.4040512Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:55:03.4040891Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:55:03.4041255Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:55:03.4041647Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:55:03.4042034Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:55:03.4042410Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:55:03.4042792Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:55:03.4043157Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:55:03.4043513Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:55:03.4044066Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:03.4044770Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:03.4045443Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:03.4046408Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:03.4047302Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:55:03.4047704Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:55:03.4048083Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:55:03.4048458Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:55:03.4048831Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:55:03.4049187Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:55:03.4049559Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:55:03.4049978Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:55:03.4050583Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:55:03.4051115Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:55:03.4051570Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:55:03.4051956Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:55:03.4052356Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:55:03.4052776Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:55:03.4053178Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:55:03.4053571Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:55:03.4053964Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:55:03.4054349Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:55:03.4054730Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:55:03.4055116Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:55:03.4055482Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:55:03.4055864Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:55:03.4056542Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:55:03.4056972Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:55:03.4057375Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:55:03.4057771Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:55:03.4058155Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:55:03.4058577Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:55:03.4059017Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:55:03.4059422Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:55:03.4059856Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:55:03.4060312Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:55:03.4060724Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:55:03.4061094Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:55:03.4061473Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:55:03.4061863Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:55:03.4062267Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:55:03.4062667Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:55:03.4063042Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:55:03.4063606Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:55:03.4064076Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:55:03.4065143Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:55:03.4065648Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:55:03.4066060Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:55:03.4066621Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:55:03.4067068Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:55:03.4067543Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:55:03.4068027Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:55:03.4068471Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:55:03.4068910Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:55:03.4069306Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:55:03.4069709Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:55:03.4070125Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:55:03.4070511Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:55:03.4070891Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:55:03.4071304Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:55:03.4071702Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:55:03.4072101Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:55:03.4072522Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:55:03.4072909Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:55:03.4073280Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:55:03.4073636Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:55:03.4074128Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:55:03.4074537Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:55:03.4074951Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:55:03.4075402Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:55:03.4075853Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:55:03.4076352Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:55:03.4076795Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:55:03.4077213Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:55:03.4077613Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:55:03.4078138Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:55:03.4078667Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:55:03.4079031Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:55:03.4079417Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:55:03.4079804Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:55:03.4080172Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:55:03.4080502Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:55:03.4080815Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:55:03.4081313Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:55:03.4081808Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:55:03.4082320Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:55:03.4082699Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:55:03.4083247Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:55:03.4083950Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:55:03.4084729Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:55:03.4085468Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:55:03.4086142Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:55:03.4086828Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:55:03.4087239Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:55:03.4087613Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:55:03.4087982Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:55:03.4088352Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:55:03.4088732Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:55:03.4089152Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:55:03.4089577Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:55:03.4089965Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:55:03.4090379Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:55:03.4090812Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:55:03.4091204Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:55:03.4091572Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:55:03.4091925Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:55:03.4092450Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:55:03.4092843Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:55:03.4093218Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:55:03.4093617Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:55:03.4094024Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:55:03.4094478Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:55:03.4094914Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:55:03.4095297Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:55:03.4095680Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:55:03.4096067Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:55:03.4096649Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:55:03.4097025Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:55:03.4097392Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:55:03.4097831Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:55:03.4098315Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:55:03.4098734Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:55:03.4099102Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:55:03.4099625Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:55:03.4100037Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:55:03.4100438Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:55:03.4100818Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:55:03.4101217Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:55:03.4101597Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:55:03.4101950Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:55:03.4102306Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:55:03.4102702Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:55:03.4103116Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:55:03.4103502Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:55:03.4103891Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:55:03.4104327Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:55:03.4104764Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:55:03.4105181Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:55:03.4105573Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:55:03.4106091Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:03.4106786Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:55:03.4107098Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:55:03.4107438Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:55:03.4107860Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:55:03.4108277Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:55:03.4108798Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:55:03.4109497Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:55:03.4110131Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:55:03.4110783Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:55:03.4111425Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:55:03.4112047Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:55:03.4112671Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:55:03.4113247Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:55:03.4113730Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:55:03.4114179Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:55:03.4114617Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:55:03.4115041Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:55:03.4115505Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:55:03.4115932Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:55:03.4116490Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:55:03.4117000Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:55:03.4117375Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:55:03.4117752Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:55:03.4118165Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:55:03.4118580Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:55:03.4118942Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:55:03.4119331Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:55:03.4119788Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:55:03.4120267Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:55:03.4120746Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:55:03.4121229Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:55:03.4121710Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:55:03.4122184Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:55:03.4122633Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:55:03.4123042Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:55:03.4123451Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:55:03.4123857Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:55:03.4124264Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:55:03.4124668Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:55:03.4125095Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:55:03.4125529Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:55:03.4125912Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:55:03.4126510Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:55:03.4127050Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:55:03.4127456Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:55:03.4127899Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:55:03.4128342Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:55:03.4128743Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:55:03.4129153Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:55:03.4129569Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:55:03.4130020Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:55:03.4130461Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:55:03.4130887Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:55:03.4131287Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:55:03.4131663Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:55:03.4132047Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:55:03.4132417Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:55:03.4132788Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:55:03.4133188Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:55:03.4133585Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:55:03.4134126Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:55:03.4134589Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:55:03.4135005Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:55:03.4135413Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:55:03.4135807Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:55:03.4136108Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:55:03.4136663Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:55:03.4137051Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:55:03.4137447Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:55:03.4137832Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:55:03.4138233Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:55:03.4138667Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:55:03.4139120Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:55:03.4139541Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:55:03.4139928Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:55:03.4140325Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:55:03.4140868Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:03.4141442Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:55:03.4141893Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:55:03.4142337Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:55:03.4142770Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:55:03.4143189Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:55:03.4143747Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:55:03.4144155Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:55:03.4144542Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:55:03.4144936Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:55:03.4145332Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:55:03.4145701Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:55:03.4146088Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:55:03.4146603Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:55:03.4146969Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:55:03.4147375Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:55:03.4147842Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:55:03.4148261Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:55:03.4148634Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:55:03.4149006Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:55:03.4149388Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:55:03.4149758Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:55:03.4150125Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:55:03.4150682Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:55:03.4151123Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:55:03.4151525Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:55:03.4151922Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:55:03.4152314Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:55:03.4152693Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:55:03.4153067Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:55:03.4153446Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:55:03.4153839Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:55:03.4154281Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:55:03.4154733Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:55:03.4155161Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:55:03.4155553Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:55:03.4155955Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:55:03.4156479Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:55:03.4156865Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:55:03.4157219Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:55:03.4157535Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:55:03.4157834Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:55:03.4158199Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:55:03.4158572Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:55:03.4158928Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:55:03.4159298Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:55:03.4159690Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:55:03.4160185Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:55:03.4160559Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:55:03.4160911Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:55:03.4161290Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:55:03.4161691Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:55:03.4162062Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:55:03.4162419Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:55:03.4162786Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:55:03.4163165Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:55:03.4163548Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:55:03.4163893Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:55:03.4164269Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:55:03.4164656Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:55:03.4165027Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:55:03.4165399Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:55:03.4165769Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:55:03.4166145Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:55:03.4166647Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:55:03.4167196Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:55:03.4167597Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:55:03.4167949Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:55:03.4168300Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:55:03.4168642Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:55:03.4169063Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:55:03.4169557Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:55:03.4170018Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:55:03.4170488Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:55:03.4170981Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:55:03.4171411Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:55:03.4171797Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:55:03.4172183Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:55:03.4172574Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:55:03.4172954Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:55:03.4173331Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:55:03.4173711Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:55:03.4174078Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:55:03.4174463Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:55:03.4174905Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:55:03.4175329Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:55:03.4175703Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:55:03.4176097Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:55:03.4176741Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:55:03.4177129Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:55:03.4177475Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:55:03.4177864Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:55:03.4178310Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:55:03.4178732Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:55:03.4179144Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:55:03.4179547Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:55:03.4179871Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:55:03.4180146Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:55:03.4180497Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:55:03.4180976Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:55:03.8893427Z info: downloading installer
2025-08-20T20:55:04.1623968Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:55:04.1624498Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:55:04.1624927Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:55:04.1625400Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:55:04.1790308Z info: profile set to 'default'
2025-08-20T20:55:04.1791106Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T20:55:04.1791523Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:55:04.2495624Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:55:04.2795541Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:55:04.2796032Z 
2025-08-20T20:55:04.2890681Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:55:04.2891193Z 
2025-08-20T20:55:04.2891213Z 
2025-08-20T20:55:04.2891318Z Rust is installed now. Great!
2025-08-20T20:55:04.2891483Z 
2025-08-20T20:55:04.2891697Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:55:04.2892381Z environment variable. This has not been done automatically.
2025-08-20T20:55:04.2892636Z 
2025-08-20T20:55:04.2892763Z To configure your current shell, you need to source
2025-08-20T20:55:04.2893073Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:55:04.2893290Z 
2025-08-20T20:55:04.2893468Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:55:04.2893892Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:55:04.2894216Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:55:04.2894528Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:55:04.3954089Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:55:04.4286784Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:55:04.4287390Z 
2025-08-20T20:55:04.4388858Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:55:04.4389379Z 
2025-08-20T20:55:04.4887007Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:55:06.5154382Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:55:06.5614680Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:55:06.5624862Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:55:06.5625555Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:55:06.5626191Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:55:06.5627051Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:55:06.5627957Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:55:06.5628604Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:55:06.5629219Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:55:06.5629810Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:55:06.5630374Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:55:06.5630974Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:55:06.5631633Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:55:06.5632101Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:55:06.5632558Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:55:06.5632959Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:55:06.5633362Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:55:06.5633783Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:55:06.5634152Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:55:06.5634534Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:55:06.5634987Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:55:06.5635421Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:55:06.5635801Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:55:06.5636427Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:55:06.5637099Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:55:06.5637467Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:55:06.5637857Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:55:06.5638288Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:55:06.5638702Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:55:06.5639106Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:55:06.5639510Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:55:06.5639918Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:55:06.5640329Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:55:06.5640747Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:55:06.5641174Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:55:06.5641613Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:55:06.5642052Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:55:06.5642462Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:55:06.5642852Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:55:06.5643252Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:55:06.5643666Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:55:06.5644073Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:55:06.5644468Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:55:06.5644856Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:55:06.5645308Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:55:06.5645769Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:55:06.5646443Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:55:06.5647206Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:55:06.5647691Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:55:06.5648118Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:55:06.5648531Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:55:06.5648934Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:55:06.5649334Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:55:06.5649733Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:55:06.5650101Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:55:06.5650453Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:55:06.5650822Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:55:06.5651148Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:55:06.5651486Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:55:06.5651890Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:55:06.5652264Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:55:06.5652669Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:55:06.5653107Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:55:06.5653657Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:55:06.5654061Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:55:06.5654481Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:55:06.5654903Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:55:06.5655306Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:55:06.5655697Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:55:06.5656118Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:55:06.5657376Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:55:06.5657882Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:55:06.5658353Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:55:06.5658776Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:55:06.5659158Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:55:06.5659542Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:55:06.5659943Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:55:06.5660383Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:55:06.5660868Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:55:06.5661361Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:55:06.5661849Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:55:06.5662287Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:55:06.5662697Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:55:06.5663082Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:55:06.5663490Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:55:06.5663892Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:55:06.5664406Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:55:06.5664833Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:55:06.5665247Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:55:06.5665628Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:55:06.5665998Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:55:06.5666620Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:55:06.5667173Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:55:06.5667551Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:55:06.5667919Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:55:06.5668307Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:55:06.5668696Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:55:06.5669248Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:55:06.5669910Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:55:06.5670434Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:55:06.5670795Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:55:06.5671179Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:55:06.5671564Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:55:06.5672116Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:55:06.5672487Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:55:06.5672873Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:55:06.5673273Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:55:06.5673666Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:55:06.5674044Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:55:06.5674412Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:55:06.5674798Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:55:06.5675194Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:55:06.5675530Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:55:06.5675848Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:55:06.5676384Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:55:06.5676824Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:55:06.5677179Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:55:06.5677539Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:55:06.5677885Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:55:06.5678258Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:55:06.5678647Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:55:06.5679074Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:55:06.5679512Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:55:06.5679910Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:55:06.5680297Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:55:06.5680678Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:55:06.5681059Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:55:06.5681455Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:55:06.5682006Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:55:06.5682394Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:55:06.5682777Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:55:06.5683182Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:55:06.5683615Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:55:06.5684038Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:55:06.5684423Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:55:06.5684804Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:55:06.5685204Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:55:06.5685602Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:55:06.5686000Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:55:06.5686720Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:55:06.5687121Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:55:06.5687519Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:55:06.5687892Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:55:06.5688249Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:55:06.5688552Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:55:06.5689015Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:55:06.5689404Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:55:06.5689794Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:55:06.5690185Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:55:06.5690547Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:55:06.5690919Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:55:06.5691292Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:55:06.5691637Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:55:06.5691968Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:55:06.5692383Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:55:06.5692826Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:55:06.5693215Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:55:06.5693576Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:55:06.5693962Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:55:06.5694372Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:55:06.5694781Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:55:06.5695187Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:55:06.5695543Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:55:06.5695891Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:55:06.5696661Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:55:06.5697096Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:55:06.5697737Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:55:06.5698347Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:55:06.5698693Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:55:06.5699216Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:55:06.5699596Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:55:06.5700015Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:55:06.5700476Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:55:06.5700884Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:55:06.5701245Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:55:06.5701582Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:55:06.5701931Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:55:06.5702376Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:55:06.5702871Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:55:06.5703309Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:55:06.5703675Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:55:06.5704131Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:55:06.5704661Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:55:06.5705152Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:55:06.5705579Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:55:06.5706065Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:55:06.5706759Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:55:06.5707167Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:55:06.5707574Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:55:06.5707974Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:55:06.5708336Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:55:06.5708702Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:55:06.5709092Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:55:06.5709485Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:55:06.5709870Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:55:06.5710260Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:55:06.5710647Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:55:06.5711042Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:55:06.5711461Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:55:06.5711906Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:55:06.5712323Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:55:06.5712684Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:55:06.5713048Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:55:06.5713436Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:55:06.5713802Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:55:06.5714173Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:55:06.5714549Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:55:06.5714930Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:55:06.5715343Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:55:06.5715946Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:55:06.5716755Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:55:06.5717181Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:55:06.5717570Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:55:06.5717951Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:55:06.5718328Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:55:06.5718695Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:55:06.5719081Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:55:06.5719463Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:55:06.5719905Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:55:06.5720392Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:55:06.5720848Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:55:06.5721360Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:55:06.5721860Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:55:06.5722631Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:55:06.5723487Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:55:06.5724176Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:55:06.5724548Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:55:06.5724910Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:55:06.5725289Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:55:06.5725664Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:55:06.5726018Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:55:06.5726534Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:55:06.5726907Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:55:06.5727282Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:55:06.5727659Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:55:06.5728040Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:55:06.5728431Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:55:06.5728812Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:55:06.5729220Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:55:06.5729662Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:55:06.5730044Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:55:06.5730427Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:55:06.5730852Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:55:06.5731225Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:55:06.5731577Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:55:06.5731921Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:55:06.5732290Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:55:06.5732668Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:55:06.5733035Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:55:06.5733549Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:55:06.5733911Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:55:06.5734228Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:55:06.5734685Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:06.5735199Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:55:06.5735566Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:55:06.5735939Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:55:06.5736463Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:55:06.5736863Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:55:06.5737293Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:55:06.5737717Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:55:06.5738141Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:55:06.5738539Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:55:06.5738934Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:55:06.5739347Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:55:06.5739752Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:55:06.5740137Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:55:06.5740695Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:55:06.5741183Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:55:06.5741672Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:55:06.5742114Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:55:06.5742514Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:55:06.5742906Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:55:06.5743369Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:55:06.5743847Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:55:06.5744247Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:55:06.5744680Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:55:06.5745124Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:55:06.5745526Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:55:06.5745886Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:55:06.5746520Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:55:06.5747020Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:55:06.5747429Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:55:06.5747806Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:55:06.5748174Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:55:06.5748567Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:55:06.5748946Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:55:06.5749321Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:55:06.5749702Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:55:06.5750052Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:55:06.5750428Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:55:06.5750982Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:55:06.5751360Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:55:06.5751723Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:55:06.5752079Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:55:06.5752442Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:55:06.5752817Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:55:06.5753177Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:55:06.5753538Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:55:06.5753912Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:55:06.5754264Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:55:06.5754635Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:55:06.5755073Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:55:06.5755482Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:55:06.5755847Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:55:06.5756434Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:55:06.5756908Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:55:06.5757303Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:55:06.5757816Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:55:06.5758180Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:55:06.5758541Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:55:06.5758836Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:55:06.5759141Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:55:06.5759497Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:55:06.5759854Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:55:06.5760220Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:55:06.5760575Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:55:06.5760918Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:55:06.5761252Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:55:06.5761630Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:55:06.5762049Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:55:06.5762443Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:55:06.5762837Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:55:06.5763229Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:55:06.5763641Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:55:06.5764179Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:55:06.5764806Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:55:06.5765430Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:55:06.5765976Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:55:06.5766578Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:55:06.5767063Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:55:06.5767699Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:55:06.5768326Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:55:06.5768885Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:55:06.5769372Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:55:06.5769817Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:55:06.5770183Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:55:06.5770563Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:55:06.5770938Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:55:06.5771318Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:55:06.5771704Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:55:06.5772103Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:55:06.5772484Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:55:06.5772858Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:55:06.5773239Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:55:06.5773605Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:55:06.5773972Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:55:06.5774338Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:55:06.5774863Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:55:06.5775257Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:55:06.5775666Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:55:06.5776086Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:55:06.5776572Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:55:06.5776960Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:55:06.5777367Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:55:06.5777773Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:55:06.5778205Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:55:06.5778631Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:55:06.5779007Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:55:06.5779377Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:55:06.5779757Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:55:06.5780123Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:55:06.5780507Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:55:06.5780894Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:55:06.5781274Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:55:06.5781655Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:55:06.5782017Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:55:06.5782374Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:55:06.5782924Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:06.5783631Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:06.5784420Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:06.5785089Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:06.5785609Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:55:06.5785992Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:55:06.5786636Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:55:06.5787025Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:55:06.5787408Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:55:06.5787766Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:55:06.5788143Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:55:06.5788536Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:55:06.5788913Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:55:06.5789292Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:55:06.5789757Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:55:06.5790130Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:55:06.5790516Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:55:06.5790922Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:55:06.5791317Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:55:06.5791890Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:55:06.5792289Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:55:06.5792675Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:55:06.5793061Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:55:06.5793440Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:55:06.5793807Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:55:06.5794184Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:55:06.5794583Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:55:06.5794974Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:55:06.5795364Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:55:06.5795758Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:55:06.5796140Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:55:06.5796841Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:55:06.5797286Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:55:06.5797685Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:55:06.5798117Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:55:06.5798570Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:55:06.5798974Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:55:06.5799337Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:55:06.5799714Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:55:06.5800111Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:55:06.5800516Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:55:06.5800926Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:55:06.5801584Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:55:06.5802094Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:55:06.5802649Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:55:06.5803117Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:55:06.5803515Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:55:06.5803916Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:55:06.5804363Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:55:06.5804807Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:55:06.5805278Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:55:06.5805766Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:55:06.5806202Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:55:06.5806789Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:55:06.5807184Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:55:06.5807575Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:55:06.5807987Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:55:06.5808371Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:55:06.5808907Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:55:06.5809314Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:55:06.5809717Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:55:06.5810122Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:55:06.5810537Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:55:06.5810927Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:55:06.5811311Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:55:06.5811672Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:55:06.5812026Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:55:06.5812413Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:55:06.5812832Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:55:06.5813280Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:55:06.5813725Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:55:06.5814126Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:55:06.5814556Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:55:06.5814973Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:55:06.5815374Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:55:06.5815782Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:55:06.5816137Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:55:06.5816714Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:55:06.5817111Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:55:06.5817504Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:55:06.5817873Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:55:06.5818198Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:55:06.5818633Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:55:06.5818993Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:55:06.5819491Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:55:06.5819998Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:55:06.5820373Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:55:06.5820739Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:55:06.5821141Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:55:06.5821546Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:55:06.5821943Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:55:06.5822336Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:55:06.5822746Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:55:06.5823150Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:55:06.5823516Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:55:06.5823875Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:55:06.5824231Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:55:06.5824609Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:55:06.5825022Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:55:06.5825563Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:55:06.5825952Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:55:06.5826641Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:55:06.5827095Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:55:06.5827486Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:55:06.5827850Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:55:06.5828198Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:55:06.5828676Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:55:06.5829050Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:55:06.5829424Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:55:06.5829828Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:55:06.5830242Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:55:06.5830701Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:55:06.5831151Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:55:06.5831525Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:55:06.5831906Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:55:06.5832281Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:55:06.5832662Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:55:06.5833033Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:55:06.5833400Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:55:06.5833845Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:55:06.5834330Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:55:06.5834750Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:55:06.5835276Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:55:06.5835661Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:55:06.5836069Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:55:06.5836731Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:55:06.5837111Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:55:06.5837507Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:55:06.5837888Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:55:06.5838241Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:55:06.5838599Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:55:06.5838997Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:55:06.5839415Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:55:06.5839795Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:55:06.5840178Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:55:06.5840617Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:55:06.5841054Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:55:06.5841470Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:55:06.5841860Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:55:06.5842510Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:06.5843022Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:55:06.5843333Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:55:06.5843687Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:55:06.5844098Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:55:06.5844519Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:55:06.5845041Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:55:06.5845742Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:55:06.5846667Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:55:06.5847330Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:55:06.5847971Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:55:06.5848598Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:55:06.5849220Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:55:06.5849800Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:55:06.5850278Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:55:06.5850717Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:55:06.5851149Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:55:06.5851571Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:55:06.5852041Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:55:06.5852465Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:55:06.5852839Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:55:06.5853346Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:55:06.5853736Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:55:06.5854113Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:55:06.5854514Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:55:06.5854925Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:55:06.5855285Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:55:06.5855671Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:55:06.5856136Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:55:06.5856753Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:55:06.5857240Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:55:06.5857718Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:55:06.5858199Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:55:06.5858675Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:55:06.5859177Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:55:06.5859591Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:55:06.5859999Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:55:06.5860547Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:55:06.5860964Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:55:06.5861384Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:55:06.5861821Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:55:06.5862245Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:55:06.5862633Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:55:06.5863008Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:55:06.5863380Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:55:06.5863754Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:55:06.5864187Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:55:06.5864632Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:55:06.5865031Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:55:06.5865439Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:55:06.5865861Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:55:06.5866578Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:55:06.5867097Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:55:06.5867528Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:55:06.5867924Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:55:06.5868302Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:55:06.5868693Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:55:06.5869059Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:55:06.5869425Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:55:06.5869824Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:55:06.5870368Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:55:06.5870811Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:55:06.5871279Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:55:06.5871694Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:55:06.5872095Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:55:06.5872488Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:55:06.5872791Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:55:06.5873111Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:55:06.5873492Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:55:06.5873886Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:55:06.5874279Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:55:06.5874668Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:55:06.5875095Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:55:06.5875538Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:55:06.5875949Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:55:06.5876612Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:55:06.5877016Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:55:06.5877779Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:55:06.5878352Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:55:06.5878804Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:55:06.5879245Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:55:06.5879680Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:55:06.5880098Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:55:06.5880491Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:55:06.5880878Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:55:06.5881254Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:55:06.5881655Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:55:06.5882053Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:55:06.5882424Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:55:06.5882813Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:55:06.5883209Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:55:06.5883583Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:55:06.5883991Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:55:06.5884442Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:55:06.5884862Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:55:06.5885239Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:55:06.5885613Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:55:06.5885997Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:55:06.5886497Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:55:06.5886982Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:55:06.5887427Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:55:06.5887881Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:55:06.5888283Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:55:06.5888675Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:55:06.5889067Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:55:06.5889445Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:55:06.5889825Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:55:06.5890202Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:55:06.5890600Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:55:06.5891051Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:55:06.5891501Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:55:06.5891918Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:55:06.5892337Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:55:06.5892746Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:55:06.5893172Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:55:06.5893559Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:55:06.5894044Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:55:06.5894359Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:55:06.5894658Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:55:06.5895026Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:55:06.5895404Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:55:06.5895755Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:55:06.5896125Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:55:06.5896642Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:55:06.5897027Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:55:06.5897387Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:55:06.5897737Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:55:06.5898117Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:55:06.5898515Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:55:06.5898887Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:55:06.5899249Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:55:06.5899601Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:55:06.5899984Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:55:06.5900363Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:55:06.5900713Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:55:06.5901083Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:55:06.5901469Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:55:06.5901848Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:55:06.5902220Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:55:06.5902593Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:55:06.5902972Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:55:06.5903491Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:55:06.5903923Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:55:06.5904323Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:55:06.5904672Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:55:06.5905019Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:55:06.5905361Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:55:06.5905784Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:55:06.5906563Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:55:06.5907096Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:55:06.5907572Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:55:06.5908067Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:55:06.5908500Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:55:06.5908882Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:55:06.5909273Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:55:06.5909657Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:55:06.5910043Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:55:06.5910586Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:55:06.5910969Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:55:06.5911340Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:55:06.5911733Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:55:06.5912171Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:55:06.5912598Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:55:06.5912970Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:55:06.5913372Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:55:06.5913788Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:55:06.5914165Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:55:06.5914524Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:55:06.5914919Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:55:06.5915367Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:55:06.5915798Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:55:06.5916203Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:55:06.5916891Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:55:06.5917223Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:55:06.5917509Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:55:06.5917862Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:55:06.5918344Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:55:06.5918654Z 
2025-08-20T20:55:06.5918666Z 
2025-08-20T20:55:06.5919045Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:55:06 PM)
2025-08-20T20:55:06.5919425Z 
2025-08-20T20:55:06.5919428Z 
2025-08-20T20:55:06.5919431Z 
2025-08-20T20:55:06.5919506Z [+] Continue : YES
2025-08-20T20:55:06.5919626Z 
2025-08-20T20:55:06.5927941Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:55:06.6412486Z 
2025-08-20T20:55:06.6413137Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:55:06 PM) UTC
2025-08-20T20:55:06.6413563Z 
2025-08-20T20:55:06.6431418Z 
2025-08-20T20:55:06.6431641Z [+] Total RECIPES :: 1
2025-08-20T20:55:06.6431881Z 
2025-08-20T20:55:06.6510266Z 
2025-08-20T20:55:06.6511131Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml (1/1)
2025-08-20T20:55:06.6511704Z 
2025-08-20T20:55:06.7076736Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:55:06.7088634Z mode of '/tmp/pkgforge/njXor1u3k_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:55:06.7137976Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/gitoxide/official [Provided]
2025-08-20T20:55:06.7138701Z [+] Setting '.pkg_family' --> gitoxide [Provided]
2025-08-20T20:55:06.7151361Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:55:06.7157968Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T20:55:06.7188571Z [00:00:00.003]➜  
2025-08-20T20:55:06.7189144Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/njXor1u3k_build.yaml
2025-08-20T20:55:06.7189588Z [00:00:00.003]➜  
2025-08-20T20:55:06.7231503Z [00:00:00.008]➜  
2025-08-20T20:55:06.7232048Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/njXor1u3k_build.yaml
2025-08-20T20:55:06.7232745Z [00:00:00.008]➜  
2025-08-20T20:55:06.7312441Z [00:00:00.016]➜  
2025-08-20T20:55:06.7313512Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/gitoxide/static.official.source.yaml) --> /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:55:06 PM) UTC]
2025-08-20T20:55:06.7314439Z [00:00:00.016]➜  
2025-08-20T20:55:06.7314647Z [00:00:00.016]➜  
2025-08-20T20:55:06.7314845Z [00:00:00.016]➜  
2025-08-20T20:55:06.7315130Z [00:00:00.016]➜  ###################################################################
2025-08-20T20:55:06.7323855Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:55:06.7325387Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T20:55:06.7326976Z [00:00:00.017]➜  _disabled: false
2025-08-20T20:55:06.7327974Z [00:00:00.017]➜  
2025-08-20T20:55:06.7328819Z [00:00:00.017]➜  pkg: "gitoxide"
2025-08-20T20:55:06.7329432Z [00:00:00.017]➜  pkg_id: "github.com.GitoxideLabs.gitoxide"
2025-08-20T20:55:06.7330033Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T20:55:06.7330489Z [00:00:00.017]➜  category:
2025-08-20T20:55:06.7332943Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T20:55:06.7333530Z [00:00:00.017]➜    - "Utility"
2025-08-20T20:55:06.7334364Z [00:00:00.017]➜  description: "An idiomatic, lean, fast & safe pure Rust implementation of Git"
2025-08-20T20:55:06.7335128Z [00:00:00.017]➜  distro_pkg:
2025-08-20T20:55:06.7335569Z [00:00:00.017]➜    alpine:
2025-08-20T20:55:06.7336018Z [00:00:00.017]➜      - "gitoxide"
2025-08-20T20:55:06.7336706Z [00:00:00.017]➜    archlinux:
2025-08-20T20:55:06.7337131Z [00:00:00.017]➜      aur:
2025-08-20T20:55:06.7337566Z [00:00:00.017]➜        - "gitoxide-git"
2025-08-20T20:55:06.7338055Z [00:00:00.017]➜      extra:
2025-08-20T20:55:06.7338505Z [00:00:00.017]➜        - "gitoxide"
2025-08-20T20:55:06.7338968Z [00:00:00.017]➜    nixpkgs:
2025-08-20T20:55:06.7339447Z [00:00:00.017]➜      - "gitoxide"
2025-08-20T20:55:06.7339908Z [00:00:00.017]➜  homepage:
2025-08-20T20:55:06.7340485Z [00:00:00.017]➜    - "https://github.com/GitoxideLabs/gitoxide"
2025-08-20T20:55:06.7341072Z [00:00:00.017]➜  license:
2025-08-20T20:55:06.7341530Z [00:00:00.017]➜    - "Apache-2"
2025-08-20T20:55:06.7341967Z [00:00:00.017]➜    - "MIT"
2025-08-20T20:55:06.7342643Z [00:00:00.017]➜  maintainer:
2025-08-20T20:55:06.7343315Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:55:06.7343881Z [00:00:00.017]➜  note:
2025-08-20T20:55:06.7344390Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:55:06.7345156Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/GitoxideLabs/gitoxide"
2025-08-20T20:55:06.7345637Z [00:00:00.017]➜  provides:
2025-08-20T20:55:06.7345876Z [00:00:00.017]➜    - "ein"
2025-08-20T20:55:06.7346110Z [00:00:00.017]➜    - "gix"  
2025-08-20T20:55:06.7346669Z [00:00:00.017]➜  repology:
2025-08-20T20:55:06.7346930Z [00:00:00.017]➜    - "gitoxide"
2025-08-20T20:55:06.7347185Z [00:00:00.017]➜  src_url:
2025-08-20T20:55:06.7347496Z [00:00:00.017]➜    - "https://github.com/GitoxideLabs/gitoxide"
2025-08-20T20:55:06.7347813Z [00:00:00.017]➜  tag:
2025-08-20T20:55:06.7348031Z [00:00:00.017]➜    - "git"
2025-08-20T20:55:06.7348269Z [00:00:00.017]➜    - "vcs"
2025-08-20T20:55:06.7348519Z [00:00:00.017]➜    - "version-control"
2025-08-20T20:55:06.7348778Z [00:00:00.017]➜  x_exec:
2025-08-20T20:55:06.7349037Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T20:55:06.7349303Z [00:00:00.017]➜    host:
2025-08-20T20:55:06.7349546Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T20:55:06.7349819Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T20:55:06.7350086Z [00:00:00.017]➜    shell: "bash"
2025-08-20T20:55:06.7350337Z [00:00:00.017]➜    pkgver: |
2025-08-20T20:55:06.7350632Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:55:06.7351605Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/GitoxideLabs/gitoxide" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:55:06.7352526Z [00:00:00.017]➜      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:55:06.7353378Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:55:06.7354089Z [00:00:00.017]➜    run: |
2025-08-20T20:55:06.7354517Z [00:00:00.017]➜      #Build
2025-08-20T20:55:06.7355624Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:55:06.7357482Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:55:06.7358550Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:55:06.7359443Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:55:06.7360225Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T20:55:06.7360856Z [00:00:00.017]➜        bash -l -c '
2025-08-20T20:55:06.7361317Z [00:00:00.017]➜        #Setup ENV
2025-08-20T20:55:06.7362013Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:55:06.7362874Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:55:06.7363647Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T20:55:06.7364830Z [00:00:00.017]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:55:06.7365874Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:55:06.7366889Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T20:55:06.7367423Z [00:00:00.017]➜           else
2025-08-20T20:55:06.7367939Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T20:55:06.7368447Z [00:00:00.017]➜           fi
2025-08-20T20:55:06.7368873Z [00:00:00.017]➜         else
2025-08-20T20:55:06.7369727Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:55:06.7370480Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T20:55:06.7371089Z [00:00:00.017]➜         fi
2025-08-20T20:55:06.7371544Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T20:55:06.7372162Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:55:06.7372911Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:55:06.7373706Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:55:06.7374459Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:55:06.7375051Z [00:00:00.017]➜         fi
2025-08-20T20:55:06.7375580Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:55:06.7376400Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:55:06.7377049Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:55:06.7377684Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:55:06.7378316Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:55:06.7378948Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:55:06.7379565Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:55:06.7380271Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:55:06.7380992Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:55:06.7381676Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:55:06.7382330Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:55:06.7383332Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:55:06.7384020Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:55:06.7384575Z [00:00:00.017]➜        #Build
2025-08-20T20:55:06.7385582Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/GitoxideLabs/gitoxide" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:55:06.7386838Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:55:06.7387484Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:55:06.7388666Z [00:00:00.017]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:55:06.7389801Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:55:06.7390791Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:55:06.7391891Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:55:06.7392592Z [00:00:00.017]➜        #Copy
2025-08-20T20:55:06.7394386Z [00:00:00.017]➜         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:55:06.7396869Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:55:06.7397957Z [00:00:00.017]➜        #Strip 
2025-08-20T20:55:06.7398905Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:55:06.7400198Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:55:06.7401460Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:55:06.7402780Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:55:06.7403877Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:55:06.7404645Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T20:55:06.7405109Z [00:00:00.017]➜        '
2025-08-20T20:55:06.7405525Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T20:55:06.7406184Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:55:06.7407670Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:55:06.7409651Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T20:55:06.7411054Z [00:00:00.017]➜  
2025-08-20T20:55:06.7411407Z [00:00:00.018]➜  
2025-08-20T20:55:06.7411921Z [00:00:00.018]➜  ###################################################################
2025-08-20T20:55:06.7412436Z [00:00:00.018]➜  
2025-08-20T20:55:06.7412788Z [00:00:00.018]➜  
2025-08-20T20:55:06.7413136Z [00:00:00.018]➜  
2025-08-20T20:55:06.7414040Z [00:00:00.019]➜  '/tmp/pkgforge/njXor1u3k_build.yaml' -> '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:55:08.0387460Z [00:00:01.323]➜  '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/gitoxide.static.version' -> '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/gitoxide.version'
2025-08-20T20:55:08.0442862Z [00:00:01.329]➜  [+] Version: HEAD-c2c8c2f-250819T032528 ('.x_exec.pkgver') [/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/gitoxide.static.version]
2025-08-20T20:55:08.0693853Z [00:00:01.354]➜  [+] Progs: ein gitoxide gix
2025-08-20T20:55:08.4097263Z [00:00:01.694]➜  
2025-08-20T20:55:08.4097752Z [00:00:01.694]➜  [-] Missing packages. Found: 
2025-08-20T20:55:08.4098383Z [00:00:01.694]➜  [+] Expected: ein gitoxide gix
2025-08-20T20:55:08.4098958Z [00:00:01.694]➜  [+] Continuing with build...
2025-08-20T20:55:08.4099367Z [00:00:01.694]➜  
2025-08-20T20:55:08.8025203Z [00:00:02.087]➜  
2025-08-20T20:55:08.8025663Z [00:00:02.087]➜  
2025-08-20T20:55:08.8120542Z [00:00:02.096]➜  + mkdir -pv /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:55:08.8144824Z [00:00:02.098]➜  + docker run --platform=linux/amd64 --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/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T20:55:08.8147708Z [00:00:02.098]➜    #Setup ENV
2025-08-20T20:55:08.8148142Z [00:00:02.099]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:55:08.8148648Z [00:00:02.099]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:55:08.8149091Z [00:00:02.099]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T20:55:08.8149746Z [00:00:02.099]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:55:08.8150326Z [00:00:02.099]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:55:08.8150674Z [00:00:02.099]➜         export RUST_TARGET
2025-08-20T20:55:08.8150992Z [00:00:02.099]➜       else
2025-08-20T20:55:08.8151256Z [00:00:02.099]➜         rustc -Vv ; exit 1
2025-08-20T20:55:08.8151526Z [00:00:02.099]➜       fi
2025-08-20T20:55:08.8151756Z [00:00:02.099]➜     else
2025-08-20T20:55:08.8152081Z [00:00:02.099]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:55:08.8152753Z [00:00:02.099]➜       rustup target add "${RUST_TARGET}"
2025-08-20T20:55:08.8153090Z [00:00:02.099]➜     fi
2025-08-20T20:55:08.8153328Z [00:00:02.099]➜     RUST_FLAGS=()
2025-08-20T20:55:08.8153662Z [00:00:02.099]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:55:08.8154072Z [00:00:02.099]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:55:08.8154502Z [00:00:02.099]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:55:08.8154914Z [00:00:02.099]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:55:08.8155224Z [00:00:02.099]➜     fi
2025-08-20T20:55:08.8155501Z [00:00:02.099]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:55:08.8155864Z [00:00:02.099]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:55:08.8156196Z [00:00:02.099]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:55:08.8156817Z [00:00:02.099]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:55:08.8157161Z [00:00:02.099]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:55:08.8157510Z [00:00:02.099]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:55:08.8157844Z [00:00:02.099]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:55:08.8158224Z [00:00:02.099]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:55:08.8158616Z [00:00:02.099]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:55:08.8158983Z [00:00:02.099]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:55:08.8159332Z [00:00:02.099]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:55:08.8159706Z [00:00:02.099]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:55:08.8160281Z [00:00:02.099]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:55:08.8160574Z [00:00:02.099]➜    #Build
2025-08-20T20:55:08.8161133Z [00:00:02.099]➜     git clone --filter "blob:none" --quiet "https://github.com/GitoxideLabs/gitoxide" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:55:08.8161702Z [00:00:02.099]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:55:08.8162065Z [00:00:02.099]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:55:08.8162715Z [00:00:02.099]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:55:08.8163337Z [00:00:02.099]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:55:08.8163889Z [00:00:02.099]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:55:08.8164481Z [00:00:02.099]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:55:08.8164874Z [00:00:02.099]➜    #Copy
2025-08-20T20:55:08.8165851Z [00:00:02.099]➜     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:55:08.8167470Z [00:00:02.099]➜     ( 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:55:08.8168063Z [00:00:02.099]➜    #Strip 
2025-08-20T20:55:08.8168571Z [00:00:02.099]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:55:08.8169275Z [00:00:02.099]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:55:08.8169969Z [00:00:02.099]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:55:08.8170585Z [00:00:02.099]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:55:08.8171156Z [00:00:02.099]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:55:08.8171590Z [00:00:02.099]➜     popd &>/dev/null
2025-08-20T20:55:08.8171991Z [00:00:02.099]➜    '
2025-08-20T20:55:09.0243472Z [00:00:02.309]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:55:09.0818476Z [00:00:02.366]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T20:55:09.0819002Z [00:00:02.366]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T20:55:09.0819357Z [00:00:02.366]➜  bffca73cb30c: Pulling fs layer
2025-08-20T20:55:09.0819680Z [00:00:02.366]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T20:55:09.0820001Z [00:00:02.366]➜  eb4a15147d73: Pulling fs layer
2025-08-20T20:55:09.0820317Z [00:00:02.366]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T20:55:09.0820934Z [00:00:02.366]➜  73d19b2d2e73: Waiting
2025-08-20T20:55:09.0821219Z [00:00:02.366]➜  eb4a15147d73: Waiting
2025-08-20T20:55:09.0821495Z [00:00:02.366]➜  1eff1cf6af24: Waiting
2025-08-20T20:55:09.1518263Z [00:00:02.436]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T20:55:09.1518905Z [00:00:02.436]➜  74f0d3ee81d8: Download complete
2025-08-20T20:55:09.1546440Z [00:00:02.439]➜  bffca73cb30c: Verifying Checksum
2025-08-20T20:55:09.1547125Z [00:00:02.439]➜  bffca73cb30c: Download complete
2025-08-20T20:55:09.2458321Z [00:00:02.530]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T20:55:09.2468441Z [00:00:02.530]➜  d62bb7eb03b5: Download complete
2025-08-20T20:55:09.2994353Z [00:00:02.584]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T20:55:09.2995047Z [00:00:02.584]➜  1eff1cf6af24: Download complete
2025-08-20T20:55:09.4098565Z [00:00:02.694]➜  d62bb7eb03b5: Pull complete
2025-08-20T20:55:09.5117329Z [00:00:02.796]➜  eb4a15147d73: Verifying Checksum
2025-08-20T20:55:09.5119213Z [00:00:02.796]➜  eb4a15147d73: Download complete
2025-08-20T20:55:10.9596841Z [00:00:04.244]➜  74f0d3ee81d8: Pull complete
2025-08-20T20:55:11.3039243Z [00:00:04.588]➜  bffca73cb30c: Pull complete
2025-08-20T20:55:26.7835299Z [00:00:20.068]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T20:55:26.7836109Z [00:00:20.068]➜  73d19b2d2e73: Download complete
2025-08-20T20:56:47.2592923Z [00:01:40.544]➜  73d19b2d2e73: Pull complete
2025-08-20T20:56:52.4755353Z [00:01:45.760]➜  eb4a15147d73: Pull complete
2025-08-20T20:56:52.4871641Z [00:01:45.772]➜  1eff1cf6af24: Pull complete
2025-08-20T20:56:52.4912412Z [00:01:45.776]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T20:56:52.4922397Z [00:01:45.777]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T20:56:52.6960432Z [00:01:45.980]➜  + mkdir -p /build-bins
2025-08-20T20:56:52.6977007Z [00:01:45.982]➜  ++ mktemp -d
2025-08-20T20:56:52.6992595Z [00:01:45.984]➜  + pushd /tmp/tmp.IabJqRvN7W
2025-08-20T20:56:52.6994444Z [00:01:45.984]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T20:56:52.6995023Z [00:01:45.984]➜  + source /root/.cargo/env
2025-08-20T20:56:52.6995617Z [00:01:45.984]➜  ++ case ":${PATH}:" in
2025-08-20T20:56:52.7009108Z [00:01:45.985]➜  ++ uname -m
2025-08-20T20:56:52.7009877Z [00:01:45.985]➜  ++ tr -d '[:space:]'
2025-08-20T20:56:52.7022157Z [00:01:45.987]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T20:56:52.7025402Z [00:01:45.987]➜  ++ uname -m
2025-08-20T20:56:52.7040792Z [00:01:45.988]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T20:56:52.7041487Z [00:01:45.988]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T20:56:52.7042124Z [00:01:45.988]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T20:56:52.9349094Z [00:01:46.219]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T20:56:52.9376583Z [00:01:46.222]➜  + RUST_FLAGS=()
2025-08-20T20:56:52.9377182Z [00:01:46.222]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:56:52.9377958Z [00:01:46.222]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:56:52.9381180Z [00:01:46.223]➜  + echo x86_64-unknown-linux-musl
2025-08-20T20:56:52.9381605Z [00:01:46.223]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T20:56:52.9392182Z [00:01:46.224]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:56:52.9393257Z [00:01:46.224]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:56:52.9394205Z [00:01:46.224]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:56:52.9394799Z [00:01:46.224]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:56:52.9395344Z [00:01:46.224]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:56:52.9396104Z [00:01:46.224]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:56:52.9396933Z [00:01:46.224]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:56:52.9397577Z [00:01:46.224]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:56:52.9398286Z [00:01:46.224]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:56:52.9398694Z [00:01:46.224]➜  ++ which mold
2025-08-20T20:56:52.9422315Z [00:01:46.227]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:56:52.9423004Z [00:01:46.227]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:56:52.9423662Z [00:01:46.227]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:56:52.9424620Z [00:01:46.227]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:56:52.9427497Z [00:01:46.227]➜  + 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:56:52.9430699Z [00:01:46.227]➜  + 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:56:52.9432330Z [00:01:46.227]➜  + git clone --filter blob:none --quiet https://github.com/GitoxideLabs/gitoxide ./TEMPREPO
2025-08-20T20:56:57.5431939Z [00:01:50.827]➜  + cd ./TEMPREPO/
2025-08-20T20:56:57.5432675Z [00:01:50.827]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T20:56:57.5433225Z [00:01:50.827]➜  
2025-08-20T20:56:57.5433707Z [00:01:50.827]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T20:56:57.5435552Z [00:01:50.828]➜  + 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:56:57.5437583Z [00:01:50.828]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T20:56:57.5439446Z [00:01:50.828]➜  [+] 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:56:57.5440657Z [00:01:50.828]➜  
2025-08-20T20:56:57.5445107Z [00:01:50.829]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T20:56:57.5447926Z [00:01:50.829]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T20:56:57.5471471Z [00:01:50.832]➜  ++ nproc
2025-08-20T20:56:57.5488992Z [00:01:50.833]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T20:56:57.9430032Z [00:01:51.227]➜      Updating crates.io index
2025-08-20T20:56:59.8093120Z [00:01:53.094]➜   Downloading crates ...
2025-08-20T20:56:59.9644408Z [00:01:53.249]➜    Downloaded anyhow v1.0.98
2025-08-20T20:56:59.9743388Z [00:01:53.259]➜    Downloaded anstyle v1.0.11
2025-08-20T20:56:59.9779062Z [00:01:53.262]➜    Downloaded arrayvec v0.7.6
2025-08-20T20:56:59.9827912Z [00:01:53.267]➜    Downloaded zerofrom v0.1.6
2025-08-20T20:56:59.9858855Z [00:01:53.270]➜    Downloaded icu_normalizer v2.0.0
2025-08-20T20:56:59.9930662Z [00:01:53.277]➜    Downloaded xattr v1.5.1
2025-08-20T20:56:59.9962149Z [00:01:53.281]➜    Downloaded bitflags v2.9.1
2025-08-20T20:57:00.0038182Z [00:01:53.288]➜    Downloaded tinyvec_macros v0.1.1
2025-08-20T20:57:00.0060433Z [00:01:53.290]➜    Downloaded writeable v0.6.1
2025-08-20T20:57:00.0095521Z [00:01:53.294]➜    Downloaded pathdiff v0.2.3
2025-08-20T20:57:00.0118131Z [00:01:53.296]➜    Downloaded scopeguard v1.2.0
2025-08-20T20:57:00.0144576Z [00:01:53.299]➜    Downloaded terminal_size v0.4.2
2025-08-20T20:57:00.0204519Z [00:01:53.305]➜    Downloaded static_assertions v1.1.0
2025-08-20T20:57:00.0255769Z [00:01:53.310]➜    Downloaded rusqlite v0.37.0
2025-08-20T20:57:00.0361898Z [00:01:53.321]➜    Downloaded regex v1.11.1
2025-08-20T20:57:00.0613116Z [00:01:53.346]➜    Downloaded potential_utf v0.1.2
2025-08-20T20:57:00.0675765Z [00:01:53.352]➜    Downloaded quote v1.0.40
2025-08-20T20:57:00.0750044Z [00:01:53.359]➜    Downloaded unicode-ident v1.0.18
2025-08-20T20:57:00.0812426Z [00:01:53.366]➜    Downloaded tracing-log v0.2.0
2025-08-20T20:57:00.0844339Z [00:01:53.369]➜    Downloaded open v5.3.2
2025-08-20T20:57:00.0875852Z [00:01:53.372]➜    Downloaded idna v1.0.3
2025-08-20T20:57:00.0938210Z [00:01:53.378]➜    Downloaded unicode-bom v2.0.3
2025-08-20T20:57:00.0966160Z [00:01:53.381]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T20:57:00.0997746Z [00:01:53.384]➜    Downloaded tinyvec v1.9.0
2025-08-20T20:57:00.1049957Z [00:01:53.389]➜    Downloaded thread_local v1.1.9
2025-08-20T20:57:00.1086966Z [00:01:53.393]➜    Downloaded tinystr v0.8.1
2025-08-20T20:57:00.1130896Z [00:01:53.397]➜    Downloaded utf8_iter v1.0.4
2025-08-20T20:57:00.1157682Z [00:01:53.400]➜    Downloaded socket2 v0.5.10
2025-08-20T20:57:00.1190609Z [00:01:53.403]➜    Downloaded tracing v0.1.41
2025-08-20T20:57:00.1254261Z [00:01:53.410]➜    Downloaded tar v0.4.44
2025-08-20T20:57:00.1295426Z [00:01:53.414]➜    Downloaded unicode-normalization v0.1.24
2025-08-20T20:57:00.1342788Z [00:01:53.419]➜    Downloaded serde_json v1.0.142
2025-08-20T20:57:00.1444307Z [00:01:53.429]➜    Downloaded memchr v2.7.5
2025-08-20T20:57:00.1521713Z [00:01:53.437]➜    Downloaded tui-react v0.23.2
2025-08-20T20:57:00.1540494Z [00:01:53.438]➜    Downloaded zip v4.3.0
2025-08-20T20:57:00.1603302Z [00:01:53.445]➜    Downloaded layout-rs v0.1.3
2025-08-20T20:57:00.1652206Z [00:01:53.450]➜    Downloaded jwalk v0.8.1
2025-08-20T20:57:00.1698820Z [00:01:53.454]➜    Downloaded zerovec v0.11.2
2025-08-20T20:57:00.1776550Z [00:01:53.462]➜    Downloaded regex-syntax v0.8.5
2025-08-20T20:57:00.1863504Z [00:01:53.471]➜    Downloaded url v2.5.4
2025-08-20T20:57:00.1899752Z [00:01:53.474]➜    Downloaded typenum v1.18.0
2025-08-20T20:57:00.1944831Z [00:01:53.479]➜    Downloaded unicode-segmentation v1.12.0
2025-08-20T20:57:00.1984964Z [00:01:53.483]➜    Downloaded sysinfo v0.36.1
2025-08-20T20:57:00.2130817Z [00:01:53.497]➜    Downloaded zlib-rs v0.5.1
2025-08-20T20:57:00.2195618Z [00:01:53.504]➜    Downloaded unicode-width v0.1.14
2025-08-20T20:57:00.2260501Z [00:01:53.510]➜    Downloaded curl-sys v0.4.82+curl-8.14.1
2025-08-20T20:57:00.3120545Z [00:01:53.596]➜    Downloaded tracing-subscriber v0.3.19
2025-08-20T20:57:00.3226680Z [00:01:53.607]➜    Downloaded syn v2.0.104
2025-08-20T20:57:00.3362500Z [00:01:53.621]➜    Downloaded zerotrie v0.2.2
2025-08-20T20:57:00.3413655Z [00:01:53.626]➜    Downloaded encoding_rs v0.8.35
2025-08-20T20:57:00.3651443Z [00:01:53.649]➜    Downloaded serde_derive v1.0.219
2025-08-20T20:57:00.3686470Z [00:01:53.653]➜    Downloaded rustix v1.0.8
2025-08-20T20:57:00.4046480Z [00:01:53.689]➜    Downloaded regex-automata v0.4.9
2025-08-20T20:57:00.4234836Z [00:01:53.708]➜    Downloaded maybe-async v0.2.10
2025-08-20T20:57:00.4274529Z [00:01:53.712]➜    Downloaded log v0.4.27
2025-08-20T20:57:00.4306859Z [00:01:53.715]➜    Downloaded lock_api v0.4.13
2025-08-20T20:57:00.4327025Z [00:01:53.717]➜    Downloaded litemap v0.8.0
2025-08-20T20:57:00.4360233Z [00:01:53.720]➜    Downloaded libz-rs-sys v0.5.1
2025-08-20T20:57:00.4374275Z [00:01:53.722]➜    Downloaded kstring v2.0.2
2025-08-20T20:57:00.4398668Z [00:01:53.724]➜    Downloaded itoa v1.0.15
2025-08-20T20:57:00.4420440Z [00:01:53.726]➜    Downloaded sha1-checked v0.10.0
2025-08-20T20:57:00.4492964Z [00:01:53.734]➜    Downloaded jiff v0.2.15
2025-08-20T20:57:00.4679758Z [00:01:53.752]➜    Downloaded libc v0.2.174
2025-08-20T20:57:00.5010904Z [00:01:53.785]➜    Downloaded thiserror v2.0.12
2025-08-20T20:57:00.5099649Z [00:01:53.794]➜    Downloaded libz-sys v1.1.22
2025-08-20T20:57:00.5370676Z [00:01:53.821]➜    Downloaded shlex v1.3.0
2025-08-20T20:57:00.5388391Z [00:01:53.823]➜    Downloaded lazy_static v1.5.0
2025-08-20T20:57:00.5414417Z [00:01:53.826]➜    Downloaded zerovec-derive v0.11.1
2025-08-20T20:57:00.5434360Z [00:01:53.828]➜    Downloaded stability v0.2.1
2025-08-20T20:57:00.5450277Z [00:01:53.829]➜    Downloaded ryu v1.0.20
2025-08-20T20:57:00.5493090Z [00:01:53.834]➜    Downloaded rayon v1.10.0
2025-08-20T20:57:00.5620927Z [00:01:53.846]➜    Downloaded lru v0.12.5
2025-08-20T20:57:00.5637815Z [00:01:53.848]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T20:57:00.5656940Z [00:01:53.850]➜    Downloaded synstructure v0.13.2
2025-08-20T20:57:00.5672067Z [00:01:53.852]➜    Downloaded stable_deref_trait v1.2.0
2025-08-20T20:57:00.5684982Z [00:01:53.853]➜    Downloaded signal-hook-registry v1.4.5
2025-08-20T20:57:00.5700948Z [00:01:53.854]➜    Downloaded signal-hook-mio v0.2.4
2025-08-20T20:57:00.5718617Z [00:01:53.856]➜    Downloaded serde v1.0.219
2025-08-20T20:57:00.5758065Z [00:01:53.860]➜    Downloaded rayon-core v1.12.1
2025-08-20T20:57:00.5809005Z [00:01:53.865]➜    Downloaded tempfile v3.20.0
2025-08-20T20:57:00.5847374Z [00:01:53.869]➜    Downloaded strum v0.26.3
2025-08-20T20:57:00.5859601Z [00:01:53.870]➜    Downloaded same-file v1.0.6
2025-08-20T20:57:00.5878905Z [00:01:53.872]➜    Downloaded strum_macros v0.26.4
2025-08-20T20:57:00.5910841Z [00:01:53.875]➜    Downloaded strsim v0.11.1
2025-08-20T20:57:00.5929499Z [00:01:53.877]➜    Downloaded indexmap v2.10.0
2025-08-20T20:57:00.5983691Z [00:01:53.883]➜    Downloaded icu_normalizer_data v2.0.0
2025-08-20T20:57:00.6011009Z [00:01:53.885]➜    Downloaded heapless v0.8.0
2025-08-20T20:57:00.6062391Z [00:01:53.891]➜    Downloaded bytes v1.10.1
2025-08-20T20:57:00.6118990Z [00:01:53.896]➜    Downloaded uluru v3.1.0
2025-08-20T20:57:00.6130918Z [00:01:53.897]➜    Downloaded thiserror v1.0.69
2025-08-20T20:57:00.6208787Z [00:01:53.905]➜    Downloaded smallvec v1.15.1
2025-08-20T20:57:00.6238183Z [00:01:53.908]➜    Downloaded slab v0.4.11
2025-08-20T20:57:00.6255593Z [00:01:53.910]➜    Downloaded signal-hook v0.3.18
2025-08-20T20:57:00.6297702Z [00:01:53.914]➜    Downloaded shell-words v1.1.0
2025-08-20T20:57:00.6310381Z [00:01:53.915]➜    Downloaded sha1 v0.10.6
2025-08-20T20:57:00.6333514Z [00:01:53.918]➜    Downloaded itertools v0.12.1
2025-08-20T20:57:00.6428999Z [00:01:53.927]➜    Downloaded hashbrown v0.14.5
2025-08-20T20:57:00.6490451Z [00:01:53.933]➜    Downloaded clap_builder v4.5.42
2025-08-20T20:57:00.6573971Z [00:01:53.942]➜    Downloaded icu_properties_data v2.0.1
2025-08-20T20:57:00.6704821Z [00:01:53.955]➜    Downloaded imara-diff v0.1.8
2025-08-20T20:57:00.6764893Z [00:01:53.961]➜    Downloaded flate2 v1.1.2
2025-08-20T20:57:00.6830387Z [00:01:53.967]➜    Downloaded tracing-forest v0.1.6
2025-08-20T20:57:00.6864154Z [00:01:53.971]➜    Downloaded unicode-truncate v1.1.0
2025-08-20T20:57:00.6886593Z [00:01:53.973]➜    Downloaded tracing-core v0.1.34
2025-08-20T20:57:00.6923854Z [00:01:53.977]➜    Downloaded pkg-config v0.3.32
2025-08-20T20:57:00.6945666Z [00:01:53.979]➜    Downloaded parking v2.2.1
2025-08-20T20:57:00.6962340Z [00:01:53.981]➜    Downloaded openssl-probe v0.1.6
2025-08-20T20:57:00.6978861Z [00:01:53.982]➜    Downloaded mio v0.8.11
2025-08-20T20:57:00.7056492Z [00:01:53.990]➜    Downloaded icu_locale_core v2.0.0
2025-08-20T20:57:00.7152130Z [00:01:54.000]➜    Downloaded icu_collections v2.0.0
2025-08-20T20:57:00.7237602Z [00:01:54.008]➜    Downloaded tracing-attributes v0.1.30
2025-08-20T20:57:00.7275563Z [00:01:54.012]➜    Downloaded utf8parse v0.2.2
2025-08-20T20:57:00.7289787Z [00:01:54.013]➜    Downloaded icu_properties v2.0.1
2025-08-20T20:57:00.7319087Z [00:01:54.016]➜    Downloaded home v0.5.11
2025-08-20T20:57:00.7333583Z [00:01:54.018]➜    Downloaded heck v0.5.0
2025-08-20T20:57:00.7352872Z [00:01:54.020]➜    Downloaded getrandom v0.3.2
2025-08-20T20:57:00.7399283Z [00:01:54.024]➜    Downloaded futures-sink v0.3.31
2025-08-20T20:57:00.7412033Z [00:01:54.026]➜    Downloaded futures-lite v2.6.0
2025-08-20T20:57:00.7434537Z [00:01:54.028]➜    Downloaded fs-err v3.1.1
2025-08-20T20:57:00.7461786Z [00:01:54.031]➜    Downloaded fnv v1.0.7
2025-08-20T20:57:00.7474431Z [00:01:54.032]➜    Downloaded crosstermion v0.14.0
2025-08-20T20:57:00.7490809Z [00:01:54.033]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T20:57:00.7524353Z [00:01:54.037]➜    Downloaded prodash v30.0.1
2025-08-20T20:57:00.7577160Z [00:01:54.042]➜    Downloaded percent-encoding v2.3.1
2025-08-20T20:57:00.7589494Z [00:01:54.043]➜    Downloaded paste v1.0.15
2025-08-20T20:57:00.7634115Z [00:01:54.048]➜    Downloaded openssl-sys v0.9.109
2025-08-20T20:57:00.7706013Z [00:01:54.055]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T20:57:00.7719679Z [00:01:54.056]➜    Downloaded is-docker v0.2.0
2025-08-20T20:57:00.7735494Z [00:01:54.058]➜    Downloaded io-close v0.3.7
2025-08-20T20:57:00.7751520Z [00:01:54.060]➜    Downloaded human_format v1.1.0
2025-08-20T20:57:00.7771170Z [00:01:54.062]➜    Downloaded futures-core v0.3.31
2025-08-20T20:57:00.7790318Z [00:01:54.063]➜    Downloaded form_urlencoded v1.2.1
2025-08-20T20:57:00.7801895Z [00:01:54.065]➜    Downloaded filetime v0.2.25
2025-08-20T20:57:00.7824344Z [00:01:54.067]➜    Downloaded fastrand v2.3.0
2025-08-20T20:57:00.7844253Z [00:01:54.069]➜    Downloaded faster-hex v0.10.0
2025-08-20T20:57:00.7866004Z [00:01:54.071]➜    Downloaded fallible-iterator v0.3.0
2025-08-20T20:57:00.7883676Z [00:01:54.073]➜    Downloaded errno v0.3.13
2025-08-20T20:57:00.7906506Z [00:01:54.075]➜    Downloaded env_filter v0.1.3
2025-08-20T20:57:00.7926565Z [00:01:54.077]➜    Downloaded displaydoc v0.2.5
2025-08-20T20:57:00.7968509Z [00:01:54.081]➜    Downloaded cpufeatures v0.2.17
2025-08-20T20:57:00.7989794Z [00:01:54.083]➜    Downloaded clap_lex v0.7.5
2025-08-20T20:57:00.8005337Z [00:01:54.085]➜    Downloaded clap_complete v4.5.55
2025-08-20T20:57:00.8047353Z [00:01:54.089]➜    Downloaded cassowary v0.3.0
2025-08-20T20:57:00.8066629Z [00:01:54.091]➜    Downloaded block-buffer v0.10.4
2025-08-20T20:57:00.8082564Z [00:01:54.093]➜    Downloaded autocfg v1.5.0
2025-08-20T20:57:00.8110383Z [00:01:54.095]➜    Downloaded polling v3.9.0
2025-08-20T20:57:00.8152221Z [00:01:54.100]➜    Downloaded pin-project-lite v0.2.16
2025-08-20T20:57:00.8232332Z [00:01:54.108]➜    Downloaded parking_lot_core v0.9.11
2025-08-20T20:57:00.8261263Z [00:01:54.110]➜    Downloaded once_cell v1.21.3
2025-08-20T20:57:00.8296668Z [00:01:54.114]➜    Downloaded linux-raw-sys v0.9.3
2025-08-20T20:57:00.8911575Z [00:01:54.176]➜    Downloaded nu-ansi-term v0.46.0
2025-08-20T20:57:00.8939750Z [00:01:54.178]➜    Downloaded memmap2 v0.9.7
2025-08-20T20:57:00.8962482Z [00:01:54.181]➜    Downloaded is-wsl v0.4.0
2025-08-20T20:57:00.8977556Z [00:01:54.182]➜    Downloaded is-terminal v0.4.16
2025-08-20T20:57:00.8991285Z [00:01:54.184]➜    Downloaded icu_provider v2.0.0
2025-08-20T20:57:00.9027110Z [00:01:54.187]➜    Downloaded hashlink v0.10.0
2025-08-20T20:57:00.9051630Z [00:01:54.190]➜    Downloaded hash32 v0.3.1
2025-08-20T20:57:00.9072360Z [00:01:54.192]➜    Downloaded generic-array v0.14.7
2025-08-20T20:57:00.9091800Z [00:01:54.194]➜    Downloaded futures-io v0.3.31
2025-08-20T20:57:00.9104302Z [00:01:54.195]➜    Downloaded concurrent-queue v2.5.0
2025-08-20T20:57:00.9128154Z [00:01:54.197]➜    Downloaded ratatui v0.26.3
2025-08-20T20:57:00.9355030Z [00:01:54.220]➜    Downloaded winnow v0.7.12
2025-08-20T20:57:00.9476649Z [00:01:54.232]➜    Downloaded vcpkg v0.2.15
2025-08-20T20:57:01.0233868Z [00:01:54.308]➜    Downloaded itertools v0.13.0
2025-08-20T20:57:01.0325653Z [00:01:54.317]➜    Downloaded fallible-streaming-iterator v0.1.9
2025-08-20T20:57:01.0338154Z [00:01:54.318]➜    Downloaded event-listener-strategy v0.5.4
2025-08-20T20:57:01.0353907Z [00:01:54.320]➜    Downloaded env_logger v0.11.8
2025-08-20T20:57:01.0389774Z [00:01:54.323]➜    Downloaded curl v0.4.48
2025-08-20T20:57:01.0453506Z [00:01:54.330]➜    Downloaded cc v1.2.30
2025-08-20T20:57:01.0500092Z [00:01:54.334]➜    Downloaded bstr v1.12.0
2025-08-20T20:57:01.0597029Z [00:01:54.344]➜    Downloaded jiff-static v0.2.15
2025-08-20T20:57:01.0628426Z [00:01:54.347]➜    Downloaded either v1.15.0
2025-08-20T20:57:01.0648756Z [00:01:54.349]➜    Downloaded crypto-common v0.1.6
2025-08-20T20:57:01.0662149Z [00:01:54.351]➜    Downloaded crossbeam-queue v0.3.12
2025-08-20T20:57:01.0679649Z [00:01:54.352]➜    Downloaded crossbeam-deque v0.8.6
2025-08-20T20:57:01.0699628Z [00:01:54.354]➜    Downloaded crc32fast v1.5.0
2025-08-20T20:57:01.0725537Z [00:01:54.357]➜    Downloaded colorchoice v1.0.4
2025-08-20T20:57:01.0740301Z [00:01:54.358]➜    Downloaded clru v0.6.2
2025-08-20T20:57:01.0757202Z [00:01:54.360]➜    Downloaded clap v4.5.42
2025-08-20T20:57:01.0883157Z [00:01:54.373]➜    Downloaded bytesize v2.0.1
2025-08-20T20:57:01.0909714Z [00:01:54.375]➜    Downloaded sharded-slab v0.1.7
2025-08-20T20:57:01.0955643Z [00:01:54.380]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T20:57:01.0990709Z [00:01:54.383]➜    Downloaded parking_lot v0.12.4
2025-08-20T20:57:01.1024177Z [00:01:54.387]➜    Downloaded walkdir v2.5.0
2025-08-20T20:57:01.1049508Z [00:01:54.389]➜    Downloaded digest v0.10.7
2025-08-20T20:57:01.1074912Z [00:01:54.392]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T20:57:01.1111594Z [00:01:54.396]➜    Downloaded clap_derive v4.5.41
2025-08-20T20:57:01.1142020Z [00:01:54.399]➜    Downloaded rustversion v1.0.21
2025-08-20T20:57:01.1180958Z [00:01:54.402]➜    Downloaded equivalent v1.0.2
2025-08-20T20:57:01.1194621Z [00:01:54.404]➜    Downloaded crossbeam v0.8.4
2025-08-20T20:57:01.1211226Z [00:01:54.406]➜    Downloaded base64 v0.22.1
2025-08-20T20:57:01.1262542Z [00:01:54.411]➜    Downloaded yoke v0.8.0
2025-08-20T20:57:01.1285701Z [00:01:54.413]➜    Downloaded version_check v0.9.5
2025-08-20T20:57:01.1302482Z [00:01:54.415]➜    Downloaded crossbeam-channel v0.5.15
2025-08-20T20:57:01.1358556Z [00:01:54.420]➜    Downloaded cfg-if v1.0.1
2025-08-20T20:57:01.1376866Z [00:01:54.422]➜    Downloaded overload v0.1.1
2025-08-20T20:57:01.1394992Z [00:01:54.424]➜    Downloaded zerofrom-derive v0.1.6
2025-08-20T20:57:01.1408927Z [00:01:54.425]➜    Downloaded yoke-derive v0.8.0
2025-08-20T20:57:01.1422866Z [00:01:54.427]➜    Downloaded compact_str v0.7.1
2025-08-20T20:57:01.1459772Z [00:01:54.430]➜    Downloaded castaway v0.2.4
2025-08-20T20:57:01.1478954Z [00:01:54.432]➜    Downloaded byteorder v1.5.0
2025-08-20T20:57:01.1501497Z [00:01:54.435]➜    Downloaded async-lock v3.4.0
2025-08-20T20:57:01.1534648Z [00:01:54.438]➜    Downloaded arc-swap v1.7.1
2025-08-20T20:57:01.1584793Z [00:01:54.443]➜    Downloaded aho-corasick v1.1.3
2025-08-20T20:57:01.1650854Z [00:01:54.449]➜    Downloaded hashbrown v0.15.4
2025-08-20T20:57:01.1714595Z [00:01:54.456]➜    Downloaded crossterm v0.27.0
2025-08-20T20:57:01.1804827Z [00:01:54.465]➜    Downloaded allocator-api2 v0.2.21
2025-08-20T20:57:01.1838731Z [00:01:54.468]➜    Downloaded futures-channel v0.3.31
2025-08-20T20:57:01.1863965Z [00:01:54.471]➜    Downloaded async-channel v2.3.1
2025-08-20T20:57:01.1881062Z [00:01:54.473]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T20:57:01.1903729Z [00:01:54.475]➜    Downloaded anstream v0.6.19
2025-08-20T20:57:01.1931610Z [00:01:54.478]➜    Downloaded idna_adapter v1.2.1
2025-08-20T20:57:01.1943636Z [00:01:54.479]➜    Downloaded foldhash v0.1.5
2025-08-20T20:57:01.1961077Z [00:01:54.481]➜    Downloaded event-listener v5.4.0
2025-08-20T20:57:01.1988399Z [00:01:54.483]➜    Downloaded dashmap v6.1.0
2025-08-20T20:57:01.2021495Z [00:01:54.487]➜    Downloaded async-io v2.5.0
2025-08-20T20:57:01.2060379Z [00:01:54.490]➜    Downloaded anstyle-query v1.1.3
2025-08-20T20:57:01.2077833Z [00:01:54.492]➜    Downloaded ansiterm v0.12.2
2025-08-20T20:57:01.2134878Z [00:01:54.498]➜    Downloaded libsqlite3-sys v0.35.0
2025-08-20T20:57:01.3932114Z [00:01:54.677]➜     Compiling proc-macro2 v1.0.95
2025-08-20T20:57:01.3933217Z [00:01:54.677]➜     Compiling unicode-ident v1.0.18
2025-08-20T20:57:01.3933939Z [00:01:54.677]➜     Compiling serde v1.0.219
2025-08-20T20:57:01.3935160Z [00:01:54.678]➜     Compiling libc v0.2.174
2025-08-20T20:57:01.3935706Z [00:01:54.678]➜     Compiling cfg-if v1.0.1
2025-08-20T20:57:01.3940189Z [00:01:54.678]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=245e6a93f6b40ddf -C extra-filename=-2421a0f2da2ad232 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:01.3973562Z [00:01:54.681]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=cecc13813391610d -C extra-filename=-8322841390b1e4cb --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:01.3983103Z [00:01:54.681]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b4d57878326094bd -C extra-filename=-1108bd03bb6c3137 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde-1108bd03bb6c3137 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:01.3997535Z [00:01:54.682]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a215f7296a944c65 -C extra-filename=-36e21ec43fe2a66a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:01.4012082Z [00:01:54.682]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c0da646ff7cb36b8 -C extra-filename=-bef1311e07b34ff5 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:01.5196086Z [00:01:54.804]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T20:57:01.5258238Z [00:01:54.809]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4b9ea8a5c3568ae7 -C extra-filename=-9e4fce232d40b3fa --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:01.6457344Z [00:01:54.930]➜     Compiling once_cell v1.21.3
2025-08-20T20:57:01.6466981Z [00:01:54.930]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bce33c01a6cb76d5 -C extra-filename=-dd9ea91bb2029276 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:01.9971467Z [00:01:55.281]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build`
2025-08-20T20:57:02.0004500Z [00:01:55.285]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build`
2025-08-20T20:57:02.0015199Z [00:01:55.286]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build`
2025-08-20T20:57:02.0044265Z [00:01:55.289]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build`
2025-08-20T20:57:02.0131265Z [00:01:55.295]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b69b389786cc749b -C extra-filename=-fdfd9e62563524fe --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:02.0388865Z [00:01:55.321]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2e1c1e19902588df -C extra-filename=-b014929a11091e7c --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:02.0408399Z [00:01:55.325]➜     Compiling memchr v2.7.5
2025-08-20T20:57:02.0463831Z [00:01:55.330]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bd2962672d610b04 -C extra-filename=-70e93713acfb7392 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:02.1029602Z [00:01:55.387]➜     Compiling regex-syntax v0.8.5
2025-08-20T20:57:02.1041706Z [00:01:55.388]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8ffc94dcf98190e8 -C extra-filename=-a636499d6b59e980 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:02.1835351Z [00:01:55.467]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bfeaf4742d455960 -C extra-filename=-65ce8afc9976ae3d --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.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:57:03.7758330Z [00:01:57.060]➜     Compiling quote v1.0.40
2025-08-20T20:57:03.7768663Z [00:01:57.061]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=420231caaa680d4d -C extra-filename=-98dfd98fd01d9485 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --cap-lints allow`
2025-08-20T20:57:03.9609092Z [00:01:57.243]➜     Compiling thiserror v2.0.12
2025-08-20T20:57:03.9613869Z [00:01:57.243]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8de9efd3f69aad22 -C extra-filename=-e0105bd0feb67a5a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:04.1538443Z [00:01:57.438]➜     Compiling autocfg v1.5.0
2025-08-20T20:57:04.1564759Z [00:01:57.440]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d0f609182549ad2c -C extra-filename=-3ed48474b7f2b023 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:04.4080007Z [00:01:57.692]➜     Compiling syn v2.0.104
2025-08-20T20:57:04.4116689Z [00:01:57.693]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c6e0f1fcfe3ca794 -C extra-filename=-94f40e26de0f9146 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern unicode_ident=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-20T20:57:04.5068743Z [00:01:57.791]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build`
2025-08-20T20:57:04.5309738Z [00:01:57.815]➜     Compiling log v0.4.27
2025-08-20T20:57:04.5321540Z [00:01:57.815]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e644b7c2f16baf1f -C extra-filename=-29e5a38bab2fe1ed --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:04.7777599Z [00:01:58.062]➜     Compiling tracing-core v0.1.34
2025-08-20T20:57:04.7787763Z [00:01:58.062]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1788a67846182f5b -C extra-filename=-e59139a3d449cf5d --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.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:57:04.9681768Z [00:01:58.252]➜     Compiling foldhash v0.1.5
2025-08-20T20:57:04.9699596Z [00:01:58.253]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1fc29dc9a3d285ea -C extra-filename=-2332ff3b8e67b3b0 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:04.9900037Z [00:01:58.274]➜     Compiling equivalent v1.0.2
2025-08-20T20:57:04.9911596Z [00:01:58.275]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9d3382364af632f4 -C extra-filename=-00f80dfaddbea53e --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:05.0694324Z [00:01:58.354]➜     Compiling fastrand v2.3.0
2025-08-20T20:57:05.0704503Z [00:01:58.354]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8a489a08eaa779ec -C extra-filename=-7349f526c053b502 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:05.2868631Z [00:01:58.571]➜     Compiling regex-automata v0.4.9
2025-08-20T20:57:05.2889113Z [00:01:58.572]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c1f5c55b72eac2b5 -C extra-filename=-fb3b59db4a6b6077 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern regex_syntax=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.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:57:05.4839037Z [00:01:58.768]➜     Compiling allocator-api2 v0.2.21
2025-08-20T20:57:05.4853943Z [00:01:58.768]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bf212fd950d07092 -C extra-filename=-2a12531b87530519 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:06.5322797Z [00:01:59.816]➜     Compiling hashbrown v0.15.4
2025-08-20T20:57:06.5365383Z [00:01:59.820]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d7b8985acabea033 -C extra-filename=-718ea0a4939e055b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern allocator_api2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-2a12531b87530519.rmeta --extern equivalent=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta --extern foldhash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-2332ff3b8e67b3b0.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:57:06.6774754Z [00:01:59.962]➜     Compiling lock_api v0.4.13
2025-08-20T20:57:06.6792659Z [00:01:59.963]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ba3b7a245aa8d8ea -C extra-filename=-0e43305194759e54 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/lock_api-0e43305194759e54 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib --cap-lints allow`
2025-08-20T20:57:07.1073351Z [00:02:00.391]➜     Compiling pin-project-lite v0.2.16
2025-08-20T20:57:07.1095030Z [00:02:00.392]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=729b543ad9cc4564 -C extra-filename=-2a91682787be765b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:07.2026786Z [00:02:00.487]➜     Compiling rustix v1.0.8
2025-08-20T20:57:07.2057599Z [00:02:00.489]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bd4a9428d9827996 -C extra-filename=-42d8834a35f550c8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustix-42d8834a35f550c8 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:07.9753857Z [00:02:01.260]➜     Compiling parking_lot_core v0.9.11
2025-08-20T20:57:07.9765385Z [00:02:01.260]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=fef9c0222692e16a -C extra-filename=-80647824d1d46da3 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:08.3806515Z [00:02:01.665]➜     Compiling rustversion v1.0.21
2025-08-20T20:57:08.3818326Z [00:02:01.666]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e1257da59cb326f9 -C extra-filename=-417d4a5bf3ade4c3 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:08.5333466Z [00:02:01.817]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build`
2025-08-20T20:57:08.5624261Z [00:02:01.847]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustix-42d8834a35f550c8/build-script-build`
2025-08-20T20:57:08.6586013Z [00:02:01.943]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build-script-build`
2025-08-20T20:57:08.7797756Z [00:02:02.064]➜     Compiling linux-raw-sys v0.9.3
2025-08-20T20:57:08.7811070Z [00:02:02.064]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=813353cb6b5df791 -C extra-filename=-32121c5469c95598 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:09.0810345Z [00:02:02.365]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build-script-build`
2025-08-20T20:57:09.1585263Z [00:02:02.443]➜     Compiling futures-core v0.3.31
2025-08-20T20:57:09.1599416Z [00:02:02.443]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=aa21e054a506e159 -C extra-filename=-7cc7933eec180d26 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:09.4831571Z [00:02:02.767]➜     Compiling heck v0.5.0
2025-08-20T20:57:09.4842196Z [00:02:02.768]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=141ad55907a35d9d -C extra-filename=-cb7f72c37e5a2d54 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:10.1160229Z [00:02:03.400]➜     Compiling stable_deref_trait v1.2.0
2025-08-20T20:57:10.1176025Z [00:02:03.401]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=77b80ec997461b94 -C extra-filename=-fb9d2db0b500b73f --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:10.2595716Z [00:02:03.544]➜     Compiling scopeguard v1.2.0
2025-08-20T20:57:10.2608743Z [00:02:03.544]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=72b18601c633bc5d -C extra-filename=-fca9edb259fbe444 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:10.3804149Z [00:02:03.664]➜     Compiling either v1.15.0
2025-08-20T20:57:10.3817091Z [00:02:03.665]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=af32657850d8d857 -C extra-filename=-4dbb994201dee54a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:10.8459288Z [00:02:04.128]➜     Compiling itoa v1.0.15
2025-08-20T20:57:10.8500340Z [00:02:04.133]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=581ced285c318958 -C extra-filename=-b2a72e844afe803f --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:11.0442918Z [00:02:04.327]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ef41c835460f0382 -C extra-filename=-14a59d5d2369cc87 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.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:57:11.0475295Z [00:02:04.331]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=61a919cc7f30b2ca -C extra-filename=-a291dd095d8cbcc8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/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:57:11.5790736Z [00:02:04.863]➜     Compiling parking v2.2.1
2025-08-20T20:57:11.5820572Z [00:02:04.866]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4a48a07279f1d6e8 -C extra-filename=-03cb6283b50a77ff --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:11.8967945Z [00:02:05.181]➜     Compiling tinyvec_macros v0.1.1
2025-08-20T20:57:11.8980801Z [00:02:05.181]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=22fdc788b187d127 -C extra-filename=-cd1d5043b7cc5d72 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:12.0021502Z [00:02:05.286]➜     Compiling signal-hook v0.3.18
2025-08-20T20:57:12.0030489Z [00:02:05.287]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9c718aeb2e4704de -C extra-filename=-e9753c9fcdca61cc --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:12.2308583Z [00:02:05.515]➜     Compiling tinyvec v1.9.0
2025-08-20T20:57:12.2326148Z [00:02:05.516]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6c626ac4aa63f5be -C extra-filename=-c3df12c3a6456255 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern tinyvec_macros=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.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:57:12.2901767Z [00:02:05.574]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build-script-build`
2025-08-20T20:57:12.3043834Z [00:02:05.589]➜     Compiling signal-hook-registry v1.4.5
2025-08-20T20:57:12.3057606Z [00:02:05.589]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8ea79074813b90f4 -C extra-filename=-c3bb60b08803c7f6 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.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:57:12.5022338Z [00:02:05.786]➜     Compiling concurrent-queue v2.5.0
2025-08-20T20:57:12.5036203Z [00:02:05.786]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=cd581745878fb870 -C extra-filename=-8a79aaa8b80caf75 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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:57:12.9773267Z [00:02:06.261]➜     Compiling event-listener v5.4.0
2025-08-20T20:57:12.9791784Z [00:02:06.262]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8a9ec94342f78c0e -C extra-filename=-1c4a0b06e6c79e2b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern concurrent_queue=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-8a79aaa8b80caf75.rmeta --extern parking=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-03cb6283b50a77ff.rmeta --extern pin_project_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.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:57:13.2134746Z [00:02:06.497]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=44988e8585a3ea73 -C extra-filename=-cc16c36a383d4b4f --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern signal_hook_registry=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-c3bb60b08803c7f6.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:57:13.6432609Z [00:02:06.927]➜     Compiling gix-trace v0.1.13 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace)
2025-08-20T20:57:13.6480548Z [00:02:06.928]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=00e0a73ab2fe991b -C extra-filename=-88d0a17b6a90e6b2 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern tracing_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.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:57:13.9183090Z [00:02:07.202]➜     Compiling mio v0.8.11
2025-08-20T20:57:13.9198808Z [00:02:07.203]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5ddee57e9536a363 -C extra-filename=-58b95992d57121ec --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern log=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.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:57:14.2466818Z [00:02:07.531]➜     Compiling unicode-normalization v0.1.24
2025-08-20T20:57:14.2481062Z [00:02:07.531]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=cb60d2a834d58ed6 -C extra-filename=-64dc4c26d940c042 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern tinyvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-c3df12c3a6456255.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:57:14.7222149Z [00:02:08.006]➜     Compiling paste v1.0.15
2025-08-20T20:57:14.7227890Z [00:02:08.007]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0d1f11120069c2b9 -C extra-filename=-45b89b0c69ba843d --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-45b89b0c69ba843d -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:15.2401769Z [00:02:08.524]➜     Compiling ryu v1.0.20
2025-08-20T20:57:15.2413853Z [00:02:08.525]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8b565f5c1f240891 -C extra-filename=-5d7663d4e453975b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:15.5122602Z [00:02:08.796]➜     Compiling static_assertions v1.1.0
2025-08-20T20:57:15.5135510Z [00:02:08.797]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4f4e612983553063 -C extra-filename=-6c90c86964e12489 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:15.6029371Z [00:02:08.887]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build`
2025-08-20T20:57:15.6113906Z [00:02:08.896]➜     Compiling signal-hook-mio v0.2.4
2025-08-20T20:57:15.6127600Z [00:02:08.896]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=008ddaea46d19162 -C extra-filename=-ad1850da1c8344be --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern mio_0_8=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-58b95992d57121ec.rmeta --extern signal_hook=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-cc16c36a383d4b4f.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:57:15.6285098Z [00:02:08.913]➜     Compiling event-listener-strategy v0.5.4
2025-08-20T20:57:15.6300385Z [00:02:08.913]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b9ade6333ab5eed6 -C extra-filename=-8e6d2b3e12df6969 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern event_listener=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-1c4a0b06e6c79e2b.rmeta --extern pin_project_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.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:57:15.6554032Z [00:02:08.940]➜     Compiling castaway v0.2.4
2025-08-20T20:57:15.6567266Z [00:02:08.940]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=cebfb2fa23cd9121 -C extra-filename=-2705c931e9ed44a8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern rustversion=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.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:57:15.7697707Z [00:02:09.054]➜     Compiling itertools v0.13.0
2025-08-20T20:57:15.7731621Z [00:02:09.057]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=58d32ce8dde59bd5 -C extra-filename=-a31d2b50a96575cd --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern either=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.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:57:15.8252303Z [00:02:09.109]➜     Compiling unicode-width v0.1.14
2025-08-20T20:57:15.8291950Z [00:02:09.113]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=155a291dc398911b -C extra-filename=-5fa7a1d2395e6fb1 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:15.8401569Z [00:02:09.124]➜     Compiling jiff v0.2.15
2025-08-20T20:57:15.8413831Z [00:02:09.125]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b051ced8c4bf7daf -C extra-filename=-cd5de7b2a735ac70 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:16.2871801Z [00:02:09.571]➜     Compiling unicode-segmentation v1.12.0
2025-08-20T20:57:16.2961293Z [00:02:09.580]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2b2cfb5f23e9f9e5 -C extra-filename=-0bb23d4b5c482513 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:17.0621169Z [00:02:10.346]➜     Compiling compact_str v0.7.1
2025-08-20T20:57:17.0633190Z [00:02:10.346]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=fa0e530648d0bb2c -C extra-filename=-e2f81fb0ad564207 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern castaway=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-2705c931e9ed44a8.rmeta --extern cfg_if=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern itoa=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta --extern ryu=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta --extern static_assertions=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.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:57:17.3794608Z [00:02:10.661]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=fecd906ec2d73907 -C extra-filename=-d4b21fc6492e3195 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/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:57:18.3557963Z [00:02:11.640]➜     Compiling itertools v0.12.1
2025-08-20T20:57:18.3612248Z [00:02:11.645]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3e3b799120ecb9b0 -C extra-filename=-2004fd088837ee6a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern either=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.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:57:18.5613208Z [00:02:11.845]➜     Compiling unicode-truncate v1.1.0
2025-08-20T20:57:18.5721093Z [00:02:11.855]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=292b6450cda69bdd -C extra-filename=-3b24bd19a8aecf31 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern itertools=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-a31d2b50a96575cd.rmeta --extern unicode_segmentation=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rmeta --extern unicode_width=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.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:57:18.6478145Z [00:02:11.932]➜     Compiling lru v0.12.5
2025-08-20T20:57:18.6494868Z [00:02:11.933]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=53135ae3b0a8ac42 -C extra-filename=-445c7608738c7da1 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-718ea0a4939e055b.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:57:18.8091587Z [00:02:12.093]➜     Compiling home v0.5.11
2025-08-20T20:57:18.8127303Z [00:02:12.094]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0e6f9a0fba56450a -C extra-filename=-56e43a85f1593448 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:19.0082028Z [00:02:12.292]➜     Compiling futures-io v0.3.31
2025-08-20T20:57:19.0099997Z [00:02:12.293]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f4d084d5fe41bc6e -C extra-filename=-d7b3f65324b25173 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:19.0959726Z [00:02:12.380]➜     Compiling crc32fast v1.5.0
2025-08-20T20:57:19.0967783Z [00:02:12.380]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8dab8b0a1c4185eb -C extra-filename=-1f557ea23a20a24d --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:19.2709905Z [00:02:12.555]➜     Compiling serde_derive v1.0.219
2025-08-20T20:57:19.2718369Z [00:02:12.555]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0e42fed22ba7fa0e -C extra-filename=-4dea58f2f780c793 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:57:19.2972016Z [00:02:12.581]➜     Compiling thiserror-impl v2.0.12
2025-08-20T20:57:19.2979769Z [00:02:12.581]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=941b63271220a5f8 -C extra-filename=-09cbb1665cdfc628 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:57:19.7809645Z [00:02:13.065]➜     Compiling strum_macros v0.26.4
2025-08-20T20:57:19.7822009Z [00:02:13.066]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=235f28506464958e -C extra-filename=-920333dcc0f3f4d4 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern rustversion=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:57:22.5228601Z [00:02:15.807]➜     Compiling stability v0.2.1
2025-08-20T20:57:22.5246947Z [00:02:15.808]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=20194d1e37fcffda -C extra-filename=-ff8ca23493182e68 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:57:22.7548872Z [00:02:16.038]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=54d44896c6a739a0 -C extra-filename=-e26c4d633fafb8bd --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libthiserror_impl-09cbb1665cdfc628.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:57:22.9140924Z [00:02:16.198]➜     Compiling cassowary v0.3.0
2025-08-20T20:57:22.9158795Z [00:02:16.199]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=82480504f2d262e7 -C extra-filename=-68668f9b523f8705 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:23.5867268Z [00:02:16.871]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build-script-build`
2025-08-20T20:57:23.6292351Z [00:02:16.913]➜     Compiling futures-lite v2.6.0
2025-08-20T20:57:23.6306546Z [00:02:16.913]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3b22e5ba0539f8c1 -C extra-filename=-f6712eb98c22c8f6 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta --extern futures_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rmeta --extern futures_io=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta --extern parking=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-03cb6283b50a77ff.rmeta --extern pin_project_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.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:57:24.8767104Z [00:02:18.161]➜     Compiling futures-sink v0.3.31
2025-08-20T20:57:24.8780419Z [00:02:18.161]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3c3928fd8041869a -C extra-filename=-6503185c940aebae --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:24.9923034Z [00:02:18.276]➜     Compiling zlib-rs v0.5.1
2025-08-20T20:57:24.9938308Z [00:02:18.277]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7874a82fcb533431 -C extra-filename=-5c7cc95ca1abf653 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:25.0018514Z [00:02:18.286]➜     Compiling strum v0.26.3
2025-08-20T20:57:25.0034303Z [00:02:18.287]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e872bbf1c960ac17 -C extra-filename=-d488803a5a1e9927 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern strum_macros=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libstrum_macros-920333dcc0f3f4d4.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:57:25.2109717Z [00:02:18.493]➜     Compiling futures-channel v0.3.31
2025-08-20T20:57:25.2122403Z [00:02:18.493]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e17036cde531b1e0 -C extra-filename=-8813902593f37ce9 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rmeta --extern futures_sink=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-6503185c940aebae.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:57:25.6386185Z [00:02:18.922]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=818fef583a1c35bd -C extra-filename=-72f1e7a9c9b7b2a3 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.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:57:25.7059356Z [00:02:18.990]➜     Compiling async-channel v2.3.1
2025-08-20T20:57:25.7071817Z [00:02:18.990]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7e776bed2bd811f0 -C extra-filename=-c0eb689002617c36 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern concurrent_queue=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-8a79aaa8b80caf75.rmeta --extern event_listener_strategy=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-8e6d2b3e12df6969.rmeta --extern futures_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rmeta --extern pin_project_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.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:57:26.0551528Z [00:02:19.339]➜     Compiling async-lock v3.4.0
2025-08-20T20:57:26.0594662Z [00:02:19.343]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2e3f2f19743e2795 -C extra-filename=-dc0e0787ad1648e0 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern event_listener=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-1c4a0b06e6c79e2b.rmeta --extern event_listener_strategy=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-8e6d2b3e12df6969.rmeta --extern pin_project_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.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:57:26.0788859Z [00:02:19.363]➜     Compiling crossbeam-channel v0.5.15
2025-08-20T20:57:26.0802966Z [00:02:19.364]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5166a20a460869d4 -C extra-filename=-1592dd87362accc2 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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:57:27.6011954Z [00:02:20.885]➜     Compiling ansiterm v0.12.2
2025-08-20T20:57:27.6026642Z [00:02:20.886]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f7b7371d2b094b97 -C extra-filename=-bb3e92b3bec4a207 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:27.7169249Z [00:02:21.001]➜     Compiling slab v0.4.11
2025-08-20T20:57:27.7183276Z [00:02:21.002]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f99e3705a417b0df -C extra-filename=-4d02090bd752db13 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:27.7597494Z [00:02:21.043]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=84f5277b8c9a3955 -C extra-filename=-053ff0f158368adc --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libserde_derive-4dea58f2f780c793.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:57:28.0737063Z [00:02:21.358]➜     Compiling is-terminal v0.4.16
2025-08-20T20:57:28.0749188Z [00:02:21.358]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3855db207f2d4e20 -C extra-filename=-a0cdd97935466f76 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.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:57:28.1586110Z [00:02:21.443]➜     Compiling same-file v1.0.6
2025-08-20T20:57:28.1595060Z [00:02:21.443]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c1662504b71fca73 -C extra-filename=-d76bd81076a1e444 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:28.2019646Z [00:02:21.486]➜     Compiling human_format v1.1.0
2025-08-20T20:57:28.2033893Z [00:02:21.487]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=473b1eb6b0671c83 -C extra-filename=-8ee9f1360d2aaa30 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:28.4628541Z [00:02:21.747]➜     Compiling walkdir v2.5.0
2025-08-20T20:57:28.4637873Z [00:02:21.747]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=005ed2d4767a8cdc -C extra-filename=-88db5996c083b63f --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.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:57:29.1161914Z [00:02:22.400]➜     Compiling bytes v1.10.1
2025-08-20T20:57:29.1171895Z [00:02:22.401]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1799e42690c2fcef -C extra-filename=-670ef56d94852b53 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:29.5015976Z [00:02:22.786]➜     Compiling version_check v0.9.5
2025-08-20T20:57:29.5035573Z [00:02:22.787]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6fc95318945c36ea -C extra-filename=-b345fafeaee8454c --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:30.2199243Z [00:02:23.504]➜     Compiling typenum v1.18.0
2025-08-20T20:57:30.2209182Z [00:02:23.505]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=837c59055144195d -C extra-filename=-c623553def1a648c --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/typenum-c623553def1a648c -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:30.9069978Z [00:02:24.191]➜     Compiling libz-rs-sys v0.5.1
2025-08-20T20:57:30.9083706Z [00:02:24.192]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7ef6f7a02571f666 -C extra-filename=-4a1d7841f32af640 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern zlib_rs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzlib_rs-5c7cc95ca1abf653.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:57:31.2271882Z [00:02:24.511]➜     Compiling flate2 v1.1.2
2025-08-20T20:57:31.2293394Z [00:02:24.512]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7c0f1402e2a451bb -C extra-filename=-5d647556bd4fe36f --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rmeta --extern libz_rs_sys=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_rs_sys-4a1d7841f32af640.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:57:31.3283048Z [00:02:24.612]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build`
2025-08-20T20:57:31.3865975Z [00:02:24.671]➜     Compiling generic-array v0.14.7
2025-08-20T20:57:31.3876016Z [00:02:24.671]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1b1e2ba818ee0bcf -C extra-filename=-541be1d3b31ca986 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T20:57:31.7674276Z [00:02:25.051]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build-script-build`
2025-08-20T20:57:31.8512909Z [00:02:25.134]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c1a88aa4bce3ea42 -C extra-filename=-1c717d5d4fdd7665 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:32.4198948Z [00:02:25.704]➜     Compiling byteorder v1.5.0
2025-08-20T20:57:32.4239834Z [00:02:25.707]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e458f0d5f393a8d5 -C extra-filename=-8cd71fdf13c27192 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:32.7988435Z [00:02:26.083]➜     Compiling heapless v0.8.0
2025-08-20T20:57:32.8005558Z [00:02:26.084]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=35fc69e0a4e38635 -C extra-filename=-619c852799b64d31 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/heapless-619c852799b64d31 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:33.2611061Z [00:02:26.545]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/heapless-619c852799b64d31/build-script-build`
2025-08-20T20:57:33.3242350Z [00:02:26.607]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3470368e51fd1384 -C extra-filename=-08da0476db2bde36 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.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:57:33.4656100Z [00:02:26.750]➜     Compiling hash32 v0.3.1
2025-08-20T20:57:33.4668583Z [00:02:26.750]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d04a210a4079bfa4 -C extra-filename=-505d9f60a525e6b8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-8cd71fdf13c27192.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:57:33.4900980Z [00:02:26.774]➜     Compiling cpufeatures v0.2.17
2025-08-20T20:57:33.4913710Z [00:02:26.775]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=90ab179cda7e5fec -C extra-filename=-78f285777fc6cffa --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:33.5737686Z [00:02:26.856]➜     Compiling winnow v0.7.12
2025-08-20T20:57:33.5767845Z [00:02:26.858]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=22fb9d429d3ee369 -C extra-filename=-0d49dbfd8e3a88c1 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.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:57:33.7075519Z [00:02:26.990]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=363a0d5e0aa2ef6d -C extra-filename=-cf75ffe0a6e1c88b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern hash32=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-505d9f60a525e6b8.rmeta --extern stable_deref_trait=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-fb9d2db0b500b73f.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:57:34.8769066Z [00:02:28.161]➜     Compiling memmap2 v0.9.7
2025-08-20T20:57:34.8780741Z [00:02:28.161]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7fa8fc808bde4515 -C extra-filename=-ed4102ca08dcf735 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.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:57:35.1691291Z [00:02:28.453]➜     Compiling crypto-common v0.1.6
2025-08-20T20:57:35.1720714Z [00:02:28.454]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3979cad4e8285ccc -C extra-filename=-93b110292a34b275 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rmeta --extern typenum=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.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:57:35.2871876Z [00:02:28.571]➜     Compiling block-buffer v0.10.4
2025-08-20T20:57:35.2887670Z [00:02:28.572]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f65e8e6b64b269b8 -C extra-filename=-304c8186c073e4bf --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.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:57:35.4726411Z [00:02:28.757]➜     Compiling smallvec v1.15.1
2025-08-20T20:57:35.4737289Z [00:02:28.757]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=fcd7322d8eb82666 -C extra-filename=-14bee934476318fe --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.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:57:35.4807003Z [00:02:28.765]➜     Compiling bitflags v2.9.1
2025-08-20T20:57:35.4819112Z [00:02:28.765]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9f21f2adfbebbfb3 -C extra-filename=-cd3a346369977928 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.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:57:35.6965740Z [00:02:28.981]➜     Compiling bstr v1.12.0
2025-08-20T20:57:35.6999601Z [00:02:28.981]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b83bc77e073a0d16 -C extra-filename=-09109186d5cfa119 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern regex_automata=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-fb3b59db4a6b6077.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.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:57:36.0574855Z [00:02:29.341]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f1b43aa992bcc7bd -C extra-filename=-9e9cb703230fc9b2 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.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:57:36.0927099Z [00:02:29.375]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2887b7228404e248 -C extra-filename=-a9ca98bee87afa67 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern linux_raw_sys=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-32121c5469c95598.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:57:36.8623979Z [00:02:30.147]➜     Compiling parking_lot v0.12.4
2025-08-20T20:57:36.8640525Z [00:02:30.147]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=823e3f2b3598a142 -C extra-filename=-5df3363ba717682c --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-14a59d5d2369cc87.rmeta --extern parking_lot_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-9e9cb703230fc9b2.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:57:37.9129191Z [00:02:31.197]➜     Compiling gix-utils v0.3.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils)
2025-08-20T20:57:37.9160479Z [00:02:31.198]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f2a075438ef483e5 -C extra-filename=-ba25ed9f29417aab --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern fastrand=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta --extern unicode_normalization=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-64dc4c26d940c042.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:57:38.3378467Z [00:02:31.622]➜     Compiling crossterm v0.27.0
2025-08-20T20:57:38.3404669Z [00:02:31.623]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f16ebdc74ed6eb2f -C extra-filename=-b3cc5c5857e7ad30 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern futures_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern mio=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-58b95992d57121ec.rmeta --extern parking_lot=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta --extern signal_hook=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-cc16c36a383d4b4f.rmeta --extern signal_hook_mio=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-ad1850da1c8344be.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:57:38.3426781Z [00:02:31.627]➜     Compiling gix-validate v0.10.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate)
2025-08-20T20:57:38.3516754Z [00:02:31.633]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e30527ed103310c3 -C extra-filename=-95b3ebacdd6668d1 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:39.2337012Z [00:02:32.518]➜     Compiling gix-path v0.10.20 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path)
2025-08-20T20:57:39.2375397Z [00:02:32.519]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6fe924169e4cfb49 -C extra-filename=-b3fed79fe9b26db1 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern gix_validate=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_validate-95b3ebacdd6668d1.rmeta --extern home=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rmeta --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:39.2558909Z [00:02:32.540]➜     Compiling bytesize v2.0.1
2025-08-20T20:57:39.2575238Z [00:02:32.541]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c9290108a5705b92 -C extra-filename=-490fdf4ce5fdeb8e --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.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:57:39.3277976Z [00:02:32.612]➜     Compiling faster-hex v0.10.0
2025-08-20T20:57:39.3348074Z [00:02:32.618]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0e30852f2332fe86 -C extra-filename=-bd2e28cba9bc8b27 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern heapless=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-cf75ffe0a6e1c88b.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.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:57:39.8654567Z [00:02:33.150]➜     Compiling digest v0.10.7
2025-08-20T20:57:39.8668537Z [00:02:33.150]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b815fb912c17965d -C extra-filename=-08570efda4d1abe8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rmeta --extern crypto_common=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-93b110292a34b275.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:57:40.0468184Z [00:02:33.331]➜     Compiling gix-date v0.10.5 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date)
2025-08-20T20:57:40.0505441Z [00:02:33.332]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8884dfd425c5d82e -C extra-filename=-c93d29ceddba083d --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern itoa=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta --extern jiff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:40.3163590Z [00:02:33.601]➜     Compiling sha1 v0.10.6
2025-08-20T20:57:40.3180368Z [00:02:33.601]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=824b2271d38f3e91 -C extra-filename=-810b3968107aea7d --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern cpufeatures=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rmeta --extern digest=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-08570efda4d1abe8.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:57:40.5983280Z [00:02:33.883]➜     Compiling ratatui v0.26.3
2025-08-20T20:57:40.6039566Z [00:02:33.883]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4ee93965b9326343 -C extra-filename=-ebace7f6b6d6587e --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern cassowary=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcassowary-68668f9b523f8705.rmeta --extern compact_str=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcompact_str-e2f81fb0ad564207.rmeta --extern crossterm=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-b3cc5c5857e7ad30.rmeta --extern itertools=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-2004fd088837ee6a.rmeta --extern lru=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-445c7608738c7da1.rmeta --extern paste=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so --extern stability=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libstability-ff8ca23493182e68.so --extern strum=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-d488803a5a1e9927.rmeta --extern unicode_segmentation=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rmeta --extern unicode_truncate=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_truncate-3b24bd19a8aecf31.rmeta --extern unicode_width=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.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:57:40.9069554Z [00:02:34.191]➜     Compiling sha1-checked v0.10.0
2025-08-20T20:57:40.9083741Z [00:02:34.192]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=242c6a83d253f556 -C extra-filename=-9cf9e863474122c3 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern digest=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-08570efda4d1abe8.rmeta --extern sha1=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-810b3968107aea7d.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:57:41.8531984Z [00:02:35.137]➜     Compiling gix-actor v0.35.4 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor)
2025-08-20T20:57:41.8567487Z [00:02:35.138]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=be30ed0d7e6067e8 -C extra-filename=-fc31c5956424690b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern itoa=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta --extern winnow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-0d49dbfd8e3a88c1.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:57:42.8273622Z [00:02:36.111]➜     Compiling synstructure v0.13.2
2025-08-20T20:57:42.8296845Z [00:02:36.113]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bdf21aa6cb172049 -C extra-filename=-c05609e66b0d03d2 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rmeta --cap-lints allow`
2025-08-20T20:57:43.4342803Z [00:02:36.718]➜     Compiling getrandom v0.3.2
2025-08-20T20:57:43.4356132Z [00:02:36.719]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=445120803bf4c202 -C extra-filename=-3fdc5678e809f7fb --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/getrandom-3fdc5678e809f7fb -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:44.0830072Z [00:02:37.367]➜     Compiling gix-quote v0.6.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote)
2025-08-20T20:57:44.0862511Z [00:02:37.368]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f2df67936152b703 -C extra-filename=-20bf87b14554635d --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:44.2326848Z [00:02:37.517]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/getrandom-3fdc5678e809f7fb/build-script-build`
2025-08-20T20:57:44.2502302Z [00:02:37.534]➜     Compiling gix-chunk v0.4.11 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk)
2025-08-20T20:57:44.2559519Z [00:02:37.535]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=61e92a6ef381f0f5 -C extra-filename=-2108d1ad73e69548 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:44.2735624Z [00:02:37.557]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0c2ea8d7acc53827 -C extra-filename=-eba13be3a477c621 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.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:57:44.6642328Z [00:02:37.948]➜     Compiling zerofrom-derive v0.1.6
2025-08-20T20:57:44.6661921Z [00:02:37.950]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b98d167d98e060ec -C extra-filename=-050465dd4205e245 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern synstructure=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:57:44.6935062Z [00:02:37.977]➜     Compiling hashbrown v0.14.5
2025-08-20T20:57:44.6958514Z [00:02:37.979]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2738feacbeb11541 -C extra-filename=-fbf9229152a0f466 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:44.7763612Z [00:02:38.060]➜     Compiling yoke-derive v0.8.0
2025-08-20T20:57:44.7784844Z [00:02:38.061]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1e6952a26e246642 -C extra-filename=-e279ed62d1e1f54e --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern synstructure=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:57:46.3269508Z [00:02:39.611]➜     Compiling tui-react v0.23.2
2025-08-20T20:57:46.3282487Z [00:02:39.611]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=411f73df9414fac1 -C extra-filename=-6ac95a8ee9ff96e5 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern log=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern tui=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-ebace7f6b6d6587e.rmeta --extern unicode_segmentation=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rmeta --extern unicode_width=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.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:57:47.1027733Z [00:02:40.387]➜     Compiling crosstermion v0.14.0
2025-08-20T20:57:47.1055537Z [00:02:40.388]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6e7039d4c97da0a5 -C extra-filename=-122fda201147604f --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern ansiterm=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansiterm-bb3e92b3bec4a207.rmeta --extern async_channel=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-c0eb689002617c36.rmeta --extern crossterm=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-b3cc5c5857e7ad30.rmeta --extern futures_channel=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-8813902593f37ce9.rmeta --extern futures_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rmeta --extern futures_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rmeta --extern tui=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-ebace7f6b6d6587e.rmeta --extern tui_react=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_react-6ac95a8ee9ff96e5.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:57:47.5752343Z [00:02:40.859]➜     Compiling dashmap v6.1.0
2025-08-20T20:57:47.5769566Z [00:02:40.860]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9240598273e29162 -C extra-filename=-777a2ca64700d8ba --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern crossbeam_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rmeta --extern hashbrown=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-fbf9229152a0f466.rmeta --extern lock_api=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-14a59d5d2369cc87.rmeta --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern parking_lot_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-9e9cb703230fc9b2.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:57:48.4561838Z [00:02:41.740]➜     Compiling polling v3.9.0
2025-08-20T20:57:48.4583418Z [00:02:41.742]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7f9b54d3e82d95aa -C extra-filename=-3e92b4385fdad345 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern rustix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-a9ca98bee87afa67.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:57:48.5070543Z [00:02:41.791]➜     Compiling zerofrom v0.1.6
2025-08-20T20:57:48.5106147Z [00:02:41.792]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0241648816106caa -C extra-filename=-4989857d14319657 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern zerofrom_derive=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libzerofrom_derive-050465dd4205e245.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:57:48.7391755Z [00:02:42.023]➜     Compiling tempfile v3.20.0
2025-08-20T20:57:48.7407173Z [00:02:42.024]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ab8e6b100c5e4c54 -C extra-filename=-b26baba818758982 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta --extern getrandom=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-eba13be3a477c621.rmeta --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern rustix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-a9ca98bee87afa67.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:57:48.7470982Z [00:02:42.031]➜     Compiling shlex v1.3.0
2025-08-20T20:57:48.7479860Z [00:02:42.032]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1a5d1c3db99372ed -C extra-filename=-b36db43b0fc69e13 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:49.1047048Z [00:02:42.389]➜     Compiling async-io v2.5.0
2025-08-20T20:57:49.1085715Z [00:02:42.391]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2182ae1c2accc9b5 -C extra-filename=-553973fdb55f7e0e --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern async_lock=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-dc0e0787ad1648e0.rmeta --extern cfg_if=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern concurrent_queue=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-8a79aaa8b80caf75.rmeta --extern futures_io=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta --extern futures_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rmeta --extern parking=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-03cb6283b50a77ff.rmeta --extern polling=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-3e92b4385fdad345.rmeta --extern rustix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-a9ca98bee87afa67.rmeta --extern slab=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-4d02090bd752db13.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:57:49.1567769Z [00:02:42.441]➜     Compiling cc v1.2.30
2025-08-20T20:57:49.1575036Z [00:02:42.441]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7a46d2de4fdfe30c -C extra-filename=-f8684d5eac76a8c2 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta --cap-lints allow`
2025-08-20T20:57:50.5573649Z [00:02:43.842]➜     Compiling prodash v30.0.1
2025-08-20T20:57:50.5728999Z [00:02:43.852]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7f03e7bb0fdd7aab -C extra-filename=-e736a74f9a3681f1 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern async_io=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-553973fdb55f7e0e.rmeta --extern bytesize=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytesize-490fdf4ce5fdeb8e.rmeta --extern crosstermion=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrosstermion-122fda201147604f.rmeta --extern futures_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rmeta --extern futures_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rmeta --extern human_format=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhuman_format-8ee9f1360d2aaa30.rmeta --extern is_terminal=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-a0cdd97935466f76.rmeta --extern jiff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rmeta --extern log=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern parking_lot=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta --extern tui=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-ebace7f6b6d6587e.rmeta --extern signal_hook=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-cc16c36a383d4b4f.rmeta --extern tui_react=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_react-6ac95a8ee9ff96e5.rmeta --extern unicode_segmentation=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rmeta --extern unicode_width=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.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:57:51.9821051Z [00:02:45.266]➜     Compiling yoke v0.8.0
2025-08-20T20:57:51.9838311Z [00:02:45.267]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=11cb07aa2c92d1f8 -C extra-filename=-6919c1f1985d4805 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern stable_deref_trait=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-fb9d2db0b500b73f.rmeta --extern yoke_derive=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libyoke_derive-e279ed62d1e1f54e.so --extern zerofrom=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-4989857d14319657.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:57:52.4682669Z [00:02:45.752]➜     Compiling gix-features v0.43.1 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features)
2025-08-20T20:57:52.4760212Z [00:02:45.754]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=91662c7c8d157b5a -C extra-filename=-062fe0a2a80e2ddb --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta --extern bytesize=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytesize-490fdf4ce5fdeb8e.rmeta --extern crc32fast=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rmeta --extern crossbeam_channel=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rmeta --extern flate2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-5d647556bd4fe36f.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern parking_lot=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta --extern prodash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprodash-e736a74f9a3681f1.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta --extern walkdir=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.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:57:52.5723321Z [00:02:45.856]➜     Compiling pkg-config v0.3.32
2025-08-20T20:57:52.5822097Z [00:02:45.866]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e9aedcadf70f4b35 -C extra-filename=-0923ccadfac496a3 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:52.7984946Z [00:02:46.083]➜     Compiling unicode-bom v2.0.3
2025-08-20T20:57:52.8003733Z [00:02:46.084]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ce854a7e96119acc -C extra-filename=-2fe70e19bc876e2b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:52.8200652Z [00:02:46.104]➜     Compiling zerovec-derive v0.11.1
2025-08-20T20:57:52.8212344Z [00:02:46.105]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9b8826daecefb0df -C extra-filename=-76a189f4ebdfaf72 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:57:53.1152479Z [00:02:46.399]➜     Compiling gix-hash v0.19.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash)
2025-08-20T20:57:53.1217153Z [00:02:46.400]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=28507a5592a9c25d -C extra-filename=-8cbd303d60b473a6 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern faster_hex=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaster_hex-bd2e28cba9bc8b27.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern sha1_checked=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_checked-9cf9e863474122c3.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:53.9562699Z [00:02:47.240]➜     Compiling gix-hashtable v0.9.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable)
2025-08-20T20:57:53.9621064Z [00:02:47.242]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c0422397569a1c6d -C extra-filename=-db99b4bd4838a144 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern hashbrown=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-718ea0a4939e055b.rmeta --extern parking_lot=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.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:57:54.0118268Z [00:02:47.296]➜     Compiling gix-fs v0.16.1 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs)
2025-08-20T20:57:54.0165116Z [00:02:47.298]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=38a516921e2aff7f -C extra-filename=-522fa91e89e5f558 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern fastrand=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:54.1702310Z [00:02:47.454]➜     Compiling gix-object v0.50.2 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object)
2025-08-20T20:57:54.1749256Z [00:02:47.455]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=77913c99584a5e19 -C extra-filename=-371203b1c27d0771 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_actor=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_actor-fc31c5956424690b.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_hashtable=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern gix_validate=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_validate-95b3ebacdd6668d1.rmeta --extern itoa=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta --extern winnow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-0d49dbfd8e3a88c1.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:57:54.4182548Z [00:02:47.703]➜     Compiling gix-commitgraph v0.29.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph)
2025-08-20T20:57:54.4229655Z [00:02:47.705]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c31191756d88ab36 -C extra-filename=-3e3a41334331d924 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_chunk=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_chunk-2108d1ad73e69548.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern memmap2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:54.9482601Z [00:02:48.232]➜     Compiling gix-tempfile v18.0.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile)
2025-08-20T20:57:54.9548022Z [00:02:48.235]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d30a08c567e7335e -C extra-filename=-ffde79f2522af8a6 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern dashmap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdashmap-777a2ca64700d8ba.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern parking_lot=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta --extern signal_hook=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-cc16c36a383d4b4f.rmeta --extern signal_hook_registry=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-c3bb60b08803c7f6.rmeta --extern tempfile=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-b26baba818758982.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:57:55.7056516Z [00:02:48.990]➜     Compiling gix-glob v0.21.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob)
2025-08-20T20:57:55.7092139Z [00:02:48.991]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a48d869ef7a16b81 -C extra-filename=-5b206c5880f71203 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.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:57:55.9749030Z [00:02:49.259]➜     Compiling gix-lock v18.0.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock)
2025-08-20T20:57:55.9782014Z [00:02:49.260]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5ce002e661afba13 -C extra-filename=-3baf9b4250ed856a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern gix_tempfile=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_tempfile-ffde79f2522af8a6.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:56.3032213Z [00:02:49.587]➜     Compiling vcpkg v0.2.15
2025-08-20T20:57:56.3039352Z [00:02:49.588]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4ce1b6cac9f3eb10 -C extra-filename=-b334f034d0f5b554 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:57:56.7455278Z [00:02:50.030]➜     Compiling zerovec v0.11.2
2025-08-20T20:57:56.7470488Z [00:02:50.030]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3d466e0257977513 -C extra-filename=-e127facdcca7c6af --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern yoke=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-6919c1f1985d4805.rmeta --extern zerofrom=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-4989857d14319657.rmeta --extern zerovec_derive=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libzerovec_derive-76a189f4ebdfaf72.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:57:56.7540605Z [00:02:50.038]➜     Compiling kstring v2.0.2
2025-08-20T20:57:56.7555216Z [00:02:50.039]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=980adcee77cbf1d9 -C extra-filename=-86bbfa17aec4d9c3 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern static_assertions=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.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:57:57.2172177Z [00:02:50.502]➜     Compiling displaydoc v0.2.5
2025-08-20T20:57:57.2188322Z [00:02:50.502]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=fc341b5dc379f637 -C extra-filename=-7195a6a7b6295b8f --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:57:57.2780032Z [00:02:50.562]➜     Compiling shell-words v1.1.0
2025-08-20T20:57:57.2792783Z [00:02:50.563]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b18d6cdad3ea845a -C extra-filename=-e9e4fbd39491fe62 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:57:57.6210355Z [00:02:50.905]➜     Compiling gix-command v0.6.2 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command)
2025-08-20T20:57:57.6240069Z [00:02:50.906]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8bd636af9dd4607f -C extra-filename=-1f65f23866f4eb51 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_quote-20bf87b14554635d.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern shell_words=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshell_words-e9e4fbd39491fe62.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:57:57.8958117Z [00:02:51.180]➜     Compiling gix-attributes v0.27.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes)
2025-08-20T20:57:57.8991447Z [00:02:51.180]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4d111cedb6967376 -C extra-filename=-40d55140a9f648df --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_glob=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_glob-5b206c5880f71203.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_quote-20bf87b14554635d.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern kstring=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libkstring-86bbfa17aec4d9c3.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta --extern unicode_bom=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bom-2fe70e19bc876e2b.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:57:58.6029219Z [00:02:51.887]➜     Compiling gix-revwalk v0.21.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk)
2025-08-20T20:57:58.6077517Z [00:02:51.887]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2c817ca36163214d -C extra-filename=-5226dad63ac0a1d4 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern gix_commitgraph=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_commitgraph-3e3a41334331d924.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_hashtable=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:58.9769617Z [00:02:52.261]➜     Compiling gix-config-value v0.15.1 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value)
2025-08-20T20:57:58.9804668Z [00:02:52.262]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7b77ac340f4bf500 -C extra-filename=-fc2e60169a15db49 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:59.2146201Z [00:02:52.499]➜     Compiling gix-traverse v0.47.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse)
2025-08-20T20:57:59.2192850Z [00:02:52.500]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d3c68ae1b745ef9b -C extra-filename=-1d8268d7b08e567b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern gix_commitgraph=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_commitgraph-3e3a41334331d924.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_hashtable=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_revwalk=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revwalk-5226dad63ac0a1d4.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:57:59.3883124Z [00:02:52.672]➜     Compiling tinystr v0.8.1
2025-08-20T20:57:59.3903307Z [00:02:52.673]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a8030204530495e5 -C extra-filename=-15e5f3663e75b827 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libdisplaydoc-7195a6a7b6295b8f.so --extern zerovec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-e127facdcca7c6af.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:57:59.9306857Z [00:02:53.215]➜     Compiling filetime v0.2.25
2025-08-20T20:57:59.9351511Z [00:02:53.219]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ac4f7585e5359430 -C extra-filename=-a9003c3b0d35a644 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.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:58:00.2909482Z [00:02:53.575]➜     Compiling writeable v0.6.1
2025-08-20T20:58:00.2921186Z [00:02:53.576]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=72fa906ce115ce7d -C extra-filename=-1d4f3c021421c7df --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:00.6505473Z [00:02:53.935]➜     Compiling litemap v0.8.0
2025-08-20T20:58:00.6524126Z [00:02:53.936]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d2ec2b5d066f24f8 -C extra-filename=-9dd80e8ba44614a9 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:00.9658079Z [00:02:54.250]➜     Compiling potential_utf v0.1.2
2025-08-20T20:58:00.9679443Z [00:02:54.251]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5b376d31f9a679da -C extra-filename=-3b8a6af42e2b8ced --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern zerovec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-e127facdcca7c6af.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:58:00.9796659Z [00:02:54.264]➜     Compiling zerotrie v0.2.2
2025-08-20T20:58:00.9833845Z [00:02:54.267]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9955470ca178b97d -C extra-filename=-19fbd5966cf4d744 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libdisplaydoc-7195a6a7b6295b8f.so --extern yoke=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-6919c1f1985d4805.rmeta --extern zerofrom=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-4989857d14319657.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:58:01.2213028Z [00:02:54.505]➜     Compiling icu_locale_core v2.0.0
2025-08-20T20:58:01.2230233Z [00:02:54.506]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2096c6d25af51313 -C extra-filename=-0ea166832df7fb2a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libdisplaydoc-7195a6a7b6295b8f.so --extern litemap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-9dd80e8ba44614a9.rmeta --extern tinystr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-15e5f3663e75b827.rmeta --extern writeable=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-1d4f3c021421c7df.rmeta --extern zerovec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-e127facdcca7c6af.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:58:01.2857158Z [00:02:54.570]➜     Compiling icu_properties_data v2.0.1
2025-08-20T20:58:01.2867260Z [00:02:54.570]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7e242dbf6e01f5fa -C extra-filename=-89d3fda42f56463d --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:58:01.3942279Z [00:02:54.678]➜     Compiling icu_normalizer_data v2.0.0
2025-08-20T20:58:01.3952152Z [00:02:54.679]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8b03b13924162647 -C extra-filename=-666d147f7ba58189 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:58:01.5665814Z [00:02:54.851]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build-script-build`
2025-08-20T20:58:01.5769858Z [00:02:54.861]➜     Compiling icu_collections v2.0.0
2025-08-20T20:58:01.5785665Z [00:02:54.861]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=293630bfbfe985fe -C extra-filename=-9080223ccff6cf31 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libdisplaydoc-7195a6a7b6295b8f.so --extern potential_utf=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-3b8a6af42e2b8ced.rmeta --extern yoke=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-6919c1f1985d4805.rmeta --extern zerofrom=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-4989857d14319657.rmeta --extern zerovec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-e127facdcca7c6af.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:58:01.6257427Z [00:02:54.910]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build-script-build`
2025-08-20T20:58:01.6378641Z [00:02:54.920]➜     Compiling gix-packetline-blocking v0.19.1 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking)
2025-08-20T20:58:01.6410912Z [00:02:54.921]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=07eea271ebd4e803 -C extra-filename=-0d8834a4ab62e7db --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern faster_hex=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaster_hex-bd2e28cba9bc8b27.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:01.8015529Z [00:02:55.086]➜     Compiling gix-bitmap v0.2.14 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap)
2025-08-20T20:58:01.8064365Z [00:02:55.086]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a8a146a963f37e7b -C extra-filename=-1c19071f263cde09 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:01.8497615Z [00:02:55.134]➜     Compiling encoding_rs v0.8.35
2025-08-20T20:58:01.8509947Z [00:02:55.134]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=66c0a982b158091b -C extra-filename=-5e6b8771368499b2 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.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:58:02.0538730Z [00:02:55.338]➜     Compiling fnv v1.0.7
2025-08-20T20:58:02.0567012Z [00:02:55.339]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b859a1dabafe904a -C extra-filename=-7cc5609647fd48ac --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:02.1923714Z [00:02:55.476]➜     Compiling gix-index v0.41.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index)
2025-08-20T20:58:02.1979274Z [00:02:55.478]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=10edfa56c816a8bf -C extra-filename=-0ed40c18f46f2dfd --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern filetime=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-a9003c3b0d35a644.rmeta --extern fnv=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta --extern gix_bitmap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_bitmap-1c19071f263cde09.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_lock=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_lock-3baf9b4250ed856a.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_traverse=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_traverse-1d8268d7b08e567b.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern gix_validate=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_validate-95b3ebacdd6668d1.rmeta --extern hashbrown=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-718ea0a4939e055b.rmeta --extern itoa=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern memmap2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rmeta --extern rustix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-a9ca98bee87afa67.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:02.3668073Z [00:02:55.650]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=eb568a50b5d0758a -C extra-filename=-a057767ba63dd9e9 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:02.5058739Z [00:02:55.789]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1ab6daa41cc00541 -C extra-filename=-916f2ee2432d0da5 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:02.8609931Z [00:02:56.145]➜     Compiling icu_provider v2.0.0
2025-08-20T20:58:02.8637244Z [00:02:56.146]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=634a77cb2c8eabdb -C extra-filename=-18d7f587d2fd21f7 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libdisplaydoc-7195a6a7b6295b8f.so --extern icu_locale_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-0ea166832df7fb2a.rmeta --extern stable_deref_trait=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-fb9d2db0b500b73f.rmeta --extern tinystr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-15e5f3663e75b827.rmeta --extern writeable=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-1d4f3c021421c7df.rmeta --extern yoke=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-6919c1f1985d4805.rmeta --extern zerofrom=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-4989857d14319657.rmeta --extern zerotrie=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-19fbd5966cf4d744.rmeta --extern zerovec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-e127facdcca7c6af.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:58:02.9185707Z [00:02:56.203]➜     Compiling gix-ignore v0.16.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore)
2025-08-20T20:58:02.9230640Z [00:02:56.203]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8fe637a2f5ff5f92 -C extra-filename=-bfe76ddaef61e28d --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_glob=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_glob-5b206c5880f71203.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern unicode_bom=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bom-2fe70e19bc876e2b.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:58:03.6720702Z [00:02:56.956]➜     Compiling icu_properties v2.0.1
2025-08-20T20:58:03.6737874Z [00:02:56.956]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=12c1fab949212854 -C extra-filename=-ce12c712bf7a40d3 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libdisplaydoc-7195a6a7b6295b8f.so --extern icu_collections=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-9080223ccff6cf31.rmeta --extern icu_locale_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-0ea166832df7fb2a.rmeta --extern icu_properties_data=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-916f2ee2432d0da5.rmeta --extern icu_provider=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-18d7f587d2fd21f7.rmeta --extern potential_utf=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-3b8a6af42e2b8ced.rmeta --extern zerotrie=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-19fbd5966cf4d744.rmeta --extern zerovec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-e127facdcca7c6af.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:58:03.7915954Z [00:02:57.076]➜     Compiling icu_normalizer v2.0.0
2025-08-20T20:58:03.7936023Z [00:02:57.077]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8b3f9a6368b87d26 -C extra-filename=-e02d66e741c45caa --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libdisplaydoc-7195a6a7b6295b8f.so --extern icu_collections=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-9080223ccff6cf31.rmeta --extern icu_normalizer_data=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-a057767ba63dd9e9.rmeta --extern icu_provider=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-18d7f587d2fd21f7.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern zerovec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-e127facdcca7c6af.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:58:05.2729323Z [00:02:58.557]➜     Compiling gix-filter v0.20.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter)
2025-08-20T20:58:05.2788986Z [00:02:58.557]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=abbe423357c31640 -C extra-filename=-d4263caa529e80b8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern encoding_rs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-5e6b8771368499b2.rmeta --extern gix_attributes=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_attributes-40d55140a9f648df.rmeta --extern gix_command=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_command-1f65f23866f4eb51.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_packetline_blocking=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_packetline_blocking-0d8834a4ab62e7db.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_quote-20bf87b14554635d.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:05.8407052Z [00:02:59.125]➜     Compiling gix-worktree v0.42.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree)
2025-08-20T20:58:05.8490377Z [00:02:59.126]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6e89a295a253aabc -C extra-filename=-e3155b694c8f8741 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_attributes=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_attributes-40d55140a9f648df.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_glob=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_glob-5b206c5880f71203.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_ignore=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ignore-bfe76ddaef61e28d.rmeta --extern gix_index=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_index-0ed40c18f46f2dfd.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_validate=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_validate-95b3ebacdd6668d1.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.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:58:07.2473115Z [00:03:00.531]➜     Compiling gix-pathspec v0.12.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec)
2025-08-20T20:58:07.2552969Z [00:03:00.534]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a468c9f8fe32873a -C extra-filename=-f3787c6ba99a7d75 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_attributes=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_attributes-40d55140a9f648df.rmeta --extern gix_config_value=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config_value-fc2e60169a15db49.rmeta --extern gix_glob=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_glob-5b206c5880f71203.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:07.9583111Z [00:03:01.242]➜     Compiling openssl-sys v0.9.109
2025-08-20T20:58:07.9613459Z [00:03:01.243]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=362e985f9558bbbf -C extra-filename=-297bb9fad3159d69 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/openssl-sys-297bb9fad3159d69 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libcc-f8684d5eac76a8c2.rlib --extern pkg_config=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib --extern vcpkg=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib --cap-lints allow`
2025-08-20T20:58:09.0683843Z [00:03:02.353]➜     Compiling libz-sys v1.1.22
2025-08-20T20:58:09.0703511Z [00:03:02.354]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=43f759e7fd79ff28 -C extra-filename=-59a89d1083f544e8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libz-sys-59a89d1083f544e8 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libcc-f8684d5eac76a8c2.rlib --extern pkg_config=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib --extern vcpkg=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib --cap-lints allow`
2025-08-20T20:58:09.1415206Z [00:03:02.426]➜     Compiling gix-sec v0.12.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec)
2025-08-20T20:58:09.1479134Z [00:03:02.430]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b89c443448af4bab -C extra-filename=-8884d2d017c69a46 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.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:58:09.1797620Z [00:03:02.464]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/openssl-sys-297bb9fad3159d69/build-script-main`
2025-08-20T20:58:09.2683422Z [00:03:02.552]➜     Compiling idna_adapter v1.2.1
2025-08-20T20:58:09.2704248Z [00:03:02.554]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6be9fe68ab0c819b -C extra-filename=-fbe0d0097139fc6b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern icu_normalizer=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-e02d66e741c45caa.rmeta --extern icu_properties=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-ce12c712bf7a40d3.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:58:09.5419119Z [00:03:02.826]➜     Compiling percent-encoding v2.3.1
2025-08-20T20:58:09.5433833Z [00:03:02.827]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f509564a0f47aca0 -C extra-filename=-157948d1c6c1f7ef --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:09.6429620Z [00:03:02.927]➜     Compiling utf8_iter v1.0.4
2025-08-20T20:58:09.6454526Z [00:03:02.927]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=abc6f5b35efc21aa -C extra-filename=-51828db896c4cc4c --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:09.8358678Z [00:03:03.120]➜     Compiling idna v1.0.3
2025-08-20T20:58:09.8379219Z [00:03:03.121]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5dd1c528b99b347a -C extra-filename=-1204b04797d7b519 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern idna_adapter=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-fbe0d0097139fc6b.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern utf8_iter=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-51828db896c4cc4c.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:58:09.8891674Z [00:03:03.173]➜     Compiling form_urlencoded v1.2.1
2025-08-20T20:58:09.8910127Z [00:03:03.174]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=daac3011b0d6c70f -C extra-filename=-1fb90da6565d6694 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern percent_encoding=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.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:58:09.9368371Z [00:03:03.221]➜     Compiling gix-ref v0.53.1 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref)
2025-08-20T20:58:09.9422817Z [00:03:03.222]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ad9caf7d05ae4f8b -C extra-filename=-8b1e084e30e846c1 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern gix_actor=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_actor-fc31c5956424690b.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_lock=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_lock-3baf9b4250ed856a.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_tempfile=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_tempfile-ffde79f2522af8a6.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern gix_validate=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_validate-95b3ebacdd6668d1.rmeta --extern memmap2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta --extern winnow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-0d49dbfd8e3a88c1.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:58:09.9665283Z [00:03:03.251]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libz-sys-59a89d1083f544e8/build-script-build`
2025-08-20T20:58:10.1442245Z [00:03:03.428]➜     Compiling curl-sys v0.4.82+curl-8.14.1
2025-08-20T20:58:10.1459547Z [00:03:03.429]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0b26b5e1ed194ddb -C extra-filename=-3546d6eadc53b38e --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-sys-3546d6eadc53b38e -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libcc-f8684d5eac76a8c2.rlib --extern pkg_config=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib --cap-lints allow`
2025-08-20T20:58:10.2309767Z [00:03:03.515]➜     Compiling imara-diff v0.1.8
2025-08-20T20:58:10.2342193Z [00:03:03.517]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e39b26ea0bc9dcb7 -C extra-filename=-5c196bd274178ae4 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-718ea0a4939e055b.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:58:10.5613548Z [00:03:03.845]➜     Compiling url v2.5.4
2025-08-20T20:58:10.5625861Z [00:03:03.845]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=29539082cff82190 -C extra-filename=-c72587512a344531 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-1fb90da6565d6694.rmeta --extern idna=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-1204b04797d7b519.rmeta --extern percent_encoding=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.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:58:11.1120565Z [00:03:04.396]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-sys-3546d6eadc53b38e/build-script-build`
2025-08-20T20:58:11.1737531Z [00:03:04.458]➜     Compiling gix-diff v0.53.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff)
2025-08-20T20:58:11.1836595Z [00:03:04.461]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ef3dd52d0775929f -C extra-filename=-628c3a933cbc0ec8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_attributes=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_attributes-40d55140a9f648df.rmeta --extern gix_command=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_command-1f65f23866f4eb51.rmeta --extern gix_filter=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_filter-d4263caa529e80b8.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_index=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_index-0ed40c18f46f2dfd.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_pathspec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pathspec-f3787c6ba99a7d75.rmeta --extern gix_tempfile=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_tempfile-ffde79f2522af8a6.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern gix_traverse=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_traverse-1d8268d7b08e567b.rmeta --extern gix_worktree=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree-e3155b694c8f8741.rmeta --extern imara_diff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimara_diff-5c196bd274178ae4.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:11.4641024Z [00:03:04.747]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9315c62c529fe81c -C extra-filename=-a04c1e9c682a6c83 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.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:58:11.5758945Z [00:03:04.858]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5493a6bc837889ba -C extra-filename=-929cb6acf7d10038 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.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:58:12.6534671Z [00:03:05.938]➜     Compiling gix-url v0.32.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url)
2025-08-20T20:58:12.6625067Z [00:03:05.939]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=eef7596f2a2849db -C extra-filename=-c161ca08f6259895 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern percent_encoding=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta --extern url=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-c72587512a344531.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:58:13.8345969Z [00:03:07.119]➜     Compiling gix-revision v0.35.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision)
2025-08-20T20:58:13.8399845Z [00:03:07.120]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a4b6fef68c37e212 -C extra-filename=-dea39ce103cde7a8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_commitgraph=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_commitgraph-3e3a41334331d924.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_hashtable=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_revwalk=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revwalk-5226dad63ac0a1d4.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:13.8761204Z [00:03:07.160]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T20:58:13.8774340Z [00:03:07.161]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=fa158125938c4fe8 -C extra-filename=-a035f5c67ef4c95b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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:58:14.5079603Z [00:03:07.792]➜     Compiling curl v0.4.48
2025-08-20T20:58:14.5095324Z [00:03:07.793]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1b2a053293c02efd -C extra-filename=-6f27b91d44311954 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-6f27b91d44311954 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:58:14.8531642Z [00:03:08.137]➜     Compiling utf8parse v0.2.2
2025-08-20T20:58:14.8548609Z [00:03:08.138]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3e775ae4202c7734 -C extra-filename=-388405267e7821b8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:14.9078910Z [00:03:08.192]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-6f27b91d44311954/build-script-build`
2025-08-20T20:58:14.9202680Z [00:03:08.204]➜     Compiling crossbeam-deque v0.8.6
2025-08-20T20:58:14.9219138Z [00:03:08.205]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8b63f332737c1168 -C extra-filename=-0d1f152e6612a44b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta --extern crossbeam_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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:58:15.0397890Z [00:03:08.324]➜     Compiling anstyle-parse v0.2.7
2025-08-20T20:58:15.0426137Z [00:03:08.325]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=54d932176d6126bf -C extra-filename=-b3d711e09c87a58c --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.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:58:15.3704734Z [00:03:08.653]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4ffc06a381911f57 -C extra-filename=-5c47e2c997b513e5 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern libz_sys=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_sys-a04c1e9c682a6c83.rmeta --extern openssl_sys=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-929cb6acf7d10038.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:58:15.4868341Z [00:03:08.771]➜     Compiling gix-prompt v0.11.1 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt)
2025-08-20T20:58:15.4903897Z [00:03:08.771]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ed6dc2b036973702 -C extra-filename=-8ca5ae3013618f62 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern gix_command=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_command-1f65f23866f4eb51.rmeta --extern gix_config_value=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config_value-fc2e60169a15db49.rmeta --extern parking_lot=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta --extern rustix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-a9ca98bee87afa67.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:15.6677508Z [00:03:08.952]➜     Compiling socket2 v0.5.10
2025-08-20T20:58:15.6700382Z [00:03:08.953]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=06860c7d3b626bbe -C extra-filename=-11318ea33289ba61 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.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:58:16.3283104Z [00:03:09.613]➜     Compiling anstyle-query v1.1.3
2025-08-20T20:58:16.3315987Z [00:03:09.614]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c2122b83cb5759df -C extra-filename=-fb2e9ad978fcacd4 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:16.3343329Z [00:03:09.619]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T20:58:16.3395737Z [00:03:09.622]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4c8f6b5f464e66a0 -C extra-filename=-f03c0c3b7c68aa9a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:16.4497202Z [00:03:09.734]➜     Compiling anstyle v1.0.11
2025-08-20T20:58:16.4528343Z [00:03:09.735]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d26913a7535970b9 -C extra-filename=-edf009e9ea133027 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:16.4959551Z [00:03:09.780]➜     Compiling colorchoice v1.0.4
2025-08-20T20:58:16.4990700Z [00:03:09.781]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bf4927471e64498d -C extra-filename=-554e86939bdb2b39 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:16.6008250Z [00:03:09.885]➜     Compiling openssl-probe v0.1.6
2025-08-20T20:58:16.6021639Z [00:03:09.886]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8ab22aefcc75d385 -C extra-filename=-84292a7991e702db --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:16.9295042Z [00:03:10.213]➜     Compiling rayon-core v1.12.1
2025-08-20T20:58:16.9307783Z [00:03:10.214]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=714798b13ef9ae85 -C extra-filename=-c0d3c10e6584e514 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:58:16.9575448Z [00:03:10.242]➜     Compiling arrayvec v0.7.6
2025-08-20T20:58:16.9591349Z [00:03:10.243]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7d96bcada8544868 -C extra-filename=-102b31737fd11237 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:17.0294646Z [00:03:10.314]➜     Compiling anstream v0.6.19
2025-08-20T20:58:17.0343948Z [00:03:10.316]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=205aae9774750989 -C extra-filename=-63686468d78d1ab7 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern anstyle_parse=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta --extern anstyle_query=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta --extern colorchoice=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta --extern is_terminal_polyfill=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.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:58:17.1812256Z [00:03:10.465]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build-script-build`
2025-08-20T20:58:17.2160140Z [00:03:10.499]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2a82da65f92320a1 -C extra-filename=-e7a21ff61224c660 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern curl_sys=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl_sys-5c47e2c997b513e5.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern openssl_probe=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-84292a7991e702db.rmeta --extern openssl_sys=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-929cb6acf7d10038.rmeta --extern socket2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-11318ea33289ba61.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:58:17.4066068Z [00:03:10.691]➜     Compiling uluru v3.1.0
2025-08-20T20:58:17.4084167Z [00:03:10.692]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8b81c8e0602dfb3e -C extra-filename=-07adb207d594efcd --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern arrayvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-102b31737fd11237.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:58:17.5538853Z [00:03:10.838]➜     Compiling gix-credentials v0.30.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials)
2025-08-20T20:58:17.5584258Z [00:03:10.839]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e26a546dbe24c102 -C extra-filename=-9b7b5f1e490f94c5 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_command=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_command-1f65f23866f4eb51.rmeta --extern gix_config_value=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config_value-fc2e60169a15db49.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_prompt=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_prompt-8ca5ae3013618f62.rmeta --extern gix_sec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_sec-8884d2d017c69a46.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern gix_url=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_url-c161ca08f6259895.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:17.5635642Z [00:03:10.843]➜     Compiling gix-refspec v0.31.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec)
2025-08-20T20:58:17.5665250Z [00:03:10.843]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b2d035dfd67cf007 -C extra-filename=-a581c12846890152 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_revision=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revision-dea39ce103cde7a8.rmeta --extern gix_validate=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_validate-95b3ebacdd6668d1.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:17.8968806Z [00:03:11.181]➜     Compiling gix-discover v0.41.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover)
2025-08-20T20:58:17.9008393Z [00:03:11.182]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2f18023491949d5e -C extra-filename=-ec7c145a2d518f70 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_ref=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ref-8b1e084e30e846c1.rmeta --extern gix_sec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_sec-8884d2d017c69a46.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:18.5284778Z [00:03:11.813]➜     Compiling libsqlite3-sys v0.35.0
2025-08-20T20:58:18.5305089Z [00:03:11.814]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a1f362171384ae02 -C extra-filename=-15802325c31ff4a7 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libsqlite3-sys-15802325c31ff4a7 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libcc-f8684d5eac76a8c2.rlib --extern pkg_config=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib --extern vcpkg=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib --cap-lints allow`
2025-08-20T20:58:19.2585492Z [00:03:12.543]➜     Compiling xattr v1.5.1
2025-08-20T20:58:19.2608477Z [00:03:12.544]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=494a92f9bf5fe1e7 -C extra-filename=-ece016522a364fa5 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-a9ca98bee87afa67.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:58:19.3883689Z [00:03:12.672]➜     Compiling gix-packetline v0.19.1 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline)
2025-08-20T20:58:19.3916991Z [00:03:12.673]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5cdbfeec078ae976 -C extra-filename=-25ebe0e8211c4112 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern faster_hex=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaster_hex-bd2e28cba9bc8b27.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:19.5308948Z [00:03:12.815]➜     Compiling indexmap v2.10.0
2025-08-20T20:58:19.5339955Z [00:03:12.817]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a8a8f13c711d87ff -C extra-filename=-39dc14683de43b2b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta --extern hashbrown=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-718ea0a4939e055b.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:58:20.1215463Z [00:03:13.406]➜     Compiling thiserror v1.0.69
2025-08-20T20:58:20.1225561Z [00:03:13.406]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8840714f510f6a49 -C extra-filename=-a7f5c40c20340476 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:58:20.2000859Z [00:03:13.484]➜     Compiling clru v0.6.2
2025-08-20T20:58:20.2015277Z [00:03:13.485]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=64acbae26e777291 -C extra-filename=-0889a773f3480da7 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:20.2220812Z [00:03:13.506]➜     Compiling overload v0.1.1
2025-08-20T20:58:20.2229513Z [00:03:13.506]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a1ef367de67bbc16 -C extra-filename=-b712723a23b05b46 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:20.2547575Z [00:03:13.539]➜     Compiling base64 v0.22.1
2025-08-20T20:58:20.2558974Z [00:03:13.540]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=798de08f576463d3 -C extra-filename=-1f9ac025c7e85115 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:20.3169692Z [00:03:13.601]➜     Compiling lazy_static v1.5.0
2025-08-20T20:58:20.3182677Z [00:03:13.602]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3919997bb4d1f014 -C extra-filename=-99879f58e510182a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:20.4618553Z [00:03:13.746]➜     Compiling sharded-slab v0.1.7
2025-08-20T20:58:20.4629260Z [00:03:13.746]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7be119d36cefbb50 -C extra-filename=-a096078f7979df47 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.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:58:20.6170184Z [00:03:13.901]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build`
2025-08-20T20:58:20.6438033Z [00:03:13.928]➜     Compiling gix-pack v0.60.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack)
2025-08-20T20:58:20.6484260Z [00:03:13.929]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6180f0581564b1b0 -C extra-filename=-03d5d6df9339d2ad --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern clru=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclru-0889a773f3480da7.rmeta --extern gix_chunk=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_chunk-2108d1ad73e69548.rmeta --extern gix_diff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_diff-628c3a933cbc0ec8.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_hashtable=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_tempfile=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_tempfile-ffde79f2522af8a6.rmeta --extern gix_traverse=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_traverse-1d8268d7b08e567b.rmeta --extern memmap2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rmeta --extern parking_lot=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta --extern uluru=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuluru-07adb207d594efcd.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:58:20.8631986Z [00:03:14.147]➜     Compiling gix-transport v0.48.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport)
2025-08-20T20:58:20.8671641Z [00:03:14.147]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=fd55411d0cb28b38 -C extra-filename=-e59c4e159f4df39d --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern curl=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl-e7a21ff61224c660.rmeta --extern gix_command=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_command-1f65f23866f4eb51.rmeta --extern gix_credentials=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_credentials-9b7b5f1e490f94c5.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_packetline=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_packetline-25ebe0e8211c4112.rmeta --extern gix_quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_quote-20bf87b14554635d.rmeta --extern gix_sec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_sec-8884d2d017c69a46.rmeta --extern gix_url=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_url-c161ca08f6259895.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:21.1221501Z [00:03:14.406]➜     Compiling zip v4.3.0
2025-08-20T20:58:21.1237290Z [00:03:14.407]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8d290659bb42b8a0 -C extra-filename=-d25b6f6f6ec5ce01 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rmeta --extern flate2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-5d647556bd4fe36f.rmeta --extern indexmap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-39dc14683de43b2b.rmeta --extern memchr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.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:58:21.1878478Z [00:03:14.472]➜     Compiling nu-ansi-term v0.46.0
2025-08-20T20:58:21.1910731Z [00:03:14.475]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=25e6a6cedc4738fc -C extra-filename=-e9cf87b0b6329ff9 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern overload=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.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:58:22.0990237Z [00:03:15.383]➜     Compiling tar v0.4.44
2025-08-20T20:58:22.1003918Z [00:03:15.384]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5d13258f9a486f58 -C extra-filename=-65b39b1e3e584e8b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern filetime=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-a9003c3b0d35a644.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern xattr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxattr-ece016522a364fa5.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:58:22.3594475Z [00:03:15.644]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libsqlite3-sys-15802325c31ff4a7/build-script-build`
2025-08-20T20:58:24.5695690Z [00:03:17.854]➜     Compiling gix-dir v0.15.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir)
2025-08-20T20:58:24.5782882Z [00:03:17.858]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=52dff79d74ba51ae -C extra-filename=-a8581dc107b0d201 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_discover=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_discover-ec7c145a2d518f70.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_ignore=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ignore-bfe76ddaef61e28d.rmeta --extern gix_index=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_index-0ed40c18f46f2dfd.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_pathspec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pathspec-f3787c6ba99a7d75.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern gix_worktree=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree-e3155b694c8f8741.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:26.2502871Z [00:03:19.534]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=99d553cd1252b06e -C extra-filename=-957d434ae7e49da9 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta --extern crossbeam_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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:58:26.7747793Z [00:03:20.059]➜     Compiling gix-config v0.46.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config)
2025-08-20T20:58:26.7801356Z [00:03:20.060]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=567d7ab09f66b1f6 -C extra-filename=-df959d3774fb6832 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_config_value=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config_value-fc2e60169a15db49.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_glob=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_glob-5b206c5880f71203.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_ref=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ref-8b1e084e30e846c1.rmeta --extern gix_sec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_sec-8884d2d017c69a46.rmeta --extern memchr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta --extern unicode_bom=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bom-2fe70e19bc876e2b.rmeta --extern winnow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-0d49dbfd8e3a88c1.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:58:28.3787734Z [00:03:21.663]➜     Compiling gix-worktree-stream v0.22.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream)
2025-08-20T20:58:28.3940356Z [00:03:21.675]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=78f1942a92cbf5df -C extra-filename=-b79e2d218cd88048 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern gix_attributes=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_attributes-40d55140a9f648df.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_filter=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_filter-d4263caa529e80b8.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_traverse=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_traverse-1d8268d7b08e567b.rmeta --extern parking_lot=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:29.1621084Z [00:03:22.446]➜     Compiling gix-negotiate v0.21.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate)
2025-08-20T20:58:29.1655330Z [00:03:22.447]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=003bce59c51ff57c -C extra-filename=-56925d469f914d58 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern gix_commitgraph=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_commitgraph-3e3a41334331d924.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_revwalk=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revwalk-5226dad63ac0a1d4.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:30.0765619Z [00:03:23.361]➜     Compiling gix-shallow v0.5.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-shallow)
2025-08-20T20:58:30.0799366Z [00:03:23.361]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e47629aca4a53d08 -C extra-filename=-507ca95827a3cbe1 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_lock=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_lock-3baf9b4250ed856a.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:30.5781935Z [00:03:23.862]➜     Compiling thiserror-impl v1.0.69
2025-08-20T20:58:30.5797682Z [00:03:23.863]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a415d505164b8a7f -C extra-filename=-3cf295331814a8db --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:58:31.0577732Z [00:03:24.342]➜     Compiling tracing-attributes v0.1.30
2025-08-20T20:58:31.0593285Z [00:03:24.343]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1bf1db140c31cc48 -C extra-filename=-44edeccea3c38331 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:58:34.2142747Z [00:03:27.499]➜     Compiling maybe-async v0.2.10
2025-08-20T20:58:34.2160391Z [00:03:27.500]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a115991e936f9a97 -C extra-filename=-1a9025ebbc98c4a7 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:58:34.9505927Z [00:03:28.235]➜     Compiling tracing-log v0.2.0
2025-08-20T20:58:34.9520558Z [00:03:28.235]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=82deb25a02064e3c -C extra-filename=-0ac68df78668d010 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern log=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern tracing_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.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:58:35.4670465Z [00:03:28.751]➜     Compiling fs-err v3.1.1
2025-08-20T20:58:35.4684512Z [00:03:28.752]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9c1a72dac87c6c32 -C extra-filename=-10a59c08f2e256b8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/fs-err-10a59c08f2e256b8 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib --cap-lints allow`
2025-08-20T20:58:35.8038075Z [00:03:29.088]➜     Compiling io-close v0.3.7
2025-08-20T20:58:35.8046948Z [00:03:29.088]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3c28633d682c56b0 -C extra-filename=-b0188a10e582f1d8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.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:58:35.8127269Z [00:03:29.096]➜     Compiling crossbeam-queue v0.3.12
2025-08-20T20:58:35.8153280Z [00:03:29.098]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9215ccb81e047dd4 -C extra-filename=-1f0ec87d926659d0 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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:58:36.0760246Z [00:03:29.358]➜     Compiling is-docker v0.2.0
2025-08-20T20:58:36.0769979Z [00:03:29.358]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6b77af308f879c02 -C extra-filename=-4802cea9b564bf80 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.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:58:36.0817367Z [00:03:29.366]➜     Compiling thread_local v1.1.9
2025-08-20T20:58:36.0830618Z [00:03:29.366]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=783c2e44826cbded -C extra-filename=-82b9ec2632344da1 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.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:58:36.0970295Z [00:03:29.381]➜     Compiling clap_lex v0.7.5
2025-08-20T20:58:36.0992677Z [00:03:29.381]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8890295daedb63ad -C extra-filename=-ebdd39593b7935e8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:36.2815618Z [00:03:29.566]➜     Compiling anyhow v1.0.98
2025-08-20T20:58:36.2830183Z [00:03:29.567]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3e223306464e34fb -C extra-filename=-e3634881db4b60e6 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:58:36.4776893Z [00:03:29.762]➜     Compiling arc-swap v1.7.1
2025-08-20T20:58:36.4784664Z [00:03:29.762]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d119d224d96922d4 -C extra-filename=-a543dcf2e7b9422e --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:36.5177172Z [00:03:29.802]➜     Compiling strsim v0.11.1
2025-08-20T20:58:36.5187397Z [00:03:29.802]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0193e4c13a229f28 -C extra-filename=-0535910dc9036bf9 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:36.6249137Z [00:03:29.909]➜     Compiling serde_json v1.0.142
2025-08-20T20:58:36.6256012Z [00:03:29.909]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4ee6d8080e483182 -C extra-filename=-83c9aeb1ec326ba0 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:58:36.8999389Z [00:03:30.184]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build-script-build`
2025-08-20T20:58:37.0024427Z [00:03:30.287]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build-script-build`
2025-08-20T20:58:37.0256880Z [00:03:30.310]➜     Compiling gix-odb v0.70.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb)
2025-08-20T20:58:37.0318339Z [00:03:30.313]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=45e2dea3f30952b3 -C extra-filename=-2359005e467be37a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern arc_swap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarc_swap-a543dcf2e7b9422e.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_hashtable=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_pack=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pack-03d5d6df9339d2ad.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_quote-20bf87b14554635d.rmeta --extern parking_lot=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern tempfile=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-b26baba818758982.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:37.0802381Z [00:03:30.364]➜     Compiling clap_builder v4.5.42
2025-08-20T20:58:37.0857702Z [00:03:30.365]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=483d9e9c393cf907 -C extra-filename=-e10e9d038bad3354 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta --extern anstyle=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern clap_lex=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta --extern strsim=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.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:58:37.1235475Z [00:03:30.408]➜     Compiling tracing-subscriber v0.3.19
2025-08-20T20:58:37.1255735Z [00:03:30.408]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=60063fe5d91b2bb0 -C extra-filename=-0fc7b8027c63985e --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern nu_ansi_term=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rmeta --extern sharded_slab=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thread_local=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-82b9ec2632344da1.rmeta --extern tracing_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rmeta --extern tracing_log=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-0ac68df78668d010.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:58:37.5642709Z [00:03:30.848]➜     Compiling gix-protocol v0.51.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol)
2025-08-20T20:58:37.5714367Z [00:03:30.852]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f9026fdc1fdbae92 -C extra-filename=-9c0857353f1d764f --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_credentials=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_credentials-9b7b5f1e490f94c5.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_lock=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_lock-3baf9b4250ed856a.rmeta --extern gix_negotiate=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_negotiate-56925d469f914d58.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_ref=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ref-8b1e084e30e846c1.rmeta --extern gix_refspec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_refspec-a581c12846890152.rmeta --extern gix_revwalk=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revwalk-5226dad63ac0a1d4.rmeta --extern gix_shallow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_shallow-507ca95827a3cbe1.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern gix_transport=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_transport-e59c4e159f4df39d.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern maybe_async=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libmaybe_async-1a9025ebbc98c4a7.so --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta --extern winnow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-0d49dbfd8e3a88c1.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:58:42.6554279Z [00:03:35.940]➜     Compiling is-wsl v0.4.0
2025-08-20T20:58:42.6575875Z [00:03:35.941]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e3ebf837386f955f -C extra-filename=-c4947460452a10ab --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern is_docker=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_docker-4802cea9b564bf80.rmeta --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.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:58:43.2201077Z [00:03:36.504]➜     Compiling crossbeam v0.8.4
2025-08-20T20:58:43.2222178Z [00:03:36.505]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=86d1b1056706c016 -C extra-filename=-4d3fcab449d77754 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern crossbeam_channel=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rmeta --extern crossbeam_deque=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta --extern crossbeam_epoch=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta --extern crossbeam_queue=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_queue-1f0ec87d926659d0.rmeta --extern crossbeam_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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:58:43.3140919Z [00:03:36.598]➜     Compiling gix-worktree-state v0.20.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state)
2025-08-20T20:58:43.3172633Z [00:03:36.598]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=df684a0e872eed98 -C extra-filename=-7c5b098822a4a40e --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_filter=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_filter-d4263caa529e80b8.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_glob=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_glob-5b206c5880f71203.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_index=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_index-0ed40c18f46f2dfd.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_worktree=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree-e3155b694c8f8741.rmeta --extern io_close=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libio_close-b0188a10e582f1d8.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:43.3691654Z [00:03:36.653]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/fs-err-10a59c08f2e256b8/build-script-build`
2025-08-20T20:58:43.5156175Z [00:03:36.800]➜     Compiling tracing v0.1.41
2025-08-20T20:58:43.5171032Z [00:03:36.800]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=30705eabf484cafb -C extra-filename=-08ef712f5fb16968 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern pin_project_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta --extern tracing_attributes=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libtracing_attributes-44edeccea3c38331.so --extern tracing_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.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:58:43.9929989Z [00:03:37.276]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9c7664022b73e53a -C extra-filename=-dfc58abc02bf53a1 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libthiserror_impl-3cf295331814a8db.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:58:44.1039150Z [00:03:37.388]➜     Compiling gix-submodule v0.20.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule)
2025-08-20T20:58:44.1095493Z [00:03:37.391]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=13a7e9970c054659 -C extra-filename=-386d9083cb66928f --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_config=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config-df959d3774fb6832.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_pathspec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pathspec-f3787c6ba99a7d75.rmeta --extern gix_refspec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_refspec-a581c12846890152.rmeta --extern gix_url=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_url-c161ca08f6259895.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:44.2646777Z [00:03:37.549]➜     Compiling gix-archive v0.22.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive)
2025-08-20T20:58:44.2853575Z [00:03:37.561]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5d188ebcdd91cd17 -C extra-filename=-1478510fee450088 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern flate2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-5d647556bd4fe36f.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_worktree_stream=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree_stream-b79e2d218cd88048.rmeta --extern jiff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rmeta --extern tar=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtar-65b39b1e3e584e8b.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta --extern zip=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzip-d25b6f6f6ec5ce01.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:58:44.9500149Z [00:03:38.234]➜     Compiling rayon v1.10.0
2025-08-20T20:58:44.9513777Z [00:03:38.235]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3aa9d5a83384e885 -C extra-filename=-46246f5ee9595d8b --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern either=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.rmeta --extern rayon_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-957d434ae7e49da9.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:58:45.1919312Z [00:03:38.476]➜     Compiling gix-status v0.20.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status)
2025-08-20T20:58:45.1972187Z [00:03:38.476]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b2d7487f675746c3 -C extra-filename=-ceb0190eaa8754ae --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern filetime=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-a9003c3b0d35a644.rmeta --extern gix_diff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_diff-628c3a933cbc0ec8.rmeta --extern gix_dir=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_dir-a8581dc107b0d201.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_filter=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_filter-d4263caa529e80b8.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_index=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_index-0ed40c18f46f2dfd.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_pathspec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pathspec-f3787c6ba99a7d75.rmeta --extern gix_worktree=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree-e3155b694c8f8741.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:46.3345213Z [00:03:39.619]➜     Compiling gix-merge v0.6.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge)
2025-08-20T20:58:46.3389803Z [00:03:39.619]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=06b978f954d85f40 -C extra-filename=-1ce0e2d10558e149 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_command=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_command-1f65f23866f4eb51.rmeta --extern gix_diff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_diff-628c3a933cbc0ec8.rmeta --extern gix_filter=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_filter-d4263caa529e80b8.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_index=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_index-0ed40c18f46f2dfd.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_quote-20bf87b14554635d.rmeta --extern gix_revision=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revision-dea39ce103cde7a8.rmeta --extern gix_revwalk=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revwalk-5226dad63ac0a1d4.rmeta --extern gix_tempfile=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_tempfile-ffde79f2522af8a6.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern gix_worktree=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree-e3155b694c8f8741.rmeta --extern imara_diff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimara_diff-5c196bd274178ae4.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:46.7801612Z [00:03:40.064]➜     Compiling gix-blame v0.3.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame)
2025-08-20T20:58:46.7867373Z [00:03:40.067]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=df64bac6fa46cc4f -C extra-filename=-62b46ee62d8b3e6a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern gix_commitgraph=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_commitgraph-3e3a41334331d924.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_diff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_diff-628c3a933cbc0ec8.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_revwalk=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revwalk-5226dad63ac0a1d4.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern gix_traverse=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_traverse-1d8268d7b08e567b.rmeta --extern gix_worktree=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree-e3155b694c8f8741.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:48.5921041Z [00:03:41.876]➜     Compiling gix-mailmap v0.27.2 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap)
2025-08-20T20:58:48.5970050Z [00:03:41.879]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0482ce4307463f3c -C extra-filename=-0d9700603f34fcf2 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta --extern gix_actor=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_actor-fc31c5956424690b.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:49.7559096Z [00:03:43.040]➜     Compiling clap_derive v4.5.41
2025-08-20T20:58:49.7585774Z [00:03:43.041]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0dc171641dbf3591 -C extra-filename=-bc4ba59015a714aa --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:58:51.1903944Z [00:03:44.475]➜     Compiling regex v1.11.1
2025-08-20T20:58:51.1918010Z [00:03:44.475]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9e723144b8588e1d -C extra-filename=-6471d5961de3a36f --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-fb3b59db4a6b6077.rmeta --extern regex_syntax=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.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:58:51.8586100Z [00:03:45.143]➜     Compiling hashlink v0.10.0
2025-08-20T20:58:51.8649505Z [00:03:45.148]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bf7ddb5833398fa0 -C extra-filename=-252307eb83eb2e97 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-718ea0a4939e055b.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:58:52.6405094Z [00:03:45.924]➜     Compiling pathdiff v0.2.3
2025-08-20T20:58:52.6416552Z [00:03:45.925]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2d0477faabfe853b -C extra-filename=-88ecdc5c74fa8dd9 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:52.7604790Z [00:03:46.045]➜     Compiling fallible-streaming-iterator v0.1.9
2025-08-20T20:58:52.7631573Z [00:03:46.047]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=13259af01d7e5e2b -C extra-filename=-3a23511af975cb90 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:52.8277115Z [00:03:46.112]➜     Compiling fallible-iterator v0.3.0
2025-08-20T20:58:52.8301213Z [00:03:46.113]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ba99e80454f31a96 -C extra-filename=-e4bc8ac7512add7a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:52.9757569Z [00:03:46.260]➜     Compiling open v5.3.2
2025-08-20T20:58:52.9773067Z [00:03:46.260]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1b29bbbebe75c95e -C extra-filename=-b821b99ff773a330 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern is_wsl=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_wsl-c4947460452a10ab.rmeta --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern pathdiff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpathdiff-88ecdc5c74fa8dd9.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:58:53.0241775Z [00:03:46.308]➜     Compiling gix v0.73.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix)
2025-08-20T20:58:53.0368092Z [00:03:46.310]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6533ba5c3c898278 -C extra-filename=-f08a36c593b8653a --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern gix_actor=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_actor-fc31c5956424690b.rmeta --extern gix_archive=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_archive-1478510fee450088.rmeta --extern gix_attributes=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_attributes-40d55140a9f648df.rmeta --extern gix_blame=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_blame-62b46ee62d8b3e6a.rmeta --extern gix_command=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_command-1f65f23866f4eb51.rmeta --extern gix_commitgraph=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_commitgraph-3e3a41334331d924.rmeta --extern gix_config=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config-df959d3774fb6832.rmeta --extern gix_credentials=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_credentials-9b7b5f1e490f94c5.rmeta --extern gix_date=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta --extern gix_diff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_diff-628c3a933cbc0ec8.rmeta --extern gix_dir=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_dir-a8581dc107b0d201.rmeta --extern gix_discover=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_discover-ec7c145a2d518f70.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern gix_filter=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_filter-d4263caa529e80b8.rmeta --extern gix_fs=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta --extern gix_glob=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_glob-5b206c5880f71203.rmeta --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_hashtable=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rmeta --extern gix_ignore=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ignore-bfe76ddaef61e28d.rmeta --extern gix_index=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_index-0ed40c18f46f2dfd.rmeta --extern gix_lock=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_lock-3baf9b4250ed856a.rmeta --extern gix_mailmap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_mailmap-0d9700603f34fcf2.rmeta --extern gix_merge=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_merge-1ce0e2d10558e149.rmeta --extern gix_negotiate=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_negotiate-56925d469f914d58.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta --extern gix_odb=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_odb-2359005e467be37a.rmeta --extern gix_pack=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pack-03d5d6df9339d2ad.rmeta --extern gix_path=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta --extern gix_pathspec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pathspec-f3787c6ba99a7d75.rmeta --extern gix_prompt=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_prompt-8ca5ae3013618f62.rmeta --extern gix_protocol=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_protocol-9c0857353f1d764f.rmeta --extern gix_ref=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ref-8b1e084e30e846c1.rmeta --extern gix_refspec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_refspec-a581c12846890152.rmeta --extern gix_revision=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revision-dea39ce103cde7a8.rmeta --extern gix_revwalk=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revwalk-5226dad63ac0a1d4.rmeta --extern gix_sec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_sec-8884d2d017c69a46.rmeta --extern gix_shallow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_shallow-507ca95827a3cbe1.rmeta --extern gix_status=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_status-ceb0190eaa8754ae.rmeta --extern gix_submodule=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_submodule-386d9083cb66928f.rmeta --extern gix_tempfile=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_tempfile-ffde79f2522af8a6.rmeta --extern gix_trace=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta --extern gix_transport=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_transport-e59c4e159f4df39d.rmeta --extern gix_traverse=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_traverse-1d8268d7b08e567b.rmeta --extern gix_url=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_url-c161ca08f6259895.rmeta --extern gix_utils=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta --extern gix_validate=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_validate-95b3ebacdd6668d1.rmeta --extern gix_worktree=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree-e3155b694c8f8741.rmeta --extern gix_worktree_state=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree_state-7c5b098822a4a40e.rmeta --extern gix_worktree_stream=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree_stream-b79e2d218cd88048.rmeta --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern parking_lot=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta --extern prodash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprodash-e736a74f9a3681f1.rmeta --extern regex=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-6471d5961de3a36f.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern signal_hook=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-cc16c36a383d4b4f.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.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:58:53.2161030Z [00:03:46.500]➜     Compiling jwalk v0.8.1
2025-08-20T20:58:53.2176133Z [00:03:46.501]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=800ea4ba538b2680 -C extra-filename=-6c6f5643d68c08f4 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern crossbeam=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam-4d3fcab449d77754.rmeta --extern rayon=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-46246f5ee9595d8b.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:58:53.7568107Z [00:03:47.041]➜     Compiling tracing-forest v0.1.6
2025-08-20T20:58:53.7588208Z [00:03:47.042]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1ec3ad929952bfaf -C extra-filename=-f0ac9bb8761bd39c --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-dfc58abc02bf53a1.rmeta --extern tracing=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-08ef712f5fb16968.rmeta --extern tracing_subscriber=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-0fc7b8027c63985e.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:58:53.8273172Z [00:03:47.111]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=cf7023ba1e3d4b70 -C extra-filename=-15c699b3bc547141 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:54.5791088Z [00:03:47.862]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=14c312acc22d0854 -C extra-filename=-4ee1d983d01add3c --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:55.1719117Z [00:03:48.456]➜     Compiling clap v4.5.42
2025-08-20T20:58:55.1751167Z [00:03:48.457]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8e0cf348a31a7cab -C extra-filename=-5a0c4b3d710936b8 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-e10e9d038bad3354.rmeta --extern clap_derive=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libclap_derive-bc4ba59015a714aa.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:58:55.2801318Z [00:03:48.562]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=888cdf1ef622aab9 -C extra-filename=-860814c200af1b93 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta --extern memchr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern ryu=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.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:58:55.4924091Z [00:03:48.777]➜     Compiling gix-fsck v0.12.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck)
2025-08-20T20:58:55.4956208Z [00:03:48.777]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=034c3aa82e8873ef -C extra-filename=-31ac5a2d42c2b818 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern gix_hash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta --extern gix_hashtable=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rmeta --extern gix_object=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.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:58:55.5207332Z [00:03:48.805]➜     Compiling env_filter v0.1.3
2025-08-20T20:58:55.5246474Z [00:03:48.806]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4ad7be77c2468e90 -C extra-filename=-fa8f67387ed3e491 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern log=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.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:58:55.7279097Z [00:03:49.010]➜     Compiling sysinfo v0.36.1
2025-08-20T20:58:55.7291445Z [00:03:49.011]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bb3b3884b004a7d6 -C extra-filename=-644339584985defa --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta --extern memchr=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.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:58:56.8066554Z [00:03:50.091]➜     Compiling layout-rs v0.1.3
2025-08-20T20:58:56.8080689Z [00:03:50.092]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4e3eb926f8cc7752 -C extra-filename=-f83324da552207b4 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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:58:59.9909589Z [00:03:53.275]➜     Compiling gitoxide v0.45.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO)
2025-08-20T20:58:59.9974731Z [00:03:53.279]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=cbceae88021abbfa -C extra-filename=-0ec493c9ea5f27c7 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/gitoxide-0ec493c9ea5f27c7 -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps`
2025-08-20T20:59:00.6686033Z [00:03:53.953]➜       Running `/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/gitoxide-0ec493c9ea5f27c7/build-script-build`
2025-08-20T20:59:00.7115724Z [00:03:53.996]➜     Compiling env_logger v0.11.8
2025-08-20T20:59:00.7179295Z [00:03:53.998]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6768c3e75721199b -C extra-filename=-f19fef6b01178305 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta --extern anstyle=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern env_filter=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-fa8f67387ed3e491.rmeta --extern jiff=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rmeta --extern log=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.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:59:01.1157932Z [00:03:54.400]➜     Compiling clap_complete v4.5.55
2025-08-20T20:59:01.1222823Z [00:03:54.401]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c476a03d5f74a452 -C extra-filename=-3254f904149a6dba --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5a0c4b3d710936b8.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:59:01.8583998Z [00:03:55.143]➜     Compiling terminal_size v0.4.2
2025-08-20T20:59:01.8596648Z [00:03:55.143]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f2b17d6661081a6e -C extra-filename=-9e72e79de4134296 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-a9ca98bee87afa67.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-20T21:00:04.9985553Z [00:04:58.282]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=564dffcf68e315ab -C extra-filename=-b8f477557d695699 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/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.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out -l static=sqlite3`
2025-08-20T21:00:05.2491636Z [00:04:58.533]➜     Compiling rusqlite v0.37.0
2025-08-20T21:00:05.2512267Z [00:04:58.534]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a0ba4da0ab16bd0d -C extra-filename=-ad7ed80de1883712 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta --extern fallible_iterator=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-e4bc8ac7512add7a.rmeta --extern fallible_streaming_iterator=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-3a23511af975cb90.rmeta --extern hashlink=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashlink-252307eb83eb2e97.rmeta --extern libsqlite3_sys=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibsqlite3_sys-b8f477557d695699.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.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.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out`
2025-08-20T21:00:06.5148285Z [00:04:59.799]➜     Compiling gitoxide-core v0.48.0 (/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core)
2025-08-20T21:00:06.5208122Z [00:04:59.799]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b1c56f3bc78ee4df -C extra-filename=-ca26d1a0b31ef722 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rmeta --extern bytesize=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytesize-490fdf4ce5fdeb8e.rmeta --extern crossbeam_channel=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rmeta --extern fs_err=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_err-15c699b3bc547141.rmeta --extern gix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix-f08a36c593b8653a.rmeta --extern gix_archive_for_configuration_only=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_archive-1478510fee450088.rmeta --extern gix_fsck=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fsck-31ac5a2d42c2b818.rmeta --extern gix_pack_for_configuration_only=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pack-03d5d6df9339d2ad.rmeta --extern gix_status=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_status-ceb0190eaa8754ae.rmeta --extern gix_transport_configuration_only=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_transport-e59c4e159f4df39d.rmeta --extern gix_url=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_url-c161ca08f6259895.rmeta --extern jwalk=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjwalk-6c6f5643d68c08f4.rmeta --extern layout=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblayout-f83324da552207b4.rmeta --extern open=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopen-b821b99ff773a330.rmeta --extern parking_lot=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta --extern rusqlite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusqlite-ad7ed80de1883712.rmeta --extern serde=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta --extern serde_json=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-860814c200af1b93.rmeta --extern smallvec=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta --extern sysinfo=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsysinfo-644339584985defa.rmeta --extern tempfile=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-b26baba818758982.rmeta --extern thiserror=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta --extern tracing=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-08ef712f5fb16968.rmeta --extern tracing_forest=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_forest-f0ac9bb8761bd39c.rmeta --extern tracing_subscriber=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-0fc7b8027c63985e.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.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out -L native=/usr/lib`
2025-08-20T21:00:10.4836934Z [00:05:03.763]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bc8b14f0f22c6e90 -C extra-filename=-6a9f1c35409a99ae --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rmeta --extern clap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5a0c4b3d710936b8.rmeta --extern clap_complete=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-3254f904149a6dba.rmeta --extern crosstermion=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrosstermion-122fda201147604f.rmeta --extern env_logger=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-f19fef6b01178305.rmeta --extern futures_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rmeta --extern gitoxide_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide_core-ca26d1a0b31ef722.rmeta --extern gix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix-f08a36c593b8653a.rmeta --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta --extern is_terminal=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-a0cdd97935466f76.rmeta --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern prodash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprodash-e736a74f9a3681f1.rmeta --extern serde_derive=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libserde_derive-4dea58f2f780c793.so --extern terminal_size=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9e72e79de4134296.rmeta --extern tracing=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-08ef712f5fb16968.rmeta --extern tracing_forest=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_forest-f0ac9bb8761bd39c.rmeta --extern tracing_subscriber=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-0fc7b8027c63985e.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.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out -L native=/usr/lib`
2025-08-20T21:00:42.2935278Z [00:05:35.575]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8b0649decf6055bb -C extra-filename=-96ca11939daabf72 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rlib --extern clap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5a0c4b3d710936b8.rlib --extern clap_complete=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-3254f904149a6dba.rlib --extern crosstermion=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrosstermion-122fda201147604f.rlib --extern env_logger=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-f19fef6b01178305.rlib --extern futures_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rlib --extern gitoxide=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide-6a9f1c35409a99ae.rlib --extern gitoxide_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide_core-ca26d1a0b31ef722.rlib --extern gix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix-f08a36c593b8653a.rlib --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rlib --extern is_terminal=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-a0cdd97935466f76.rlib --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib --extern prodash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprodash-e736a74f9a3681f1.rlib --extern serde_derive=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libserde_derive-4dea58f2f780c793.so --extern terminal_size=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9e72e79de4134296.rlib --extern tracing=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-08ef712f5fb16968.rlib --extern tracing_forest=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_forest-f0ac9bb8761bd39c.rlib --extern tracing_subscriber=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-0fc7b8027c63985e.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.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out -L native=/usr/lib`
2025-08-20T21:00:42.2998673Z [00:05:35.575]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d01a53d364394963 -C extra-filename=-538bd29d887e9834 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rlib --extern clap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5a0c4b3d710936b8.rlib --extern clap_complete=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-3254f904149a6dba.rlib --extern crosstermion=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrosstermion-122fda201147604f.rlib --extern env_logger=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-f19fef6b01178305.rlib --extern futures_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rlib --extern gitoxide=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide-6a9f1c35409a99ae.rlib --extern gitoxide_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide_core-ca26d1a0b31ef722.rlib --extern gix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix-f08a36c593b8653a.rlib --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rlib --extern is_terminal=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-a0cdd97935466f76.rlib --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib --extern prodash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprodash-e736a74f9a3681f1.rlib --extern serde_derive=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libserde_derive-4dea58f2f780c793.so --extern terminal_size=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9e72e79de4134296.rlib --extern tracing=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-08ef712f5fb16968.rlib --extern tracing_forest=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_forest-f0ac9bb8761bd39c.rlib --extern tracing_subscriber=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-0fc7b8027c63985e.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.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out -L native=/usr/lib`
2025-08-20T21:01:47.7220288Z [00:06:41.004]➜  error: linking with `clang` failed: exit status: 1
2025-08-20T21:01:47.7223511Z [00:06:41.004]➜    |
2025-08-20T21:01:47.7235534Z [00:06:41.004]➜    = note:  "clang" "-m64" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcYAKkyt/symbols.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/tmp/rustcYAKkyt/{liblibsqlite3_sys-b8f477557d695699.rlib}.rlib" "-lcurl" "-lunwind" "-lc" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcYAKkyt/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out" "-L" "/usr/lib" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ein-538bd29d887e9834" "-Wl,--gc-sections" "-static-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/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o"
2025-08-20T21:01:47.7259999Z [00:06:41.004]➜    = note: some arguments are omitted. use `--verbose` to show all linker arguments
2025-08-20T21:01:47.7260966Z [00:06:41.004]➜    = note: mold: error: undefined symbol: ares_process_fd
2025-08-20T21:01:47.7261680Z [00:06:41.004]➜            >>> referenced by asyn-base.c
2025-08-20T21:01:47.7262548Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T21:01:47.7263365Z [00:06:41.004]➜            >>> referenced by asyn-base.c
2025-08-20T21:01:47.7264203Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T21:01:47.7265083Z [00:06:41.004]➜            mold: error: undefined symbol: ares_set_local_dev
2025-08-20T21:01:47.7265813Z [00:06:41.004]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.7267015Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_interface)
2025-08-20T21:01:47.7268419Z [00:06:41.004]➜            mold: error: undefined symbol: ares_set_servers_ports_csv
2025-08-20T21:01:47.7269210Z [00:06:41.004]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.7270190Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_set_dns_servers)
2025-08-20T21:01:47.7271197Z [00:06:41.004]➜            mold: error: undefined symbol: BrotliDecoderCreateInstance
2025-08-20T21:01:47.7271954Z [00:06:41.004]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.7272824Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_init)
2025-08-20T21:01:47.7273732Z [00:06:41.004]➜            mold: error: undefined symbol: BIO_meth_set_ctrl
2025-08-20T21:01:47.7274436Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7275234Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:01:47.7276137Z [00:06:41.004]➜            mold: error: undefined symbol: OCSP_response_status_str
2025-08-20T21:01:47.7277164Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7278111Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7279049Z [00:06:41.004]➜            mold: error: undefined symbol: X509_NAME_get_index_by_NID
2025-08-20T21:01:47.7279782Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7280601Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7281398Z [00:06:41.004]➜            mold: error: undefined symbol: X509_EXTENSION_get_object
2025-08-20T21:01:47.7282038Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7282865Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7283808Z [00:06:41.004]➜            mold: error: undefined symbol: SSL_get_verify_result
2025-08-20T21:01:47.7284527Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7285365Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T21:01:47.7288880Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7289869Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7290713Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7291535Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7292445Z [00:06:41.004]➜            mold: error: undefined symbol: EVP_PKEY_get_id
2025-08-20T21:01:47.7293182Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7294064Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7294842Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7295675Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7296754Z [00:06:41.004]➜            mold: error: undefined symbol: PKCS12_free
2025-08-20T21:01:47.7297409Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7298189Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7298949Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7299759Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7300629Z [00:06:41.004]➜            mold: error: undefined symbol: UI_method_get_opener
2025-08-20T21:01:47.7301658Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7302476Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7303239Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7304058Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7305037Z [00:06:41.004]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_send_callback
2025-08-20T21:01:47.7305869Z [00:06:41.004]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7306884Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7307661Z [00:06:41.004]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7308536Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.7309499Z [00:06:41.004]➜            mold: error: undefined symbol: SSL_CTX_set_ciphersuites
2025-08-20T21:01:47.7310207Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7311109Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7312063Z [00:06:41.004]➜            mold: error: undefined symbol: nghttp2_submit_window_update
2025-08-20T21:01:47.7312825Z [00:06:41.004]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7313689Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T21:01:47.7314553Z [00:06:41.004]➜            mold: error: undefined symbol: X509_STORE_load_file
2025-08-20T21:01:47.7315272Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7316104Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7317266Z [00:06:41.004]➜            mold: error: undefined symbol: SSL_SESSION_get_timeout
2025-08-20T21:01:47.7317959Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7318794Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T21:01:47.7319602Z [00:06:41.004]➜            mold: error: undefined symbol: BIO_set_data
2025-08-20T21:01:47.7320526Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7321358Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T21:01:47.7322130Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7322905Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:01:47.7323672Z [00:06:41.004]➜            mold: error: undefined symbol: OBJ_nid2sn
2025-08-20T21:01:47.7324325Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7325205Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:01:47.7326040Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7327108Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:01:47.7327935Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7328803Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:01:47.7329690Z [00:06:41.004]➜            mold: error: undefined symbol: BIO_new
2025-08-20T21:01:47.7330346Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7331173Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T21:01:47.7332012Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7333134Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7333918Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7334765Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7335597Z [00:06:41.004]➜            >>> referenced 4 more times
2025-08-20T21:01:47.7336538Z [00:06:41.004]➜            mold: error: undefined symbol: ares_set_local_ip6
2025-08-20T21:01:47.7337265Z [00:06:41.004]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.7338175Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_local_ip6)
2025-08-20T21:01:47.7339089Z [00:06:41.004]➜            mold: error: undefined symbol: ares_freeaddrinfo
2025-08-20T21:01:47.7339790Z [00:06:41.004]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.7340620Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_addrinfo_cb)
2025-08-20T21:01:47.7341520Z [00:06:41.004]➜            mold: error: undefined symbol: inflateEnd
2025-08-20T21:01:47.7342253Z [00:06:41.004]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.7343070Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(exit_zlib)
2025-08-20T21:01:47.7344022Z [00:06:41.004]➜            mold: error: undefined symbol: psl_is_cookie_domain_acceptable
2025-08-20T21:01:47.7344785Z [00:06:41.004]➜            >>> referenced by cookie.c
2025-08-20T21:01:47.7345554Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cookie.o):(is_public_suffix)
2025-08-20T21:01:47.7346577Z [00:06:41.004]➜            mold: error: undefined symbol: SSL_set0_wbio
2025-08-20T21:01:47.7347254Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7348044Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:01:47.7348877Z [00:06:41.004]➜            mold: error: undefined symbol: OCSP_resp_find_status
2025-08-20T21:01:47.7349597Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7350458Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7351623Z [00:06:41.004]➜            mold: error: undefined symbol: CRYPTO_free
2025-08-20T21:01:47.7352336Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7353186Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7354079Z [00:06:41.004]➜            mold: error: undefined symbol: X509_get0_notBefore
2025-08-20T21:01:47.7354818Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7355671Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7356783Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7357674Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7358533Z [00:06:41.004]➜            mold: error: undefined symbol: X509_get_issuer_name
2025-08-20T21:01:47.7359181Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7359948Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7360731Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7361602Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7362526Z [00:06:41.004]➜            mold: error: undefined symbol: SSL_CTX_set_srp_username
2025-08-20T21:01:47.7363246Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7364069Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7365234Z [00:06:41.004]➜            mold: error: undefined symbol: PEM_read_bio_PrivateKey
2025-08-20T21:01:47.7365953Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7367030Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7367913Z [00:06:41.004]➜            mold: error: undefined symbol: UI_method_set_writer
2025-08-20T21:01:47.7368600Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7369407Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7370196Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7382989Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7384184Z [00:06:41.004]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_header_callback
2025-08-20T21:01:47.7385076Z [00:06:41.004]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7385852Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7386802Z [00:06:41.004]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7387913Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.7389068Z [00:06:41.004]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_invalid_frame_recv_callback
2025-08-20T21:01:47.7390032Z [00:06:41.004]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7390873Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7391748Z [00:06:41.004]➜            mold: error: undefined symbol: PEM_read_bio_X509
2025-08-20T21:01:47.7392457Z [00:06:41.004]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7393277Z [00:06:41.004]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7394004Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7394832Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7395737Z [00:06:41.005]➜            mold: error: undefined symbol: SSL_CTX_set_cert_store
2025-08-20T21:01:47.7396757Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7397568Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7398477Z [00:06:41.005]➜            mold: error: undefined symbol: nghttp2_submit_priority
2025-08-20T21:01:47.7399199Z [00:06:41.005]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7400001Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T21:01:47.7401182Z [00:06:41.005]➜            mold: error: undefined symbol: nghttp2_session_mem_recv
2025-08-20T21:01:47.7401913Z [00:06:41.005]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7402694Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T21:01:47.7403545Z [00:06:41.005]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7404518Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(proxy_h2_process_pending_input)
2025-08-20T21:01:47.7405445Z [00:06:41.005]➜            mold: error: undefined symbol: SSL_get_shutdown
2025-08-20T21:01:47.7406135Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7407891Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:01:47.7408681Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7409531Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:01:47.7410366Z [00:06:41.005]➜            mold: error: undefined symbol: SSL_get_error
2025-08-20T21:01:47.7411042Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7411812Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T21:01:47.7412511Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7413242Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:01:47.7413967Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7414781Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:01:47.7415543Z [00:06:41.005]➜            >>> referenced 4 more times
2025-08-20T21:01:47.7416453Z [00:06:41.005]➜            mold: error: undefined symbol: ERR_error_string_n
2025-08-20T21:01:47.7417190Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7418016Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_strerror)
2025-08-20T21:01:47.7418870Z [00:06:41.005]➜            mold: error: undefined symbol: UI_method_get_writer
2025-08-20T21:01:47.7419803Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7420638Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T21:01:47.7421488Z [00:06:41.005]➜            mold: error: undefined symbol: ares_library_cleanup
2025-08-20T21:01:47.7422211Z [00:06:41.005]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.7423113Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_cleanup)
2025-08-20T21:01:47.7424021Z [00:06:41.005]➜            mold: error: undefined symbol: ZSTD_freeDStream
2025-08-20T21:01:47.7424775Z [00:06:41.005]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.7425680Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_close)
2025-08-20T21:01:47.7426825Z [00:06:41.005]➜            mold: error: undefined symbol: OCSP_BASICRESP_free
2025-08-20T21:01:47.7427571Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7428379Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7429207Z [00:06:41.005]➜            mold: error: undefined symbol: EVP_PKEY_get_bits
2025-08-20T21:01:47.7429839Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7430613Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7431446Z [00:06:41.005]➜            mold: error: undefined symbol: BN_clear_free
2025-08-20T21:01:47.7432369Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7433217Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7433981Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7434817Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7435587Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7436632Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7437446Z [00:06:41.005]➜            >>> referenced 1 more times
2025-08-20T21:01:47.7438172Z [00:06:41.005]➜            mold: error: undefined symbol: X509_get0_signature
2025-08-20T21:01:47.7438866Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7439718Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7440528Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7441372Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7442273Z [00:06:41.005]➜            mold: error: undefined symbol: SSL_get0_group_name
2025-08-20T21:01:47.7442983Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7443853Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:01:47.7444741Z [00:06:41.005]➜            mold: error: undefined symbol: SSL_set_ex_data
2025-08-20T21:01:47.7445412Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7446421Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7447344Z [00:06:41.005]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get1_PKEY
2025-08-20T21:01:47.7448098Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7448915Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7449796Z [00:06:41.005]➜            mold: error: undefined symbol: OSSL_STORE_INFO_free
2025-08-20T21:01:47.7450796Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7451675Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7452474Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7453306Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7454158Z [00:06:41.005]➜            mold: error: undefined symbol: nghttp2_version
2025-08-20T21:01:47.7454814Z [00:06:41.005]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7455560Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(Curl_http2_ver)
2025-08-20T21:01:47.7456596Z [00:06:41.005]➜            mold: error: undefined symbol: nghttp2_option_del
2025-08-20T21:01:47.7457298Z [00:06:41.005]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7458055Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7458826Z [00:06:41.005]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7459696Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.7460623Z [00:06:41.005]➜            mold: error: undefined symbol: SSL_CTX_use_certificate_file
2025-08-20T21:01:47.7461355Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7462155Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7462982Z [00:06:41.005]➜            mold: error: undefined symbol: ERR_peek_error
2025-08-20T21:01:47.7463925Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7464737Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7465491Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7466505Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7467345Z [00:06:41.005]➜            mold: error: undefined symbol: OPENSSL_sk_num
2025-08-20T21:01:47.7467996Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7468780Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7469537Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7470333Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7471154Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7472034Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7472832Z [00:06:41.005]➜            >>> referenced 5 more times
2025-08-20T21:01:47.7473556Z [00:06:41.005]➜            mold: error: undefined symbol: nghttp2_session_send
2025-08-20T21:01:47.7474270Z [00:06:41.005]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7475083Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T21:01:47.7475851Z [00:06:41.005]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7476880Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T21:01:47.7477627Z [00:06:41.005]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7478415Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_keep_alive)
2025-08-20T21:01:47.7479212Z [00:06:41.005]➜            >>> referenced 1 more times
2025-08-20T21:01:47.7479945Z [00:06:41.005]➜            mold: error: undefined symbol: SSL_write_early_data
2025-08-20T21:01:47.7480659Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7481766Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_send_earlydata)
2025-08-20T21:01:47.7482671Z [00:06:41.005]➜            mold: error: undefined symbol: ENGINE_set_default
2025-08-20T21:01:47.7483369Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7484217Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T21:01:47.7485111Z [00:06:41.005]➜            mold: error: undefined symbol: ERR_get_error
2025-08-20T21:01:47.7485807Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7486863Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:01:47.7487659Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7488462Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:01:47.7489146Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7489861Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T21:01:47.7490549Z [00:06:41.005]➜            >>> referenced 24 more times
2025-08-20T21:01:47.7491215Z [00:06:41.005]➜            mold: error: undefined symbol: EVP_DigestInit_ex
2025-08-20T21:01:47.7491859Z [00:06:41.005]➜            >>> referenced by sha256.c
2025-08-20T21:01:47.7492599Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T21:01:47.7493395Z [00:06:41.005]➜            >>> referenced by curl_sha512_256.c
2025-08-20T21:01:47.7494637Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T21:01:47.7495550Z [00:06:41.005]➜            mold: error: undefined symbol: psl_latest
2025-08-20T21:01:47.7496464Z [00:06:41.005]➜            >>> referenced by psl.c
2025-08-20T21:01:47.7497310Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_use)
2025-08-20T21:01:47.7498169Z [00:06:41.005]➜            mold: error: undefined symbol: OSSL_PROVIDER_unload
2025-08-20T21:01:47.7498916Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7499788Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T21:01:47.7500615Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7501396Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T21:01:47.7502241Z [00:06:41.005]➜            mold: error: undefined symbol: MD5_Final
2025-08-20T21:01:47.7502870Z [00:06:41.005]➜            >>> referenced by md5.c
2025-08-20T21:01:47.7503616Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_final)
2025-08-20T21:01:47.7504321Z [00:06:41.005]➜            >>> referenced by md5.c
2025-08-20T21:01:47.7504979Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(Curl_md5it)
2025-08-20T21:01:47.7505790Z [00:06:41.005]➜            mold: error: undefined symbol: BrotliDecoderGetErrorCode
2025-08-20T21:01:47.7506762Z [00:06:41.005]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.7507630Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T21:01:47.7508498Z [00:06:41.005]➜            mold: error: undefined symbol: DES_set_key_unchecked
2025-08-20T21:01:47.7509144Z [00:06:41.005]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T21:01:47.7509971Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(setup_des_key)
2025-08-20T21:01:47.7510859Z [00:06:41.005]➜            mold: error: undefined symbol: BIO_meth_set_read
2025-08-20T21:01:47.7511643Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7512744Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:01:47.7513684Z [00:06:41.005]➜            mold: error: undefined symbol: OCSP_response_status
2025-08-20T21:01:47.7514456Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7515385Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7516602Z [00:06:41.005]➜            mold: error: undefined symbol: ASN1_STRING_length
2025-08-20T21:01:47.7517364Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7518244Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7519043Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7519859Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7520731Z [00:06:41.005]➜            mold: error: undefined symbol: X509_PUBKEY_get0_param
2025-08-20T21:01:47.7521397Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7522182Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7522986Z [00:06:41.005]➜            mold: error: undefined symbol: SSL_get0_alpn_selected
2025-08-20T21:01:47.7523630Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7524397Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T21:01:47.7525259Z [00:06:41.005]➜            mold: error: undefined symbol: EVP_PKEY_copy_parameters
2025-08-20T21:01:47.7526437Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7527242Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7528022Z [00:06:41.005]➜            mold: error: undefined symbol: PKCS12_parse
2025-08-20T21:01:47.7528731Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7529532Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7530344Z [00:06:41.005]➜            mold: error: undefined symbol: UI_create_method
2025-08-20T21:01:47.7530954Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7531781Z [00:06:41.005]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7532516Z [00:06:41.005]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7533326Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7534222Z [00:06:41.006]➜            mold: error: undefined symbol: nghttp2_session_callbacks_new
2025-08-20T21:01:47.7535001Z [00:06:41.006]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7535811Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7537755Z [00:06:41.006]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7538650Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.7539575Z [00:06:41.006]➜            mold: error: undefined symbol: SSL_CTX_set_cipher_list
2025-08-20T21:01:47.7540294Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7541138Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7541959Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7542786Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7543639Z [00:06:41.006]➜            mold: error: undefined symbol: X509_STORE_load_path
2025-08-20T21:01:47.7544328Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7545476Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7546865Z [00:06:41.006]➜            mold: error: undefined symbol: nghttp2_session_get_stream_remote_window_size
2025-08-20T21:01:47.7547737Z [00:06:41.006]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7548547Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T21:01:47.7549298Z [00:06:41.006]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7550092Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T21:01:47.7550870Z [00:06:41.006]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7551618Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T21:01:47.7552340Z [00:06:41.006]➜            >>> referenced 3 more times
2025-08-20T21:01:47.7553131Z [00:06:41.006]➜            mold: error: undefined symbol: SSL_SESSION_get_max_early_data
2025-08-20T21:01:47.7553822Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7554578Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T21:01:47.7555335Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7556129Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7557176Z [00:06:41.006]➜            mold: error: undefined symbol: BIO_set_init
2025-08-20T21:01:47.7558183Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7559005Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T21:01:47.7559899Z [00:06:41.006]➜            mold: error: undefined symbol: OBJ_find_sigid_algs
2025-08-20T21:01:47.7560623Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7561506Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:01:47.7562373Z [00:06:41.006]➜            mold: error: undefined symbol: BIO_s_mem
2025-08-20T21:01:47.7563048Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7563872Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T21:01:47.7564647Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7565488Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7566504Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7567375Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7568168Z [00:06:41.006]➜            >>> referenced 1 more times
2025-08-20T21:01:47.7568863Z [00:06:41.006]➜            mold: error: undefined symbol: inflateInit2_
2025-08-20T21:01:47.7569556Z [00:06:41.006]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.7570417Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(gzip_do_init)
2025-08-20T21:01:47.7571266Z [00:06:41.006]➜            mold: error: undefined symbol: SSL_set0_rbio
2025-08-20T21:01:47.7571921Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7572685Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:01:47.7573493Z [00:06:41.006]➜            mold: error: undefined symbol: OCSP_cert_to_id
2025-08-20T21:01:47.7574157Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7574990Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7576070Z [00:06:41.006]➜            mold: error: undefined symbol: ASN1_STRING_to_UTF8
2025-08-20T21:01:47.7576983Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7577859Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7578784Z [00:06:41.006]➜            mold: error: undefined symbol: ASN1_STRING_print
2025-08-20T21:01:47.7579504Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7580367Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7581315Z [00:06:41.006]➜            mold: error: undefined symbol: X509_get_subject_name
2025-08-20T21:01:47.7582043Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7582927Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7583765Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7584639Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7585467Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7586542Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7587537Z [00:06:41.006]➜            mold: error: undefined symbol: SSL_CTX_set_post_handshake_auth
2025-08-20T21:01:47.7588324Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7589114Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7590217Z [00:06:41.006]➜            mold: error: undefined symbol: SSL_CTX_add_client_CA
2025-08-20T21:01:47.7590907Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7591769Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7592703Z [00:06:41.006]➜            mold: error: undefined symbol: UI_method_set_reader
2025-08-20T21:01:47.7593468Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7594333Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7595169Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7596002Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7597294Z [00:06:41.006]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_stream_close_callback
2025-08-20T21:01:47.7598196Z [00:06:41.006]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7598969Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7599711Z [00:06:41.006]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7600578Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.7601544Z [00:06:41.006]➜            mold: error: undefined symbol: nghttp2_pack_settings_payload
2025-08-20T21:01:47.7602350Z [00:06:41.006]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7603242Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(populate_binsettings)
2025-08-20T21:01:47.7604195Z [00:06:41.006]➜            mold: error: undefined symbol: SSL_CTX_use_certificate
2025-08-20T21:01:47.7604981Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7605855Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7606828Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7607625Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7608557Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7609363Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7610114Z [00:06:41.006]➜            >>> referenced 2 more times
2025-08-20T21:01:47.7610819Z [00:06:41.006]➜            mold: error: undefined symbol: X509_STORE_set_flags
2025-08-20T21:01:47.7611504Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7612365Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7613162Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7613947Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7614707Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7615590Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7616729Z [00:06:41.006]➜            mold: error: undefined symbol: X509_STORE_up_ref
2025-08-20T21:01:47.7617443Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7618312Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7619099Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7619951Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7621162Z [00:06:41.006]➜            mold: error: undefined symbol: nghttp2_priority_spec_init
2025-08-20T21:01:47.7621886Z [00:06:41.006]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7622622Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_pri_spec)
2025-08-20T21:01:47.7623434Z [00:06:41.006]➜            mold: error: undefined symbol: BIO_set_flags
2025-08-20T21:01:47.7624138Z [00:06:41.006]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7625233Z [00:06:41.006]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T21:01:47.7626037Z [00:06:41.007]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7627104Z [00:06:41.007]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T21:01:47.7627951Z [00:06:41.007]➜            mold: error: undefined symbol: SSL_read
2025-08-20T21:01:47.7628601Z [00:06:41.007]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7629373Z [00:06:41.007]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T21:01:47.7630115Z [00:06:41.007]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7630903Z [00:06:41.007]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:01:47.7631803Z [00:06:41.007]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7632632Z [00:06:41.007]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:01:47.7633473Z [00:06:41.007]➜            mold: error: undefined symbol: OpenSSL_version
2025-08-20T21:01:47.7634158Z [00:06:41.007]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7634947Z [00:06:41.007]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_version)
2025-08-20T21:01:47.7635785Z [00:06:41.007]➜            mold: error: undefined symbol: UI_OpenSSL
2025-08-20T21:01:47.7636725Z [00:06:41.007]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7637557Z [00:06:41.007]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T21:01:47.7638292Z [00:06:41.007]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7639036Z [00:06:41.007]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:01:47.7640023Z [00:06:41.007]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7640891Z [00:06:41.007]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7641652Z [00:06:41.007]➜            >>> referenced 3 more times
2025-08-20T21:01:47.7642390Z [00:06:41.008]➜            mold: error: undefined symbol: OCSP_crl_reason_str
2025-08-20T21:01:47.7643101Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7643991Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7644899Z [00:06:41.008]➜            mold: error: undefined symbol: X509_get0_pubkey
2025-08-20T21:01:47.7645546Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7646632Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7647532Z [00:06:41.008]➜            mold: error: undefined symbol: BN_num_bits
2025-08-20T21:01:47.7648212Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7649059Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7649891Z [00:06:41.008]➜            mold: error: undefined symbol: BIO_puts
2025-08-20T21:01:47.7650524Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7651366Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7652355Z [00:06:41.008]➜            mold: error: undefined symbol: SSL_get_peer_signature_type_nid
2025-08-20T21:01:47.7653419Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7654297Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:01:47.7655238Z [00:06:41.008]➜            mold: error: undefined symbol: SSL_CTX_sess_set_new_cb
2025-08-20T21:01:47.7655945Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7656998Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7657897Z [00:06:41.008]➜            mold: error: undefined symbol: UI_destroy_method
2025-08-20T21:01:47.7658638Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7659448Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7660218Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7661096Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7662080Z [00:06:41.008]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get1_CERT
2025-08-20T21:01:47.7662809Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7663607Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7664500Z [00:06:41.008]➜            mold: error: undefined symbol: nghttp2_session_client_new3
2025-08-20T21:01:47.7665263Z [00:06:41.008]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7666073Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7667151Z [00:06:41.008]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7668062Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.7668945Z [00:06:41.008]➜            mold: error: undefined symbol: d2i_X509_bio
2025-08-20T21:01:47.7669637Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7670489Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7671559Z [00:06:41.008]➜            mold: error: undefined symbol: SSL_CTX_new
2025-08-20T21:01:47.7672271Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7673100Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7673973Z [00:06:41.008]➜            mold: error: undefined symbol: OPENSSL_sk_value
2025-08-20T21:01:47.7674657Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7675476Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7676610Z [00:06:41.008]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7677504Z [00:06:41.008]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7678356Z [00:06:41.009]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7679269Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7680124Z [00:06:41.009]➜            >>> referenced 3 more times
2025-08-20T21:01:47.7680772Z [00:06:41.009]➜            mold: error: undefined symbol: SSL_write
2025-08-20T21:01:47.7681424Z [00:06:41.009]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7682197Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_send)
2025-08-20T21:01:47.7683037Z [00:06:41.009]➜            mold: error: undefined symbol: ENGINE_get_next
2025-08-20T21:01:47.7683756Z [00:06:41.009]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7684816Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T21:01:47.7685649Z [00:06:41.009]➜            mold: error: undefined symbol: EVP_sha512_256
2025-08-20T21:01:47.7686617Z [00:06:41.009]➜            >>> referenced by curl_sha512_256.c
2025-08-20T21:01:47.7687563Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T21:01:47.7688501Z [00:06:41.009]➜            mold: error: undefined symbol: OSSL_PROVIDER_try_load
2025-08-20T21:01:47.7689219Z [00:06:41.009]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7690036Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:01:47.7690787Z [00:06:41.009]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7691572Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:01:47.7692405Z [00:06:41.009]➜            mold: error: undefined symbol: psl_free
2025-08-20T21:01:47.7693078Z [00:06:41.009]➜            >>> referenced by psl.c
2025-08-20T21:01:47.7693881Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_destroy)
2025-08-20T21:01:47.7694690Z [00:06:41.009]➜            mold: error: undefined symbol: UI_set_result
2025-08-20T21:01:47.7695391Z [00:06:41.009]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7696177Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:01:47.7697223Z [00:06:41.009]➜            mold: error: undefined symbol: idn2_free
2025-08-20T21:01:47.7697899Z [00:06:41.009]➜            >>> referenced by idn.c
2025-08-20T21:01:47.7698672Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T21:01:47.7699386Z [00:06:41.009]➜            >>> referenced by idn.c
2025-08-20T21:01:47.7700128Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_encode)
2025-08-20T21:01:47.7700958Z [00:06:41.009]➜            mold: error: undefined symbol: ares_destroy
2025-08-20T21:01:47.7701627Z [00:06:41.009]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.7702792Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_destroy)
2025-08-20T21:01:47.7703714Z [00:06:41.009]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.7704560Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_init)
2025-08-20T21:01:47.7705481Z [00:06:41.009]➜            mold: error: undefined symbol: BrotliDecoderDecompressStream
2025-08-20T21:01:47.7706534Z [00:06:41.009]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.7707500Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T21:01:47.7708393Z [00:06:41.009]➜            mold: error: undefined symbol: DES_set_odd_parity
2025-08-20T21:01:47.7709126Z [00:06:41.009]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T21:01:47.7709987Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(setup_des_key)
2025-08-20T21:01:47.7710878Z [00:06:41.009]➜            mold: error: undefined symbol: BIO_meth_set_write
2025-08-20T21:01:47.7711575Z [00:06:41.009]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7712369Z [00:06:41.009]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:01:47.7713169Z [00:06:41.009]➜            mold: error: undefined symbol: d2i_OCSP_RESPONSE
2025-08-20T21:01:47.7713850Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7714769Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7715699Z [00:06:41.010]➜            mold: error: undefined symbol: ASN1_STRING_get0_data
2025-08-20T21:01:47.7716877Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7717691Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7718511Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7719392Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7720310Z [00:06:41.010]➜            mold: error: undefined symbol: X509_get0_extensions
2025-08-20T21:01:47.7721001Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7721848Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7722695Z [00:06:41.010]➜            mold: error: undefined symbol: SSL_connect
2025-08-20T21:01:47.7723348Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7724193Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T21:01:47.7725058Z [00:06:41.010]➜            mold: error: undefined symbol: SSL_set_session
2025-08-20T21:01:47.7725761Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7726818Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7727748Z [00:06:41.010]➜            mold: error: undefined symbol: SSL_get_privatekey
2025-08-20T21:01:47.7728482Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7729328Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7730104Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7730885Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7731785Z [00:06:41.010]➜            mold: error: undefined symbol: PKCS12_PBE_add
2025-08-20T21:01:47.7732478Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7733292Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7734233Z [00:06:41.010]➜            mold: error: undefined symbol: nghttp2_session_callbacks_del
2025-08-20T21:01:47.7735220Z [00:06:41.010]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7736063Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7737105Z [00:06:41.010]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7737960Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.7738873Z [00:06:41.010]➜            mold: error: undefined symbol: EVP_PKEY_free
2025-08-20T21:01:47.7739557Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7740448Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7741265Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7742063Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7742860Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7743676Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7744434Z [00:06:41.010]➜            >>> referenced 3 more times
2025-08-20T21:01:47.7745195Z [00:06:41.010]➜            mold: error: undefined symbol: SSL_CTX_set_default_read_buffer_len
2025-08-20T21:01:47.7745914Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7746888Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7747987Z [00:06:41.010]➜            mold: error: undefined symbol: nghttp2_submit_ping
2025-08-20T21:01:47.7748658Z [00:06:41.010]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7749462Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_keep_alive)
2025-08-20T21:01:47.7750330Z [00:06:41.010]➜            mold: error: undefined symbol: OPENSSL_sk_pop_free
2025-08-20T21:01:47.7751057Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7751937Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7752775Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7753616Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7754627Z [00:06:41.010]➜            mold: error: undefined symbol: nghttp2_session_get_remote_window_size
2025-08-20T21:01:47.7755434Z [00:06:41.010]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7756478Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T21:01:47.7757221Z [00:06:41.010]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7757941Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T21:01:47.7758645Z [00:06:41.010]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7759378Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T21:01:47.7760128Z [00:06:41.010]➜            >>> referenced 5 more times
2025-08-20T21:01:47.7760836Z [00:06:41.010]➜            mold: error: undefined symbol: i2d_SSL_SESSION
2025-08-20T21:01:47.7761530Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7762390Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T21:01:47.7763207Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7764058Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T21:01:47.7764954Z [00:06:41.010]➜            mold: error: undefined symbol: BIO_set_shutdown
2025-08-20T21:01:47.7765630Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7767045Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T21:01:47.7767939Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7768809Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T21:01:47.7769716Z [00:06:41.010]➜            mold: error: undefined symbol: X509_get_signature_nid
2025-08-20T21:01:47.7770469Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7771366Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:01:47.7772292Z [00:06:41.010]➜            mold: error: undefined symbol: BIO_ctrl
2025-08-20T21:01:47.7772946Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7773744Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(push_certinfo)
2025-08-20T21:01:47.7774502Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7775268Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(push_certinfo)
2025-08-20T21:01:47.7775980Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7777031Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T21:01:47.7777859Z [00:06:41.010]➜            >>> referenced 7 more times
2025-08-20T21:01:47.7778681Z [00:06:41.010]➜            mold: error: undefined symbol: ares_set_local_ip4
2025-08-20T21:01:47.7779524Z [00:06:41.010]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.7780803Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_local_ip4)
2025-08-20T21:01:47.7781773Z [00:06:41.010]➜            mold: error: undefined symbol: inflateInit_
2025-08-20T21:01:47.7782500Z [00:06:41.010]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.7783384Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(deflate_do_init)
2025-08-20T21:01:47.7784226Z [00:06:41.010]➜            mold: error: undefined symbol: BIO_up_ref
2025-08-20T21:01:47.7784885Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7785641Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:01:47.7786639Z [00:06:41.010]➜            mold: error: undefined symbol: EVP_sha1
2025-08-20T21:01:47.7787323Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7788161Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7789046Z [00:06:41.010]➜            mold: error: undefined symbol: ASN1_STRING_type
2025-08-20T21:01:47.7789734Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7790624Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7791549Z [00:06:41.010]➜            mold: error: undefined symbol: X509_EXTENSION_get_data
2025-08-20T21:01:47.7792310Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7793223Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7794132Z [00:06:41.010]➜            mold: error: undefined symbol: SSL_get_peer_cert_chain
2025-08-20T21:01:47.7794832Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7795727Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7796859Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7797730Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7798811Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7799694Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7800541Z [00:06:41.010]➜            mold: error: undefined symbol: RSA_free
2025-08-20T21:01:47.7801238Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7802062Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7802936Z [00:06:41.010]➜            mold: error: undefined symbol: OPENSSL_sk_pop
2025-08-20T21:01:47.7803958Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7804754Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7805646Z [00:06:41.010]➜            mold: error: undefined symbol: UI_method_set_closer
2025-08-20T21:01:47.7806588Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7807445Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7808231Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7809067Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7810174Z [00:06:41.010]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_data_chunk_recv_callback
2025-08-20T21:01:47.7811125Z [00:06:41.010]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7811949Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7812749Z [00:06:41.010]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7813614Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.7814591Z [00:06:41.010]➜            mold: error: undefined symbol: nghttp2_session_del
2025-08-20T21:01:47.7815329Z [00:06:41.010]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7816096Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_close)
2025-08-20T21:01:47.7817055Z [00:06:41.010]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7817963Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_ctx_clear)
2025-08-20T21:01:47.7818923Z [00:06:41.010]➜            mold: error: undefined symbol: PEM_read_bio_X509_AUX
2025-08-20T21:01:47.7819648Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7820529Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7821416Z [00:06:41.010]➜            mold: error: undefined symbol: X509_load_crl_file
2025-08-20T21:01:47.7822109Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7823245Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7824247Z [00:06:41.010]➜            mold: error: undefined symbol: BIO_clear_flags
2025-08-20T21:01:47.7824963Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7825797Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T21:01:47.7826930Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7827777Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T21:01:47.7828640Z [00:06:41.010]➜            mold: error: undefined symbol: ERR_clear_error
2025-08-20T21:01:47.7829284Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7830063Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T21:01:47.7830821Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7831725Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:01:47.7832481Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7833270Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:01:47.7834005Z [00:06:41.010]➜            >>> referenced 5 more times
2025-08-20T21:01:47.7834743Z [00:06:41.010]➜            mold: error: undefined symbol: UI_get_string_type
2025-08-20T21:01:47.7835457Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7836768Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T21:01:47.7837538Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7838386Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:01:47.7839254Z [00:06:41.010]➜            mold: error: undefined symbol: ares_version
2025-08-20T21:01:47.7839972Z [00:06:41.010]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.7840843Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_init)
2025-08-20T21:01:47.7841749Z [00:06:41.010]➜            mold: error: undefined symbol: OCSP_cert_status_str
2025-08-20T21:01:47.7842509Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7843409Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7844294Z [00:06:41.010]➜            mold: error: undefined symbol: OBJ_obj2txt
2025-08-20T21:01:47.7844984Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7845835Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7846886Z [00:06:41.010]➜            mold: error: undefined symbol: idn2_lookup_ul
2025-08-20T21:01:47.7847528Z [00:06:41.010]➜            >>> referenced by idn.c
2025-08-20T21:01:47.7848283Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T21:01:47.7849018Z [00:06:41.010]➜            >>> referenced by idn.c
2025-08-20T21:01:47.7849783Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T21:01:47.7850604Z [00:06:41.010]➜            mold: error: undefined symbol: UI_method_get_reader
2025-08-20T21:01:47.7851320Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7852170Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:01:47.7852979Z [00:06:41.010]➜            mold: error: undefined symbol: EVP_MD_CTX_new
2025-08-20T21:01:47.7853670Z [00:06:41.010]➜            >>> referenced by sha256.c
2025-08-20T21:01:47.7854703Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T21:01:47.7855505Z [00:06:41.010]➜            >>> referenced by curl_sha512_256.c
2025-08-20T21:01:47.7856611Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T21:01:47.7857472Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7858272Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T21:01:47.7859155Z [00:06:41.010]➜            mold: error: undefined symbol: OSSL_PROVIDER_available
2025-08-20T21:01:47.7859920Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7860705Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:01:47.7861532Z [00:06:41.010]➜            mold: error: undefined symbol: ENGINE_get_id
2025-08-20T21:01:47.7862208Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7863023Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T21:01:47.7863792Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7864493Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T21:01:47.7865164Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7865926Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T21:01:47.7866912Z [00:06:41.010]➜            mold: error: undefined symbol: BN_print
2025-08-20T21:01:47.7867752Z [00:06:41.010]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7868512Z [00:06:41.010]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(pubkey_show.isra.0)
2025-08-20T21:01:47.7869294Z [00:06:41.011]➜            mold: error: undefined symbol: nghttp2_session_want_write
2025-08-20T21:01:47.7869925Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7870612Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(should_close_session)
2025-08-20T21:01:47.7871274Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7871945Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T21:01:47.7872588Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7873271Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T21:01:47.7873931Z [00:06:41.011]➜            >>> referenced 10 more times
2025-08-20T21:01:47.7874564Z [00:06:41.011]➜            mold: error: undefined symbol: PEM_X509_INFO_read_bio
2025-08-20T21:01:47.7875224Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7875992Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7877344Z [00:06:41.011]➜            mold: error: undefined symbol: nghttp2_session_resume_data
2025-08-20T21:01:47.7877914Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7878487Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_body_send)
2025-08-20T21:01:47.7879008Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7879534Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T21:01:47.7880026Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7880556Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T21:01:47.7881028Z [00:06:41.011]➜            >>> referenced 2 more times
2025-08-20T21:01:47.7881476Z [00:06:41.011]➜            mold: error: undefined symbol: SSL_CTX_new_ex
2025-08-20T21:01:47.7882114Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7882676Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7883307Z [00:06:41.011]➜            mold: error: undefined symbol: SSL_CTX_use_certificate_chain_file
2025-08-20T21:01:47.7883821Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7884365Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7885120Z [00:06:41.011]➜            mold: error: undefined symbol: nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
2025-08-20T21:01:47.7885748Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7886561Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7887092Z [00:06:41.011]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7887698Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.7888320Z [00:06:41.011]➜            mold: error: undefined symbol: nghttp2_session_upgrade2
2025-08-20T21:01:47.7888786Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7889265Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7889738Z [00:06:41.011]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get_type
2025-08-20T21:01:47.7890125Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7890750Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7891167Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7891603Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7892075Z [00:06:41.011]➜            mold: error: undefined symbol: ENGINE_load_private_key
2025-08-20T21:01:47.7892461Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7892891Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7893362Z [00:06:41.011]➜            mold: error: undefined symbol: SSL_CTX_set_keylog_callback
2025-08-20T21:01:47.7893749Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7894165Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7894636Z [00:06:41.011]➜            mold: error: undefined symbol: X509_get_serialNumber
2025-08-20T21:01:47.7895005Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7895450Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7895934Z [00:06:41.011]➜            mold: error: undefined symbol: EVP_PKEY_get_bn_param
2025-08-20T21:01:47.7896586Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7897069Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7897494Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7897938Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7898352Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7898800Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7899230Z [00:06:41.011]➜            >>> referenced 7 more times
2025-08-20T21:01:47.7899598Z [00:06:41.011]➜            mold: error: undefined symbol: ares_getsock
2025-08-20T21:01:47.7899965Z [00:06:41.011]➜            >>> referenced by asyn-base.c
2025-08-20T21:01:47.7900540Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_getsock)
2025-08-20T21:01:47.7900988Z [00:06:41.011]➜            >>> referenced by asyn-base.c
2025-08-20T21:01:47.7901432Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T21:01:47.7901874Z [00:06:41.011]➜            mold: error: undefined symbol: BIO_meth_new
2025-08-20T21:01:47.7902231Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7902643Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:01:47.7903110Z [00:06:41.011]➜            mold: error: undefined symbol: EVP_PKEY_get0_type_name
2025-08-20T21:01:47.7903489Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7903938Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7904412Z [00:06:41.011]➜            mold: error: undefined symbol: GENERAL_NAMES_free
2025-08-20T21:01:47.7904774Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7905217Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7905668Z [00:06:41.011]➜            mold: error: undefined symbol: ENGINE_free
2025-08-20T21:01:47.7906017Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7906649Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close_all)
2025-08-20T21:01:47.7907050Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7907653Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:01:47.7908058Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7908484Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:01:47.7908933Z [00:06:41.011]➜            mold: error: undefined symbol: EVP_DigestUpdate
2025-08-20T21:01:47.7909315Z [00:06:41.011]➜            >>> referenced by sha256.c
2025-08-20T21:01:47.7909749Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_update)
2025-08-20T21:01:47.7910155Z [00:06:41.011]➜            >>> referenced by sha256.c
2025-08-20T21:01:47.7910572Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(Curl_sha256it)
2025-08-20T21:01:47.7910984Z [00:06:41.011]➜            >>> referenced by curl_sha512_256.c
2025-08-20T21:01:47.7911493Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_update_i)
2025-08-20T21:01:47.7911941Z [00:06:41.011]➜            >>> referenced 2 more times
2025-08-20T21:01:47.7912340Z [00:06:41.011]➜            mold: error: undefined symbol: SSL_get1_peer_certificate
2025-08-20T21:01:47.7912740Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7913197Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:01:47.7913623Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7914068Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7914491Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7914931Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7915415Z [00:06:41.011]➜            mold: error: undefined symbol: BIO_meth_free
2025-08-20T21:01:47.7915779Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7916185Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T21:01:47.7916768Z [00:06:41.011]➜            mold: error: undefined symbol: X509_INFO_free
2025-08-20T21:01:47.7917254Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7917734Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7918333Z [00:06:41.011]➜            mold: error: undefined symbol: nghttp2_session_get_stream_effective_recv_data_length
2025-08-20T21:01:47.7918800Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7919202Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T21:01:47.7919590Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7920009Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T21:01:47.7920451Z [00:06:41.011]➜            mold: error: undefined symbol: SSL_CTX_set_options
2025-08-20T21:01:47.7920918Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7921458Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7922203Z [00:06:41.011]➜            mold: error: undefined symbol: nghttp2_session_set_local_window_size
2025-08-20T21:01:47.7922760Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7923282Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T21:01:47.7923862Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7924385Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T21:01:47.7925072Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7925640Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7934794Z [00:06:41.011]➜            >>> referenced 1 more times
2025-08-20T21:01:47.7935243Z [00:06:41.011]➜            mold: error: undefined symbol: OSSL_STORE_open_ex
2025-08-20T21:01:47.7935655Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7936126Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7936853Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7937298Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7937824Z [00:06:41.011]➜            mold: error: undefined symbol: nghttp2_session_get_remote_settings
2025-08-20T21:01:47.7938259Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7938695Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T21:01:47.7939096Z [00:06:41.011]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7939498Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T21:01:47.7939940Z [00:06:41.011]➜            mold: error: undefined symbol: d2i_PKCS12_bio
2025-08-20T21:01:47.7940324Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7940765Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7941218Z [00:06:41.011]➜            mold: error: undefined symbol: X509_get_pubkey
2025-08-20T21:01:47.7941583Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7942011Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7942424Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7942876Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7943341Z [00:06:41.011]➜            mold: error: undefined symbol: d2i_SSL_SESSION
2025-08-20T21:01:47.7943877Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7944338Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7944783Z [00:06:41.011]➜            mold: error: undefined symbol: SSL_get_version
2025-08-20T21:01:47.7945140Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7945600Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:01:47.7946084Z [00:06:41.011]➜            mold: error: undefined symbol: X509_get_X509_PUBKEY
2025-08-20T21:01:47.7946605Z [00:06:41.011]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7947056Z [00:06:41.011]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7947476Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7947929Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7948348Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7948785Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7949239Z [00:06:41.012]➜            mold: error: undefined symbol: ZSTD_isError
2025-08-20T21:01:47.7949619Z [00:06:41.012]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.7950080Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_write)
2025-08-20T21:01:47.7950546Z [00:06:41.012]➜            mold: error: undefined symbol: BIO_meth_set_destroy
2025-08-20T21:01:47.7951059Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7951495Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:01:47.7951944Z [00:06:41.012]➜            mold: error: undefined symbol: OCSP_basic_verify
2025-08-20T21:01:47.7952324Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7952775Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7953256Z [00:06:41.012]➜            mold: error: undefined symbol: X509_NAME_ENTRY_get_data
2025-08-20T21:01:47.7953634Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7954078Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7954565Z [00:06:41.012]➜            mold: error: undefined symbol: SSL_alert_desc_string_long
2025-08-20T21:01:47.7954961Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7955367Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_trace)
2025-08-20T21:01:47.7955789Z [00:06:41.012]➜            mold: error: undefined symbol: BIO_free
2025-08-20T21:01:47.7956149Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7956689Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T21:01:47.7957092Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7957540Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7957962Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7958413Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7958846Z [00:06:41.012]➜            >>> referenced 13 more times
2025-08-20T21:01:47.7959208Z [00:06:41.012]➜            mold: error: undefined symbol: X509_digest
2025-08-20T21:01:47.7959558Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7960007Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:01:47.7960596Z [00:06:41.012]➜            mold: error: undefined symbol: BIO_get_shutdown
2025-08-20T21:01:47.7960976Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7961403Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T21:01:47.7961937Z [00:06:41.012]➜            mold: error: undefined symbol: nghttp2_session_check_request_allowed
2025-08-20T21:01:47.7962362Z [00:06:41.012]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7962769Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_query)
2025-08-20T21:01:47.7963163Z [00:06:41.012]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7963608Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T21:01:47.7964026Z [00:06:41.012]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7964428Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T21:01:47.7964841Z [00:06:41.012]➜            mold: error: undefined symbol: SSL_version
2025-08-20T21:01:47.7965199Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7965636Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_new_session_cb)
2025-08-20T21:01:47.7966051Z [00:06:41.012]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7966896Z [00:06:41.012]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7967562Z [00:06:41.012]➜            mold: error: undefined symbol: X509_STORE_add_lookup
2025-08-20T21:01:47.7967943Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7968407Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.7968912Z [00:06:41.013]➜            mold: error: undefined symbol: nghttp2_submit_request
2025-08-20T21:01:47.7969289Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7969685Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T21:01:47.7970087Z [00:06:41.013]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7970566Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.7971079Z [00:06:41.013]➜            mold: error: undefined symbol: SSL_CTX_set_default_passwd_cb
2025-08-20T21:01:47.7971484Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7971930Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7972493Z [00:06:41.013]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_frame_send_callback
2025-08-20T21:01:47.7972945Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7973364Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.7973771Z [00:06:41.013]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.7974225Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.7974704Z [00:06:41.013]➜            mold: error: undefined symbol: UI_method_get_closer
2025-08-20T21:01:47.7975078Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7975506Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7975921Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7976580Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7977072Z [00:06:41.013]➜            mold: error: undefined symbol: SSL_CTX_check_private_key
2025-08-20T21:01:47.7977590Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7978037Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7978443Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7978881Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7979308Z [00:06:41.013]➜            mold: error: undefined symbol: RSA_flags
2025-08-20T21:01:47.7979656Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7980091Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.7980537Z [00:06:41.013]➜            mold: error: undefined symbol: X509V3_EXT_print
2025-08-20T21:01:47.7980893Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7981353Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7981829Z [00:06:41.013]➜            mold: error: undefined symbol: ares_library_init
2025-08-20T21:01:47.7982207Z [00:06:41.013]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.7982664Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_init)
2025-08-20T21:01:47.7983128Z [00:06:41.013]➜            mold: error: undefined symbol: inflateReset2
2025-08-20T21:01:47.7983505Z [00:06:41.013]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.7984108Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(inflate_stream)
2025-08-20T21:01:47.7984582Z [00:06:41.013]➜            mold: error: undefined symbol: OCSP_check_validity
2025-08-20T21:01:47.7984954Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7985420Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7985903Z [00:06:41.013]➜            mold: error: undefined symbol: SSL_get0_verified_chain
2025-08-20T21:01:47.7986398Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7986849Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.7987312Z [00:06:41.013]➜            mold: error: undefined symbol: idn2_check_version
2025-08-20T21:01:47.7987672Z [00:06:41.013]➜            >>> referenced by idn.c
2025-08-20T21:01:47.7988074Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T21:01:47.7988524Z [00:06:41.013]➜            mold: error: undefined symbol: UI_get_input_flags
2025-08-20T21:01:47.7988894Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7989304Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T21:01:47.7989706Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7990110Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:01:47.7990559Z [00:06:41.013]➜            mold: error: undefined symbol: OSSL_LIB_CTX_load_config
2025-08-20T21:01:47.7990938Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7991367Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:01:47.7991811Z [00:06:41.013]➜            mold: error: undefined symbol: ENGINE_get_first
2025-08-20T21:01:47.7992180Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7992601Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T21:01:47.7993043Z [00:06:41.013]➜            mold: error: undefined symbol: OPENSSL_init_ssl
2025-08-20T21:01:47.7993526Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.7993942Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_init)
2025-08-20T21:01:47.7994393Z [00:06:41.013]➜            mold: error: undefined symbol: nghttp2_session_want_read
2025-08-20T21:01:47.7994780Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7995207Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(should_close_session)
2025-08-20T21:01:47.7995607Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7996027Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T21:01:47.7996550Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7996954Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T21:01:47.7997340Z [00:06:41.013]➜            >>> referenced 6 more times
2025-08-20T21:01:47.7997740Z [00:06:41.013]➜            mold: error: undefined symbol: nghttp2_submit_rst_stream
2025-08-20T21:01:47.7998118Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7998523Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T21:01:47.7998911Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.7999361Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_on_invalid_frame_recv)
2025-08-20T21:01:47.7999776Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8000614Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_header_error.isra.0)
2025-08-20T21:01:47.8001058Z [00:06:41.013]➜            >>> referenced 5 more times
2025-08-20T21:01:47.8001493Z [00:06:41.013]➜            mold: error: undefined symbol: nghttp2_session_get_stream_user_data
2025-08-20T21:01:47.8001916Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8002325Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_begin_headers)
2025-08-20T21:01:47.8002712Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8003112Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T21:01:47.8003496Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8003921Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(req_body_read_callback)
2025-08-20T21:01:47.8004326Z [00:06:41.013]➜            >>> referenced 5 more times
2025-08-20T21:01:47.8004705Z [00:06:41.013]➜            mold: error: undefined symbol: BIO_new_mem_buf
2025-08-20T21:01:47.8005065Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8005519Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.8005949Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8006630Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8007051Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8007472Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8007869Z [00:06:41.013]➜            >>> referenced 3 more times
2025-08-20T21:01:47.8008255Z [00:06:41.013]➜            mold: error: undefined symbol: nghttp2_session_consume
2025-08-20T21:01:47.8008639Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8009034Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T21:01:47.8009406Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8009820Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_data_chunk_recv)
2025-08-20T21:01:47.8010358Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8010792Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_data_chunk_recv)
2025-08-20T21:01:47.8011193Z [00:06:41.013]➜            >>> referenced 1 more times
2025-08-20T21:01:47.8011553Z [00:06:41.013]➜            mold: error: undefined symbol: TLS_method
2025-08-20T21:01:47.8011902Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8012327Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8012791Z [00:06:41.013]➜            mold: error: undefined symbol: ERR_peek_last_error
2025-08-20T21:01:47.8013157Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8013579Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8014122Z [00:06:41.013]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_error_callback
2025-08-20T21:01:47.8014553Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8014958Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.8015469Z [00:06:41.013]➜            mold: error: undefined symbol: nghttp2_option_set_no_auto_window_update
2025-08-20T21:01:47.8015889Z [00:06:41.013]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8016562Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.8017139Z [00:06:41.013]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.8017608Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.8018078Z [00:06:41.013]➜            mold: error: undefined symbol: OSSL_STORE_load
2025-08-20T21:01:47.8018434Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8018883Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8019287Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8019716Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8020195Z [00:06:41.013]➜            mold: error: undefined symbol: SSL_CTX_use_PrivateKey_file
2025-08-20T21:01:47.8020585Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8021008Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8021464Z [00:06:41.013]➜            mold: error: undefined symbol: SSL_CTX_set_verify
2025-08-20T21:01:47.8021824Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8022246Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8022705Z [00:06:41.013]➜            mold: error: undefined symbol: SSL_set_alpn_protos
2025-08-20T21:01:47.8023069Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8023493Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8023927Z [00:06:41.013]➜            mold: error: undefined symbol: BIO_printf
2025-08-20T21:01:47.8024281Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8024728Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8025158Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8025422Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8025570Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8025956Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8026110Z [00:06:41.013]➜            >>> referenced 1 more times
2025-08-20T21:01:47.8026423Z [00:06:41.013]➜            mold: error: undefined symbol: X509_get0_notAfter
2025-08-20T21:01:47.8026577Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8026839Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8026985Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8027244Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8027444Z [00:06:41.013]➜            mold: error: undefined symbol: ares_getaddrinfo
2025-08-20T21:01:47.8027599Z [00:06:41.013]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.8027878Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_getaddrinfo)
2025-08-20T21:01:47.8028057Z [00:06:41.013]➜            mold: error: undefined symbol: ares_cancel
2025-08-20T21:01:47.8028213Z [00:06:41.013]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.8028517Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_shutdown)
2025-08-20T21:01:47.8028671Z [00:06:41.013]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.8028916Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_await)
2025-08-20T21:01:47.8029149Z [00:06:41.013]➜            mold: error: undefined symbol: BrotliDecoderDestroyInstance
2025-08-20T21:01:47.8029447Z [00:06:41.013]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.8029727Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_close)
2025-08-20T21:01:47.8029889Z [00:06:41.013]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.8030166Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T21:01:47.8030353Z [00:06:41.013]➜            mold: error: undefined symbol: i2d_X509_PUBKEY
2025-08-20T21:01:47.8030505Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8030770Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8030919Z [00:06:41.013]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8031178Z [00:06:41.013]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8031403Z [00:06:41.014]➜            mold: error: undefined symbol: EVP_PKEY_get_group_name
2025-08-20T21:01:47.8031546Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8031812Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8031994Z [00:06:41.014]➜            mold: error: undefined symbol: MD5_Init
2025-08-20T21:01:47.8032144Z [00:06:41.014]➜            >>> referenced by md5.c
2025-08-20T21:01:47.8032357Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_init)
2025-08-20T21:01:47.8032546Z [00:06:41.014]➜            mold: error: undefined symbol: ENGINE_finish
2025-08-20T21:01:47.8032692Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8032932Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close_all)
2025-08-20T21:01:47.8033086Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8033327Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:01:47.8033522Z [00:06:41.014]➜            mold: error: undefined symbol: EVP_DigestFinal_ex
2025-08-20T21:01:47.8033675Z [00:06:41.014]➜            >>> referenced by sha256.c
2025-08-20T21:01:47.8034025Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_final)
2025-08-20T21:01:47.8034202Z [00:06:41.014]➜            >>> referenced by curl_sha512_256.c
2025-08-20T21:01:47.8034487Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_finish)
2025-08-20T21:01:47.8034643Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8034877Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T21:01:47.8035059Z [00:06:41.014]➜            mold: error: undefined symbol: ENGINE_init
2025-08-20T21:01:47.8035211Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8035450Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:01:47.8035631Z [00:06:41.014]➜            mold: error: undefined symbol: SSL_CTX_free
2025-08-20T21:01:47.8035790Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8036012Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T21:01:47.8036191Z [00:06:41.014]➜            mold: error: undefined symbol: RAND_bytes
2025-08-20T21:01:47.8036483Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8036806Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_random)
2025-08-20T21:01:47.8037017Z [00:06:41.014]➜            mold: error: undefined symbol: nghttp2_http2_strerror
2025-08-20T21:01:47.8037353Z [00:06:41.014]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8037634Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_handle_stream_close)
2025-08-20T21:01:47.8037782Z [00:06:41.014]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8038052Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_handle_stream_close)
2025-08-20T21:01:47.8038200Z [00:06:41.014]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8038432Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T21:01:47.8038583Z [00:06:41.014]➜            >>> referenced 3 more times
2025-08-20T21:01:47.8038775Z [00:06:41.014]➜            mold: error: undefined symbol: X509_STORE_add_crl
2025-08-20T21:01:47.8038923Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8039197Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.8039520Z [00:06:41.014]➜            mold: error: undefined symbol: nghttp2_session_get_stream_effective_local_window_size
2025-08-20T21:01:47.8039660Z [00:06:41.014]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8039879Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T21:01:47.8040027Z [00:06:41.014]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8040286Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T21:01:47.8040425Z [00:06:41.014]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8040654Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T21:01:47.8040833Z [00:06:41.014]➜            mold: error: undefined symbol: SSL_CTX_ctrl
2025-08-20T21:01:47.8040982Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8041238Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8041395Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8041649Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8041922Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8042181Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8042333Z [00:06:41.014]➜            >>> referenced 8 more times
2025-08-20T21:01:47.8042522Z [00:06:41.014]➜            mold: error: undefined symbol: ENGINE_ctrl_cmd
2025-08-20T21:01:47.8042676Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8042923Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8043134Z [00:06:41.014]➜            mold: error: undefined symbol: nghttp2_submit_settings
2025-08-20T21:01:47.8043293Z [00:06:41.014]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8043528Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.8043687Z [00:06:41.014]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.8043969Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.8044149Z [00:06:41.014]➜            mold: error: undefined symbol: BIO_s_file
2025-08-20T21:01:47.8044300Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8044546Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8044696Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8044962Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8045253Z [00:06:41.014]➜            mold: error: undefined symbol: SSL_get_certificate
2025-08-20T21:01:47.8045399Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8045651Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8045866Z [00:06:41.014]➜            mold: error: undefined symbol: SSL_set_connect_state
2025-08-20T21:01:47.8046015Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8046385Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8046590Z [00:06:41.014]➜            mold: error: undefined symbol: SSL_CIPHER_get_name
2025-08-20T21:01:47.8046734Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8047014Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:01:47.8047211Z [00:06:41.014]➜            mold: error: undefined symbol: i2a_ASN1_OBJECT
2025-08-20T21:01:47.8047359Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8047627Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8047776Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8048050Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8048246Z [00:06:41.014]➜            mold: error: undefined symbol: X509_get_ext_d2i
2025-08-20T21:01:47.8048391Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8048664Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8048867Z [00:06:41.014]➜            mold: error: undefined symbol: ZSTD_decompressStream
2025-08-20T21:01:47.8049048Z [00:06:41.014]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.8049321Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_write)
2025-08-20T21:01:47.8049509Z [00:06:41.014]➜            mold: error: undefined symbol: DES_ecb_encrypt
2025-08-20T21:01:47.8049671Z [00:06:41.014]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T21:01:47.8050090Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T21:01:47.8050256Z [00:06:41.014]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T21:01:47.8050539Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T21:01:47.8050697Z [00:06:41.014]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T21:01:47.8050971Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T21:01:47.8051235Z [00:06:41.014]➜            >>> referenced 2 more times
2025-08-20T21:01:47.8051428Z [00:06:41.014]➜            mold: error: undefined symbol: BIO_meth_set_create
2025-08-20T21:01:47.8051579Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8051810Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:01:47.8052035Z [00:06:41.014]➜            mold: error: undefined symbol: OCSP_response_get1_basic
2025-08-20T21:01:47.8052180Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8052449Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8052639Z [00:06:41.014]➜            mold: error: undefined symbol: X509_NAME_get_entry
2025-08-20T21:01:47.8052788Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8053050Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8053250Z [00:06:41.014]➜            mold: error: undefined symbol: X509_STORE_free
2025-08-20T21:01:47.8053395Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8053655Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(oss_x509_share_free)
2025-08-20T21:01:47.8053807Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8054082Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.8054225Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8054494Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.8054685Z [00:06:41.014]➜            mold: error: undefined symbol: X509_NAME_print_ex
2025-08-20T21:01:47.8054837Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8055090Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T21:01:47.8055237Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8055501Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8055736Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8056007Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8056193Z [00:06:41.014]➜            mold: error: undefined symbol: EVP_sha256
2025-08-20T21:01:47.8056598Z [00:06:41.014]➜            >>> referenced by sha256.c
2025-08-20T21:01:47.8056850Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T21:01:47.8056998Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8057270Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:01:47.8057426Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8057668Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T21:01:47.8057865Z [00:06:41.014]➜            mold: error: undefined symbol: EVP_get_digestbyname
2025-08-20T21:01:47.8058023Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8058287Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:01:47.8058473Z [00:06:41.014]➜            mold: error: undefined symbol: BIO_get_data
2025-08-20T21:01:47.8058617Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8058870Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T21:01:47.8059015Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8059425Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T21:01:47.8059572Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8059826Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T21:01:47.8060018Z [00:06:41.014]➜            mold: error: undefined symbol: SSL_get_ex_data
2025-08-20T21:01:47.8060170Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8060418Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_new_session_cb)
2025-08-20T21:01:47.8060626Z [00:06:41.014]➜            mold: error: undefined symbol: nghttp2_submit_goaway
2025-08-20T21:01:47.8060773Z [00:06:41.014]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8061009Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T21:01:47.8061182Z [00:06:41.014]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.8061455Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_shutdown)
2025-08-20T21:01:47.8061645Z [00:06:41.014]➜            mold: error: undefined symbol: X509_LOOKUP_file
2025-08-20T21:01:47.8061799Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8062075Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.8062340Z [00:06:41.014]➜            mold: error: undefined symbol: SSL_CTX_set_default_passwd_cb_userdata
2025-08-20T21:01:47.8062487Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8062740Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8063042Z [00:06:41.014]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_frame_recv_callback
2025-08-20T21:01:47.8063202Z [00:06:41.014]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8063431Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.8063596Z [00:06:41.014]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.8063973Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.8064185Z [00:06:41.014]➜            mold: error: undefined symbol: UI_method_set_opener
2025-08-20T21:01:47.8064334Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8064587Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8064731Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8064979Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8065190Z [00:06:41.014]➜            mold: error: undefined symbol: SSL_CTX_use_PrivateKey
2025-08-20T21:01:47.8065340Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8065581Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8065730Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8065977Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8066128Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8066486Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8066636Z [00:06:41.014]➜            >>> referenced 1 more times
2025-08-20T21:01:47.8066828Z [00:06:41.014]➜            mold: error: undefined symbol: EVP_PKEY_get1_RSA
2025-08-20T21:01:47.8066978Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8067348Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8067583Z [00:06:41.014]➜            mold: error: undefined symbol: X509_verify_cert_error_string
2025-08-20T21:01:47.8067728Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8067986Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T21:01:47.8068131Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8068404Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8068548Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8068817Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8069002Z [00:06:41.014]➜            mold: error: undefined symbol: i2t_ASN1_OBJECT
2025-08-20T21:01:47.8069160Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8069422Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8069614Z [00:06:41.014]➜            mold: error: undefined symbol: ares_init_options
2025-08-20T21:01:47.8069770Z [00:06:41.014]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.8070029Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_init)
2025-08-20T21:01:47.8070201Z [00:06:41.014]➜            mold: error: undefined symbol: inflate
2025-08-20T21:01:47.8070374Z [00:06:41.014]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.8070637Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(inflate_stream)
2025-08-20T21:01:47.8070855Z [00:06:41.014]➜            mold: error: undefined symbol: SSL_get_early_data_status
2025-08-20T21:01:47.8071000Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8071242Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:01:47.8071429Z [00:06:41.014]➜            mold: error: undefined symbol: OCSP_CERTID_free
2025-08-20T21:01:47.8071577Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8071954Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8072152Z [00:06:41.014]➜            mold: error: undefined symbol: X509_check_issued
2025-08-20T21:01:47.8072297Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8072563Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8072706Z [00:06:41.014]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8072971Z [00:06:41.014]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8073163Z [00:06:41.014]➜            mold: error: undefined symbol: UI_get0_user_data
2025-08-20T21:01:47.8073312Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8073541Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T21:01:47.8073699Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8073924Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:01:47.8074110Z [00:06:41.015]➜            mold: error: undefined symbol: OSSL_LIB_CTX_new
2025-08-20T21:01:47.8074267Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8074509Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:01:47.8074699Z [00:06:41.015]➜            mold: error: undefined symbol: EVP_DigestInit
2025-08-20T21:01:47.8074937Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8075177Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T21:01:47.8075358Z [00:06:41.015]➜            mold: error: undefined symbol: SSL_shutdown
2025-08-20T21:01:47.8075508Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8075745Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:01:47.8075893Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8076118Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:01:47.8076429Z [00:06:41.015]➜            mold: error: undefined symbol: nghttp2_strerror
2025-08-20T21:01:47.8076692Z [00:06:41.015]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8076971Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T21:01:47.8077126Z [00:06:41.015]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8077372Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T21:01:47.8077512Z [00:06:41.015]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8077751Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T21:01:47.8077903Z [00:06:41.015]➜            >>> referenced 17 more times
2025-08-20T21:01:47.8078158Z [00:06:41.015]➜            mold: error: undefined symbol: nghttp2_session_set_stream_user_data
2025-08-20T21:01:47.8078298Z [00:06:41.015]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8078532Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T21:01:47.8078670Z [00:06:41.015]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8078900Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T21:01:47.8079046Z [00:06:41.015]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8079275Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T21:01:47.8079419Z [00:06:41.015]➜            >>> referenced 2 more times
2025-08-20T21:01:47.8079758Z [00:06:41.015]➜            mold: error: undefined symbol: SSL_CTX_get_cert_store
2025-08-20T21:01:47.8079910Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8080186Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.8080332Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8080601Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8080790Z [00:06:41.015]➜            mold: error: undefined symbol: TLS_client_method
2025-08-20T21:01:47.8080952Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8081198Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8081379Z [00:06:41.015]➜            mold: error: undefined symbol: X509_free
2025-08-20T21:01:47.8081523Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8081781Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8081926Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8082176Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8082319Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8082563Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8082711Z [00:06:41.015]➜            >>> referenced 13 more times
2025-08-20T21:01:47.8083143Z [00:06:41.015]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_begin_headers_callback
2025-08-20T21:01:47.8083285Z [00:06:41.015]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8083516Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.8083721Z [00:06:41.015]➜            mold: error: undefined symbol: nghttp2_option_new
2025-08-20T21:01:47.8083869Z [00:06:41.015]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8084090Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:01:47.8084253Z [00:06:41.015]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:01:47.8084521Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:01:47.8084716Z [00:06:41.015]➜            mold: error: undefined symbol: OSSL_STORE_expect
2025-08-20T21:01:47.8084874Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8085120Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8085265Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8085520Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8085712Z [00:06:41.015]➜            mold: error: undefined symbol: d2i_PrivateKey_bio
2025-08-20T21:01:47.8085861Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8086101Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8086435Z [00:06:41.015]➜            mold: error: undefined symbol: SSL_CTX_set_srp_password
2025-08-20T21:01:47.8086586Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8086838Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8087035Z [00:06:41.015]➜            mold: error: undefined symbol: SSL_SESSION_free
2025-08-20T21:01:47.8087183Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8087545Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8087739Z [00:06:41.015]➜            mold: error: undefined symbol: X509_get_version
2025-08-20T21:01:47.8087885Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8088155Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8088342Z [00:06:41.015]➜            mold: error: undefined symbol: ASN1_TIME_print
2025-08-20T21:01:47.8088493Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8088757Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8088913Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8089176Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8089323Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8089596Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8089744Z [00:06:41.015]➜            >>> referenced 1 more times
2025-08-20T21:01:47.8089921Z [00:06:41.015]➜            mold: error: undefined symbol: ares_timeout
2025-08-20T21:01:47.8090080Z [00:06:41.015]➜            >>> referenced by asyn-ares.c
2025-08-20T21:01:47.8090328Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_await)
2025-08-20T21:01:47.8090483Z [00:06:41.015]➜            >>> referenced by asyn-base.c
2025-08-20T21:01:47.8090851Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_getsock)
2025-08-20T21:01:47.8091049Z [00:06:41.015]➜            mold: error: undefined symbol: ZSTD_createDStream
2025-08-20T21:01:47.8091216Z [00:06:41.015]➜            >>> referenced by content_encoding.c
2025-08-20T21:01:47.8091487Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_init)
2025-08-20T21:01:47.8091677Z [00:06:41.015]➜            mold: error: undefined symbol: OCSP_RESPONSE_free
2025-08-20T21:01:47.8091827Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8092091Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8092314Z [00:06:41.015]➜            mold: error: undefined symbol: EVP_PKEY_get_security_bits
2025-08-20T21:01:47.8092458Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8092725Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8092930Z [00:06:41.015]➜            mold: error: undefined symbol: idn2_to_unicode_8z8z
2025-08-20T21:01:47.8093079Z [00:06:41.015]➜            >>> referenced by idn.c
2025-08-20T21:01:47.8093309Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_encode)
2025-08-20T21:01:47.8093492Z [00:06:41.015]➜            mold: error: undefined symbol: MD5_Update
2025-08-20T21:01:47.8093632Z [00:06:41.015]➜            >>> referenced by md5.c
2025-08-20T21:01:47.8093847Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_update)
2025-08-20T21:01:47.8093993Z [00:06:41.015]➜            >>> referenced by md5.c
2025-08-20T21:01:47.8094201Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(Curl_md5it)
2025-08-20T21:01:47.8094394Z [00:06:41.015]➜            mold: error: undefined symbol: OSSL_LIB_CTX_free
2025-08-20T21:01:47.8094549Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8094817Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T21:01:47.8094960Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8095298Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:01:47.8095483Z [00:06:41.015]➜            mold: error: undefined symbol: psl_builtin
2025-08-20T21:01:47.8095628Z [00:06:41.015]➜            >>> referenced by psl.c
2025-08-20T21:01:47.8095845Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_use)
2025-08-20T21:01:47.8096034Z [00:06:41.015]➜            mold: error: undefined symbol: EVP_MD_CTX_free
2025-08-20T21:01:47.8096184Z [00:06:41.015]➜            >>> referenced by sha256.c
2025-08-20T21:01:47.8096620Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T21:01:47.8096787Z [00:06:41.015]➜            >>> referenced by sha256.c
2025-08-20T21:01:47.8097031Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_final)
2025-08-20T21:01:47.8097198Z [00:06:41.015]➜            >>> referenced by curl_sha512_256.c
2025-08-20T21:01:47.8097495Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T21:01:47.8097644Z [00:06:41.015]➜            >>> referenced 3 more times
2025-08-20T21:01:47.8097825Z [00:06:41.015]➜            mold: error: undefined symbol: ENGINE_by_id
2025-08-20T21:01:47.8097969Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8098214Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:01:47.8098385Z [00:06:41.015]➜            mold: error: undefined symbol: SSL_free
2025-08-20T21:01:47.8098708Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8098932Z [00:06:41.015]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T21:01:47.8099082Z [00:06:41.015]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8099327Z [00:06:41.016]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8099486Z [00:06:41.016]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8099726Z [00:06:41.016]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8099906Z [00:06:41.016]➜            mold: error: undefined symbol: RAND_status
2025-08-20T21:01:47.8100049Z [00:06:41.016]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8100267Z [00:06:41.017]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_seed)
2025-08-20T21:01:47.8100410Z [00:06:41.017]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8100648Z [00:06:41.017]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_random)
2025-08-20T21:01:47.8100837Z [00:06:41.017]➜            mold: error: undefined symbol: nghttp2_is_fatal
2025-08-20T21:01:47.8100987Z [00:06:41.017]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8101234Z [00:06:41.017]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T21:01:47.8101383Z [00:06:41.017]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8101611Z [00:06:41.017]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_body_send)
2025-08-20T21:01:47.8101758Z [00:06:41.017]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8101969Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T21:01:47.8102117Z [00:06:41.018]➜            >>> referenced 5 more times
2025-08-20T21:01:47.8102310Z [00:06:41.018]➜            mold: error: undefined symbol: X509_STORE_add_cert
2025-08-20T21:01:47.8102468Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8102735Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:01:47.8102995Z [00:06:41.018]➜            mold: error: undefined symbol: nghttp2_session_get_local_window_size
2025-08-20T21:01:47.8103250Z [00:06:41.018]➜            >>> referenced by http2.c
2025-08-20T21:01:47.8103477Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T21:01:47.8103685Z [00:06:41.018]➜            mold: error: undefined symbol: SSL_CTX_set_msg_callback
2025-08-20T21:01:47.8103835Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8104082Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8104264Z [00:06:41.018]➜            mold: error: undefined symbol: ENGINE_ctrl
2025-08-20T21:01:47.8104416Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8104664Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8104849Z [00:06:41.018]➜            mold: error: undefined symbol: OSSL_STORE_close
2025-08-20T21:01:47.8104998Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8105247Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8105395Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8105635Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8105811Z [00:06:41.018]➜            mold: error: undefined symbol: SSL_new
2025-08-20T21:01:47.8105955Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8106201Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8106596Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8106852Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8107025Z [00:06:41.018]➜            mold: error: undefined symbol: SSL_ctrl
2025-08-20T21:01:47.8107186Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8107429Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8107577Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8107819Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:01:47.8107966Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8108233Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8108453Z [00:06:41.018]➜            mold: error: undefined symbol: SSL_get_current_cipher
2025-08-20T21:01:47.8108596Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8108874Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:01:47.8109071Z [00:06:41.018]➜            mold: error: undefined symbol: X509_ALGOR_get0
2025-08-20T21:01:47.8109221Z [00:06:41.018]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8109489Z [00:06:41.018]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8109638Z [00:06:41.019]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8109901Z [00:06:41.019]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8110102Z [00:06:41.019]➜            mold: error: undefined symbol: PEM_write_bio_X509
2025-08-20T21:01:47.8110255Z [00:06:41.019]➜            >>> referenced by openssl.c
2025-08-20T21:01:47.8110524Z [00:06:41.019]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:01:47.8110819Z [00:06:41.019]➜            clang: error: linker command failed with exit code 1 (use -v to see invocation)
2025-08-20T21:01:47.8110932Z [00:06:41.019]➜            
2025-08-20T21:01:47.8111141Z [00:06:41.019]➜  
2025-08-20T21:01:47.8111455Z [00:06:41.059]➜  error: could not compile `gitoxide` (bin "ein") due to 1 previous error
2025-08-20T21:01:47.8111551Z [00:06:41.059]➜  
2025-08-20T21:01:47.8111663Z [00:06:41.059]➜  Caused by:
2025-08-20T21:01:47.8139558Z [00:06:41.059]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-x86_64-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=d01a53d364394963 -C extra-filename=-538bd29d887e9834 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rlib --extern clap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5a0c4b3d710936b8.rlib --extern clap_complete=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-3254f904149a6dba.rlib --extern crosstermion=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrosstermion-122fda201147604f.rlib --extern env_logger=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-f19fef6b01178305.rlib --extern futures_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rlib --extern gitoxide=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide-6a9f1c35409a99ae.rlib --extern gitoxide_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide_core-ca26d1a0b31ef722.rlib --extern gix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix-f08a36c593b8653a.rlib --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rlib --extern is_terminal=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-a0cdd97935466f76.rlib --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib --extern prodash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprodash-e736a74f9a3681f1.rlib --extern serde_derive=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libserde_derive-4dea58f2f780c793.so --extern terminal_size=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9e72e79de4134296.rlib --extern tracing=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-08ef712f5fb16968.rlib --extern tracing_forest=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_forest-f0ac9bb8761bd39c.rlib --extern tracing_subscriber=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-0fc7b8027c63985e.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.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out -L native=/usr/lib` (exit status: 1)
2025-08-20T21:01:47.8140045Z [00:06:41.059]➜  warning: build failed, waiting for other jobs to finish...
2025-08-20T21:02:44.0131107Z [00:07:37.297]➜  error: linking with `clang` failed: exit status: 1
2025-08-20T21:02:44.0135042Z [00:07:37.297]➜    |
2025-08-20T21:02:44.0151111Z [00:07:37.297]➜    = note:  "clang" "-m64" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustckj2HWJ/symbols.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/tmp/rustckj2HWJ/{liblibsqlite3_sys-b8f477557d695699.rlib}.rlib" "-lcurl" "-lunwind" "-lc" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcompiler_builtins-*}.rlib" "-L" "/tmp/rustckj2HWJ/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out" "-L" "/usr/lib" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix-96ca11939daabf72" "-Wl,--gc-sections" "-static-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/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "<sysroot>/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o"
2025-08-20T21:02:44.0163510Z [00:07:37.297]➜    = note: some arguments are omitted. use `--verbose` to show all linker arguments
2025-08-20T21:02:44.0168095Z [00:07:37.297]➜    = note: mold: error: undefined symbol: i2d_X509_PUBKEY
2025-08-20T21:02:44.0172759Z [00:07:37.297]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0173687Z [00:07:37.297]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0174915Z [00:07:37.297]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0175788Z [00:07:37.297]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0176946Z [00:07:37.297]➜            mold: error: undefined symbol: EVP_PKEY_get_group_name
2025-08-20T21:02:44.0177708Z [00:07:37.297]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0178626Z [00:07:37.297]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0179518Z [00:07:37.297]➜            mold: error: undefined symbol: X509_get_ext_d2i
2025-08-20T21:02:44.0180226Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0181096Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0182006Z [00:07:37.298]➜            mold: error: undefined symbol: X509_get_X509_PUBKEY
2025-08-20T21:02:44.0182738Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0183596Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0184401Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0185250Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0186043Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0187108Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0187937Z [00:07:37.298]➜            mold: error: undefined symbol: RSA_free
2025-08-20T21:02:44.0188592Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0189372Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0190220Z [00:07:37.298]➜            mold: error: undefined symbol: OPENSSL_sk_pop
2025-08-20T21:02:44.0190877Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0191671Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0192826Z [00:07:37.298]➜            mold: error: undefined symbol: UI_method_set_closer
2025-08-20T21:02:44.0193543Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0194319Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0195071Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0195832Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0196862Z [00:07:37.298]➜            mold: error: undefined symbol: PEM_read_bio_X509_AUX
2025-08-20T21:02:44.0197541Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0198296Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0199109Z [00:07:37.298]➜            mold: error: undefined symbol: nghttp2_session_upgrade2
2025-08-20T21:02:44.0199786Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0200520Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0201276Z [00:07:37.298]➜            mold: error: undefined symbol: X509_load_crl_file
2025-08-20T21:02:44.0201909Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0202705Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0203727Z [00:07:37.298]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_frame_send_callback
2025-08-20T21:02:44.0204736Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0205442Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0206131Z [00:07:37.298]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0208328Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0209199Z [00:07:37.298]➜            mold: error: undefined symbol: nghttp2_session_del
2025-08-20T21:02:44.0209848Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0210541Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_close)
2025-08-20T21:02:44.0211249Z [00:07:37.298]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0212095Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_ctx_clear)
2025-08-20T21:02:44.0212946Z [00:07:37.298]➜            mold: error: undefined symbol: nghttp2_submit_request
2025-08-20T21:02:44.0213609Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0214337Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T21:02:44.0215043Z [00:07:37.298]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0215854Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0216907Z [00:07:37.298]➜            mold: error: undefined symbol: OPENSSL_init_ssl
2025-08-20T21:02:44.0217553Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0218274Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_init)
2025-08-20T21:02:44.0219035Z [00:07:37.298]➜            mold: error: undefined symbol: ENGINE_get_next
2025-08-20T21:02:44.0219667Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0220411Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T21:02:44.0221190Z [00:07:37.298]➜            mold: error: undefined symbol: EVP_MD_CTX_new
2025-08-20T21:02:44.0221823Z [00:07:37.298]➜            >>> referenced by sha256.c
2025-08-20T21:02:44.0222578Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T21:02:44.0223301Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0224133Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T21:02:44.0224883Z [00:07:37.298]➜            >>> referenced by curl_sha512_256.c
2025-08-20T21:02:44.0225711Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T21:02:44.0226722Z [00:07:37.298]➜            mold: error: undefined symbol: OSSL_PROVIDER_try_load
2025-08-20T21:02:44.0227386Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0227976Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:02:44.0228391Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0228850Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:02:44.0229297Z [00:07:37.298]➜            mold: error: undefined symbol: MD5_Init
2025-08-20T21:02:44.0229648Z [00:07:37.298]➜            >>> referenced by md5.c
2025-08-20T21:02:44.0230251Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_init)
2025-08-20T21:02:44.0230692Z [00:07:37.298]➜            mold: error: undefined symbol: X509_STORE_free
2025-08-20T21:02:44.0231065Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0231508Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(oss_x509_share_free)
2025-08-20T21:02:44.0232131Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0232592Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0233267Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0233739Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0234214Z [00:07:37.298]➜            mold: error: undefined symbol: ares_init_options
2025-08-20T21:02:44.0234592Z [00:07:37.298]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0235028Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_init)
2025-08-20T21:02:44.0235487Z [00:07:37.298]➜            mold: error: undefined symbol: DES_set_odd_parity
2025-08-20T21:02:44.0235870Z [00:07:37.298]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T21:02:44.0236545Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(setup_des_key)
2025-08-20T21:02:44.0237024Z [00:07:37.298]➜            mold: error: undefined symbol: BIO_meth_set_ctrl
2025-08-20T21:02:44.0237389Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0237803Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:02:44.0238274Z [00:07:37.298]➜            mold: error: undefined symbol: OCSP_response_get1_basic
2025-08-20T21:02:44.0238656Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0239103Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0239570Z [00:07:37.298]➜            mold: error: undefined symbol: X509_NAME_get_entry
2025-08-20T21:02:44.0239927Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0240375Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0240849Z [00:07:37.298]➜            mold: error: undefined symbol: X509V3_EXT_print
2025-08-20T21:02:44.0241207Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0241648Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0242262Z [00:07:37.298]➜            mold: error: undefined symbol: SSL_get0_group_name
2025-08-20T21:02:44.0242652Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0243098Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:02:44.0243593Z [00:07:37.298]➜            mold: error: undefined symbol: SSL_CTX_set_keylog_callback
2025-08-20T21:02:44.0243979Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0244400Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0244872Z [00:07:37.298]➜            mold: error: undefined symbol: ENGINE_load_private_key
2025-08-20T21:02:44.0245245Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0245662Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0246133Z [00:07:37.298]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get_type
2025-08-20T21:02:44.0246699Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0247123Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0247520Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0247941Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0248434Z [00:07:37.298]➜            mold: error: undefined symbol: SSL_CTX_use_certificate_chain_file
2025-08-20T21:02:44.0248986Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0249415Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0249919Z [00:07:37.298]➜            mold: error: undefined symbol: nghttp2_session_get_remote_settings
2025-08-20T21:02:44.0250342Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0250747Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T21:02:44.0251135Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0251533Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T21:02:44.0251959Z [00:07:37.298]➜            mold: error: undefined symbol: SSL_CTX_new_ex
2025-08-20T21:02:44.0252322Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0252745Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0253273Z [00:07:37.298]➜            mold: error: undefined symbol: nghttp2_option_set_no_auto_window_update
2025-08-20T21:02:44.0253696Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0254096Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0254505Z [00:07:37.298]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0254972Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0255456Z [00:07:37.298]➜            mold: error: undefined symbol: PEM_X509_INFO_read_bio
2025-08-20T21:02:44.0255835Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0256452Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0256918Z [00:07:37.298]➜            mold: error: undefined symbol: RAND_bytes
2025-08-20T21:02:44.0257283Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0257685Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_random)
2025-08-20T21:02:44.0258229Z [00:07:37.298]➜            mold: error: undefined symbol: nghttp2_session_get_stream_effective_recv_data_length
2025-08-20T21:02:44.0258814Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0259225Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T21:02:44.0259602Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0259999Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T21:02:44.0260430Z [00:07:37.298]➜            mold: error: undefined symbol: idn2_to_unicode_8z8z
2025-08-20T21:02:44.0260798Z [00:07:37.298]➜            >>> referenced by idn.c
2025-08-20T21:02:44.0261205Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_encode)
2025-08-20T21:02:44.0261688Z [00:07:37.298]➜            mold: error: undefined symbol: nghttp2_session_get_stream_user_data
2025-08-20T21:02:44.0262098Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0262518Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_begin_headers)
2025-08-20T21:02:44.0262905Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0263302Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T21:02:44.0263684Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0264112Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(req_body_read_callback)
2025-08-20T21:02:44.0264525Z [00:07:37.298]➜            >>> referenced 5 more times
2025-08-20T21:02:44.0264914Z [00:07:37.298]➜            mold: error: undefined symbol: nghttp2_session_want_write
2025-08-20T21:02:44.0265429Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0265847Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(should_close_session)
2025-08-20T21:02:44.0266410Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0266898Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T21:02:44.0267296Z [00:07:37.298]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0267713Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T21:02:44.0268119Z [00:07:37.298]➜            >>> referenced 10 more times
2025-08-20T21:02:44.0268492Z [00:07:37.298]➜            mold: error: undefined symbol: EVP_DigestUpdate
2025-08-20T21:02:44.0268854Z [00:07:37.298]➜            >>> referenced by sha256.c
2025-08-20T21:02:44.0269274Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_update)
2025-08-20T21:02:44.0269694Z [00:07:37.298]➜            >>> referenced by sha256.c
2025-08-20T21:02:44.0270102Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(Curl_sha256it)
2025-08-20T21:02:44.0270492Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0270915Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T21:02:44.0271307Z [00:07:37.298]➜            >>> referenced 2 more times
2025-08-20T21:02:44.0271688Z [00:07:37.298]➜            mold: error: undefined symbol: X509_get_signature_nid
2025-08-20T21:02:44.0272055Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0272499Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:02:44.0272966Z [00:07:37.298]➜            mold: error: undefined symbol: UI_get0_user_data
2025-08-20T21:02:44.0273340Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0273750Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T21:02:44.0274140Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0274677Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:02:44.0275120Z [00:07:37.298]➜            mold: error: undefined symbol: ares_timeout
2025-08-20T21:02:44.0275484Z [00:07:37.298]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0275918Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_await)
2025-08-20T21:02:44.0276566Z [00:07:37.298]➜            >>> referenced by asyn-base.c
2025-08-20T21:02:44.0277027Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_getsock)
2025-08-20T21:02:44.0277484Z [00:07:37.298]➜            mold: error: undefined symbol: ZSTD_isError
2025-08-20T21:02:44.0277855Z [00:07:37.298]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0278325Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_write)
2025-08-20T21:02:44.0278783Z [00:07:37.298]➜            mold: error: undefined symbol: SSL_set0_wbio
2025-08-20T21:02:44.0279148Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0279561Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:02:44.0279990Z [00:07:37.298]➜            mold: error: undefined symbol: OCSP_CERTID_free
2025-08-20T21:02:44.0280351Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0280797Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0281264Z [00:07:37.298]➜            mold: error: undefined symbol: X509_check_issued
2025-08-20T21:02:44.0281832Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0282287Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0282714Z [00:07:37.298]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0283178Z [00:07:37.298]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0283646Z [00:07:37.299]➜            mold: error: undefined symbol: X509_get0_notAfter
2025-08-20T21:02:44.0284009Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0284448Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0284873Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0285314Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0285774Z [00:07:37.299]➜            mold: error: undefined symbol: BIO_printf
2025-08-20T21:02:44.0286126Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0286689Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0287201Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0287856Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0288354Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0297314Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0297777Z [00:07:37.299]➜            >>> referenced 1 more times
2025-08-20T21:02:44.0298184Z [00:07:37.299]➜            mold: error: undefined symbol: SSL_get0_alpn_selected
2025-08-20T21:02:44.0298577Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0299046Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T21:02:44.0299500Z [00:07:37.299]➜            mold: error: undefined symbol: X509_get_pubkey
2025-08-20T21:02:44.0299861Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0300473Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0300916Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0301368Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0301831Z [00:07:37.299]➜            mold: error: undefined symbol: d2i_PKCS12_bio
2025-08-20T21:02:44.0302183Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0302598Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0303194Z [00:07:37.299]➜            mold: error: undefined symbol: OSSL_STORE_open_ex
2025-08-20T21:02:44.0303563Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0303985Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0304394Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0304813Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0305261Z [00:07:37.299]➜            mold: error: undefined symbol: SSL_CTX_set_options
2025-08-20T21:02:44.0305624Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0306039Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0306800Z [00:07:37.299]➜            mold: error: undefined symbol: nghttp2_submit_settings
2025-08-20T21:02:44.0307205Z [00:07:37.299]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0307626Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0308044Z [00:07:37.299]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0308533Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0309013Z [00:07:37.299]➜            mold: error: undefined symbol: X509_INFO_free
2025-08-20T21:02:44.0309374Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0309830Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0310316Z [00:07:37.299]➜            mold: error: undefined symbol: SSL_SESSION_get_timeout
2025-08-20T21:02:44.0310689Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0311122Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T21:02:44.0311579Z [00:07:37.299]➜            mold: error: undefined symbol: BIO_get_data
2025-08-20T21:02:44.0311934Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0312354Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T21:02:44.0312898Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0313364Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T21:02:44.0313781Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0314215Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T21:02:44.0314667Z [00:07:37.299]➜            mold: error: undefined symbol: ERR_clear_error
2025-08-20T21:02:44.0315018Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0315432Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T21:02:44.0315816Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0316414Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:02:44.0316893Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0317302Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:02:44.0317689Z [00:07:37.299]➜            >>> referenced 5 more times
2025-08-20T21:02:44.0318120Z [00:07:37.299]➜            mold: error: undefined symbol: nghttp2_session_check_request_allowed
2025-08-20T21:02:44.0318540Z [00:07:37.299]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0318935Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_query)
2025-08-20T21:02:44.0319305Z [00:07:37.299]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0319897Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T21:02:44.0320308Z [00:07:37.299]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0320695Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T21:02:44.0321118Z [00:07:37.299]➜            mold: error: undefined symbol: psl_builtin
2025-08-20T21:02:44.0321470Z [00:07:37.299]➜            >>> referenced by psl.c
2025-08-20T21:02:44.0321860Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_use)
2025-08-20T21:02:44.0322286Z [00:07:37.299]➜            mold: error: undefined symbol: OSSL_LIB_CTX_free
2025-08-20T21:02:44.0322652Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0323090Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T21:02:44.0323517Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0323932Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:02:44.0324375Z [00:07:37.299]➜            mold: error: undefined symbol: ares_process_fd
2025-08-20T21:02:44.0324755Z [00:07:37.299]➜            >>> referenced by asyn-base.c
2025-08-20T21:02:44.0325198Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T21:02:44.0325613Z [00:07:37.299]➜            >>> referenced by asyn-base.c
2025-08-20T21:02:44.0326041Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T21:02:44.0326616Z [00:07:37.299]➜            mold: error: undefined symbol: ares_set_local_dev
2025-08-20T21:02:44.0326983Z [00:07:37.299]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0327472Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_interface)
2025-08-20T21:02:44.0328005Z [00:07:37.299]➜            mold: error: undefined symbol: ares_set_servers_ports_csv
2025-08-20T21:02:44.0328394Z [00:07:37.299]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0328973Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_set_dns_servers)
2025-08-20T21:02:44.0329463Z [00:07:37.299]➜            mold: error: undefined symbol: inflateReset2
2025-08-20T21:02:44.0329841Z [00:07:37.299]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0330302Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(inflate_stream)
2025-08-20T21:02:44.0330890Z [00:07:37.299]➜            mold: error: undefined symbol: OCSP_RESPONSE_free
2025-08-20T21:02:44.0331506Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0332208Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0332735Z [00:07:37.299]➜            mold: error: undefined symbol: EVP_PKEY_get_security_bits
2025-08-20T21:02:44.0333124Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0333572Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0334047Z [00:07:37.299]➜            mold: error: undefined symbol: i2a_ASN1_OBJECT
2025-08-20T21:02:44.0334403Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0334838Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0335262Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0335703Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0336180Z [00:07:37.299]➜            mold: error: undefined symbol: SSL_SESSION_free
2025-08-20T21:02:44.0336917Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0337349Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0337787Z [00:07:37.299]➜            mold: error: undefined symbol: RSA_flags
2025-08-20T21:02:44.0338143Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0338564Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0339032Z [00:07:37.299]➜            mold: error: undefined symbol: SSL_CTX_check_private_key
2025-08-20T21:02:44.0339407Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0339824Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0340218Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0340635Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0341094Z [00:07:37.299]➜            mold: error: undefined symbol: UI_method_get_closer
2025-08-20T21:02:44.0341458Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0341881Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0342277Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0342695Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0343168Z [00:07:37.299]➜            mold: error: undefined symbol: SSL_CTX_set_default_passwd_cb
2025-08-20T21:02:44.0343555Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0343971Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0344499Z [00:07:37.299]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_error_callback
2025-08-20T21:02:44.0344945Z [00:07:37.299]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0345343Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0345786Z [00:07:37.299]➜            mold: error: undefined symbol: X509_STORE_add_lookup
2025-08-20T21:02:44.0346490Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0347021Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0347621Z [00:07:37.299]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_frame_recv_callback
2025-08-20T21:02:44.0348081Z [00:07:37.299]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0348496Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0348910Z [00:07:37.299]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0349401Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0349871Z [00:07:37.299]➜            mold: error: undefined symbol: SSL_shutdown
2025-08-20T21:02:44.0350232Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0350673Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:02:44.0351069Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0351476Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:02:44.0351933Z [00:07:37.299]➜            mold: error: undefined symbol: nghttp2_submit_rst_stream
2025-08-20T21:02:44.0352316Z [00:07:37.299]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0352726Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T21:02:44.0353260Z [00:07:37.299]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0353706Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_on_invalid_frame_recv)
2025-08-20T21:02:44.0354123Z [00:07:37.299]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0354570Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_header_error.isra.0)
2025-08-20T21:02:44.0354991Z [00:07:37.299]➜            >>> referenced 5 more times
2025-08-20T21:02:44.0355353Z [00:07:37.299]➜            mold: error: undefined symbol: ENGINE_get_id
2025-08-20T21:02:44.0355742Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0356621Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T21:02:44.0357063Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0357508Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T21:02:44.0357939Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0358386Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T21:02:44.0358877Z [00:07:37.299]➜            mold: error: undefined symbol: OSSL_PROVIDER_available
2025-08-20T21:02:44.0359252Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0359673Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:02:44.0360111Z [00:07:37.299]➜            mold: error: undefined symbol: MD5_Update
2025-08-20T21:02:44.0360458Z [00:07:37.299]➜            >>> referenced by md5.c
2025-08-20T21:02:44.0360863Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_update)
2025-08-20T21:02:44.0361246Z [00:07:37.299]➜            >>> referenced by md5.c
2025-08-20T21:02:44.0361647Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(Curl_md5it)
2025-08-20T21:02:44.0362074Z [00:07:37.299]➜            mold: error: undefined symbol: ares_set_local_ip6
2025-08-20T21:02:44.0362460Z [00:07:37.299]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0363106Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_local_ip6)
2025-08-20T21:02:44.0363643Z [00:07:37.299]➜            mold: error: undefined symbol: ares_freeaddrinfo
2025-08-20T21:02:44.0364030Z [00:07:37.299]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0364493Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_addrinfo_cb)
2025-08-20T21:02:44.0365009Z [00:07:37.299]➜            mold: error: undefined symbol: BrotliDecoderDestroyInstance
2025-08-20T21:02:44.0365429Z [00:07:37.299]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0365907Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_close)
2025-08-20T21:02:44.0366577Z [00:07:37.299]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0367050Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T21:02:44.0367536Z [00:07:37.299]➜            mold: error: undefined symbol: BIO_meth_set_read
2025-08-20T21:02:44.0367915Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0368332Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:02:44.0368794Z [00:07:37.299]➜            mold: error: undefined symbol: OCSP_response_status_str
2025-08-20T21:02:44.0369177Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0369625Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0370283Z [00:07:37.299]➜            mold: error: undefined symbol: X509_NAME_get_index_by_NID
2025-08-20T21:02:44.0370676Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0371125Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0371597Z [00:07:37.299]➜            mold: error: undefined symbol: i2t_ASN1_OBJECT
2025-08-20T21:02:44.0371961Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0372408Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0372917Z [00:07:37.299]➜            mold: error: undefined symbol: SSL_get_peer_signature_type_nid
2025-08-20T21:02:44.0373318Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0373775Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:02:44.0374260Z [00:07:37.299]➜            mold: error: undefined symbol: SSL_CTX_set_verify
2025-08-20T21:02:44.0374625Z [00:07:37.299]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0375059Z [00:07:37.299]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0375547Z [00:07:37.299]➜            mold: error: undefined symbol: SSL_CTX_use_PrivateKey_file
2025-08-20T21:02:44.0375940Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0376574Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0377030Z [00:07:37.300]➜            mold: error: undefined symbol: OSSL_STORE_load
2025-08-20T21:02:44.0377388Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0377809Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0378216Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0378648Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0379098Z [00:07:37.300]➜            mold: error: undefined symbol: ERR_peek_last_error
2025-08-20T21:02:44.0379465Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0380027Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0380487Z [00:07:37.300]➜            mold: error: undefined symbol: TLS_method
2025-08-20T21:02:44.0380851Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0381283Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0381738Z [00:07:37.300]➜            mold: error: undefined symbol: nghttp2_option_new
2025-08-20T21:02:44.0382109Z [00:07:37.300]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0382537Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0382947Z [00:07:37.300]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0383411Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0383895Z [00:07:37.300]➜            mold: error: undefined symbol: BIO_new_mem_buf
2025-08-20T21:02:44.0384266Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0384740Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0385177Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0385608Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0386015Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0386589Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0387138Z [00:07:37.300]➜            >>> referenced 3 more times
2025-08-20T21:02:44.0387500Z [00:07:37.300]➜            mold: error: undefined symbol: RAND_status
2025-08-20T21:02:44.0387859Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0388277Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_seed)
2025-08-20T21:02:44.0388660Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0389065Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_random)
2025-08-20T21:02:44.0389618Z [00:07:37.300]➜            mold: error: undefined symbol: nghttp2_session_get_stream_effective_local_window_size
2025-08-20T21:02:44.0390083Z [00:07:37.300]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0390479Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T21:02:44.0390864Z [00:07:37.300]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0391295Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T21:02:44.0391698Z [00:07:37.300]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0392143Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T21:02:44.0392570Z [00:07:37.300]➜            mold: error: undefined symbol: BIO_meth_free
2025-08-20T21:02:44.0392929Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0393334Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T21:02:44.0393773Z [00:07:37.300]➜            mold: error: undefined symbol: EVP_DigestFinal_ex
2025-08-20T21:02:44.0394143Z [00:07:37.300]➜            >>> referenced by sha256.c
2025-08-20T21:02:44.0394559Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_final)
2025-08-20T21:02:44.0394973Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0395388Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T21:02:44.0395801Z [00:07:37.300]➜            >>> referenced by curl_sha512_256.c
2025-08-20T21:02:44.0396623Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_finish)
2025-08-20T21:02:44.0397172Z [00:07:37.300]➜            mold: error: undefined symbol: nghttp2_session_want_read
2025-08-20T21:02:44.0397558Z [00:07:37.300]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0397983Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(should_close_session)
2025-08-20T21:02:44.0398385Z [00:07:37.300]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0398806Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T21:02:44.0399209Z [00:07:37.300]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0399615Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T21:02:44.0400007Z [00:07:37.300]➜            >>> referenced 6 more times
2025-08-20T21:02:44.0400410Z [00:07:37.300]➜            mold: error: undefined symbol: SSL_get1_peer_certificate
2025-08-20T21:02:44.0400804Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0401261Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:02:44.0401686Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0402137Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0402559Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0403001Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0403615Z [00:07:37.300]➜            mold: error: undefined symbol: UI_method_get_writer
2025-08-20T21:02:44.0403985Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0404402Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T21:02:44.0404847Z [00:07:37.300]➜            mold: error: undefined symbol: ares_library_cleanup
2025-08-20T21:02:44.0405237Z [00:07:37.300]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0405704Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_cleanup)
2025-08-20T21:02:44.0406192Z [00:07:37.300]➜            mold: error: undefined symbol: ZSTD_decompressStream
2025-08-20T21:02:44.0406750Z [00:07:37.300]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0407207Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_write)
2025-08-20T21:02:44.0407672Z [00:07:37.300]➜            mold: error: undefined symbol: SSL_set0_rbio
2025-08-20T21:02:44.0408030Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0408438Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:02:44.0408897Z [00:07:37.300]➜            mold: error: undefined symbol: OCSP_resp_find_status
2025-08-20T21:02:44.0409271Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0409715Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0410175Z [00:07:37.300]➜            mold: error: undefined symbol: CRYPTO_free
2025-08-20T21:02:44.0410525Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0410971Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0411444Z [00:07:37.300]➜            mold: error: undefined symbol: ASN1_TIME_print
2025-08-20T21:02:44.0411803Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0412245Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0412788Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0413242Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0413661Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0414101Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0414519Z [00:07:37.300]➜            >>> referenced 1 more times
2025-08-20T21:02:44.0414890Z [00:07:37.300]➜            mold: error: undefined symbol: X509_get_version
2025-08-20T21:02:44.0415259Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0415700Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0416153Z [00:07:37.300]➜            mold: error: undefined symbol: SSL_connect
2025-08-20T21:02:44.0416732Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0417169Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T21:02:44.0417625Z [00:07:37.300]➜            mold: error: undefined symbol: SSL_set_connect_state
2025-08-20T21:02:44.0417994Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0418416Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0418863Z [00:07:37.300]➜            mold: error: undefined symbol: SSL_get_certificate
2025-08-20T21:02:44.0419232Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0419820Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0420247Z [00:07:37.300]➜            mold: error: undefined symbol: BIO_s_file
2025-08-20T21:02:44.0420597Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0421024Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0421424Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0421879Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0422340Z [00:07:37.300]➜            mold: error: undefined symbol: ENGINE_ctrl_cmd
2025-08-20T21:02:44.0422700Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0423122Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0423570Z [00:07:37.300]➜            mold: error: undefined symbol: SSL_CTX_ctrl
2025-08-20T21:02:44.0423921Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0424340Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0424741Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0425180Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0425578Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0425997Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0426514Z [00:07:37.300]➜            >>> referenced 8 more times
2025-08-20T21:02:44.0426881Z [00:07:37.300]➜            mold: error: undefined symbol: X509_STORE_add_crl
2025-08-20T21:02:44.0427242Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0427700Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0428209Z [00:07:37.300]➜            mold: error: undefined symbol: SSL_SESSION_get_max_early_data
2025-08-20T21:02:44.0428608Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0429172Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T21:02:44.0429596Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0430013Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0430445Z [00:07:37.300]➜            mold: error: undefined symbol: BIO_set_data
2025-08-20T21:02:44.0430797Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0431221Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T21:02:44.0431636Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0432054Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:02:44.0432512Z [00:07:37.300]➜            mold: error: undefined symbol: nghttp2_http2_strerror
2025-08-20T21:02:44.0432894Z [00:07:37.300]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0433354Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_handle_stream_close)
2025-08-20T21:02:44.0433777Z [00:07:37.300]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0434217Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_handle_stream_close)
2025-08-20T21:02:44.0434631Z [00:07:37.300]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0435039Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T21:02:44.0435436Z [00:07:37.300]➜            >>> referenced 3 more times
2025-08-20T21:02:44.0435940Z [00:07:37.300]➜            mold: error: undefined symbol: X509_digest
2025-08-20T21:02:44.0436402Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0436866Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:02:44.0437350Z [00:07:37.300]➜            mold: error: undefined symbol: EVP_sha256
2025-08-20T21:02:44.0437708Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0438155Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:02:44.0438580Z [00:07:37.300]➜            >>> referenced by sha256.c
2025-08-20T21:02:44.0438986Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T21:02:44.0439379Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0439806Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T21:02:44.0440244Z [00:07:37.300]➜            mold: error: undefined symbol: psl_latest
2025-08-20T21:02:44.0440595Z [00:07:37.300]➜            >>> referenced by psl.c
2025-08-20T21:02:44.0440994Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_use)
2025-08-20T21:02:44.0441414Z [00:07:37.300]➜            mold: error: undefined symbol: BIO_free
2025-08-20T21:02:44.0441763Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0442187Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T21:02:44.0442584Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0443031Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0443453Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0443914Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0444340Z [00:07:37.300]➜            >>> referenced 13 more times
2025-08-20T21:02:44.0444723Z [00:07:37.300]➜            mold: error: undefined symbol: OSSL_PROVIDER_unload
2025-08-20T21:02:44.0445216Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0445676Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T21:02:44.0446095Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0446636Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_provider_cleanup)
2025-08-20T21:02:44.0447079Z [00:07:37.300]➜            mold: error: undefined symbol: inflate
2025-08-20T21:02:44.0447450Z [00:07:37.300]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0447918Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(inflate_stream)
2025-08-20T21:02:44.0448403Z [00:07:37.300]➜            mold: error: undefined symbol: OCSP_BASICRESP_free
2025-08-20T21:02:44.0448769Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0449224Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0449688Z [00:07:37.300]➜            mold: error: undefined symbol: EVP_PKEY_get_bits
2025-08-20T21:02:44.0450050Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0450494Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0450964Z [00:07:37.300]➜            mold: error: undefined symbol: PEM_write_bio_X509
2025-08-20T21:02:44.0451331Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0451773Z [00:07:37.300]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0452378Z [00:07:37.300]➜            mold: error: undefined symbol: X509_ALGOR_get0
2025-08-20T21:02:44.0452733Z [00:07:37.300]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0453179Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0453608Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0454052Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0454530Z [00:07:37.301]➜            mold: error: undefined symbol: SSL_get_peer_cert_chain
2025-08-20T21:02:44.0454903Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0455346Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0455772Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0456333Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0456851Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0457294Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0457774Z [00:07:37.301]➜            mold: error: undefined symbol: EVP_PKEY_get1_RSA
2025-08-20T21:02:44.0458139Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0458564Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0459031Z [00:07:37.301]➜            mold: error: undefined symbol: SSL_CTX_use_PrivateKey
2025-08-20T21:02:44.0459403Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0459827Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0460242Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0460661Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0461065Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0461612Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0462022Z [00:07:37.301]➜            >>> referenced 1 more times
2025-08-20T21:02:44.0462395Z [00:07:37.301]➜            mold: error: undefined symbol: UI_method_set_opener
2025-08-20T21:02:44.0462759Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0463181Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0463587Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0464007Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0464531Z [00:07:37.301]➜            mold: error: undefined symbol: SSL_CTX_set_default_passwd_cb_userdata
2025-08-20T21:02:44.0464950Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0465371Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0465946Z [00:07:37.301]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_begin_headers_callback
2025-08-20T21:02:44.0466531Z [00:07:37.301]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0466942Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0467376Z [00:07:37.301]➜            mold: error: undefined symbol: X509_LOOKUP_file
2025-08-20T21:02:44.0467732Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0468180Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0468911Z [00:07:37.301]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_send_callback
2025-08-20T21:02:44.0469347Z [00:07:37.301]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0469763Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0470169Z [00:07:37.301]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0470636Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0471105Z [00:07:37.301]➜            mold: error: undefined symbol: SSL_version
2025-08-20T21:02:44.0471463Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0471901Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_new_session_cb)
2025-08-20T21:02:44.0472315Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0472750Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0473222Z [00:07:37.301]➜            mold: error: undefined symbol: nghttp2_submit_goaway
2025-08-20T21:02:44.0473591Z [00:07:37.301]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0474011Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T21:02:44.0474417Z [00:07:37.301]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0474877Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_shutdown)
2025-08-20T21:02:44.0475343Z [00:07:37.301]➜            mold: error: undefined symbol: SSL_get_shutdown
2025-08-20T21:02:44.0475705Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0476115Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:02:44.0476753Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0477170Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:02:44.0477664Z [00:07:37.301]➜            mold: error: undefined symbol: nghttp2_session_set_stream_user_data
2025-08-20T21:02:44.0478213Z [00:07:37.301]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0478636Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T21:02:44.0479022Z [00:07:37.301]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0479423Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T21:02:44.0479803Z [00:07:37.301]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0480201Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_stream_close)
2025-08-20T21:02:44.0480587Z [00:07:37.301]➜            >>> referenced 2 more times
2025-08-20T21:02:44.0480964Z [00:07:37.301]➜            mold: error: undefined symbol: ENGINE_get_first
2025-08-20T21:02:44.0481327Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0481751Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_engines_list)
2025-08-20T21:02:44.0482224Z [00:07:37.301]➜            mold: error: undefined symbol: OSSL_LIB_CTX_load_config
2025-08-20T21:02:44.0482600Z [00:07:37.301]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0483021Z [00:07:37.301]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:02:44.0483453Z [00:07:37.301]➜            mold: error: undefined symbol: MD5_Final
2025-08-20T21:02:44.0483801Z [00:07:37.302]➜            >>> referenced by md5.c
2025-08-20T21:02:44.0484195Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(my_md5_final)
2025-08-20T21:02:44.0484704Z [00:07:37.302]➜            >>> referenced by md5.c
2025-08-20T21:02:44.0485088Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-md5.o):(Curl_md5it)
2025-08-20T21:02:44.0485550Z [00:07:37.302]➜            mold: error: undefined symbol: psl_is_cookie_domain_acceptable
2025-08-20T21:02:44.0485958Z [00:07:37.302]➜            >>> referenced by cookie.c
2025-08-20T21:02:44.0486504Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cookie.o):(is_public_suffix)
2025-08-20T21:02:44.0486955Z [00:07:37.302]➜            mold: error: undefined symbol: ZSTD_createDStream
2025-08-20T21:02:44.0487342Z [00:07:37.302]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0487795Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_init)
2025-08-20T21:02:44.0488253Z [00:07:37.302]➜            mold: error: undefined symbol: BIO_meth_set_write
2025-08-20T21:02:44.0488745Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0489170Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:02:44.0489619Z [00:07:37.302]➜            mold: error: undefined symbol: OCSP_response_status
2025-08-20T21:02:44.0489988Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0490446Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0490914Z [00:07:37.302]➜            mold: error: undefined symbol: ASN1_STRING_length
2025-08-20T21:02:44.0491276Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0491721Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0492181Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0492624Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0493123Z [00:07:37.302]➜            mold: error: undefined symbol: X509_EXTENSION_get_object
2025-08-20T21:02:44.0493506Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0493947Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0494552Z [00:07:37.302]➜            mold: error: undefined symbol: SSL_CTX_set_srp_password
2025-08-20T21:02:44.0494943Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0495380Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0495829Z [00:07:37.302]➜            mold: error: undefined symbol: d2i_PrivateKey_bio
2025-08-20T21:02:44.0496378Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0496941Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0497402Z [00:07:37.302]➜            mold: error: undefined symbol: OSSL_STORE_expect
2025-08-20T21:02:44.0497772Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0498200Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0498601Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0499029Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0499461Z [00:07:37.302]➜            mold: error: undefined symbol: X509_free
2025-08-20T21:02:44.0499814Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0500236Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0500637Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0501056Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0501632Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0502061Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0502470Z [00:07:37.302]➜            >>> referenced 13 more times
2025-08-20T21:02:44.0502845Z [00:07:37.302]➜            mold: error: undefined symbol: TLS_client_method
2025-08-20T21:02:44.0503207Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0503637Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0504178Z [00:07:37.302]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_header_callback
2025-08-20T21:02:44.0504622Z [00:07:37.302]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0505038Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0505451Z [00:07:37.302]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0505912Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0506647Z [00:07:37.302]➜            mold: error: undefined symbol: SSL_CTX_get_cert_store
2025-08-20T21:02:44.0507047Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0507503Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0507928Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0508369Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0508841Z [00:07:37.302]➜            mold: error: undefined symbol: SSL_write_early_data
2025-08-20T21:02:44.0509209Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0509637Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_send_earlydata)
2025-08-20T21:02:44.0510165Z [00:07:37.302]➜            mold: error: undefined symbol: nghttp2_session_get_local_window_size
2025-08-20T21:02:44.0510584Z [00:07:37.302]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0511109Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T21:02:44.0511527Z [00:07:37.302]➜            mold: error: undefined symbol: idn2_free
2025-08-20T21:02:44.0511873Z [00:07:37.302]➜            >>> referenced by idn.c
2025-08-20T21:02:44.0512272Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T21:02:44.0512652Z [00:07:37.302]➜            >>> referenced by idn.c
2025-08-20T21:02:44.0513040Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_encode)
2025-08-20T21:02:44.0513455Z [00:07:37.302]➜            mold: error: undefined symbol: SSL_CTX_free
2025-08-20T21:02:44.0513820Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0514221Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T21:02:44.0514644Z [00:07:37.302]➜            mold: error: undefined symbol: EVP_MD_CTX_free
2025-08-20T21:02:44.0515017Z [00:07:37.302]➜            >>> referenced by sha256.c
2025-08-20T21:02:44.0515433Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T21:02:44.0515821Z [00:07:37.302]➜            >>> referenced by sha256.c
2025-08-20T21:02:44.0516393Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_final)
2025-08-20T21:02:44.0516847Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0517273Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T21:02:44.0517675Z [00:07:37.302]➜            >>> referenced 3 more times
2025-08-20T21:02:44.0518188Z [00:07:37.302]➜            mold: error: undefined symbol: nghttp2_strerror
2025-08-20T21:02:44.0518550Z [00:07:37.302]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0518991Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T21:02:44.0519418Z [00:07:37.302]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0519836Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T21:02:44.0520229Z [00:07:37.302]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0520635Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_shutdown)
2025-08-20T21:02:44.0521029Z [00:07:37.302]➜            >>> referenced 17 more times
2025-08-20T21:02:44.0521391Z [00:07:37.302]➜            mold: error: undefined symbol: ENGINE_init
2025-08-20T21:02:44.0521738Z [00:07:37.302]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0522169Z [00:07:37.302]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:02:44.0522597Z [00:07:37.302]➜            mold: error: undefined symbol: UI_OpenSSL
2025-08-20T21:02:44.0522949Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0523366Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T21:02:44.0523755Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0524162Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:02:44.0524549Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0524972Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0525373Z [00:07:37.303]➜            >>> referenced 3 more times
2025-08-20T21:02:44.0525784Z [00:07:37.303]➜            mold: error: undefined symbol: BrotliDecoderCreateInstance
2025-08-20T21:02:44.0526207Z [00:07:37.303]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0526910Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_init)
2025-08-20T21:02:44.0527506Z [00:07:37.303]➜            mold: error: undefined symbol: DES_ecb_encrypt
2025-08-20T21:02:44.0527908Z [00:07:37.303]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T21:02:44.0528387Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T21:02:44.0528838Z [00:07:37.303]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T21:02:44.0529307Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T21:02:44.0529747Z [00:07:37.303]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T21:02:44.0530337Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(Curl_ntlm_core_lm_resp)
2025-08-20T21:02:44.0530767Z [00:07:37.303]➜            >>> referenced 2 more times
2025-08-20T21:02:44.0531128Z [00:07:37.303]➜            mold: error: undefined symbol: BIO_up_ref
2025-08-20T21:02:44.0531475Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0531896Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:02:44.0532327Z [00:07:37.303]➜            mold: error: undefined symbol: OCSP_cert_to_id
2025-08-20T21:02:44.0532692Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0533138Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0533608Z [00:07:37.303]➜            mold: error: undefined symbol: ASN1_STRING_to_UTF8
2025-08-20T21:02:44.0533973Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0534431Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0534888Z [00:07:37.303]➜            mold: error: undefined symbol: UI_set_result
2025-08-20T21:02:44.0535244Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0535661Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:02:44.0536098Z [00:07:37.303]➜            mold: error: undefined symbol: X509_NAME_print_ex
2025-08-20T21:02:44.0536654Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0537074Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T21:02:44.0537474Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0537917Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0538349Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0538790Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0539237Z [00:07:37.303]➜            mold: error: undefined symbol: psl_free
2025-08-20T21:02:44.0539586Z [00:07:37.303]➜            >>> referenced by psl.c
2025-08-20T21:02:44.0540127Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-psl.o):(Curl_psl_destroy)
2025-08-20T21:02:44.0540581Z [00:07:37.303]➜            mold: error: undefined symbol: EVP_get_digestbyname
2025-08-20T21:02:44.0540946Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0541392Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:02:44.0541853Z [00:07:37.303]➜            mold: error: undefined symbol: nghttp2_is_fatal
2025-08-20T21:02:44.0542215Z [00:07:37.303]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0542646Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T21:02:44.0543043Z [00:07:37.303]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0543450Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_body_send)
2025-08-20T21:02:44.0543842Z [00:07:37.303]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0544235Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T21:02:44.0544614Z [00:07:37.303]➜            >>> referenced 5 more times
2025-08-20T21:02:44.0544974Z [00:07:37.303]➜            mold: error: undefined symbol: BIO_set_init
2025-08-20T21:02:44.0545326Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0545752Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T21:02:44.0546200Z [00:07:37.303]➜            mold: error: undefined symbol: i2d_SSL_SESSION
2025-08-20T21:02:44.0546930Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0547372Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T21:02:44.0547790Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0548233Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_add_session)
2025-08-20T21:02:44.0548722Z [00:07:37.303]➜            mold: error: undefined symbol: nghttp2_submit_window_update
2025-08-20T21:02:44.0549115Z [00:07:37.303]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0549543Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T21:02:44.0549999Z [00:07:37.303]➜            mold: error: undefined symbol: X509_STORE_add_cert
2025-08-20T21:02:44.0550357Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0550817Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0551290Z [00:07:37.303]➜            mold: error: undefined symbol: nghttp2_option_del
2025-08-20T21:02:44.0551651Z [00:07:37.303]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0552065Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0552473Z [00:07:37.303]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0552936Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0553421Z [00:07:37.303]➜            mold: error: undefined symbol: SSL_CTX_set_msg_callback
2025-08-20T21:02:44.0553804Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0554227Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0554678Z [00:07:37.303]➜            mold: error: undefined symbol: ENGINE_ctrl
2025-08-20T21:02:44.0555035Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0555457Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0556021Z [00:07:37.303]➜            mold: error: undefined symbol: OSSL_STORE_close
2025-08-20T21:02:44.0556650Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0557088Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0557494Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0557915Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0558341Z [00:07:37.303]➜            mold: error: undefined symbol: SSL_new
2025-08-20T21:02:44.0558685Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0559114Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0559513Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0559930Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0560368Z [00:07:37.303]➜            mold: error: undefined symbol: SSL_ctrl
2025-08-20T21:02:44.0560717Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0561137Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0561539Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0561958Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0562357Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0562948Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0563408Z [00:07:37.303]➜            mold: error: undefined symbol: SSL_get_version
2025-08-20T21:02:44.0563765Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0564228Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:02:44.0564715Z [00:07:37.303]➜            mold: error: undefined symbol: X509_get_issuer_name
2025-08-20T21:02:44.0565081Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0565534Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0565958Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0566583Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0567067Z [00:07:37.303]➜            mold: error: undefined symbol: X509_get0_notBefore
2025-08-20T21:02:44.0567428Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0567871Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0568287Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0568740Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0569193Z [00:07:37.303]➜            mold: error: undefined symbol: ares_destroy
2025-08-20T21:02:44.0569556Z [00:07:37.303]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0570008Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_destroy)
2025-08-20T21:02:44.0570439Z [00:07:37.303]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0570870Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(async_ares_init)
2025-08-20T21:02:44.0571320Z [00:07:37.303]➜            mold: error: undefined symbol: inflateEnd
2025-08-20T21:02:44.0571696Z [00:07:37.303]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0572139Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(exit_zlib)
2025-08-20T21:02:44.0572755Z [00:07:37.303]➜            mold: error: undefined symbol: SSL_get_early_data_status
2025-08-20T21:02:44.0573163Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0573578Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:02:44.0574334Z [00:07:37.303]➜            mold: error: undefined symbol: OCSP_crl_reason_str
2025-08-20T21:02:44.0574965Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0575725Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0576715Z [00:07:37.303]➜            mold: error: undefined symbol: X509_get0_pubkey
2025-08-20T21:02:44.0577333Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0578102Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0578889Z [00:07:37.303]➜            mold: error: undefined symbol: BIO_ctrl
2025-08-20T21:02:44.0579510Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0580262Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(push_certinfo)
2025-08-20T21:02:44.0580907Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0581619Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(push_certinfo)
2025-08-20T21:02:44.0582306Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0583084Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T21:02:44.0584097Z [00:07:37.303]➜            >>> referenced 7 more times
2025-08-20T21:02:44.0584793Z [00:07:37.303]➜            mold: error: undefined symbol: OSSL_LIB_CTX_new
2025-08-20T21:02:44.0585442Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0586054Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:02:44.0586740Z [00:07:37.303]➜            mold: error: undefined symbol: EVP_DigestInit
2025-08-20T21:02:44.0587112Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0587540Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_sha256sum)
2025-08-20T21:02:44.0588011Z [00:07:37.303]➜            mold: error: undefined symbol: nghttp2_submit_priority
2025-08-20T21:02:44.0588399Z [00:07:37.303]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0588839Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T21:02:44.0589282Z [00:07:37.303]➜            mold: error: undefined symbol: BIO_set_flags
2025-08-20T21:02:44.0589643Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0590092Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T21:02:44.0590513Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0590942Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T21:02:44.0591391Z [00:07:37.303]➜            mold: error: undefined symbol: SSL_get_ex_data
2025-08-20T21:02:44.0591752Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0592220Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_new_session_cb)
2025-08-20T21:02:44.0592710Z [00:07:37.303]➜            mold: error: undefined symbol: nghttp2_session_callbacks_new
2025-08-20T21:02:44.0593124Z [00:07:37.303]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0593533Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0593940Z [00:07:37.303]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0594599Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0595107Z [00:07:37.303]➜            mold: error: undefined symbol: X509_STORE_load_file
2025-08-20T21:02:44.0595487Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0595946Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0596803Z [00:07:37.303]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_invalid_frame_recv_callback
2025-08-20T21:02:44.0597306Z [00:07:37.303]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0597723Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0598181Z [00:07:37.303]➜            mold: error: undefined symbol: SSL_CTX_set_ciphersuites
2025-08-20T21:02:44.0598569Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0599014Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0599479Z [00:07:37.303]➜            mold: error: undefined symbol: UI_method_get_opener
2025-08-20T21:02:44.0599852Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0600283Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0600689Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0601113Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0601705Z [00:07:37.303]➜            mold: error: undefined symbol: PKCS12_free
2025-08-20T21:02:44.0602066Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0602495Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0602903Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0603326Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0603770Z [00:07:37.303]➜            mold: error: undefined symbol: EVP_PKEY_get_id
2025-08-20T21:02:44.0604127Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0604551Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0614976Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0615740Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0616745Z [00:07:37.303]➜            mold: error: undefined symbol: SSL_set_session
2025-08-20T21:02:44.0617364Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0618104Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0618857Z [00:07:37.303]➜            mold: error: undefined symbol: X509_get0_signature
2025-08-20T21:02:44.0619465Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0619988Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0620434Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0620891Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0621371Z [00:07:37.303]➜            mold: error: undefined symbol: BN_clear_free
2025-08-20T21:02:44.0621729Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0622192Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0622648Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0623299Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0623763Z [00:07:37.303]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0624220Z [00:07:37.303]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0624646Z [00:07:37.303]➜            >>> referenced 1 more times
2025-08-20T21:02:44.0625018Z [00:07:37.303]➜            mold: error: undefined symbol: ares_set_local_ip4
2025-08-20T21:02:44.0625404Z [00:07:37.303]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0625910Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_set_dns_local_ip4)
2025-08-20T21:02:44.0626687Z [00:07:37.304]➜            mold: error: undefined symbol: ZSTD_freeDStream
2025-08-20T21:02:44.0627075Z [00:07:37.304]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0627551Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(zstd_do_close)
2025-08-20T21:02:44.0628001Z [00:07:37.304]➜            mold: error: undefined symbol: BIO_meth_new
2025-08-20T21:02:44.0628354Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0628765Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:02:44.0629201Z [00:07:37.304]➜            mold: error: undefined symbol: d2i_OCSP_RESPONSE
2025-08-20T21:02:44.0629561Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0630160Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0630638Z [00:07:37.304]➜            mold: error: undefined symbol: ASN1_STRING_get0_data
2025-08-20T21:02:44.0631007Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0631457Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0631872Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0632309Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0632771Z [00:07:37.304]➜            mold: error: undefined symbol: UI_get_string_type
2025-08-20T21:02:44.0633132Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0633542Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T21:02:44.0633947Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0634350Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:02:44.0634767Z [00:07:37.304]➜            mold: error: undefined symbol: ENGINE_by_id
2025-08-20T21:02:44.0635117Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0635555Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:02:44.0636021Z [00:07:37.304]➜            mold: error: undefined symbol: nghttp2_session_mem_recv
2025-08-20T21:02:44.0636599Z [00:07:37.304]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0637048Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_process_pending_input)
2025-08-20T21:02:44.0637491Z [00:07:37.304]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0637995Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(proxy_h2_process_pending_input)
2025-08-20T21:02:44.0638513Z [00:07:37.304]➜            mold: error: undefined symbol: EVP_DigestInit_ex
2025-08-20T21:02:44.0638888Z [00:07:37.304]➜            >>> referenced by sha256.c
2025-08-20T21:02:44.0639297Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-sha256.o):(my_sha256_init)
2025-08-20T21:02:44.0639840Z [00:07:37.304]➜            >>> referenced by curl_sha512_256.c
2025-08-20T21:02:44.0640340Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T21:02:44.0640794Z [00:07:37.304]➜            mold: error: undefined symbol: SSL_free
2025-08-20T21:02:44.0641146Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0641548Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close)
2025-08-20T21:02:44.0641930Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0642364Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0642764Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0643180Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0643630Z [00:07:37.304]➜            mold: error: undefined symbol: idn2_lookup_ul
2025-08-20T21:02:44.0644022Z [00:07:37.304]➜            >>> referenced by idn.c
2025-08-20T21:02:44.0644537Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T21:02:44.0644984Z [00:07:37.304]➜            >>> referenced by idn.c
2025-08-20T21:02:44.0645386Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T21:02:44.0645796Z [00:07:37.304]➜            mold: error: undefined symbol: SSL_write
2025-08-20T21:02:44.0646142Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0647033Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_send)
2025-08-20T21:02:44.0647483Z [00:07:37.304]➜            mold: error: undefined symbol: SSL_CTX_set_cert_store
2025-08-20T21:02:44.0647858Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0648342Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0648929Z [00:07:37.304]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_stream_close_callback
2025-08-20T21:02:44.0649392Z [00:07:37.304]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0649794Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0650192Z [00:07:37.304]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0650649Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0651122Z [00:07:37.304]➜            mold: error: undefined symbol: nghttp2_version
2025-08-20T21:02:44.0651481Z [00:07:37.304]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0651886Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(Curl_http2_ver)
2025-08-20T21:02:44.0652340Z [00:07:37.304]➜            mold: error: undefined symbol: PEM_read_bio_X509
2025-08-20T21:02:44.0652714Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0653146Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0653550Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0653994Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0654463Z [00:07:37.304]➜            mold: error: undefined symbol: UI_method_set_writer
2025-08-20T21:02:44.0654845Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0655266Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0655663Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0656206Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0656890Z [00:07:37.304]➜            mold: error: undefined symbol: PEM_read_bio_PrivateKey
2025-08-20T21:02:44.0657272Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0657697Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0658158Z [00:07:37.304]➜            mold: error: undefined symbol: SSL_CTX_set_srp_username
2025-08-20T21:02:44.0658532Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0658951Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0659485Z [00:07:37.304]➜            mold: error: undefined symbol: SSL_set_alpn_protos
2025-08-20T21:02:44.0659854Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0660391Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0660935Z [00:07:37.304]➜            mold: error: undefined symbol: X509_PUBKEY_get0_param
2025-08-20T21:02:44.0661328Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0661782Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0662245Z [00:07:37.304]➜            mold: error: undefined symbol: ares_version
2025-08-20T21:02:44.0662616Z [00:07:37.304]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0663071Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_init)
2025-08-20T21:02:44.0663727Z [00:07:37.304]➜            mold: error: undefined symbol: BrotliDecoderGetErrorCode
2025-08-20T21:02:44.0664144Z [00:07:37.304]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0664611Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T21:02:44.0665096Z [00:07:37.304]➜            mold: error: undefined symbol: BIO_meth_set_destroy
2025-08-20T21:02:44.0665470Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0665886Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:02:44.0666506Z [00:07:37.304]➜            mold: error: undefined symbol: EVP_sha1
2025-08-20T21:02:44.0666879Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0667328Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0667808Z [00:07:37.304]➜            mold: error: undefined symbol: ASN1_STRING_type
2025-08-20T21:02:44.0668174Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0668616Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0669094Z [00:07:37.304]➜            mold: error: undefined symbol: UI_method_get_reader
2025-08-20T21:02:44.0669462Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0669870Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:02:44.0670288Z [00:07:37.304]➜            mold: error: undefined symbol: BIO_new
2025-08-20T21:02:44.0670637Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0671064Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T21:02:44.0671463Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0671896Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0672300Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0672745Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0673344Z [00:07:37.304]➜            >>> referenced 4 more times
2025-08-20T21:02:44.0673735Z [00:07:37.304]➜            mold: error: undefined symbol: OBJ_nid2sn
2025-08-20T21:02:44.0673883Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0674153Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:02:44.0674297Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0674564Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:02:44.0674715Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0674989Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:02:44.0675189Z [00:07:37.304]➜            mold: error: undefined symbol: nghttp2_session_send
2025-08-20T21:02:44.0675394Z [00:07:37.304]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0675703Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_progress_egress)
2025-08-20T21:02:44.0675849Z [00:07:37.304]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0676077Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(http2_data_done)
2025-08-20T21:02:44.0676372Z [00:07:37.304]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0676649Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_keep_alive)
2025-08-20T21:02:44.0676803Z [00:07:37.304]➜            >>> referenced 1 more times
2025-08-20T21:02:44.0677135Z [00:07:37.304]➜            mold: error: undefined symbol: BIO_set_shutdown
2025-08-20T21:02:44.0677288Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0677532Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_create)
2025-08-20T21:02:44.0677693Z [00:07:37.304]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0677929Z [00:07:37.304]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T21:02:44.0678119Z [00:07:37.305]➜            mold: error: undefined symbol: OPENSSL_sk_num
2025-08-20T21:02:44.0678263Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0678534Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0678680Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0678931Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0679085Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0679350Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0679492Z [00:07:37.305]➜            >>> referenced 5 more times
2025-08-20T21:02:44.0679724Z [00:07:37.305]➜            mold: error: undefined symbol: nghttp2_session_client_new3
2025-08-20T21:02:44.0679866Z [00:07:37.305]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0680097Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0680257Z [00:07:37.305]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0680527Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0680709Z [00:07:37.305]➜            mold: error: undefined symbol: ERR_peek_error
2025-08-20T21:02:44.0680872Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0681117Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0681265Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0681624Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0681855Z [00:07:37.305]➜            mold: error: undefined symbol: SSL_CTX_use_certificate_file
2025-08-20T21:02:44.0682003Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0682248Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0682441Z [00:07:37.305]➜            mold: error: undefined symbol: OSSL_STORE_INFO_free
2025-08-20T21:02:44.0682592Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0682840Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0682989Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0683226Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0683450Z [00:07:37.305]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get1_PKEY
2025-08-20T21:02:44.0683596Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0683838Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0684020Z [00:07:37.305]➜            mold: error: undefined symbol: SSL_set_ex_data
2025-08-20T21:02:44.0684168Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0684406Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0684693Z [00:07:37.305]➜            mold: error: undefined symbol: SSL_CIPHER_get_name
2025-08-20T21:02:44.0684835Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0685115Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:02:44.0685325Z [00:07:37.305]➜            mold: error: undefined symbol: X509_get_subject_name
2025-08-20T21:02:44.0685475Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0685744Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0685891Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0686151Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0686473Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0686741Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0686950Z [00:07:37.305]➜            mold: error: undefined symbol: ASN1_STRING_print
2025-08-20T21:02:44.0687096Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0687363Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0687549Z [00:07:37.305]➜            mold: error: undefined symbol: ares_getsock
2025-08-20T21:02:44.0687710Z [00:07:37.305]➜            >>> referenced by asyn-base.c
2025-08-20T21:02:44.0687963Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_getsock)
2025-08-20T21:02:44.0688119Z [00:07:37.305]➜            >>> referenced by asyn-base.c
2025-08-20T21:02:44.0688362Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-base.o):(Curl_ares_perform)
2025-08-20T21:02:44.0688551Z [00:07:37.305]➜            mold: error: undefined symbol: inflateInit2_
2025-08-20T21:02:44.0688728Z [00:07:37.305]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0688989Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(gzip_do_init)
2025-08-20T21:02:44.0689182Z [00:07:37.305]➜            mold: error: undefined symbol: OCSP_cert_status_str
2025-08-20T21:02:44.0689461Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0689732Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0689913Z [00:07:37.305]➜            mold: error: undefined symbol: OBJ_obj2txt
2025-08-20T21:02:44.0690057Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0690320Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0690491Z [00:07:37.305]➜            mold: error: undefined symbol: ENGINE_free
2025-08-20T21:02:44.0690653Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0690885Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close_all)
2025-08-20T21:02:44.0691034Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0691277Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:02:44.0691426Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0691656Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:02:44.0691850Z [00:07:37.305]➜            mold: error: undefined symbol: ERR_error_string_n
2025-08-20T21:02:44.0692034Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0692268Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_strerror)
2025-08-20T21:02:44.0692446Z [00:07:37.305]➜            mold: error: undefined symbol: SSL_get_error
2025-08-20T21:02:44.0692719Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0692938Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T21:02:44.0693090Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0693325Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:02:44.0693474Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0693697Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:02:44.0693844Z [00:07:37.305]➜            >>> referenced 4 more times
2025-08-20T21:02:44.0694064Z [00:07:37.305]➜            mold: error: undefined symbol: nghttp2_priority_spec_init
2025-08-20T21:02:44.0694212Z [00:07:37.305]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0694428Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(h2_pri_spec)
2025-08-20T21:02:44.0694719Z [00:07:37.305]➜            mold: error: undefined symbol: nghttp2_session_get_stream_remote_window_size
2025-08-20T21:02:44.0694858Z [00:07:37.305]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0695116Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T21:02:44.0695255Z [00:07:37.305]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0695471Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T21:02:44.0695610Z [00:07:37.305]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0695824Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T21:02:44.0695968Z [00:07:37.305]➜            >>> referenced 3 more times
2025-08-20T21:02:44.0696159Z [00:07:37.305]➜            mold: error: undefined symbol: BIO_clear_flags
2025-08-20T21:02:44.0696541Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0696812Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_out_write)
2025-08-20T21:02:44.0696957Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0697341Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_in_read)
2025-08-20T21:02:44.0697575Z [00:07:37.305]➜            mold: error: undefined symbol: nghttp2_pack_settings_payload
2025-08-20T21:02:44.0697723Z [00:07:37.305]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0697974Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(populate_binsettings)
2025-08-20T21:02:44.0698174Z [00:07:37.305]➜            mold: error: undefined symbol: X509_STORE_load_path
2025-08-20T21:02:44.0698320Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0698598Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0698837Z [00:07:37.305]➜            mold: error: undefined symbol: nghttp2_session_callbacks_del
2025-08-20T21:02:44.0698983Z [00:07:37.305]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0699220Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0699385Z [00:07:37.305]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0699656Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0699868Z [00:07:37.305]➜            mold: error: undefined symbol: SSL_CTX_set_cipher_list
2025-08-20T21:02:44.0700013Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0700261Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0700404Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0700771Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0700958Z [00:07:37.305]➜            mold: error: undefined symbol: UI_create_method
2025-08-20T21:02:44.0701107Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0701355Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0701506Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0701745Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0701931Z [00:07:37.305]➜            mold: error: undefined symbol: PKCS12_parse
2025-08-20T21:02:44.0702074Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0702319Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0702538Z [00:07:37.305]➜            mold: error: undefined symbol: EVP_PKEY_copy_parameters
2025-08-20T21:02:44.0702685Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0702923Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0703118Z [00:07:37.305]➜            mold: error: undefined symbol: d2i_SSL_SESSION
2025-08-20T21:02:44.0703262Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0703508Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0703727Z [00:07:37.305]➜            mold: error: undefined symbol: X509_verify_cert_error_string
2025-08-20T21:02:44.0703875Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0704114Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T21:02:44.0704269Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0704533Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0704681Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0705066Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0705248Z [00:07:37.305]➜            mold: error: undefined symbol: BIO_puts
2025-08-20T21:02:44.0705395Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0705665Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0705838Z [00:07:37.305]➜            mold: error: undefined symbol: BN_num_bits
2025-08-20T21:02:44.0705986Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0706424Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0706698Z [00:07:37.305]➜            mold: error: undefined symbol: EVP_sha512_256
2025-08-20T21:02:44.0706866Z [00:07:37.305]➜            >>> referenced by curl_sha512_256.c
2025-08-20T21:02:44.0707151Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_sha512_256.o):(Curl_sha512_256_init)
2025-08-20T21:02:44.0707366Z [00:07:37.305]➜            mold: error: undefined symbol: EVP_PKEY_get0_type_name
2025-08-20T21:02:44.0707522Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0707785Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0708003Z [00:07:37.305]➜            mold: error: undefined symbol: SSL_alert_desc_string_long
2025-08-20T21:02:44.0708150Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0708377Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_trace)
2025-08-20T21:02:44.0708695Z [00:07:37.305]➜            mold: error: undefined symbol: ERR_get_error
2025-08-20T21:02:44.0708847Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0709091Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_provider)
2025-08-20T21:02:44.0709248Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0709483Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:02:44.0709630Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0709845Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T21:02:44.0710004Z [00:07:37.305]➜            >>> referenced 24 more times
2025-08-20T21:02:44.0710198Z [00:07:37.305]➜            mold: error: undefined symbol: ENGINE_set_default
2025-08-20T21:02:44.0710348Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0710620Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine_default)
2025-08-20T21:02:44.0710811Z [00:07:37.305]➜            mold: error: undefined symbol: idn2_check_version
2025-08-20T21:02:44.0710952Z [00:07:37.305]➜            >>> referenced by idn.c
2025-08-20T21:02:44.0711191Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-idn.o):(Curl_idn_decode)
2025-08-20T21:02:44.0711363Z [00:07:37.305]➜            mold: error: undefined symbol: BN_print
2025-08-20T21:02:44.0711509Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0711761Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(pubkey_show.isra.0)
2025-08-20T21:02:44.0711949Z [00:07:37.305]➜            mold: error: undefined symbol: X509_STORE_up_ref
2025-08-20T21:02:44.0712097Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0712364Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0712525Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0712788Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0713228Z [00:07:37.305]➜            mold: error: undefined symbol: nghttp2_session_callbacks_set_on_data_chunk_recv_callback
2025-08-20T21:02:44.0713375Z [00:07:37.305]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0713605Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0713765Z [00:07:37.305]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0714036Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0714231Z [00:07:37.305]➜            mold: error: undefined symbol: X509_STORE_set_flags
2025-08-20T21:02:44.0714389Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0714654Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0714803Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0715074Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0715221Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0715480Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0715689Z [00:07:37.305]➜            mold: error: undefined symbol: SSL_CTX_use_certificate
2025-08-20T21:02:44.0715832Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0716077Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0716532Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0716796Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0716946Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0717208Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0717353Z [00:07:37.305]➜            >>> referenced 2 more times
2025-08-20T21:02:44.0717559Z [00:07:37.305]➜            mold: error: undefined symbol: UI_method_set_reader
2025-08-20T21:02:44.0717705Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0717953Z [00:07:37.305]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0718096Z [00:07:37.305]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0718344Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0718553Z [00:07:37.306]➜            mold: error: undefined symbol: SSL_CTX_add_client_CA
2025-08-20T21:02:44.0718701Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0718942Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0719313Z [00:07:37.306]➜            mold: error: undefined symbol: SSL_CTX_set_post_handshake_auth
2025-08-20T21:02:44.0719467Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0719720Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0719913Z [00:07:37.306]➜            mold: error: undefined symbol: X509_get0_extensions
2025-08-20T21:02:44.0720061Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0720326Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0720528Z [00:07:37.306]➜            mold: error: undefined symbol: GENERAL_NAMES_free
2025-08-20T21:02:44.0720670Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0720936Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0721132Z [00:07:37.306]➜            mold: error: undefined symbol: ares_library_init
2025-08-20T21:02:44.0721294Z [00:07:37.306]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0721557Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_global_init)
2025-08-20T21:02:44.0721794Z [00:07:37.306]➜            mold: error: undefined symbol: BrotliDecoderDecompressStream
2025-08-20T21:02:44.0721960Z [00:07:37.306]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0722225Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(brotli_do_write)
2025-08-20T21:02:44.0722542Z [00:07:37.306]➜            mold: error: undefined symbol: DES_set_key_unchecked
2025-08-20T21:02:44.0722708Z [00:07:37.306]➜            >>> referenced by curl_ntlm_core.c
2025-08-20T21:02:44.0722957Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-curl_ntlm_core.o):(setup_des_key)
2025-08-20T21:02:44.0723161Z [00:07:37.306]➜            mold: error: undefined symbol: BIO_meth_set_create
2025-08-20T21:02:44.0723307Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0723540Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect)
2025-08-20T21:02:44.0723725Z [00:07:37.306]➜            mold: error: undefined symbol: OCSP_basic_verify
2025-08-20T21:02:44.0723875Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0724137Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0724356Z [00:07:37.306]➜            mold: error: undefined symbol: X509_NAME_ENTRY_get_data
2025-08-20T21:02:44.0724501Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0724765Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0724959Z [00:07:37.306]➜            mold: error: undefined symbol: UI_get_input_flags
2025-08-20T21:02:44.0725107Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0725336Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_writer)
2025-08-20T21:02:44.0725484Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0725706Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ssl_ui_reader)
2025-08-20T21:02:44.0725883Z [00:07:37.306]➜            mold: error: undefined symbol: BIO_s_mem
2025-08-20T21:02:44.0726027Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0726503Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(x509_name_oneline)
2025-08-20T21:02:44.0726666Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0726937Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0727213Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0727484Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0727626Z [00:07:37.306]➜            >>> referenced 1 more times
2025-08-20T21:02:44.0727821Z [00:07:37.306]➜            mold: error: undefined symbol: OBJ_find_sigid_algs
2025-08-20T21:02:44.0727965Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0728233Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_get_channel_binding)
2025-08-20T21:02:44.0728462Z [00:07:37.306]➜            mold: error: undefined symbol: nghttp2_session_resume_data
2025-08-20T21:02:44.0728613Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0728840Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_body_send)
2025-08-20T21:02:44.0728985Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0729209Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_cntrl)
2025-08-20T21:02:44.0729353Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0729573Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_frame_recv)
2025-08-20T21:02:44.0729723Z [00:07:37.306]➜            >>> referenced 2 more times
2025-08-20T21:02:44.0729927Z [00:07:37.306]➜            mold: error: undefined symbol: nghttp2_session_consume
2025-08-20T21:02:44.0730071Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0730398Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_recv)
2025-08-20T21:02:44.0730542Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0730777Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_data_chunk_recv)
2025-08-20T21:02:44.0730930Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0731163Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(on_data_chunk_recv)
2025-08-20T21:02:44.0731314Z [00:07:37.306]➜            >>> referenced 1 more times
2025-08-20T21:02:44.0731506Z [00:07:37.306]➜            mold: error: undefined symbol: nghttp2_submit_ping
2025-08-20T21:02:44.0731646Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0731886Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_keep_alive)
2025-08-20T21:02:44.0732072Z [00:07:37.306]➜            mold: error: undefined symbol: OPENSSL_sk_value
2025-08-20T21:02:44.0732230Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0732498Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0732647Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0732917Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0733065Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0733325Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0733472Z [00:07:37.306]➜            >>> referenced 3 more times
2025-08-20T21:02:44.0733816Z [00:07:37.306]➜            mold: error: undefined symbol: nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
2025-08-20T21:02:44.0733958Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0734187Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0734351Z [00:07:37.306]➜            >>> referenced by cf-h2-proxy.c
2025-08-20T21:02:44.0734615Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-cf-h2-proxy.o):(cf_h2_proxy_connect)
2025-08-20T21:02:44.0734887Z [00:07:37.306]➜            mold: error: undefined symbol: SSL_CTX_new
2025-08-20T21:02:44.0735037Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0735288Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0735467Z [00:07:37.306]➜            mold: error: undefined symbol: d2i_X509_bio
2025-08-20T21:02:44.0735615Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0735857Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0736080Z [00:07:37.306]➜            mold: error: undefined symbol: OSSL_STORE_INFO_get1_CERT
2025-08-20T21:02:44.0736336Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0736586Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0736787Z [00:07:37.306]➜            mold: error: undefined symbol: UI_destroy_method
2025-08-20T21:02:44.0736937Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0737179Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0737326Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0737563Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0737771Z [00:07:37.306]➜            mold: error: undefined symbol: SSL_CTX_sess_set_new_cb
2025-08-20T21:02:44.0737914Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0738287Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0738491Z [00:07:37.306]➜            mold: error: undefined symbol: SSL_get_current_cipher
2025-08-20T21:02:44.0738643Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0738924Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_report_handshake)
2025-08-20T21:02:44.0739129Z [00:07:37.306]➜            mold: error: undefined symbol: X509_EXTENSION_get_data
2025-08-20T21:02:44.0739272Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0739538Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0739723Z [00:07:37.306]➜            mold: error: undefined symbol: ares_getaddrinfo
2025-08-20T21:02:44.0739881Z [00:07:37.306]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0740155Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_getaddrinfo)
2025-08-20T21:02:44.0740337Z [00:07:37.306]➜            mold: error: undefined symbol: ares_cancel
2025-08-20T21:02:44.0740487Z [00:07:37.306]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0740768Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_ares_shutdown)
2025-08-20T21:02:44.0740916Z [00:07:37.306]➜            >>> referenced by asyn-ares.c
2025-08-20T21:02:44.0741164Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-asyn-ares.o):(Curl_async_await)
2025-08-20T21:02:44.0741339Z [00:07:37.306]➜            mold: error: undefined symbol: inflateInit_
2025-08-20T21:02:44.0741511Z [00:07:37.306]➜            >>> referenced by content_encoding.c
2025-08-20T21:02:44.0741774Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-content_encoding.o):(deflate_do_init)
2025-08-20T21:02:44.0741978Z [00:07:37.306]➜            mold: error: undefined symbol: OCSP_check_validity
2025-08-20T21:02:44.0742123Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0742392Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0742708Z [00:07:37.306]➜            mold: error: undefined symbol: SSL_get0_verified_chain
2025-08-20T21:02:44.0742862Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0743122Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0743306Z [00:07:37.306]➜            mold: error: undefined symbol: ENGINE_finish
2025-08-20T21:02:44.0743448Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0743687Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_close_all)
2025-08-20T21:02:44.0743840Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0744078Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_set_engine)
2025-08-20T21:02:44.0744262Z [00:07:37.306]➜            mold: error: undefined symbol: OpenSSL_version
2025-08-20T21:02:44.0744410Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0744657Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_version)
2025-08-20T21:02:44.0744834Z [00:07:37.306]➜            mold: error: undefined symbol: SSL_read
2025-08-20T21:02:44.0744977Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0745196Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_recv)
2025-08-20T21:02:44.0745338Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0745571Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:02:44.0745812Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0746041Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_shutdown)
2025-08-20T21:02:44.0746394Z [00:07:37.306]➜            mold: error: undefined symbol: BIO_get_shutdown
2025-08-20T21:02:44.0746619Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0746868Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_bio_cf_ctrl)
2025-08-20T21:02:44.0747136Z [00:07:37.306]➜            mold: error: undefined symbol: nghttp2_session_get_remote_window_size
2025-08-20T21:02:44.0747284Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0747538Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_adjust_pollset)
2025-08-20T21:02:44.0747679Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0747894Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T21:02:44.0748043Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0748254Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_send)
2025-08-20T21:02:44.0748398Z [00:07:37.306]➜            >>> referenced 5 more times
2025-08-20T21:02:44.0748661Z [00:07:37.306]➜            mold: error: undefined symbol: nghttp2_session_set_local_window_size
2025-08-20T21:02:44.0748799Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0749057Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T21:02:44.0749194Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0749445Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_update_local_win)
2025-08-20T21:02:44.0749583Z [00:07:37.306]➜            >>> referenced by http2.c
2025-08-20T21:02:44.0749820Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-http2.o):(cf_h2_connect)
2025-08-20T21:02:44.0749963Z [00:07:37.306]➜            >>> referenced 1 more times
2025-08-20T21:02:44.0750160Z [00:07:37.306]➜            mold: error: undefined symbol: OPENSSL_sk_pop_free
2025-08-20T21:02:44.0750303Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0750714Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ssl_setup_x509_store)
2025-08-20T21:02:44.0750864Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0751115Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0751358Z [00:07:37.306]➜            mold: error: undefined symbol: SSL_CTX_set_default_read_buffer_len
2025-08-20T21:02:44.0751507Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0751746Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0751943Z [00:07:37.306]➜            mold: error: undefined symbol: EVP_PKEY_free
2025-08-20T21:02:44.0752085Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0752329Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0752478Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0752721Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0752863Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0753105Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0753247Z [00:07:37.306]➜            >>> referenced 3 more times
2025-08-20T21:02:44.0753441Z [00:07:37.306]➜            mold: error: undefined symbol: PKCS12_PBE_add
2025-08-20T21:02:44.0753702Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0753951Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0754144Z [00:07:37.306]➜            mold: error: undefined symbol: SSL_get_privatekey
2025-08-20T21:02:44.0754291Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0754538Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0754690Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0754929Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_ossl_ctx_init)
2025-08-20T21:02:44.0755135Z [00:07:37.306]➜            mold: error: undefined symbol: SSL_get_verify_result
2025-08-20T21:02:44.0755277Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0755530Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(ossl_connect_step2)
2025-08-20T21:02:44.0755684Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0755951Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0756094Z [00:07:37.306]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0756598Z [00:07:37.306]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0756808Z [00:07:37.307]➜            mold: error: undefined symbol: X509_get_serialNumber
2025-08-20T21:02:44.0756958Z [00:07:37.307]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0757220Z [00:07:37.307]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0757420Z [00:07:37.307]➜            mold: error: undefined symbol: EVP_PKEY_get_bn_param
2025-08-20T21:02:44.0757562Z [00:07:37.307]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0757834Z [00:07:37.307]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0757975Z [00:07:37.307]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0758239Z [00:07:37.307]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0758510Z [00:07:37.307]➜            >>> referenced by openssl.c
2025-08-20T21:02:44.0758783Z [00:07:37.307]➜            >>>               /usr/lib/libcurl.a(libcurl_la-openssl.o):(Curl_oss_check_peer_cert)
2025-08-20T21:02:44.0758926Z [00:07:37.307]➜            >>> referenced 7 more times
2025-08-20T21:02:44.0759216Z [00:07:37.307]➜            clang: error: linker command failed with exit code 1 (use -v to see invocation)
2025-08-20T21:02:44.0759323Z [00:07:37.307]➜            
2025-08-20T21:02:44.0759422Z [00:07:37.307]➜  
2025-08-20T21:02:44.0759701Z [00:07:37.343]➜  error: could not compile `gitoxide` (bin "gix") due to 1 previous error
2025-08-20T21:02:44.0759810Z [00:07:37.343]➜  
2025-08-20T21:02:44.0759916Z [00:07:37.343]➜  Caused by:
2025-08-20T21:02:44.0787909Z [00:07:37.343]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-x86_64-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=8b0649decf6055bb -C extra-filename=-96ca11939daabf72 --out-dir /tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rlib --extern clap=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5a0c4b3d710936b8.rlib --extern clap_complete=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-3254f904149a6dba.rlib --extern crosstermion=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrosstermion-122fda201147604f.rlib --extern env_logger=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-f19fef6b01178305.rlib --extern futures_lite=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rlib --extern gitoxide=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide-6a9f1c35409a99ae.rlib --extern gitoxide_core=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide_core-ca26d1a0b31ef722.rlib --extern gix=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix-f08a36c593b8653a.rlib --extern gix_features=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rlib --extern is_terminal=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-a0cdd97935466f76.rlib --extern once_cell=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib --extern prodash=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprodash-e736a74f9a3681f1.rlib --extern serde_derive=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libserde_derive-4dea58f2f780c793.so --extern terminal_size=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9e72e79de4134296.rlib --extern tracing=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-08ef712f5fb16968.rlib --extern tracing_forest=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_forest-f0ac9bb8761bd39c.rlib --extern tracing_subscriber=/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-0fc7b8027c63985e.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.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out -L native=/usr/lib` (exit status: 1)
2025-08-20T21:02:44.2118698Z [00:07:37.496]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T21:02:44.2137410Z [00:07:37.498]➜  ./target/x86_64-unknown-linux-musl/release/libgitoxide.rlib
2025-08-20T21:02:44.2138091Z [00:07:37.498]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T21:02:44.2142455Z [00:07:37.499]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:02:44.2152378Z [00:07:37.500]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:02:44.2153367Z [00:07:37.500]➜  + cut -d: -f1
2025-08-20T21:02:44.2155647Z [00:07:37.500]➜  + xargs realpath --no-symlinks
2025-08-20T21:02:44.2156887Z [00:07:37.500]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T21:02:44.2238769Z [00:07:37.508]➜  realpath: missing operand
2025-08-20T21:02:44.2239475Z [00:07:37.508]➜  Try 'realpath --help' for more information.
2025-08-20T21:02:44.3634986Z [00:07:37.648]➜  '/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tix/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T21:02:44.4873406Z [00:07:37.772]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:02:44.4904218Z [00:07:37.775]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:02:44.4908515Z [00:07:37.775]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:02:44.6262562Z [00:07:37.910]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:02:44.6292779Z [00:07:37.914]➜  
2025-08-20T21:02:44.6309401Z [00:07:37.915]➜  /build-bins/LICENSE
2025-08-20T21:02:44.6331815Z [00:07:37.918]➜  + file /build-bins/LICENSE
2025-08-20T21:02:44.6614767Z [00:07:37.946]➜  /build-bins/LICENSE: ASCII text
2025-08-20T21:02:44.6623679Z [00:07:37.947]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T21:02:44.6641902Z [00:07:37.949]➜  /build-bins/LICENSE:         10174 Bytes
2025-08-20T21:02:44.6645447Z [00:07:37.949]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:02:44.6659060Z [00:07:37.950]➜  10K	2025-08-20 21:02:44.361648857 +0000	/build-bins/LICENSE
2025-08-20T21:02:44.6662032Z [00:07:37.951]➜  + popd
2025-08-20T21:02:44.7312075Z [00:07:38.015]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:02:44.7504920Z [00:07:38.035]➜  + '[' -s /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:02:44.7506862Z [00:07:38.035]➜  + cp -fv /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:02:44.7535591Z [00:07:38.038]➜  '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:02:44.7541459Z [00:07:38.038]➜  + find /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:02:44.7543396Z [00:07:38.039]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:02:44.7551772Z [00:07:38.039]➜  + cut -d: -f1
2025-08-20T21:02:44.7559000Z [00:07:38.039]➜  + xargs realpath --no-symlinks
2025-08-20T21:02:44.7562346Z [00:07:38.040]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR
2025-08-20T21:02:45.1767058Z [00:07:38.461]➜  realpath: missing operand
2025-08-20T21:02:45.1767755Z [00:07:38.461]➜  Try 'realpath --help' for more information.
2025-08-20T21:02:45.1777049Z [00:07:38.462]➜  
2025-08-20T21:02:45.9155086Z [00:07:39.200]➜  
2025-08-20T21:02:45.9273015Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/gitoxide.version' from runner:docker to runner:runner
2025-08-20T21:02:45.9274509Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9275752Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tix/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9277751Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tix/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9279531Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tix/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9280754Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tix/src' from root:root to runner:runner
2025-08-20T21:02:45.9281965Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tix/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9283354Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tix/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9285839Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tix' from root:root to runner:runner
2025-08-20T21:02:45.9287487Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9288793Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9290537Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9292908Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_commits_same_date.sh' from root:root to runner:runner
2025-08-20T21:02:45.9294954Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_trees_depthfirst.tar' from root:root to runner:runner
2025-08-20T21:02:45.9297037Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_commits_same_date.tar' from root:root to runner:runner
2025-08-20T21:02:45.9299454Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_repo_for_topo.tar' from root:root to runner:runner
2025-08-20T21:02:45.9301810Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_repos.tar' from root:root to runner:runner
2025-08-20T21:02:45.9303713Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_commits_with_dates.tar' from root:root to runner:runner
2025-08-20T21:02:45.9305504Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_traversal_repo_for_trees.tar' from root:root to runner:runner
2025-08-20T21:02:45.9307631Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:45.9310151Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_repo_for_topo.sh' from root:root to runner:runner
2025-08-20T21:02:45.9311734Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_trees.sh' from root:root to runner:runner
2025-08-20T21:02:45.9313324Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_trees_depthfirst.sh' from root:root to runner:runner
2025-08-20T21:02:45.9315801Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_repos.sh' from root:root to runner:runner
2025-08-20T21:02:45.9318003Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_commits_with_dates.sh' from root:root to runner:runner
2025-08-20T21:02:45.9319769Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:45.9321818Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse/main.rs' from root:root to runner:runner
2025-08-20T21:02:45.9323553Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse/commit/simple.rs' from root:root to runner:runner
2025-08-20T21:02:45.9324990Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse/commit/topo.rs' from root:root to runner:runner
2025-08-20T21:02:45.9327182Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse/commit/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9328965Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse/commit' from root:root to runner:runner
2025-08-20T21:02:45.9330349Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse/tree.rs' from root:root to runner:runner
2025-08-20T21:02:45.9332076Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse' from root:root to runner:runner
2025-08-20T21:02:45.9334295Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests' from root:root to runner:runner
2025-08-20T21:02:45.9335766Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit/simple.rs' from root:root to runner:runner
2025-08-20T21:02:45.9337383Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit/topo/iter.rs' from root:root to runner:runner
2025-08-20T21:02:45.9339828Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit/topo/init.rs' from root:root to runner:runner
2025-08-20T21:02:45.9341538Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit/topo/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9342886Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit/topo' from root:root to runner:runner
2025-08-20T21:02:45.9344934Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9346761Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit' from root:root to runner:runner
2025-08-20T21:02:45.9348158Z [00:07:39.212]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/tree/breadthfirst.rs' from root:root to runner:runner
2025-08-20T21:02:45.9350023Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/tree/recorder.rs' from root:root to runner:runner
2025-08-20T21:02:45.9352065Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/tree/depthfirst.rs' from root:root to runner:runner
2025-08-20T21:02:45.9353410Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/tree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9354703Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/tree' from root:root to runner:runner
2025-08-20T21:02:45.9355989Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9358267Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src' from root:root to runner:runner
2025-08-20T21:02:45.9359542Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9360813Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9362039Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse' from root:root to runner:runner
2025-08-20T21:02:45.9363788Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9366040Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/README.md' from root:root to runner:runner
2025-08-20T21:02:45.9367538Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9368798Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/tests/all.rs' from root:root to runner:runner
2025-08-20T21:02:45.9370855Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/tests/lock/marker.rs' from root:root to runner:runner
2025-08-20T21:02:45.9372716Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/tests/lock/file.rs' from root:root to runner:runner
2025-08-20T21:02:45.9374018Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/tests/lock/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9375274Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/tests/lock' from root:root to runner:runner
2025-08-20T21:02:45.9377436Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/tests' from root:root to runner:runner
2025-08-20T21:02:45.9379182Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/src/commit.rs' from root:root to runner:runner
2025-08-20T21:02:45.9380620Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/src/acquire.rs' from root:root to runner:runner
2025-08-20T21:02:45.9381887Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/src/file.rs' from root:root to runner:runner
2025-08-20T21:02:45.9383896Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9385634Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/src' from root:root to runner:runner
2025-08-20T21:02:45.9387100Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9388355Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9390400Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock' from root:root to runner:runner
2025-08-20T21:02:45.9392058Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9393297Z [00:07:39.213]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9394689Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:45.9397425Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:45.9398891Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/fixtures/many-symlinks.sh' from root:root to runner:runner
2025-08-20T21:02:45.9400255Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/fixtures/fifo.sh' from root:root to runner:runner
2025-08-20T21:02:45.9401817Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/fixtures/many.sh' from root:root to runner:runner
2025-08-20T21:02:45.9403804Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:45.9405084Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/dir/main.rs' from root:root to runner:runner
2025-08-20T21:02:45.9406536Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/dir/walk.rs' from root:root to runner:runner
2025-08-20T21:02:45.9407925Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/dir' from root:root to runner:runner
2025-08-20T21:02:45.9410086Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/dir_cwd.rs' from root:root to runner:runner
2025-08-20T21:02:45.9411405Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/walk_utils/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9412701Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/walk_utils' from root:root to runner:runner
2025-08-20T21:02:45.9413977Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests' from root:root to runner:runner
2025-08-20T21:02:45.9416192Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/entry.rs' from root:root to runner:runner
2025-08-20T21:02:45.9417841Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/walk/function.rs' from root:root to runner:runner
2025-08-20T21:02:45.9419151Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/walk/readdir.rs' from root:root to runner:runner
2025-08-20T21:02:45.9420459Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/walk/classify.rs' from root:root to runner:runner
2025-08-20T21:02:45.9422777Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/walk/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9424307Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/walk' from root:root to runner:runner
2025-08-20T21:02:45.9425678Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9427693Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src' from root:root to runner:runner
2025-08-20T21:02:45.9429558Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9430803Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9432002Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir' from root:root to runner:runner
2025-08-20T21:02:45.9433601Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/examples/log.rs' from root:root to runner:runner
2025-08-20T21:02:45.9435671Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/examples/ls-tree.rs' from root:root to runner:runner
2025-08-20T21:02:45.9437094Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T21:02:45.9438313Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9440002Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9442393Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/submodule/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9443749Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/submodule' from root:root to runner:runner
2025-08-20T21:02:45.9445113Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/reference/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9447742Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/reference' from root:root to runner:runner
2025-08-20T21:02:45.9449196Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/path/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9450513Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/path' from root:root to runner:runner
2025-08-20T21:02:45.9451806Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/validate.rs' from root:root to runner:runner
2025-08-20T21:02:45.9453119Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/tag/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9454777Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/tag' from root:root to runner:runner
2025-08-20T21:02:45.9456806Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests' from root:root to runner:runner
2025-08-20T21:02:45.9458082Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/src/tag.rs' from root:root to runner:runner
2025-08-20T21:02:45.9459370Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/src/submodule.rs' from root:root to runner:runner
2025-08-20T21:02:45.9460711Z [00:07:39.214]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/src/reference.rs' from root:root to runner:runner
2025-08-20T21:02:45.9462634Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/src/path.rs' from root:root to runner:runner
2025-08-20T21:02:45.9464093Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9465329Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/src' from root:root to runner:runner
2025-08-20T21:02:45.9466804Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9468261Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9469761Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate' from root:root to runner:runner
2025-08-20T21:02:45.9471666Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:02:45.9472857Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T21:02:45.9474065Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lfs/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9475317Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lfs/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9477303Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lfs/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9479247Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lfs/src' from root:root to runner:runner
2025-08-20T21:02:45.9480467Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lfs/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9481700Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lfs/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9483262Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lfs' from root:root to runner:runner
2025-08-20T21:02:45.9485501Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9487041Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9488369Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests/connectivity/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9490344Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests/connectivity' from root:root to runner:runner
2025-08-20T21:02:45.9492094Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:45.9493564Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:45.9494974Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests/fixtures/make_test_repos.sh' from root:root to runner:runner
2025-08-20T21:02:45.9497368Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:45.9498827Z [00:07:39.215]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests/fsck.rs' from root:root to runner:runner
2025-08-20T21:02:45.9500173Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests' from root:root to runner:runner
2025-08-20T21:02:45.9501394Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9503389Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/src' from root:root to runner:runner
2025-08-20T21:02:45.9505209Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9506695Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9507904Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck' from root:root to runner:runner
2025-08-20T21:02:45.9509890Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/SHORTCOMINGS.md' from root:root to runner:runner
2025-08-20T21:02:45.9511647Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9512914Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9514476Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/current_dir.rs' from root:root to runner:runner
2025-08-20T21:02:45.9516991Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/main.rs' from root:root to runner:runner
2025-08-20T21:02:45.9518366Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/dir/remove.rs' from root:root to runner:runner
2025-08-20T21:02:45.9519894Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/dir/create.rs' from root:root to runner:runner
2025-08-20T21:02:45.9522253Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/dir/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9523544Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/dir' from root:root to runner:runner
2025-08-20T21:02:45.9524834Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/capabilities.rs' from root:root to runner:runner
2025-08-20T21:02:45.9527064Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/snapshot.rs' from root:root to runner:runner
2025-08-20T21:02:45.9529066Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/read_dir.rs' from root:root to runner:runner
2025-08-20T21:02:45.9530359Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/stack.rs' from root:root to runner:runner
2025-08-20T21:02:45.9531926Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs' from root:root to runner:runner
2025-08-20T21:02:45.9533714Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests' from root:root to runner:runner
2025-08-20T21:02:45.9534944Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/dir/remove.rs' from root:root to runner:runner
2025-08-20T21:02:45.9536395Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/dir/create.rs' from root:root to runner:runner
2025-08-20T21:02:45.9537701Z [00:07:39.216]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/dir/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9539858Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/dir' from root:root to runner:runner
2025-08-20T21:02:45.9541500Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/capabilities.rs' from root:root to runner:runner
2025-08-20T21:02:45.9542779Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/symlink.rs' from root:root to runner:runner
2025-08-20T21:02:45.9544187Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/snapshot.rs' from root:root to runner:runner
2025-08-20T21:02:45.9546569Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/read_dir.rs' from root:root to runner:runner
2025-08-20T21:02:45.9547898Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/stack.rs' from root:root to runner:runner
2025-08-20T21:02:45.9549132Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9550333Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src' from root:root to runner:runner
2025-08-20T21:02:45.9552437Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9553915Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9555105Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs' from root:root to runner:runner
2025-08-20T21:02:45.9556514Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/rustfmt-nightly.toml' from root:root to runner:runner
2025-08-20T21:02:45.9559043Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9560617Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/README.md' from root:root to runner:runner
2025-08-20T21:02:45.9561885Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9563513Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9565906Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_split_vs_regular_index.tar' from root:root to runner:runner
2025-08-20T21:02:45.9567718Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:45.9569511Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v4_more_files_IEOT.tar' from root:root to runner:runner
2025-08-20T21:02:45.9572148Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/V2_empty.tar' from root:root to runner:runner
2025-08-20T21:02:45.9573752Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_icase_name_clashes.tar' from root:root to runner:runner
2025-08-20T21:02:45.9576444Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_skip_worktree.tar' from root:root to runner:runner
2025-08-20T21:02:45.9578323Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_deeper_tree.tar' from root:root to runner:runner
2025-08-20T21:02:45.9579882Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2.tar' from root:root to runner:runner
2025-08-20T21:02:45.9582223Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_sparse_index_non_cone.tar' from root:root to runner:runner
2025-08-20T21:02:45.9584213Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_split_index.tar' from root:root to runner:runner
2025-08-20T21:02:45.9585804Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_sparse_index.tar' from root:root to runner:runner
2025-08-20T21:02:45.9588443Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_split_index_recursive.tar' from root:root to runner:runner
2025-08-20T21:02:45.9591019Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/make_traverse_literal_separators.tar' from root:root to runner:runner
2025-08-20T21:02:45.9593878Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_sparse_index_no_dirs.tar' from root:root to runner:runner
2025-08-20T21:02:45.9596375Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_more_files.tar' from root:root to runner:runner
2025-08-20T21:02:45.9599344Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_added_files.tar' from root:root to runner:runner
2025-08-20T21:02:45.9601620Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_all_file_kinds.tar' from root:root to runner:runner
2025-08-20T21:02:45.9604424Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:45.9605997Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_traverse_literal_separators.sh' from root:root to runner:runner
2025-08-20T21:02:45.9608199Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/file_metadata.sh' from root:root to runner:runner
2025-08-20T21:02:45.9610496Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/V2_empty.sh' from root:root to runner:runner
2025-08-20T21:02:45.9612132Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_all_file_kinds.sh' from root:root to runner:runner
2025-08-20T21:02:45.9614487Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_deeper_tree.sh' from root:root to runner:runner
2025-08-20T21:02:45.9616638Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_index_recursive.sh' from root:root to runner:runner
2025-08-20T21:02:45.9618440Z [00:07:39.217]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v4_more_files_IEOT.sh' from root:root to runner:runner
2025-08-20T21:02:45.9621074Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v3_skip_worktree.sh' from root:root to runner:runner
2025-08-20T21:02:45.9622586Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v3_sparse_index.sh' from root:root to runner:runner
2025-08-20T21:02:45.9624605Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v3_added_files.sh' from root:root to runner:runner
2025-08-20T21:02:45.9627057Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_icase_name_clashes.sh' from root:root to runner:runner
2025-08-20T21:02:45.9628809Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_vs_regular_index.sh' from root:root to runner:runner
2025-08-20T21:02:45.9631303Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2.sh' from root:root to runner:runner
2025-08-20T21:02:45.9633160Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v3_sparse_index_non_cone.sh' from root:root to runner:runner
2025-08-20T21:02:45.9634794Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_more_files.sh' from root:root to runner:runner
2025-08-20T21:02:45.9637311Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_index.sh' from root:root to runner:runner
2025-08-20T21:02:45.9638868Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_sparse_index_no_dirs.sh' from root:root to runner:runner
2025-08-20T21:02:45.9640355Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index' from root:root to runner:runner
2025-08-20T21:02:45.9642637Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/extended-flags.git-index' from root:root to runner:runner
2025-08-20T21:02:45.9644899Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/UNTR.git-index' from root:root to runner:runner
2025-08-20T21:02:45.9646728Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/very-long-path.git-index' from root:root to runner:runner
2025-08-20T21:02:45.9649314Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/REUC.git-index' from root:root to runner:runner
2025-08-20T21:02:45.9651175Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/UNTR-with-oids.git-index' from root:root to runner:runner
2025-08-20T21:02:45.9653372Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/conflicting-file.git-index' from root:root to runner:runner
2025-08-20T21:02:45.9655764Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/REUC.on-90d242d36e248acfae0033274b524bfa55a947fd.git-patch' from root:root to runner:runner
2025-08-20T21:02:45.9657974Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/FSMN.git-index' from root:root to runner:runner
2025-08-20T21:02:45.9660529Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/ignore-case-realistic.git-index' from root:root to runner:runner
2025-08-20T21:02:45.9662307Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/skip_hash.git-index' from root:root to runner:runner
2025-08-20T21:02:45.9665619Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/UNTR-with-oids.on-90d242d36e248acfae0033274b524bfa55a947fd.git-patch' from root:root to runner:runner
2025-08-20T21:02:45.9667785Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index' from root:root to runner:runner
2025-08-20T21:02:45.9669950Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:45.9672172Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/integrate.rs' from root:root to runner:runner
2025-08-20T21:02:45.9673737Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/fs.rs' from root:root to runner:runner
2025-08-20T21:02:45.9675871Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/file/write.rs' from root:root to runner:runner
2025-08-20T21:02:45.9678294Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/file/read.rs' from root:root to runner:runner
2025-08-20T21:02:45.9679888Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/file/access.rs' from root:root to runner:runner
2025-08-20T21:02:45.9682768Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/file/init.rs' from root:root to runner:runner
2025-08-20T21:02:45.9684290Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/file/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9687036Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/file' from root:root to runner:runner
2025-08-20T21:02:45.9688633Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/access.rs' from root:root to runner:runner
2025-08-20T21:02:45.9690419Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/entry/stat.rs' from root:root to runner:runner
2025-08-20T21:02:45.9692925Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/entry/mode.rs' from root:root to runner:runner
2025-08-20T21:02:45.9694408Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/entry/time.rs' from root:root to runner:runner
2025-08-20T21:02:45.9697264Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/entry/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9699982Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/entry' from root:root to runner:runner
2025-08-20T21:02:45.9715610Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/init.rs' from root:root to runner:runner
2025-08-20T21:02:45.9717910Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9719262Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index' from root:root to runner:runner
2025-08-20T21:02:45.9720689Z [00:07:39.218]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests' from root:root to runner:runner
2025-08-20T21:02:45.9723001Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/write.rs' from root:root to runner:runner
2025-08-20T21:02:45.9724442Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/decode/entries.rs' from root:root to runner:runner
2025-08-20T21:02:45.9725758Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/decode/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9728343Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/decode/header.rs' from root:root to runner:runner
2025-08-20T21:02:45.9729900Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/decode' from root:root to runner:runner
2025-08-20T21:02:45.9731300Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/verify.rs' from root:root to runner:runner
2025-08-20T21:02:45.9733258Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/fs.rs' from root:root to runner:runner
2025-08-20T21:02:45.9735188Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/access/sparse.rs' from root:root to runner:runner
2025-08-20T21:02:45.9736860Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/access/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9739083Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/access' from root:root to runner:runner
2025-08-20T21:02:45.9740890Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/end_of_index_entry/write.rs' from root:root to runner:runner
2025-08-20T21:02:45.9742378Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/end_of_index_entry/decode.rs' from root:root to runner:runner
2025-08-20T21:02:45.9744784Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/end_of_index_entry/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9746890Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/end_of_index_entry' from root:root to runner:runner
2025-08-20T21:02:45.9748421Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/iter.rs' from root:root to runner:runner
2025-08-20T21:02:45.9750925Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/fs_monitor.rs' from root:root to runner:runner
2025-08-20T21:02:45.9752338Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/tree/write.rs' from root:root to runner:runner
2025-08-20T21:02:45.9753731Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/tree/verify.rs' from root:root to runner:runner
2025-08-20T21:02:45.9756123Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/tree/decode.rs' from root:root to runner:runner
2025-08-20T21:02:45.9757991Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/tree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9759637Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/tree' from root:root to runner:runner
2025-08-20T21:02:45.9761977Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/link.rs' from root:root to runner:runner
2025-08-20T21:02:45.9763564Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/index_entry_offset_table.rs' from root:root to runner:runner
2025-08-20T21:02:45.9765309Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/decode.rs' from root:root to runner:runner
2025-08-20T21:02:45.9767781Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/sparse.rs' from root:root to runner:runner
2025-08-20T21:02:45.9769174Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/untracked_cache.rs' from root:root to runner:runner
2025-08-20T21:02:45.9770631Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9773165Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/resolve_undo.rs' from root:root to runner:runner
2025-08-20T21:02:45.9774612Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension' from root:root to runner:runner
2025-08-20T21:02:45.9775908Z [00:07:39.219]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/file/write.rs' from root:root to runner:runner
2025-08-20T21:02:45.9778682Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/file/verify.rs' from root:root to runner:runner
2025-08-20T21:02:45.9780192Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/file/init.rs' from root:root to runner:runner
2025-08-20T21:02:45.9781517Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/file/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9783399Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/file' from root:root to runner:runner
2025-08-20T21:02:45.9785314Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/entry/write.rs' from root:root to runner:runner
2025-08-20T21:02:45.9786856Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/entry/stat.rs' from root:root to runner:runner
2025-08-20T21:02:45.9788382Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/entry/flags.rs' from root:root to runner:runner
2025-08-20T21:02:45.9790804Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/entry/mode.rs' from root:root to runner:runner
2025-08-20T21:02:45.9792307Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/entry/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9793576Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/entry' from root:root to runner:runner
2025-08-20T21:02:45.9795696Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/init.rs' from root:root to runner:runner
2025-08-20T21:02:45.9797500Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9798729Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src' from root:root to runner:runner
2025-08-20T21:02:45.9800234Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9802646Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9803897Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index' from root:root to runner:runner
2025-08-20T21:02:45.9805103Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9807440Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9808836Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/fixtures/shambles/messageB' from root:root to runner:runner
2025-08-20T21:02:45.9810296Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/fixtures/shambles/messageA' from root:root to runner:runner
2025-08-20T21:02:45.9812349Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/fixtures/shambles' from root:root to runner:runner
2025-08-20T21:02:45.9814511Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:45.9815829Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/object_id.rs' from root:root to runner:runner
2025-08-20T21:02:45.9817663Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/main.rs' from root:root to runner:runner
2025-08-20T21:02:45.9820188Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/prefix.rs' from root:root to runner:runner
2025-08-20T21:02:45.9821583Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/hasher.rs' from root:root to runner:runner
2025-08-20T21:02:45.9823618Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/oid.rs' from root:root to runner:runner
2025-08-20T21:02:45.9825706Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/kind.rs' from root:root to runner:runner
2025-08-20T21:02:45.9827230Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash' from root:root to runner:runner
2025-08-20T21:02:45.9829204Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests' from root:root to runner:runner
2025-08-20T21:02:45.9831186Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/object_id.rs' from root:root to runner:runner
2025-08-20T21:02:45.9832499Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/prefix.rs' from root:root to runner:runner
2025-08-20T21:02:45.9834245Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/io.rs' from root:root to runner:runner
2025-08-20T21:02:45.9836590Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/verify.rs' from root:root to runner:runner
2025-08-20T21:02:45.9837898Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/hasher.rs' from root:root to runner:runner
2025-08-20T21:02:45.9839492Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/oid.rs' from root:root to runner:runner
2025-08-20T21:02:45.9841722Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/kind.rs' from root:root to runner:runner
2025-08-20T21:02:45.9842993Z [00:07:39.220]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9844209Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src' from root:root to runner:runner
2025-08-20T21:02:45.9846457Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9848184Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9849390Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash' from root:root to runner:runner
2025-08-20T21:02:45.9851273Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tui/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9853336Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tui/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9854610Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tui/src/main.rs' from root:root to runner:runner
2025-08-20T21:02:45.9856368Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tui/src' from root:root to runner:runner
2025-08-20T21:02:45.9858509Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tui/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9859781Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tui/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9860981Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tui' from root:root to runner:runner
2025-08-20T21:02:45.9863052Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:02:45.9864874Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9866650Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9868680Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/main.rs' from root:root to runner:runner
2025-08-20T21:02:45.9870877Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/util.rs' from root:root to runner:runner
2025-08-20T21:02:45.9872213Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/realpath.rs' from root:root to runner:runner
2025-08-20T21:02:45.9874147Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/convert/normalize.rs' from root:root to runner:runner
2025-08-20T21:02:45.9876447Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/convert/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9877827Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/convert' from root:root to runner:runner
2025-08-20T21:02:45.9879560Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/env.rs' from root:root to runner:runner
2025-08-20T21:02:45.9881782Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/relative_path.rs' from root:root to runner:runner
2025-08-20T21:02:45.9883105Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path' from root:root to runner:runner
2025-08-20T21:02:45.9885217Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/fixtures/generated-archives/local_config.tar' from root:root to runner:runner
2025-08-20T21:02:45.9887603Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:45.9889043Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/fixtures/local_config.sh' from root:root to runner:runner
2025-08-20T21:02:45.9891342Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/fixtures/fuzzed/54k-path-components.path' from root:root to runner:runner
2025-08-20T21:02:45.9893587Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/fixtures/fuzzed' from root:root to runner:runner
2025-08-20T21:02:45.9895075Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:45.9897553Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests' from root:root to runner:runner
2025-08-20T21:02:45.9899002Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/util.rs' from root:root to runner:runner
2025-08-20T21:02:45.9900281Z [00:07:39.221]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/realpath.rs' from root:root to runner:runner
2025-08-20T21:02:45.9902949Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env/git/tests.rs' from root:root to runner:runner
2025-08-20T21:02:45.9904653Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env/git/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9905943Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env/git' from root:root to runner:runner
2025-08-20T21:02:45.9908298Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env/tests.rs' from root:root to runner:runner
2025-08-20T21:02:45.9910090Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env/auxiliary.rs' from root:root to runner:runner
2025-08-20T21:02:45.9911518Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9913805Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env' from root:root to runner:runner
2025-08-20T21:02:45.9915224Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/relative_path.rs' from root:root to runner:runner
2025-08-20T21:02:45.9916726Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/convert.rs' from root:root to runner:runner
2025-08-20T21:02:45.9918127Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9920533Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src' from root:root to runner:runner
2025-08-20T21:02:45.9921989Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9923852Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9926039Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path' from root:root to runner:runner
2025-08-20T21:02:45.9927460Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-note/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9929452Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-note/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9931287Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-note/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9932506Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-note/src' from root:root to runner:runner
2025-08-20T21:02:45.9934723Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-note/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9936790Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-note/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9938012Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-note' from root:root to runner:runner
2025-08-20T21:02:45.9939271Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9941559Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9943074Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/tests/sec/main.rs' from root:root to runner:runner
2025-08-20T21:02:45.9944391Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/tests/sec/identity.rs' from root:root to runner:runner
2025-08-20T21:02:45.9946664Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/tests/sec' from root:root to runner:runner
2025-08-20T21:02:45.9948289Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/tests' from root:root to runner:runner
2025-08-20T21:02:45.9949502Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/src/trust.rs' from root:root to runner:runner
2025-08-20T21:02:45.9951106Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/src/identity.rs' from root:root to runner:runner
2025-08-20T21:02:45.9953538Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/src/permission.rs' from root:root to runner:runner
2025-08-20T21:02:45.9954826Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:45.9956064Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/src' from root:root to runner:runner
2025-08-20T21:02:45.9958507Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:45.9960056Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:45.9961251Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec' from root:root to runner:runner
2025-08-20T21:02:45.9963429Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:45.9965004Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:45.9967123Z [00:07:39.222]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/parse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9969251Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/parse' from root:root to runner:runner
2025-08-20T21:02:45.9970591Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/fixtures/invalid.txt' from root:root to runner:runner
2025-08-20T21:02:45.9971998Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/fixtures/overwrite.txt' from root:root to runner:runner
2025-08-20T21:02:45.9974234Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/fixtures/typical.txt' from root:root to runner:runner
2025-08-20T21:02:45.9976078Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:45.9977900Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/mailmap.rs' from root:root to runner:runner
2025-08-20T21:02:45.9980235Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/snapshot/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9981927Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/snapshot' from root:root to runner:runner
2025-08-20T21:02:45.9983223Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests' from root:root to runner:runner
2025-08-20T21:02:45.9985141Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/entry.rs' from root:root to runner:runner
2025-08-20T21:02:45.9987327Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/parse.rs' from root:root to runner:runner
2025-08-20T21:02:45.9988684Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/snapshot/signature.rs' from root:root to runner:runner
2025-08-20T21:02:45.9990198Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/snapshot/util.rs' from root:root to runner:runner
2025-08-20T21:02:45.9992733Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/snapshot/entry.rs' from root:root to runner:runner
2025-08-20T21:02:45.9994335Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/snapshot/mod.rs' from root:root to runner:runner
2025-08-20T21:02:45.9996547Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/snapshot' from root:root to runner:runner
2025-08-20T21:02:45.9998925Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0000390Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src' from root:root to runner:runner
2025-08-20T21:02:46.0002521Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0004296Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0005544Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap' from root:root to runner:runner
2025-08-20T21:02:46.0007432Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0009665Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0011044Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0012836Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0015083Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/fuzz/fuzz_targets/fuzz_value.dict' from root:root to runner:runner
2025-08-20T21:02:46.0016870Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/fuzz/fuzz_targets/fuzz_value.rs' from root:root to runner:runner
2025-08-20T21:02:46.0019441Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.0021087Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.0022418Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests/value/color.rs' from root:root to runner:runner
2025-08-20T21:02:46.0024394Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests/value/boolean.rs' from root:root to runner:runner
2025-08-20T21:02:46.0026733Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests/value/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.0028143Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests/value/integer.rs' from root:root to runner:runner
2025-08-20T21:02:46.0029741Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests/value/path.rs' from root:root to runner:runner
2025-08-20T21:02:46.0032205Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests/value' from root:root to runner:runner
2025-08-20T21:02:46.0033700Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests' from root:root to runner:runner
2025-08-20T21:02:46.0035055Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/color.rs' from root:root to runner:runner
2025-08-20T21:02:46.0037675Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/boolean.rs' from root:root to runner:runner
2025-08-20T21:02:46.0039192Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/integer.rs' from root:root to runner:runner
2025-08-20T21:02:46.0040963Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.0043466Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/path.rs' from root:root to runner:runner
2025-08-20T21:02:46.0044842Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0046741Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src' from root:root to runner:runner
2025-08-20T21:02:46.0049037Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0050382Z [00:07:39.223]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0052421Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value' from root:root to runner:runner
2025-08-20T21:02:46.0054270Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.config/nextest.toml' from root:root to runner:runner
2025-08-20T21:02:46.0055486Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.config' from root:root to runner:runner
2025-08-20T21:02:46.0057014Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-rebase/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0059391Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-rebase/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0060815Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-rebase/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0062052Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-rebase/src' from root:root to runner:runner
2025-08-20T21:02:46.0063451Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-rebase/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0065954Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-rebase/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0067441Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-rebase' from root:root to runner:runner
2025-08-20T21:02:46.0068668Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0071025Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/examples/use-askpass.rs' from root:root to runner:runner
2025-08-20T21:02:46.0072673Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/examples/credentials.rs' from root:root to runner:runner
2025-08-20T21:02:46.0074042Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/examples/askpass.rs' from root:root to runner:runner
2025-08-20T21:02:46.0075750Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/examples' from root:root to runner:runner
2025-08-20T21:02:46.0078112Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/README.md' from root:root to runner:runner
2025-08-20T21:02:46.0079407Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0080708Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/tests/prompt.rs' from root:root to runner:runner
2025-08-20T21:02:46.0082962Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/tests/options/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0084776Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/tests/options' from root:root to runner:runner
2025-08-20T21:02:46.0086071Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/tests' from root:root to runner:runner
2025-08-20T21:02:46.0088430Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/src/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.0090150Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/src/unix.rs' from root:root to runner:runner
2025-08-20T21:02:46.0091410Z [00:07:39.224]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0092665Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/src' from root:root to runner:runner
2025-08-20T21:02:46.0095006Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0096990Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0098645Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt' from root:root to runner:runner
2025-08-20T21:02:46.0100927Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0102396Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/examples/arrow.rs' from root:root to runner:runner
2025-08-20T21:02:46.0104028Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/examples' from root:root to runner:runner
2025-08-20T21:02:46.0106522Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0108106Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.0110364Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/driver.rs' from root:root to runner:runner
2025-08-20T21:02:46.0112482Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.0114160Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/eol/convert_to_git.rs' from root:root to runner:runner
2025-08-20T21:02:46.0117041Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/eol/convert_to_worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.0118675Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/eol/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0121001Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/eol' from root:root to runner:runner
2025-08-20T21:02:46.0122996Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/ident.rs' from root:root to runner:runner
2025-08-20T21:02:46.0124734Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/pipeline/convert_to_git.rs' from root:root to runner:runner
2025-08-20T21:02:46.0127745Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/pipeline/convert_to_worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.0129318Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/pipeline/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0131606Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/pipeline' from root:root to runner:runner
2025-08-20T21:02:46.0133466Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter' from root:root to runner:runner
2025-08-20T21:02:46.0135546Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/fixtures/baseline.sh' from root:root to runner:runner
2025-08-20T21:02:46.0137881Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0139875Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/fixtures/generated-archives/pipeline_repos.tar' from root:root to runner:runner
2025-08-20T21:02:46.0142290Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.0143756Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/fixtures/pipeline_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.0146122Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.0147976Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests' from root:root to runner:runner
2025-08-20T21:02:46.0149508Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/worktree/encoding.rs' from root:root to runner:runner
2025-08-20T21:02:46.0152127Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/worktree/encode_to_git.rs' from root:root to runner:runner
2025-08-20T21:02:46.0154148Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/worktree/encode_to_worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.0156923Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/worktree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0159056Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/worktree' from root:root to runner:runner
2025-08-20T21:02:46.0161524Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/eol/convert_to_git.rs' from root:root to runner:runner
2025-08-20T21:02:46.0163990Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/eol/utils.rs' from root:root to runner:runner
2025-08-20T21:02:46.0166659Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/eol/convert_to_worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.0168774Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/eol/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0171136Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/eol' from root:root to runner:runner
2025-08-20T21:02:46.0173415Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/ident.rs' from root:root to runner:runner
2025-08-20T21:02:46.0175889Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/process/client.rs' from root:root to runner:runner
2025-08-20T21:02:46.0177912Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/process/server.rs' from root:root to runner:runner
2025-08-20T21:02:46.0180509Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/process/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0182837Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/process' from root:root to runner:runner
2025-08-20T21:02:46.0185336Z [00:07:39.225]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/shutdown.rs' from root:root to runner:runner
2025-08-20T21:02:46.0187433Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/apply.rs' from root:root to runner:runner
2025-08-20T21:02:46.0189932Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/delayed.rs' from root:root to runner:runner
2025-08-20T21:02:46.0191514Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.0193983Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0195931Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver' from root:root to runner:runner
2025-08-20T21:02:46.0198455Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0200509Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/pipeline/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.0203030Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/pipeline/convert.rs' from root:root to runner:runner
2025-08-20T21:02:46.0205234Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/pipeline/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0207832Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/pipeline' from root:root to runner:runner
2025-08-20T21:02:46.0209776Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src' from root:root to runner:runner
2025-08-20T21:02:46.0212020Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0214500Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0216658Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter' from root:root to runner:runner
2025-08-20T21:02:46.0218752Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0220236Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0221755Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0224632Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures/generated-archives/make_blame_rename_tracking_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.0226847Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures/generated-archives/make_blame_two_roots_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.0229114Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.0231690Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures/make_blame_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.0233383Z [00:07:39.226]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures/make_blame_two_roots_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.0235980Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures/make_blame_rename_tracking_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.0238607Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.0240090Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/blame.rs' from root:root to runner:runner
2025-08-20T21:02:46.0242328Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests' from root:root to runner:runner
2025-08-20T21:02:46.0244374Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/error.rs' from root:root to runner:runner
2025-08-20T21:02:46.0245833Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.0248266Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/file/tests.rs' from root:root to runner:runner
2025-08-20T21:02:46.0250130Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/file/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.0252109Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/file/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0253986Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/file' from root:root to runner:runner
2025-08-20T21:02:46.0255256Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0256853Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src' from root:root to runner:runner
2025-08-20T21:02:46.0258785Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0260561Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0261775Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame' from root:root to runner:runner
2025-08-20T21:02:46.0263516Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fetchhead/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0264998Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fetchhead/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0267108Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fetchhead/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0268564Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fetchhead/src' from root:root to runner:runner
2025-08-20T21:02:46.0270404Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fetchhead/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0272246Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fetchhead/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0273621Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fetchhead' from root:root to runner:runner
2025-08-20T21:02:46.0274851Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/_typos.toml' from root:root to runner:runner
2025-08-20T21:02:46.0276747Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/build.rs' from root:root to runner:runner
2025-08-20T21:02:46.0277936Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/STABILITY.md' from root:root to runner:runner
2025-08-20T21:02:46.0279136Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/crate-status.md' from root:root to runner:runner
2025-08-20T21:02:46.0280383Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0281862Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0283898Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.0286877Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/upwards/ceiling_dirs.rs' from root:root to runner:runner
2025-08-20T21:02:46.0289616Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/upwards/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0292045Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/upwards' from root:root to runner:runner
2025-08-20T21:02:46.0293588Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.0296093Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/path.rs' from root:root to runner:runner
2025-08-20T21:02:46.0298604Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/is_git.rs' from root:root to runner:runner
2025-08-20T21:02:46.0300645Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover' from root:root to runner:runner
2025-08-20T21:02:46.0303425Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0305593Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/generated-archives/make_exfat_repo_darwin.tar' from root:root to runner:runner
2025-08-20T21:02:46.0308763Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/generated-archives/make_submodules.tar' from root:root to runner:runner
2025-08-20T21:02:46.0311134Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/generated-archives/make_reftable_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.0313993Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.0316132Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/make_exfat_repo_darwin.sh' from root:root to runner:runner
2025-08-20T21:02:46.0319010Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/make_basic_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.0321102Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/make_reftable_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.0323366Z [00:07:39.227]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/make_submodules.sh' from root:root to runner:runner
2025-08-20T21:02:46.0324757Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.0326676Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/isolated.rs' from root:root to runner:runner
2025-08-20T21:02:46.0328651Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests' from root:root to runner:runner
2025-08-20T21:02:46.0330916Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/is.rs' from root:root to runner:runner
2025-08-20T21:02:46.0332507Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/repository.rs' from root:root to runner:runner
2025-08-20T21:02:46.0334857Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/upwards/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.0337438Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/upwards/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.0338930Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/upwards/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0341311Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/upwards' from root:root to runner:runner
2025-08-20T21:02:46.0343613Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.0345659Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/path.rs' from root:root to runner:runner
2025-08-20T21:02:46.0348111Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0350260Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src' from root:root to runner:runner
2025-08-20T21:02:46.0352560Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0354701Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0356468Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover' from root:root to runner:runner
2025-08-20T21:02:46.0358731Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0360856Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0362953Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/make_global_and_external_and_dir_ignores.sh' from root:root to runner:runner
2025-08-20T21:02:46.0364845Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0366999Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.0369689Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/attributes/various.txt' from root:root to runner:runner
2025-08-20T21:02:46.0371804Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/attributes' from root:root to runner:runner
2025-08-20T21:02:46.0373885Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/ignore/various.txt' from root:root to runner:runner
2025-08-20T21:02:46.0376658Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/ignore/precious.txt' from root:root to runner:runner
2025-08-20T21:02:46.0378527Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/ignore' from root:root to runner:runner
2025-08-20T21:02:46.0381065Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.0382925Z [00:07:39.228]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/ignore/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.0385142Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/ignore/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.0387748Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/ignore/search.rs' from root:root to runner:runner
2025-08-20T21:02:46.0389700Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/ignore' from root:root to runner:runner
2025-08-20T21:02:46.0391963Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests' from root:root to runner:runner
2025-08-20T21:02:46.0393822Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/src/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.0395807Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/src/search.rs' from root:root to runner:runner
2025-08-20T21:02:46.0398417Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0400246Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/src' from root:root to runner:runner
2025-08-20T21:02:46.0402512Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0404697Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0406039Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore' from root:root to runner:runner
2025-08-20T21:02:46.0408322Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0410518Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0411811Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0413988Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0416503Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.0418389Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.0420783Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.0422947Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/parse/invalid.rs' from root:root to runner:runner
2025-08-20T21:02:46.0424925Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/parse/http.rs' from root:root to runner:runner
2025-08-20T21:02:46.0426575Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/parse/file.rs' from root:root to runner:runner
2025-08-20T21:02:46.0428516Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/parse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0430484Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/parse/ssh.rs' from root:root to runner:runner
2025-08-20T21:02:46.0431781Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/parse' from root:root to runner:runner
2025-08-20T21:02:46.0433518Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.0435574Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/expand_path.rs' from root:root to runner:runner
2025-08-20T21:02:46.0437265Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/baseline.rs' from root:root to runner:runner
2025-08-20T21:02:46.0438595Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/fuzzed.rs' from root:root to runner:runner
2025-08-20T21:02:46.0440665Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.0442369Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url' from root:root to runner:runner
2025-08-20T21:02:46.0443857Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0445924Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.0447978Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/make_baseline.sh' from root:root to runner:runner
2025-08-20T21:02:46.0450249Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long.url' from root:root to runner:runner
2025-08-20T21:02:46.0452898Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long4.url' from root:root to runner:runner
2025-08-20T21:02:46.0455722Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long-abort2.url' from root:root to runner:runner
2025-08-20T21:02:46.0458322Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long6.url' from root:root to runner:runner
2025-08-20T21:02:46.0460958Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/short-panic.url' from root:root to runner:runner
2025-08-20T21:02:46.0462940Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long5.url' from root:root to runner:runner
2025-08-20T21:02:46.0465581Z [00:07:39.229]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/illegal-utf8.url' from root:root to runner:runner
2025-08-20T21:02:46.0468331Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long3.url' from root:root to runner:runner
2025-08-20T21:02:46.0470606Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long2.url' from root:root to runner:runner
2025-08-20T21:02:46.0473104Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long-abort.url' from root:root to runner:runner
2025-08-20T21:02:46.0475430Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed' from root:root to runner:runner
2025-08-20T21:02:46.0477936Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.0479591Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests' from root:root to runner:runner
2025-08-20T21:02:46.0481673Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/src/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.0484010Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/src/expand_path.rs' from root:root to runner:runner
2025-08-20T21:02:46.0485768Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/src/scheme.rs' from root:root to runner:runner
2025-08-20T21:02:46.0488125Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/src/impls.rs' from root:root to runner:runner
2025-08-20T21:02:46.0490358Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0492490Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/src' from root:root to runner:runner
2025-08-20T21:02:46.0493862Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0495312Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0497214Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url' from root:root to runner:runner
2025-08-20T21:02:46.0499363Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0501693Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/README.md' from root:root to runner:runner
2025-08-20T21:02:46.0503330Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0505731Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0508043Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0510021Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.0512712Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.0514528Z [00:07:39.230]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.0517255Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/fixtures/merge_base_octopus_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.0519436Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/fixtures/generated-archives/make_merge_base_repos.tar' from root:root to runner:runner
2025-08-20T21:02:46.0522474Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/fixtures/generated-archives/make_repo_with_branches.tar' from root:root to runner:runner
2025-08-20T21:02:46.0524636Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/fixtures/generated-archives/merge_base_octopus_repos.tar' from root:root to runner:runner
2025-08-20T21:02:46.0526390Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.0528932Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/fixtures/make_merge_base_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.0531533Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/fixtures/make_repo_with_branches.sh' from root:root to runner:runner
2025-08-20T21:02:46.0533403Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.0535858Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.0538604Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/caret_symbol.rs' from root:root to runner:runner
2025-08-20T21:02:46.0541468Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/tilde_symbol.rs' from root:root to runner:runner
2025-08-20T21:02:46.0544178Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0546882Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/colon_symbol.rs' from root:root to runner:runner
2025-08-20T21:02:46.0549517Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate' from root:root to runner:runner
2025-08-20T21:02:46.0551765Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/refnames.rs' from root:root to runner:runner
2025-08-20T21:02:46.0553347Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/describe.rs' from root:root to runner:runner
2025-08-20T21:02:46.0554903Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/at_symbol.rs' from root:root to runner:runner
2025-08-20T21:02:46.0557432Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/hash.rs' from root:root to runner:runner
2025-08-20T21:02:46.0560202Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0562803Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/colon_symbol.rs' from root:root to runner:runner
2025-08-20T21:02:46.0565400Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor' from root:root to runner:runner
2025-08-20T21:02:46.0568250Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/kind.rs' from root:root to runner:runner
2025-08-20T21:02:46.0569989Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0572732Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse' from root:root to runner:runner
2025-08-20T21:02:46.0574666Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/display.rs' from root:root to runner:runner
2025-08-20T21:02:46.0577240Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0578672Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec' from root:root to runner:runner
2025-08-20T21:02:46.0580290Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/describe/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0582372Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/describe/format.rs' from root:root to runner:runner
2025-08-20T21:02:46.0584149Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/describe' from root:root to runner:runner
2025-08-20T21:02:46.0585559Z [00:07:39.231]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/merge_base/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0587976Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/merge_base' from root:root to runner:runner
2025-08-20T21:02:46.0590429Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision' from root:root to runner:runner
2025-08-20T21:02:46.0592042Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests' from root:root to runner:runner
2025-08-20T21:02:46.0593963Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/describe.rs' from root:root to runner:runner
2025-08-20T21:02:46.0596628Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/spec/parse/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.0599084Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/spec/parse/delegate.rs' from root:root to runner:runner
2025-08-20T21:02:46.0601198Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/spec/parse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0603597Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/spec/parse' from root:root to runner:runner
2025-08-20T21:02:46.0605266Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/spec/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0607516Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/spec' from root:root to runner:runner
2025-08-20T21:02:46.0610084Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/merge_base/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.0612519Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/merge_base/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0614943Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/merge_base' from root:root to runner:runner
2025-08-20T21:02:46.0616989Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0618818Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src' from root:root to runner:runner
2025-08-20T21:02:46.0621106Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0623219Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0625361Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision' from root:root to runner:runner
2025-08-20T21:02:46.0627929Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0629568Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0631934Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/macros.rs' from root:root to runner:runner
2025-08-20T21:02:46.0633820Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo/ux/error_on_struct.rs' from root:root to runner:runner
2025-08-20T21:02:46.0636085Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo/ux/error_on_struct.stderr' from root:root to runner:runner
2025-08-20T21:02:46.0638940Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo/ux/error_if_ineffective.stderr' from root:root to runner:runner
2025-08-20T21:02:46.0641363Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo/ux/error_if_ineffective.rs' from root:root to runner:runner
2025-08-20T21:02:46.0643621Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo/ux' from root:root to runner:runner
2025-08-20T21:02:46.0645956Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0647846Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo' from root:root to runner:runner
2025-08-20T21:02:46.0650291Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests' from root:root to runner:runner
2025-08-20T21:02:46.0652526Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/src/momo.rs' from root:root to runner:runner
2025-08-20T21:02:46.0654134Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0656503Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/src' from root:root to runner:runner
2025-08-20T21:02:46.0658031Z [00:07:39.232]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0660270Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0661714Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros' from root:root to runner:runner
2025-08-20T21:02:46.0662904Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0664874Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-shallow/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0666966Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-shallow/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0668917Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-shallow/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0671000Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-shallow/src' from root:root to runner:runner
2025-08-20T21:02:46.0672257Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-shallow/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0673543Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-shallow/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0674768Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-shallow' from root:root to runner:runner
2025-08-20T21:02:46.0676503Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0677974Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0679263Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0680560Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0682125Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/fuzz/fuzz_targets/blob.rs' from root:root to runner:runner
2025-08-20T21:02:46.0683974Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.0685252Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.0687009Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/generated-archives/tree-baseline.tar' from root:root to runner:runner
2025-08-20T21:02:46.0689213Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/generated-archives/text-baseline.tar' from root:root to runner:runner
2025-08-20T21:02:46.0690813Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/generated-archives/make_blob_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.0692320Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.0694521Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/make_blob_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.0695976Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/text-baseline.sh' from root:root to runner:runner
2025-08-20T21:02:46.0697699Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/tree-baseline.sh' from root:root to runner:runner
2025-08-20T21:02:46.0699043Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.0700340Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.0702429Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/tree/baseline.rs' from root:root to runner:runner
2025-08-20T21:02:46.0705013Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/tree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0706861Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/tree' from root:root to runner:runner
2025-08-20T21:02:46.0709401Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/blob/platform.rs' from root:root to runner:runner
2025-08-20T21:02:46.0712045Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/blob/pipeline.rs' from root:root to runner:runner
2025-08-20T21:02:46.0714596Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/blob/builtin_driver.rs' from root:root to runner:runner
2025-08-20T21:02:46.0716884Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/blob/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0719419Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/blob' from root:root to runner:runner
2025-08-20T21:02:46.0721489Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge' from root:root to runner:runner
2025-08-20T21:02:46.0723775Z [00:07:39.233]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests' from root:root to runner:runner
2025-08-20T21:02:46.0726033Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/commit/virtual_merge_base.rs' from root:root to runner:runner
2025-08-20T21:02:46.0728824Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/commit/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.0731278Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/commit/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0733877Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/commit' from root:root to runner:runner
2025-08-20T21:02:46.0736410Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/tree/utils.rs' from root:root to runner:runner
2025-08-20T21:02:46.0738886Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/tree/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.0741289Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/tree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0743282Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/tree' from root:root to runner:runner
2025-08-20T21:02:46.0745097Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/platform/merge.rs' from root:root to runner:runner
2025-08-20T21:02:46.0747926Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/platform/resource.rs' from root:root to runner:runner
2025-08-20T21:02:46.0750594Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/platform/prepare_merge.rs' from root:root to runner:runner
2025-08-20T21:02:46.0752672Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/platform/set_resource.rs' from root:root to runner:runner
2025-08-20T21:02:46.0755289Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/platform/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0757617Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/platform' from root:root to runner:runner
2025-08-20T21:02:46.0760090Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/pipeline.rs' from root:root to runner:runner
2025-08-20T21:02:46.0762200Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0764781Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver/text/utils.rs' from root:root to runner:runner
2025-08-20T21:02:46.0767617Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver/text/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.0770347Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver/text/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0772337Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver/text' from root:root to runner:runner
2025-08-20T21:02:46.0774943Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver/binary.rs' from root:root to runner:runner
2025-08-20T21:02:46.0777617Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0780160Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver' from root:root to runner:runner
2025-08-20T21:02:46.0782535Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob' from root:root to runner:runner
2025-08-20T21:02:46.0784839Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0787317Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src' from root:root to runner:runner
2025-08-20T21:02:46.0789616Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0791707Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0793563Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge' from root:root to runner:runner
2025-08-20T21:02:46.0795499Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0797421Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/README.md' from root:root to runner:runner
2025-08-20T21:02:46.0799540Z [00:07:39.234]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0802417Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0804747Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0807405Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.0809546Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.0811842Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.0814052Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures/match_baseline.sh' from root:root to runner:runner
2025-08-20T21:02:46.0816545Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures/parse_baseline.sh' from root:root to runner:runner
2025-08-20T21:02:46.0819551Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0822048Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures/generated-archives/parse_baseline.tar' from root:root to runner:runner
2025-08-20T21:02:46.0824802Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.0827357Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures/fuzzed/clusterfuzz-testcase-minimized-gix-refspec-parse-4658733962887168' from root:root to runner:runner
2025-08-20T21:02:46.0830323Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures/fuzzed' from root:root to runner:runner
2025-08-20T21:02:46.0832433Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.0834905Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/parse/fetch.rs' from root:root to runner:runner
2025-08-20T21:02:46.0837626Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/parse/invalid.rs' from root:root to runner:runner
2025-08-20T21:02:46.0839860Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/parse/push.rs' from root:root to runner:runner
2025-08-20T21:02:46.0842378Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/parse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0844222Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/parse' from root:root to runner:runner
2025-08-20T21:02:46.0846771Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/spec.rs' from root:root to runner:runner
2025-08-20T21:02:46.0849207Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.0851689Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.0854168Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/match_group.rs' from root:root to runner:runner
2025-08-20T21:02:46.0856176Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/matching.rs' from root:root to runner:runner
2025-08-20T21:02:46.0858807Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/impls.rs' from root:root to runner:runner
2025-08-20T21:02:46.0861196Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec' from root:root to runner:runner
2025-08-20T21:02:46.0893036Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests' from root:root to runner:runner
2025-08-20T21:02:46.0894797Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/spec.rs' from root:root to runner:runner
2025-08-20T21:02:46.0897363Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/match_group/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.0899566Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/match_group/validate.rs' from root:root to runner:runner
2025-08-20T21:02:46.0902220Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/match_group/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.0904660Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/match_group/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.0906501Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/match_group' from root:root to runner:runner
2025-08-20T21:02:46.0908891Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/instruction.rs' from root:root to runner:runner
2025-08-20T21:02:46.0911210Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.0913079Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.0915359Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.0917806Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0920230Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src' from root:root to runner:runner
2025-08-20T21:02:46.0922436Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0924607Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0926971Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec' from root:root to runner:runner
2025-08-20T21:02:46.0929014Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/deny.toml' from root:root to runner:runner
2025-08-20T21:02:46.0930825Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0933129Z [00:07:39.235]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0935510Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.0938351Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.0940803Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/tests/fixtures/win_path_lookup.sh' from root:root to runner:runner
2025-08-20T21:02:46.0942931Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.0945422Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/tests/command.rs' from root:root to runner:runner
2025-08-20T21:02:46.0947442Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/tests' from root:root to runner:runner
2025-08-20T21:02:46.0948712Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.0949958Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/src' from root:root to runner:runner
2025-08-20T21:02:46.0951986Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.0954281Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.0956622Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command' from root:root to runner:runner
2025-08-20T21:02:46.0958837Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.0961311Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.0963819Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/blocking-transport-http.rs' from root:root to runner:runner
2025-08-20T21:02:46.0965827Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/push.request' from root:root to runner:runner
2025-08-20T21:02:46.0968632Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/http-clone.response' from root:root to runner:runner
2025-08-20T21:02:46.0971324Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/push.response' from root:root to runner:runner
2025-08-20T21:02:46.0973796Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/http-handshake.response' from root:root to runner:runner
2025-08-20T21:02:46.0976598Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/clone.request' from root:root to runner:runner
2025-08-20T21:02:46.0978615Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/clone.response' from root:root to runner:runner
2025-08-20T21:02:46.0981125Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1' from root:root to runner:runner
2025-08-20T21:02:46.0983443Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/http-500.response' from root:root to runner:runner
2025-08-20T21:02:46.0985792Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/http-401.response' from root:root to runner:runner
2025-08-20T21:02:46.0988324Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake-lowercase-headers.response' from root:root to runner:runner
2025-08-20T21:02:46.0990939Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-fetch.response' from root:root to runner:runner
2025-08-20T21:02:46.0993219Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake-service-announced.response' from root:root to runner:runner
2025-08-20T21:02:46.0995507Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-no-newlines-handshake.response' from root:root to runner:runner
2025-08-20T21:02:46.0997371Z [00:07:39.236]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake.response' from root:root to runner:runner
2025-08-20T21:02:46.1000035Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/clone.request' from root:root to runner:runner
2025-08-20T21:02:46.1001758Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/clone.response' from root:root to runner:runner
2025-08-20T21:02:46.1003287Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-lsrefs.response' from root:root to runner:runner
2025-08-20T21:02:46.1005772Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2' from root:root to runner:runner
2025-08-20T21:02:46.1007655Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/http-404.response' from root:root to runner:runner
2025-08-20T21:02:46.1009062Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.1010619Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/async-transport.rs' from root:root to runner:runner
2025-08-20T21:02:46.1013127Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/blocking_io/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1014755Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/blocking_io/http/mock.rs' from root:root to runner:runner
2025-08-20T21:02:46.1017582Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/blocking_io/http/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1020910Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/blocking_io/http' from root:root to runner:runner
2025-08-20T21:02:46.1023345Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/blocking_io' from root:root to runner:runner
2025-08-20T21:02:46.1025824Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/capabilities.rs' from root:root to runner:runner
2025-08-20T21:02:46.1028438Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1030012Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/git.rs' from root:root to runner:runner
2025-08-20T21:02:46.1031355Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client' from root:root to runner:runner
2025-08-20T21:02:46.1032746Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/blocking-transport.rs' from root:root to runner:runner
2025-08-20T21:02:46.1034075Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests' from root:root to runner:runner
2025-08-20T21:02:46.1035620Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/traits.rs' from root:root to runner:runner
2025-08-20T21:02:46.1037357Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/ssh/program_kind.rs' from root:root to runner:runner
2025-08-20T21:02:46.1038867Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/ssh/tests.rs' from root:root to runner:runner
2025-08-20T21:02:46.1040326Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/ssh/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1041753Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/ssh' from root:root to runner:runner
2025-08-20T21:02:46.1043173Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/file.rs' from root:root to runner:runner
2025-08-20T21:02:46.1044618Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/request.rs' from root:root to runner:runner
2025-08-20T21:02:46.1046083Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/bufread_ext.rs' from root:root to runner:runner
2025-08-20T21:02:46.1047720Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1049322Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/redirect.rs' from root:root to runner:runner
2025-08-20T21:02:46.1050856Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/curl/remote.rs' from root:root to runner:runner
2025-08-20T21:02:46.1052363Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/curl/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1054060Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/curl' from root:root to runner:runner
2025-08-20T21:02:46.1055587Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/reqwest/remote.rs' from root:root to runner:runner
2025-08-20T21:02:46.1057313Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/reqwest/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1058815Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/reqwest' from root:root to runner:runner
2025-08-20T21:02:46.1060494Z [00:07:39.237]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/traits.rs' from root:root to runner:runner
2025-08-20T21:02:46.1061974Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1063404Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http' from root:root to runner:runner
2025-08-20T21:02:46.1064837Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/connect.rs' from root:root to runner:runner
2025-08-20T21:02:46.1066413Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io' from root:root to runner:runner
2025-08-20T21:02:46.1067843Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/git/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1069257Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/git/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1070648Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/git/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1071977Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/git' from root:root to runner:runner
2025-08-20T21:02:46.1073351Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/capabilities.rs' from root:root to runner:runner
2025-08-20T21:02:46.1074867Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/traits.rs' from root:root to runner:runner
2025-08-20T21:02:46.1076456Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/async_io/traits.rs' from root:root to runner:runner
2025-08-20T21:02:46.1077909Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/async_io/request.rs' from root:root to runner:runner
2025-08-20T21:02:46.1079362Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/async_io/bufread_ext.rs' from root:root to runner:runner
2025-08-20T21:02:46.1080788Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/async_io/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1082194Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/async_io/connect.rs' from root:root to runner:runner
2025-08-20T21:02:46.1083577Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/async_io' from root:root to runner:runner
2025-08-20T21:02:46.1085047Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1086643Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/non_io_types.rs' from root:root to runner:runner
2025-08-20T21:02:46.1088004Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client' from root:root to runner:runner
2025-08-20T21:02:46.1089284Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1090526Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src' from root:root to runner:runner
2025-08-20T21:02:46.1091794Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.1093085Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.1094321Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport' from root:root to runner:runner
2025-08-20T21:02:46.1095569Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1097504Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.1099228Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v1/01-clone.combined-output-no-binary' from root:root to runner:runner
2025-08-20T21:02:46.1100866Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v1/fetch/01-many-refs.response' from root:root to runner:runner
2025-08-20T21:02:46.1102590Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v1/fetch/01-many-refs.request' from root:root to runner:runner
2025-08-20T21:02:46.1104073Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v1/fetch' from root:root to runner:runner
2025-08-20T21:02:46.1105565Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v1/01-clone.combined-output' from root:root to runner:runner
2025-08-20T21:02:46.1107247Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v1/01.request' from root:root to runner:runner
2025-08-20T21:02:46.1108628Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v1' from root:root to runner:runner
2025-08-20T21:02:46.1110032Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v2/clone.all-sent' from root:root to runner:runner
2025-08-20T21:02:46.1111697Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v2/clone.all-received' from root:root to runner:runner
2025-08-20T21:02:46.1113123Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v2' from root:root to runner:runner
2025-08-20T21:02:46.1114446Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.1115830Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/decode/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1117974Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/decode' from root:root to runner:runner
2025-08-20T21:02:46.1119478Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/encode/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1120807Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/encode' from root:root to runner:runner
2025-08-20T21:02:46.1122179Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/blocking-packetline.rs' from root:root to runner:runner
2025-08-20T21:02:46.1123566Z [00:07:39.238]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/write/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1124886Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/write' from root:root to runner:runner
2025-08-20T21:02:46.1126546Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/read/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1127971Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/read/sideband.rs' from root:root to runner:runner
2025-08-20T21:02:46.1129310Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/read' from root:root to runner:runner
2025-08-20T21:02:46.1130668Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/async-packetline.rs' from root:root to runner:runner
2025-08-20T21:02:46.1132001Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests' from root:root to runner:runner
2025-08-20T21:02:46.1133306Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/encode/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1134697Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/encode/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1136055Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/encode/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1137811Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/encode' from root:root to runner:runner
2025-08-20T21:02:46.1139165Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/line/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1140542Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/line/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1141910Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/line/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1143223Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/line' from root:root to runner:runner
2025-08-20T21:02:46.1144565Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/write/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1145942Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/write/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1147519Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/write/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1148834Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/write' from root:root to runner:runner
2025-08-20T21:02:46.1150260Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/decode.rs' from root:root to runner:runner
2025-08-20T21:02:46.1151628Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1153000Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1154419Z [00:07:39.239]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/sidebands/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1155887Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/sidebands/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.1157681Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/sidebands/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1159060Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/sidebands' from root:root to runner:runner
2025-08-20T21:02:46.1160391Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1161836Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read' from root:root to runner:runner
2025-08-20T21:02:46.1163115Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1164363Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src' from root:root to runner:runner
2025-08-20T21:02:46.1165629Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.1167191Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.1168573Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline' from root:root to runner:runner
2025-08-20T21:02:46.1169797Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.gov/accounting.csv' from root:root to runner:runner
2025-08-20T21:02:46.1171023Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.gov/info.yml' from root:root to runner:runner
2025-08-20T21:02:46.1172183Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.gov' from root:root to runner:runner
2025-08-20T21:02:46.1173622Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1174968Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.1176597Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1177963Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.1179623Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/fuzz/fuzz_targets/fuzz_file.rs' from root:root to runner:runner
2025-08-20T21:02:46.1181030Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.1182347Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.1183713Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/octopus_merges.sh' from root:root to runner:runner
2025-08-20T21:02:46.1185324Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/generation_number_overflow.tar' from root:root to runner:runner
2025-08-20T21:02:46.1187275Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_commit.tar' from root:root to runner:runner
2025-08-20T21:02:46.1188956Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_parent_huge_dates.tar' from root:root to runner:runner
2025-08-20T21:02:46.1190660Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_commit_huge_dates.tar' from root:root to runner:runner
2025-08-20T21:02:46.1192930Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/octopus_merges.tar' from root:root to runner:runner
2025-08-20T21:02:46.1194764Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/two_parents.tar' from root:root to runner:runner
2025-08-20T21:02:46.1196625Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_parent.tar' from root:root to runner:runner
2025-08-20T21:02:46.1198216Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.1199731Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/single_commit_huge_dates.sh' from root:root to runner:runner
2025-08-20T21:02:46.1201230Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/split_chain.sh' from root:root to runner:runner
2025-08-20T21:02:46.1202810Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/two_parents.sh' from root:root to runner:runner
2025-08-20T21:02:46.1204279Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/single_commit.sh' from root:root to runner:runner
2025-08-20T21:02:46.1205739Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/single_parent.sh' from root:root to runner:runner
2025-08-20T21:02:46.1207526Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generation_number_overflow.sh' from root:root to runner:runner
2025-08-20T21:02:46.1208990Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.1210343Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/commitgraph.rs' from root:root to runner:runner
2025-08-20T21:02:46.1211716Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/access/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1213048Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/access' from root:root to runner:runner
2025-08-20T21:02:46.1214473Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests' from root:root to runner:runner
2025-08-20T21:02:46.1215763Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.1217226Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/file/commit.rs' from root:root to runner:runner
2025-08-20T21:02:46.1218628Z [00:07:39.240]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/file/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.1219990Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/file/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.1221331Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/file/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.1222659Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/file/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1223953Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/file' from root:root to runner:runner
2025-08-20T21:02:46.1225238Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.1226646Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.1228063Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1229345Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src' from root:root to runner:runner
2025-08-20T21:02:46.1230619Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.1231923Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.1233173Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph' from root:root to runner:runner
2025-08-20T21:02:46.1234396Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1235647Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.1237198Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/tests/signature/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1238688Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/tests/signature' from root:root to runner:runner
2025-08-20T21:02:46.1239967Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/tests/actor.rs' from root:root to runner:runner
2025-08-20T21:02:46.1241263Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/tests/identity/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1242553Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/tests/identity' from root:root to runner:runner
2025-08-20T21:02:46.1243793Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/tests' from root:root to runner:runner
2025-08-20T21:02:46.1245078Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/src/signature/decode.rs' from root:root to runner:runner
2025-08-20T21:02:46.1246579Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/src/signature/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1248114Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/src/signature' from root:root to runner:runner
2025-08-20T21:02:46.1249390Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/src/identity.rs' from root:root to runner:runner
2025-08-20T21:02:46.1250658Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1251995Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/src' from root:root to runner:runner
2025-08-20T21:02:46.1252831Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.1253494Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.1254091Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor' from root:root to runner:runner
2025-08-20T21:02:46.1254687Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/justfile' from root:root to runner:runner
2025-08-20T21:02:46.1255309Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.editorconfig' from root:root to runner:runner
2025-08-20T21:02:46.1256195Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' from root:root to runner:runner
2025-08-20T21:02:46.1257199Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' from root:root to runner:runner
2025-08-20T21:02:46.1258237Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' from root:root to runner:runner
2025-08-20T21:02:46.1259127Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' from root:root to runner:runner
2025-08-20T21:02:46.1259776Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/fixtures/packs' from root:root to runner:runner
2025-08-20T21:02:46.1260388Z [00:07:39.241]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.1261029Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/utilities.sh' from root:root to runner:runner
2025-08-20T21:02:46.1261680Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1262353Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.1263010Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/tests/env.rs' from root:root to runner:runner
2025-08-20T21:02:46.1263678Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/tests/umask.rs' from root:root to runner:runner
2025-08-20T21:02:46.1264312Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/tests' from root:root to runner:runner
2025-08-20T21:02:46.1265089Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/src/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.1265824Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1267102Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/src' from root:root to runner:runner
2025-08-20T21:02:46.1268025Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/Cargo.lock' from root:root to runner:runner
2025-08-20T21:02:46.1268803Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.1269477Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.1270096Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools' from root:root to runner:runner
2025-08-20T21:02:46.1270918Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/show-pii-success' from root:root to runner:runner
2025-08-20T21:02:46.1271884Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/all-stats-success' from root:root to runner:runner
2025-08-20T21:02:46.1272701Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/no-args-success' from root:root to runner:runner
2025-08-20T21:02:46.1273564Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/invalid-branch-name-failure' from root:root to runner:runner
2025-08-20T21:02:46.1274389Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/file-stats-success' from root:root to runner:runner
2025-08-20T21:02:46.1275263Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/no-unify-identities-success' from root:root to runner:runner
2025-08-20T21:02:46.1276082Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/line-stats-success' from root:root to runner:runner
2025-08-20T21:02:46.1277063Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours' from root:root to runner:runner
2025-08-20T21:02:46.1277842Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/no-args-failure' from root:root to runner:runner
2025-08-20T21:02:46.1278641Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/find/no-args-success' from root:root to runner:runner
2025-08-20T21:02:46.1279531Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/find' from root:root to runner:runner
2025-08-20T21:02:46.1280363Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize/no-args-success' from root:root to runner:runner
2025-08-20T21:02:46.1281233Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize/initial-directory-structure' from root:root to runner:runner
2025-08-20T21:02:46.1282214Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize/directory-structure-after-organize-to-new-root' from root:root to runner:runner
2025-08-20T21:02:46.1283072Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize/execute-success-new-root' from root:root to runner:runner
2025-08-20T21:02:46.1283971Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize/directory-structure-after-organize' from root:root to runner:runner
2025-08-20T21:02:46.1284798Z [00:07:39.242]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize/execute-success' from root:root to runner:runner
2025-08-20T21:02:46.1285659Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize' from root:root to runner:runner
2025-08-20T21:02:46.1286548Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool' from root:root to runner:runner
2025-08-20T21:02:46.1287418Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/init/fail-with-multi-element-directory' from root:root to runner:runner
2025-08-20T21:02:46.1288142Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/init/success' from root:root to runner:runner
2025-08-20T21:02:46.1289023Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/init/success-with-multi-element-directory' from root:root to runner:runner
2025-08-20T21:02:46.1289740Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/init/fail' from root:root to runner:runner
2025-08-20T21:02:46.1290432Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/init' from root:root to runner:runner
2025-08-20T21:02:46.1291101Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain' from root:root to runner:runner
2025-08-20T21:02:46.1291883Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure' from root:root to runner:runner
2025-08-20T21:02:46.1292898Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure-in-thread-with-progress' from root:root to runner:runner
2025-08-20T21:02:46.1293731Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure-in-thread' from root:root to runner:runner
2025-08-20T21:02:46.1294440Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/panic-behaviour' from root:root to runner:runner
2025-08-20T21:02:46.1295315Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/commit-graph/verify/statistics-json-success' from root:root to runner:runner
2025-08-20T21:02:46.1296185Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/commit-graph/verify/statistics-success' from root:root to runner:runner
2025-08-20T21:02:46.1297055Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/commit-graph/verify' from root:root to runner:runner
2025-08-20T21:02:46.1297778Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/commit-graph' from root:root to runner:runner
2025-08-20T21:02:46.1298783Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs/remote ref-list-no-networking-in-small-failure' from root:root to runner:runner
2025-08-20T21:02:46.1299759Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs/file-v-any-json' from root:root to runner:runner
2025-08-20T21:02:46.1300587Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs/file-v-any' from root:root to runner:runner
2025-08-20T21:02:46.1301368Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs' from root:root to runner:runner
2025-08-20T21:02:46.1302111Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/remote' from root:root to runner:runner
2025-08-20T21:02:46.1302963Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/verify/success-format-json' from root:root to runner:runner
2025-08-20T21:02:46.1303813Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/verify/success-format-human' from root:root to runner:runner
2025-08-20T21:02:46.1304561Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/verify' from root:root to runner:runner
2025-08-20T21:02:46.1305279Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository' from root:root to runner:runner
2025-08-20T21:02:46.1306128Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-host' from root:root to runner:runner
2025-08-20T21:02:46.1307171Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-path' from root:root to runner:runner
2025-08-20T21:02:46.1308108Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-username/implicit-ssh' from root:root to runner:runner
2025-08-20T21:02:46.1309011Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-username/explicit-ssh' from root:root to runner:runner
2025-08-20T21:02:46.1309877Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-username' from root:root to runner:runner
2025-08-20T21:02:46.1310620Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone' from root:root to runner:runner
2025-08-20T21:02:46.1311486Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-p2' from root:root to runner:runner
2025-08-20T21:02:46.1312457Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:46.1313408Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/ls-in-output-dir' from root:root to runner:runner
2025-08-20T21:02:46.1314274Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-with-output' from root:root to runner:runner
2025-08-20T21:02:46.1315111Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-host' from root:root to runner:runner
2025-08-20T21:02:46.1315960Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-path' from root:root to runner:runner
2025-08-20T21:02:46.1317022Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output' from root:root to runner:runner
2025-08-20T21:02:46.1318027Z [00:07:39.243]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/pack receive-no-networking-in-small-failure' from root:root to runner:runner
2025-08-20T21:02:46.1318894Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-json' from root:root to runner:runner
2025-08-20T21:02:46.1319758Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-with-output-p2' from root:root to runner:runner
2025-08-20T21:02:46.1320932Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/heads/dev' from root:root to runner:runner
2025-08-20T21:02:46.1321833Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/heads/main' from root:root to runner:runner
2025-08-20T21:02:46.1322688Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/heads' from root:root to runner:runner
2025-08-20T21:02:46.1323580Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/tags/annotated' from root:root to runner:runner
2025-08-20T21:02:46.1324475Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/tags/unannotated' from root:root to runner:runner
2025-08-20T21:02:46.1325426Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs/tags' from root:root to runner:runner
2025-08-20T21:02:46.1326448Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/refs' from root:root to runner:runner
2025-08-20T21:02:46.1327475Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/HEAD' from root:root to runner:runner
2025-08-20T21:02:46.1328286Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs' from root:root to runner:runner
2025-08-20T21:02:46.1329184Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-single-ref' from root:root to runner:runner
2025-08-20T21:02:46.1330105Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-username/implicit-ssh' from root:root to runner:runner
2025-08-20T21:02:46.1331034Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-username/explicit-ssh' from root:root to runner:runner
2025-08-20T21:02:46.1331892Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-username' from root:root to runner:runner
2025-08-20T21:02:46.1332799Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-wanted-ref-p1' from root:root to runner:runner
2025-08-20T21:02:46.1333685Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-json-p2' from root:root to runner:runner
2025-08-20T21:02:46.1334543Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive' from root:root to runner:runner
2025-08-20T21:02:46.1335375Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-failure' from root:root to runner:runner
2025-08-20T21:02:46.1336378Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-with-statistics-success' from root:root to runner:runner
2025-08-20T21:02:46.1337175Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/success' from root:root to runner:runner
2025-08-20T21:02:46.1338601Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-success' from root:root to runner:runner
2025-08-20T21:02:46.1340224Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/index-with-statistics-success' from root:root to runner:runner
2025-08-20T21:02:46.1341300Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/index-success' from root:root to runner:runner
2025-08-20T21:02:46.1342455Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/index-with-statistics-json-success' from root:root to runner:runner
2025-08-20T21:02:46.1343356Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index/fast-index-success' from root:root to runner:runner
2025-08-20T21:02:46.1344164Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/multi-index' from root:root to runner:runner
2025-08-20T21:02:46.1345070Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-with-statistics-json-success' from root:root to runner:runner
2025-08-20T21:02:46.1345832Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify' from root:root to runner:runner
2025-08-20T21:02:46.1346815Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/to-sink-success' from root:root to runner:runner
2025-08-20T21:02:46.1347874Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:46.1348943Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:46.1349976Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-delete-pack-to-sink-failure' from root:root to runner:runner
2025-08-20T21:02:46.1350968Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-with-objects-dir-skip-checks-success-tree' from root:root to runner:runner
2025-08-20T21:02:46.1351951Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/broken-delete-pack-to-sink-skip-checks-success' from root:root to runner:runner
2025-08-20T21:02:46.1352838Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/to-sink-delete-pack-success' from root:root to runner:runner
2025-08-20T21:02:46.1353732Z [00:07:39.244]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/with-objects-dir-success-tree' from root:root to runner:runner
2025-08-20T21:02:46.1354597Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/with-objects-dir-success' from root:root to runner:runner
2025-08-20T21:02:46.1355462Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/missing-objects-dir-fail' from root:root to runner:runner
2025-08-20T21:02:46.1356821Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:46.1357610Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode' from root:root to runner:runner
2025-08-20T21:02:46.1358470Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-content' from root:root to runner:runner
2025-08-20T21:02:46.1359407Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-restore-as-json-success' from root:root to runner:runner
2025-08-20T21:02:46.1360327Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/no-output-dir-as-json-success' from root:root to runner:runner
2025-08-20T21:02:46.1361183Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-success' from root:root to runner:runner
2025-08-20T21:02:46.1362054Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/no-output-dir-success' from root:root to runner:runner
2025-08-20T21:02:46.1362945Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create/output-dir-restore-success' from root:root to runner:runner
2025-08-20T21:02:46.1363860Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index/create' from root:root to runner:runner
2025-08-20T21:02:46.1364626Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/index' from root:root to runner:runner
2025-08-20T21:02:46.1365349Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack' from root:root to runner:runner
2025-08-20T21:02:46.1366052Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo' from root:root to runner:runner
2025-08-20T21:02:46.1366935Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing' from root:root to runner:runner
2025-08-20T21:02:46.1367597Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots' from root:root to runner:runner
2025-08-20T21:02:46.1368224Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/journey.sh' from root:root to runner:runner
2025-08-20T21:02:46.1368850Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/helpers.sh' from root:root to runner:runner
2025-08-20T21:02:46.1369631Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/journey/gix.sh' from root:root to runner:runner
2025-08-20T21:02:46.1370284Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/journey/ein.sh' from root:root to runner:runner
2025-08-20T21:02:46.1370895Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/journey' from root:root to runner:runner
2025-08-20T21:02:46.1371533Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1372174Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.1372815Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/args.rs' from root:root to runner:runner
2025-08-20T21:02:46.1373532Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/check_mode.rs' from root:root to runner:runner
2025-08-20T21:02:46.1374260Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/blame_copy_royal.rs' from root:root to runner:runner
2025-08-20T21:02:46.1374940Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/env.rs' from root:root to runner:runner
2025-08-20T21:02:46.1375642Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/copy_royal.rs' from root:root to runner:runner
2025-08-20T21:02:46.1376467Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/git_to_sh.rs' from root:root to runner:runner
2025-08-20T21:02:46.1377263Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1377921Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands' from root:root to runner:runner
2025-08-20T21:02:46.1378534Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src' from root:root to runner:runner
2025-08-20T21:02:46.1379178Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/Cargo.lock' from root:root to runner:runner
2025-08-20T21:02:46.1379784Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it' from root:root to runner:runner
2025-08-20T21:02:46.1380359Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T21:02:46.1380957Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/uni.rs' from root:root to runner:runner
2025-08-20T21:02:46.1381547Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/gix.rs' from root:root to runner:runner
2025-08-20T21:02:46.1382307Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/ein.rs' from root:root to runner:runner
2025-08-20T21:02:46.1382958Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/porcelain/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.1383620Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/porcelain/options.rs' from root:root to runner:runner
2025-08-20T21:02:46.1384259Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/porcelain/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1384871Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/porcelain' from root:root to runner:runner
2025-08-20T21:02:46.1385496Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/shared.rs' from root:root to runner:runner
2025-08-20T21:02:46.1386093Z [00:07:39.245]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1386839Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.1387498Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing/progress.rs' from root:root to runner:runner
2025-08-20T21:02:46.1388177Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing/options/free.rs' from root:root to runner:runner
2025-08-20T21:02:46.1388856Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing/options/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1389622Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing/options' from root:root to runner:runner
2025-08-20T21:02:46.1390262Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1390871Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing' from root:root to runner:runner
2025-08-20T21:02:46.1391448Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src' from root:root to runner:runner
2025-08-20T21:02:46.1392095Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1392755Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.1393419Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1394332Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_many.sh' from root:root to runner:runner
2025-08-20T21:02:46.1395241Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_submodule.sh' from root:root to runner:runner
2025-08-20T21:02:46.1395995Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_nonfile.sh' from root:root to runner:runner
2025-08-20T21:02:46.1397057Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_conflict.tar' from root:root to runner:runner
2025-08-20T21:02:46.1397865Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.1398711Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_submodule.tar' from root:root to runner:runner
2025-08-20T21:02:46.1399717Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/racy_git.tar' from root:root to runner:runner
2025-08-20T21:02:46.1400568Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_removed.tar' from root:root to runner:runner
2025-08-20T21:02:46.1401410Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_intent_to_add.tar' from root:root to runner:runner
2025-08-20T21:02:46.1402223Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/conflicts.tar' from root:root to runner:runner
2025-08-20T21:02:46.1403163Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_many.tar' from root:root to runner:runner
2025-08-20T21:02:46.1403920Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.1404659Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/symlink_stack.sh' from root:root to runner:runner
2025-08-20T21:02:46.1405408Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_unchanged.sh' from root:root to runner:runner
2025-08-20T21:02:46.1406188Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_unchanged_filter.sh' from root:root to runner:runner
2025-08-20T21:02:46.1407190Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_conflict.sh' from root:root to runner:runner
2025-08-20T21:02:46.1407936Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_removed.sh' from root:root to runner:runner
2025-08-20T21:02:46.1408813Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_changed.sh' from root:root to runner:runner
2025-08-20T21:02:46.1409533Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/racy_git.sh' from root:root to runner:runner
2025-08-20T21:02:46.1410245Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/conflicts.sh' from root:root to runner:runner
2025-08-20T21:02:46.1411004Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_intent_to_add.sh' from root:root to runner:runner
2025-08-20T21:02:46.1411665Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.1412605Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/status/index_as_worktree_with_renames.rs' from root:root to runner:runner
2025-08-20T21:02:46.1413830Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/status/index_as_worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.1414722Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/status/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1415445Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/status/stack.rs' from root:root to runner:runner
2025-08-20T21:02:46.1416119Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/status' from root:root to runner:runner
2025-08-20T21:02:46.1417024Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests' from root:root to runner:runner
2025-08-20T21:02:46.1417798Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree/traits.rs' from root:root to runner:runner
2025-08-20T21:02:46.1418536Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.1419260Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.1419994Z [00:07:39.246]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree/recorder.rs' from root:root to runner:runner
2025-08-20T21:02:46.1420704Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1421383Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree' from root:root to runner:runner
2025-08-20T21:02:46.1422031Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/stack.rs' from root:root to runner:runner
2025-08-20T21:02:46.1422786Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1423566Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree_with_renames/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.1424349Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree_with_renames/recorder.rs' from root:root to runner:runner
2025-08-20T21:02:46.1425122Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree_with_renames/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1425857Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree_with_renames' from root:root to runner:runner
2025-08-20T21:02:46.1426600Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src' from root:root to runner:runner
2025-08-20T21:02:46.1427249Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.1427897Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.1428492Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status' from root:root to runner:runner
2025-08-20T21:02:46.1429100Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T21:02:46.1429807Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tasks.md' from root:root to runner:runner
2025-08-20T21:02:46.1430482Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1431166Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.1431978Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/fixtures/generated-archives/basic.tar' from root:root to runner:runner
2025-08-20T21:02:46.1432753Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.1433464Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/fixtures/basic.sh' from root:root to runner:runner
2025-08-20T21:02:46.1434139Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.1434842Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/submodule.rs' from root:root to runner:runner
2025-08-20T21:02:46.1435677Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/file/baseline.rs' from root:root to runner:runner
2025-08-20T21:02:46.1436511Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/file/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1437270Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/file' from root:root to runner:runner
2025-08-20T21:02:46.1437915Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests' from root:root to runner:runner
2025-08-20T21:02:46.1438591Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/src/config.rs' from root:root to runner:runner
2025-08-20T21:02:46.1439268Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/src/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.1439914Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1440628Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/src/is_active_platform.rs' from root:root to runner:runner
2025-08-20T21:02:46.1441254Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/src' from root:root to runner:runner
2025-08-20T21:02:46.1441927Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.1442715Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.1443342Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule' from root:root to runner:runner
2025-08-20T21:02:46.1443993Z [00:07:39.247]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1444665Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.1445349Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1446149Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.1447230Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/generated-archives/make_special_exclude_case.tar' from root:root to runner:runner
2025-08-20T21:02:46.1447991Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.1448942Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/make_special_exclude_case.sh' from root:root to runner:runner
2025-08-20T21:02:46.1449684Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/symlink_stack.sh' from root:root to runner:runner
2025-08-20T21:02:46.1450473Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/make_attributes_baseline.sh' from root:root to runner:runner
2025-08-20T21:02:46.1451291Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/make_ignore_and_attributes_setup.sh' from root:root to runner:runner
2025-08-20T21:02:46.1451976Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.1452664Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/integrate.rs' from root:root to runner:runner
2025-08-20T21:02:46.1453399Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree/stack/ignore.rs' from root:root to runner:runner
2025-08-20T21:02:46.1454165Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree/stack/attributes.rs' from root:root to runner:runner
2025-08-20T21:02:46.1454949Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree/stack/create_directory.rs' from root:root to runner:runner
2025-08-20T21:02:46.1455785Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree/stack/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1456605Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree/stack' from root:root to runner:runner
2025-08-20T21:02:46.1457306Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1457991Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree' from root:root to runner:runner
2025-08-20T21:02:46.1458633Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests' from root:root to runner:runner
2025-08-20T21:02:46.1459353Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/state/ignore.rs' from root:root to runner:runner
2025-08-20T21:02:46.1460088Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/state/attributes.rs' from root:root to runner:runner
2025-08-20T21:02:46.1460792Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/state/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1461593Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/state' from root:root to runner:runner
2025-08-20T21:02:46.1462302Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/platform.rs' from root:root to runner:runner
2025-08-20T21:02:46.1462998Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/delegate.rs' from root:root to runner:runner
2025-08-20T21:02:46.1463669Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1464325Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack' from root:root to runner:runner
2025-08-20T21:02:46.1464976Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1465600Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src' from root:root to runner:runner
2025-08-20T21:02:46.1466588Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.1467271Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.1467893Z [00:07:39.248]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree' from root:root to runner:runner
2025-08-20T21:02:46.1468693Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1469353Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/README.md' from root:root to runner:runner
2025-08-20T21:02:46.1470027Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.1470709Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1471569Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.1472315Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/fuzz/fuzz_targets/parse.dict' from root:root to runner:runner
2025-08-20T21:02:46.1473034Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.1473714Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.1474470Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.1475178Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/parse/valid.rs' from root:root to runner:runner
2025-08-20T21:02:46.1475885Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/parse/invalid.rs' from root:root to runner:runner
2025-08-20T21:02:46.1476828Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/parse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1477513Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/parse' from root:root to runner:runner
2025-08-20T21:02:46.1478392Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/parse_baseline.sh' from root:root to runner:runner
2025-08-20T21:02:46.1479560Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/parse_baseline.tar' from root:root to runner:runner
2025-08-20T21:02:46.1482321Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline_dirs.tar' from root:root to runner:runner
2025-08-20T21:02:46.1485460Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline_files.tar' from root:root to runner:runner
2025-08-20T21:02:46.1488756Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline.tar' from root:root to runner:runner
2025-08-20T21:02:46.1491630Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.1494373Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/match_baseline_dirs.sh' from root:root to runner:runner
2025-08-20T21:02:46.1497007Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/match_baseline_files.sh' from root:root to runner:runner
2025-08-20T21:02:46.1498480Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.1499814Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/pathspec.rs' from root:root to runner:runner
2025-08-20T21:02:46.1501138Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/defaults.rs' from root:root to runner:runner
2025-08-20T21:02:46.1502487Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/normalize/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1503833Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/normalize' from root:root to runner:runner
2025-08-20T21:02:46.1505178Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/search/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1506613Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/search' from root:root to runner:runner
2025-08-20T21:02:46.1507880Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests' from root:root to runner:runner
2025-08-20T21:02:46.1509162Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/pattern.rs' from root:root to runner:runner
2025-08-20T21:02:46.1510611Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.1511927Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/defaults.rs' from root:root to runner:runner
2025-08-20T21:02:46.1513266Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/search/matching.rs' from root:root to runner:runner
2025-08-20T21:02:46.1514618Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/search/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.1515952Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/search/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1517379Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/search' from root:root to runner:runner
2025-08-20T21:02:46.1518677Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1519920Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src' from root:root to runner:runner
2025-08-20T21:02:46.1521172Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.1522591Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.1523835Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec' from root:root to runner:runner
2025-08-20T21:02:46.1525078Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1526486Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.1527838Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/discover.rs' from root:root to runner:runner
2025-08-20T21:02:46.1529167Z [00:07:39.249]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/mailmap.rs' from root:root to runner:runner
2025-08-20T21:02:46.1530531Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/commitgraph/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.1531927Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/commitgraph/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1533279Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/commitgraph' from root:root to runner:runner
2025-08-20T21:02:46.1534670Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/credential.rs' from root:root to runner:runner
2025-08-20T21:02:46.1536198Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/fetch.rs' from root:root to runner:runner
2025-08-20T21:02:46.1537911Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/log.rs' from root:root to runner:runner
2025-08-20T21:02:46.1539323Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/archive.rs' from root:root to runner:runner
2025-08-20T21:02:46.1540739Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/config.rs' from root:root to runner:runner
2025-08-20T21:02:46.1542136Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/commit.rs' from root:root to runner:runner
2025-08-20T21:02:46.1543520Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/status.rs' from root:root to runner:runner
2025-08-20T21:02:46.1544905Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/clean.rs' from root:root to runner:runner
2025-08-20T21:02:46.1546561Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/mailmap.rs' from root:root to runner:runner
2025-08-20T21:02:46.1547972Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/exclude.rs' from root:root to runner:runner
2025-08-20T21:02:46.1549360Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.1550732Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/odb.rs' from root:root to runner:runner
2025-08-20T21:02:46.1552167Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/attributes/query.rs' from root:root to runner:runner
2025-08-20T21:02:46.1553717Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/attributes/validate_baseline.rs' from root:root to runner:runner
2025-08-20T21:02:46.1555243Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/attributes/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1556770Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/attributes' from root:root to runner:runner
2025-08-20T21:02:46.1558161Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/fsck.rs' from root:root to runner:runner
2025-08-20T21:02:46.1559543Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/tree.rs' from root:root to runner:runner
2025-08-20T21:02:46.1561031Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/tag.rs' from root:root to runner:runner
2025-08-20T21:02:46.1562437Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/remote.rs' from root:root to runner:runner
2025-08-20T21:02:46.1564534Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/submodule.rs' from root:root to runner:runner
2025-08-20T21:02:46.1566041Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/commitgraph/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.1567659Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/commitgraph/list.rs' from root:root to runner:runner
2025-08-20T21:02:46.1569140Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/commitgraph/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1570578Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/commitgraph' from root:root to runner:runner
2025-08-20T21:02:46.1572145Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/blame.rs' from root:root to runner:runner
2025-08-20T21:02:46.1573553Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.1574945Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/clone.rs' from root:root to runner:runner
2025-08-20T21:02:46.1576514Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/merge/commit.rs' from root:root to runner:runner
2025-08-20T21:02:46.1578022Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/merge/tree.rs' from root:root to runner:runner
2025-08-20T21:02:46.1579459Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/merge/file.rs' from root:root to runner:runner
2025-08-20T21:02:46.1580897Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/merge/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1582282Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/merge' from root:root to runner:runner
2025-08-20T21:02:46.1583713Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/revision/resolve.rs' from root:root to runner:runner
2025-08-20T21:02:46.1585241Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/revision/previous_branches.rs' from root:root to runner:runner
2025-08-20T21:02:46.1587080Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/revision/list.rs' from root:root to runner:runner
2025-08-20T21:02:46.1588602Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/revision/explain.rs' from root:root to runner:runner
2025-08-20T21:02:46.1590062Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/revision/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1591488Z [00:07:39.250]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/revision' from root:root to runner:runner
2025-08-20T21:02:46.1592897Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/merge_base.rs' from root:root to runner:runner
2025-08-20T21:02:46.1594289Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/diff.rs' from root:root to runner:runner
2025-08-20T21:02:46.1595657Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1597152Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/dirty.rs' from root:root to runner:runner
2025-08-20T21:02:46.1598718Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/index/entries.rs' from root:root to runner:runner
2025-08-20T21:02:46.1600160Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/index/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1601545Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/index' from root:root to runner:runner
2025-08-20T21:02:46.1602904Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/cat.rs' from root:root to runner:runner
2025-08-20T21:02:46.1604254Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository' from root:root to runner:runner
2025-08-20T21:02:46.1605591Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/hours/core.rs' from root:root to runner:runner
2025-08-20T21:02:46.1607036Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/hours/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.1608365Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/hours/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1609670Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/hours' from root:root to runner:runner
2025-08-20T21:02:46.1611086Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/organize.rs' from root:root to runner:runner
2025-08-20T21:02:46.1612407Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/net.rs' from root:root to runner:runner
2025-08-20T21:02:46.1613749Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query/engine/update.rs' from root:root to runner:runner
2025-08-20T21:02:46.1615165Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query/engine/command.rs' from root:root to runner:runner
2025-08-20T21:02:46.1616770Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query/engine/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1618208Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query/engine' from root:root to runner:runner
2025-08-20T21:02:46.1619531Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query/db.rs' from root:root to runner:runner
2025-08-20T21:02:46.1620850Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1622305Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query' from root:root to runner:runner
2025-08-20T21:02:46.1623625Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.1624987Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/multi_index.rs' from root:root to runner:runner
2025-08-20T21:02:46.1626522Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/create.rs' from root:root to runner:runner
2025-08-20T21:02:46.1627918Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/receive.rs' from root:root to runner:runner
2025-08-20T21:02:46.1629286Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/index.rs' from root:root to runner:runner
2025-08-20T21:02:46.1630651Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/explode.rs' from root:root to runner:runner
2025-08-20T21:02:46.1631983Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1633268Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack' from root:root to runner:runner
2025-08-20T21:02:46.1634610Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/index/information.rs' from root:root to runner:runner
2025-08-20T21:02:46.1636362Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/index/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1638356Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/index/checkout.rs' from root:root to runner:runner
2025-08-20T21:02:46.1639698Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/index' from root:root to runner:runner
2025-08-20T21:02:46.1640976Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1642294Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/corpus/run.rs' from root:root to runner:runner
2025-08-20T21:02:46.1643649Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/corpus/engine.rs' from root:root to runner:runner
2025-08-20T21:02:46.1644983Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/corpus/db.rs' from root:root to runner:runner
2025-08-20T21:02:46.1646431Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/corpus/trace.rs' from root:root to runner:runner
2025-08-20T21:02:46.1647950Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/corpus/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1649259Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/corpus' from root:root to runner:runner
2025-08-20T21:02:46.1650513Z [00:07:39.251]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src' from root:root to runner:runner
2025-08-20T21:02:46.1651773Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.1653067Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.1654308Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core' from root:root to runner:runner
2025-08-20T21:02:46.1655557Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.devcontainer/Dockerfile' from root:root to runner:runner
2025-08-20T21:02:46.1656973Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.devcontainer/devcontainer.json' from root:root to runner:runner
2025-08-20T21:02:46.1658237Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.devcontainer' from root:root to runner:runner
2025-08-20T21:02:46.1659511Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1660976Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.1662489Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.1664054Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.1665529Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/tests/fixtures/basic.sh' from root:root to runner:runner
2025-08-20T21:02:46.1667147Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.1668526Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/tests/stream.rs' from root:root to runner:runner
2025-08-20T21:02:46.1669847Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/tests' from root:root to runner:runner
2025-08-20T21:02:46.1671172Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src/protocol.rs' from root:root to runner:runner
2025-08-20T21:02:46.1672661Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src/entry.rs' from root:root to runner:runner
2025-08-20T21:02:46.1674035Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src/from_tree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1675451Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src/from_tree/traverse.rs' from root:root to runner:runner
2025-08-20T21:02:46.1677138Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src/from_tree' from root:root to runner:runner
2025-08-20T21:02:46.1678508Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.1679822Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src' from root:root to runner:runner
2025-08-20T21:02:46.1681132Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.1682469Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.1683753Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream' from root:root to runner:runner
2025-08-20T21:02:46.1685001Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.1686611Z [00:07:39.252]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/examples/init-repo-and-commit.rs' from root:root to runner:runner
2025-08-20T21:02:46.1687969Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/examples/clone.rs' from root:root to runner:runner
2025-08-20T21:02:46.1689346Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/examples/reversible-interrupt-handlers.rs' from root:root to runner:runner
2025-08-20T21:02:46.1690716Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/examples/stats.rs' from root:root to runner:runner
2025-08-20T21:02:46.1692165Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/examples/interrupt-handler-allows-graceful-shutdown.rs' from root:root to runner:runner
2025-08-20T21:02:46.1693556Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/examples' from root:root to runner:runner
2025-08-20T21:02:46.1694777Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.1696162Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_cherry_pick_sequence_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1697940Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_commit_describe_multiple_tags.sh' from root:root to runner:runner
2025-08-20T21:02:46.1699419Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_packed_and_loose.sh' from root:root to runner:runner
2025-08-20T21:02:46.1700861Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_complex_shallow_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1702413Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_rev_spec_parse_repos.tar' from root:root to runner:runner
2025-08-20T21:02:46.1704088Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_commit_describe_multiple_tags.tar' from root:root to runner:runner
2025-08-20T21:02:46.1705707Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.1707525Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_am_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1709135Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_cherry_pick_sequence_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1711239Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_submodules.tar' from root:root to runner:runner
2025-08-20T21:02:46.1713151Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_head_repos.tar' from root:root to runner:runner
2025-08-20T21:02:46.1714748Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_rebase_i_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1716567Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_merge_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1718204Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_rev_parse_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1719835Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_revert_sequence_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1721439Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_basic_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1723012Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_references_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1724794Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_packed_and_loose.tar' from root:root to runner:runner
2025-08-20T21:02:46.1726508Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_config_repos.tar' from root:root to runner:runner
2025-08-20T21:02:46.1728121Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_remote_config_repos.tar' from root:root to runner:runner
2025-08-20T21:02:46.1729706Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_empty_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1731317Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_repo_with_fork_and_dates.tar' from root:root to runner:runner
2025-08-20T21:02:46.1732932Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_reftable_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1734517Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_cherry_pick_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1736099Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_revert_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1737781Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_pre_epoch_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1739483Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_status_repos.tar' from root:root to runner:runner
2025-08-20T21:02:46.1741073Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_diff_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1742630Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_bisect_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1744204Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_shallow_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1745773Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_config_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.1747462Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.1748862Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_fetch_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.1750448Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_repo_with_fork_and_dates.sh' from root:root to runner:runner
2025-08-20T21:02:46.1751889Z [00:07:39.253]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_remote_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.1753303Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_cherry_pick_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1754766Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_worktree_repo_with_configs.sh' from root:root to runner:runner
2025-08-20T21:02:46.1756406Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_rebase_i_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1757950Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_config_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.1759351Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_worktree_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1760773Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_core_worktree_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1762193Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_status_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.1763723Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_rev_parse_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1765148Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_shallow_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1766660Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_basic_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1768052Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_empty_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1769441Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_diff_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1770849Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_references_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1772264Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_revert_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1773658Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_pre_epoch_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1775259Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_revert_sequence_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1776858Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_reftable_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1778260Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_merge_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1779647Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_head_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.1781037Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_diff_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.1782426Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_submodules.sh' from root:root to runner:runner
2025-08-20T21:02:46.1783888Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_signatures_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1786013Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_rev_spec_parse_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.1787750Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/repo_with_untracked_files.sh' from root:root to runner:runner
2025-08-20T21:02:46.1789326Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_am_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1790758Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_remote_config_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.1792227Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_submodule_with_worktree.sh' from root:root to runner:runner
2025-08-20T21:02:46.1793883Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/2de73f57fc9599602e001fc6331034749b2eacb0.msg' from root:root to runner:runner
2025-08-20T21:02:46.1795720Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f4cb24f79ec2549a3a8a5028d4c43d953f74137d.blob' from root:root to runner:runner
2025-08-20T21:02:46.1797815Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ac9ad5761637cd731abe1bf4a075fedda7bfc61f.blob' from root:root to runner:runner
2025-08-20T21:02:46.1799621Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/2de73f57fc9599602e001fc6331034749b2eacb0.tree' from root:root to runner:runner
2025-08-20T21:02:46.1801609Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/c24ae8e04f53b84e09838d232b3e8c0167ccc010.blob' from root:root to runner:runner
2025-08-20T21:02:46.1803428Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/d67f782327ea286136b8532eaf9a509806a87e83.blob' from root:root to runner:runner
2025-08-20T21:02:46.1805230Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/3d7598b4e4c570eef701f40853ef3e3b0fb224f7.blob' from root:root to runner:runner
2025-08-20T21:02:46.1807157Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5a052b7fb0919218b2ecddffbb341277bd443a5c.blob' from root:root to runner:runner
2025-08-20T21:02:46.1808991Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5c1985fc3c89a8d0edaedc23f76feb7f5c4cc962.blob' from root:root to runner:runner
2025-08-20T21:02:46.1810809Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ba61cefef4328f126283f25935aab2d04ae2016e.blob' from root:root to runner:runner
2025-08-20T21:02:46.1812622Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/47bd6f4aa4a7eeef8b01ce168c6c771bdfffcbd3.tree' from root:root to runner:runner
2025-08-20T21:02:46.1814430Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8defe631bc82bf35a53cd25083f85664516f412f.blob' from root:root to runner:runner
2025-08-20T21:02:46.1816482Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f644e4c8dd0be6fbe5493b172ce10839bcd9e25c.blob' from root:root to runner:runner
2025-08-20T21:02:46.1818368Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e0baefc79038fed0bcf56f2d8c3588a26d5bf985.blob' from root:root to runner:runner
2025-08-20T21:02:46.1820179Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8c80364c37b7fc364778efb4214575536e6a1df4.blob' from root:root to runner:runner
2025-08-20T21:02:46.1821989Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/081093be2ba0d2be62d14363f43859355bee2aa2.blob' from root:root to runner:runner
2025-08-20T21:02:46.1823808Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/92853cde19b20cadd74113ea3566c87d4def591b.blob' from root:root to runner:runner
2025-08-20T21:02:46.1825924Z [00:07:39.254]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/85e7db4f01d8be8faa7a020647273399f815f597.blob' from root:root to runner:runner
2025-08-20T21:02:46.1827969Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ff1c247d4312adb5b372c6d9ff93fa71846ca527.blob' from root:root to runner:runner
2025-08-20T21:02:46.1829973Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/44f49aec05b7dc920cf1f1a554016e74b06ee1c8.blob' from root:root to runner:runner
2025-08-20T21:02:46.1831790Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/b8b29cc0ca0176fafaa97c7421a10ed116bcba8a.blob' from root:root to runner:runner
2025-08-20T21:02:46.1833598Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e3a9ec4524d27aa7035a38fd7c5db414809623c4.blob' from root:root to runner:runner
2025-08-20T21:02:46.1835413Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/94f78deb408d181ccea9da574d0e45ac32a98092.blob' from root:root to runner:runner
2025-08-20T21:02:46.1837509Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f921d5bc423586194bd73419f9814ff072212faa.blob' from root:root to runner:runner
2025-08-20T21:02:46.1839336Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/45bb2cf6b7fa96a39c95301f619ca3e4cc3eb0f3.blob' from root:root to runner:runner
2025-08-20T21:02:46.1841150Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a0c0340e495fa759c0b705dd46cee322aa0d80c8.blob' from root:root to runner:runner
2025-08-20T21:02:46.1842956Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/16ab056981c9ca40cdd4d298feb70510cc3ced37.blob' from root:root to runner:runner
2025-08-20T21:02:46.1844898Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/3e03295d9b4654adccb6cd625376c36d4d38fb3d.blob' from root:root to runner:runner
2025-08-20T21:02:46.1846855Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e7e8f15d7f4c0c50aad13b0f82a632e3d55c33c6.blob' from root:root to runner:runner
2025-08-20T21:02:46.1848669Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/47bd6f4aa4a7eeef8b01ce168c6c771bdfffcbd3.msg' from root:root to runner:runner
2025-08-20T21:02:46.1850496Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8f55dec5b81779d23539fa7146d713cc42df70f4.blob' from root:root to runner:runner
2025-08-20T21:02:46.1852293Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e7e8c4f00412aa9bc9898f396ef9a7597aa64756.blob' from root:root to runner:runner
2025-08-20T21:02:46.1854094Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/fd57f61e92d4d49b4920c08c3522c066cb03ecd2.blob' from root:root to runner:runner
2025-08-20T21:02:46.1856045Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f09e8b0e6bf963d8d6d5b578fea48ff4c9b723fb.blob' from root:root to runner:runner
2025-08-20T21:02:46.1858187Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a03b50a8a9c23c68d641b51b7c887ea088cd0d2b.blob' from root:root to runner:runner
2025-08-20T21:02:46.1860514Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/0dcc138981223171df13d35444c7aaee4b502c6f.blob' from root:root to runner:runner
2025-08-20T21:02:46.1862323Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/cbd36dbc76760ed41c968f369b470b45c176dabe.blob' from root:root to runner:runner
2025-08-20T21:02:46.1864149Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5253f0ff160e8b7001a7bd271ca4a07968ff81a3.blob' from root:root to runner:runner
2025-08-20T21:02:46.1865967Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a008cb19a57bd44a5a054fced38384b09c9243fc.blob' from root:root to runner:runner
2025-08-20T21:02:46.1867811Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1' from root:root to runner:runner
2025-08-20T21:02:46.1869174Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets' from root:root to runner:runner
2025-08-20T21:02:46.1870541Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_bisect_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1872079Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_config_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.1873422Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.1874681Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix-init.rs' from root:root to runner:runner
2025-08-20T21:02:46.1875992Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object/commit.rs' from root:root to runner:runner
2025-08-20T21:02:46.1877635Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object/tree/diff.rs' from root:root to runner:runner
2025-08-20T21:02:46.1878996Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object/tree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1880318Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object/tree' from root:root to runner:runner
2025-08-20T21:02:46.1881619Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object/blob.rs' from root:root to runner:runner
2025-08-20T21:02:46.1883082Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1884370Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object' from root:root to runner:runner
2025-08-20T21:02:46.1885621Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.1887002Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/commit.rs' from root:root to runner:runner
2025-08-20T21:02:46.1888338Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/reference/remote.rs' from root:root to runner:runner
2025-08-20T21:02:46.1889689Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/reference/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1890993Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/reference' from root:root to runner:runner
2025-08-20T21:02:46.1892265Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/status.rs' from root:root to runner:runner
2025-08-20T21:02:46.1893522Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/id.rs' from root:root to runner:runner
2025-08-20T21:02:46.1894784Z [00:07:39.255]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.1896342Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/config/tree.rs' from root:root to runner:runner
2025-08-20T21:02:46.1897674Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/config/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1912052Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/config' from root:root to runner:runner
2025-08-20T21:02:46.1913416Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/remote/fetch.rs' from root:root to runner:runner
2025-08-20T21:02:46.1914770Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/remote/ref_map.rs' from root:root to runner:runner
2025-08-20T21:02:46.1916136Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/remote/save.rs' from root:root to runner:runner
2025-08-20T21:02:46.1917825Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/remote/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1919167Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/remote/connect.rs' from root:root to runner:runner
2025-08-20T21:02:46.1920699Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/remote' from root:root to runner:runner
2025-08-20T21:02:46.1921995Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/submodule.rs' from root:root to runner:runner
2025-08-20T21:02:46.1923331Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/merge.rs' from root:root to runner:runner
2025-08-20T21:02:46.1924710Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/excludes.rs' from root:root to runner:runner
2025-08-20T21:02:46.1926092Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/state.rs' from root:root to runner:runner
2025-08-20T21:02:46.1927623Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/pathspec.rs' from root:root to runner:runner
2025-08-20T21:02:46.1929032Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/remote.rs' from root:root to runner:runner
2025-08-20T21:02:46.1930471Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/identity.rs' from root:root to runner:runner
2025-08-20T21:02:46.1932840Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/config_snapshot/credential_helpers.rs' from root:root to runner:runner
2025-08-20T21:02:46.1934491Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/config_snapshot/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1936144Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/config_snapshot' from root:root to runner:runner
2025-08-20T21:02:46.1937775Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1939253Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/transport_options.rs' from root:root to runner:runner
2025-08-20T21:02:46.1940695Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config' from root:root to runner:runner
2025-08-20T21:02:46.1942061Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/remote.rs' from root:root to runner:runner
2025-08-20T21:02:46.1943441Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/submodule.rs' from root:root to runner:runner
2025-08-20T21:02:46.1944821Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/object.rs' from root:root to runner:runner
2025-08-20T21:02:46.1946491Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/shallow.rs' from root:root to runner:runner
2025-08-20T21:02:46.1947941Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/filter.rs' from root:root to runner:runner
2025-08-20T21:02:46.1949322Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.1950716Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/reference.rs' from root:root to runner:runner
2025-08-20T21:02:46.1952083Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/open.rs' from root:root to runner:runner
2025-08-20T21:02:46.1953432Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1954781Z [00:07:39.256]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository' from root:root to runner:runner
2025-08-20T21:02:46.1956067Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/clone.rs' from root:root to runner:runner
2025-08-20T21:02:46.1957700Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.1959183Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/regex.rs' from root:root to runner:runner
2025-08-20T21:02:46.1960807Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/ambiguous.rs' from root:root to runner:runner
2025-08-20T21:02:46.1962329Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/reflog.rs' from root:root to runner:runner
2025-08-20T21:02:46.1963793Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1965273Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/traverse.rs' from root:root to runner:runner
2025-08-20T21:02:46.1966883Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/peel.rs' from root:root to runner:runner
2025-08-20T21:02:46.1968320Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes' from root:root to runner:runner
2025-08-20T21:02:46.1969704Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1971041Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec' from root:root to runner:runner
2025-08-20T21:02:46.1972491Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1973796Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision' from root:root to runner:runner
2025-08-20T21:02:46.1975053Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/head.rs' from root:root to runner:runner
2025-08-20T21:02:46.1976437Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/diff.rs' from root:root to runner:runner
2025-08-20T21:02:46.1977706Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.1978939Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix' from root:root to runner:runner
2025-08-20T21:02:46.1980171Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/interrupt.rs' from root:root to runner:runner
2025-08-20T21:02:46.1981377Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests' from root:root to runner:runner
2025-08-20T21:02:46.1982575Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/merge.rs' from root:root to runner:runner
2025-08-20T21:02:46.1983848Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/attribute_stack.rs' from root:root to runner:runner
2025-08-20T21:02:46.1985273Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/errors.rs' from root:root to runner:runner
2025-08-20T21:02:46.1986788Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/commit.rs' from root:root to runner:runner
2025-08-20T21:02:46.1988068Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tag.rs' from root:root to runner:runner
2025-08-20T21:02:46.1989354Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/entry.rs' from root:root to runner:runner
2025-08-20T21:02:46.1990686Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/editor.rs' from root:root to runner:runner
2025-08-20T21:02:46.1992000Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1993341Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/diff/for_each.rs' from root:root to runner:runner
2025-08-20T21:02:46.1994709Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/diff/change.rs' from root:root to runner:runner
2025-08-20T21:02:46.1996205Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/diff/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.1997805Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/diff' from root:root to runner:runner
2025-08-20T21:02:46.1999129Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/traverse.rs' from root:root to runner:runner
2025-08-20T21:02:46.2000422Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree' from root:root to runner:runner
2025-08-20T21:02:46.2001674Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/blob.rs' from root:root to runner:runner
2025-08-20T21:02:46.2002959Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/impls.rs' from root:root to runner:runner
2025-08-20T21:02:46.2004992Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2006414Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/peel.rs' from root:root to runner:runner
2025-08-20T21:02:46.2007664Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object' from root:root to runner:runner
2025-08-20T21:02:46.2008936Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/submodule/errors.rs' from root:root to runner:runner
2025-08-20T21:02:46.2010379Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/submodule/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2011682Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/submodule' from root:root to runner:runner
2025-08-20T21:02:46.2012915Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/commit.rs' from root:root to runner:runner
2025-08-20T21:02:46.2014187Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/errors.rs' from root:root to runner:runner
2025-08-20T21:02:46.2015501Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/log.rs' from root:root to runner:runner
2025-08-20T21:02:46.2016910Z [00:07:39.257]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.2018257Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/edits.rs' from root:root to runner:runner
2025-08-20T21:02:46.2019558Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/remote.rs' from root:root to runner:runner
2025-08-20T21:02:46.2020845Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2022247Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference' from root:root to runner:runner
2025-08-20T21:02:46.2023492Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/discover.rs' from root:root to runner:runner
2025-08-20T21:02:46.2024713Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/id.rs' from root:root to runner:runner
2025-08-20T21:02:46.2025934Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/mailmap.rs' from root:root to runner:runner
2025-08-20T21:02:46.2027377Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/state.rs' from root:root to runner:runner
2025-08-20T21:02:46.2028631Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/pathspec.rs' from root:root to runner:runner
2025-08-20T21:02:46.2029877Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/progress.rs' from root:root to runner:runner
2025-08-20T21:02:46.2031099Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.2032365Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/overrides.rs' from root:root to runner:runner
2025-08-20T21:02:46.2033693Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/cache/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.2035162Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/cache/incubate.rs' from root:root to runner:runner
2025-08-20T21:02:46.2036791Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/cache/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.2038136Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/cache/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.2039450Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/cache/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2040740Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/cache' from root:root to runner:runner
2025-08-20T21:02:46.2042103Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/credential.rs' from root:root to runner:runner
2025-08-20T21:02:46.2043522Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/fetch.rs' from root:root to runner:runner
2025-08-20T21:02:46.2044906Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/url.rs' from root:root to runner:runner
2025-08-20T21:02:46.2046565Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/merge.rs' from root:root to runner:runner
2025-08-20T21:02:46.2047991Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/gitoxide.rs' from root:root to runner:runner
2025-08-20T21:02:46.2049407Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/branch.rs' from root:root to runner:runner
2025-08-20T21:02:46.2050804Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/status.rs' from root:root to runner:runner
2025-08-20T21:02:46.2052199Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/core.rs' from root:root to runner:runner
2025-08-20T21:02:46.2053599Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/mailmap.rs' from root:root to runner:runner
2025-08-20T21:02:46.2055014Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/protocol.rs' from root:root to runner:runner
2025-08-20T21:02:46.2056540Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/committer.rs' from root:root to runner:runner
2025-08-20T21:02:46.2057953Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/user.rs' from root:root to runner:runner
2025-08-20T21:02:46.2059359Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/author.rs' from root:root to runner:runner
2025-08-20T21:02:46.2060882Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/remote.rs' from root:root to runner:runner
2025-08-20T21:02:46.2062324Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/extensions.rs' from root:root to runner:runner
2025-08-20T21:02:46.2063737Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/safe.rs' from root:root to runner:runner
2025-08-20T21:02:46.2065132Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/pack.rs' from root:root to runner:runner
2025-08-20T21:02:46.2066724Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/clone.rs' from root:root to runner:runner
2025-08-20T21:02:46.2068147Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/index.rs' from root:root to runner:runner
2025-08-20T21:02:46.2069536Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/http.rs' from root:root to runner:runner
2025-08-20T21:02:46.2071069Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/push.rs' from root:root to runner:runner
2025-08-20T21:02:46.2072459Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/diff.rs' from root:root to runner:runner
2025-08-20T21:02:46.2073837Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.2075210Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2076854Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/checkout.rs' from root:root to runner:runner
2025-08-20T21:02:46.2078965Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/ssh.rs' from root:root to runner:runner
2025-08-20T21:02:46.2080339Z [00:07:39.258]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections' from root:root to runner:runner
2025-08-20T21:02:46.2081655Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/keys.rs' from root:root to runner:runner
2025-08-20T21:02:46.2082970Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/traits.rs' from root:root to runner:runner
2025-08-20T21:02:46.2084284Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2085699Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree' from root:root to runner:runner
2025-08-20T21:02:46.2087166Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/snapshot/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.2088523Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/snapshot/_impls.rs' from root:root to runner:runner
2025-08-20T21:02:46.2089929Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/snapshot/credential_helpers.rs' from root:root to runner:runner
2025-08-20T21:02:46.2091331Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/snapshot/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2092644Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/snapshot' from root:root to runner:runner
2025-08-20T21:02:46.2093907Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2095134Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config' from root:root to runner:runner
2025-08-20T21:02:46.2096669Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/dirwalk/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.2097969Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/dirwalk/options.rs' from root:root to runner:runner
2025-08-20T21:02:46.2099248Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/dirwalk/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2100487Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/dirwalk' from root:root to runner:runner
2025-08-20T21:02:46.2101749Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/open/permissions.rs' from root:root to runner:runner
2025-08-20T21:02:46.2103069Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/open/repository.rs' from root:root to runner:runner
2025-08-20T21:02:46.2104369Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/open/options.rs' from root:root to runner:runner
2025-08-20T21:02:46.2105622Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/open/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2107039Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/open' from root:root to runner:runner
2025-08-20T21:02:46.2108236Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/tag.rs' from root:root to runner:runner
2025-08-20T21:02:46.2109453Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/create.rs' from root:root to runner:runner
2025-08-20T21:02:46.2110813Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/prelude.rs' from root:root to runner:runner
2025-08-20T21:02:46.2112109Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/url/rewrite.rs' from root:root to runner:runner
2025-08-20T21:02:46.2113476Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/url/scheme_permission.rs' from root:root to runner:runner
2025-08-20T21:02:46.2114827Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/url/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2116094Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/url' from root:root to runner:runner
2025-08-20T21:02:46.2117666Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/errors.rs' from root:root to runner:runner
2025-08-20T21:02:46.2118968Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/fetch.rs' from root:root to runner:runner
2025-08-20T21:02:46.2120299Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/ref_map.rs' from root:root to runner:runner
2025-08-20T21:02:46.2121883Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/config.rs' from root:root to runner:runner
2025-08-20T21:02:46.2123313Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/error.rs' from root:root to runner:runner
2025-08-20T21:02:46.2124771Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/receive_pack.rs' from root:root to runner:runner
2025-08-20T21:02:46.2126329Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2127818Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/update_refs/update.rs' from root:root to runner:runner
2025-08-20T21:02:46.2129348Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/update_refs/tests.rs' from root:root to runner:runner
2025-08-20T21:02:46.2130855Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/update_refs/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2132326Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/update_refs' from root:root to runner:runner
2025-08-20T21:02:46.2133737Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch' from root:root to runner:runner
2025-08-20T21:02:46.2135227Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.2136724Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2138061Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection' from root:root to runner:runner
2025-08-20T21:02:46.2139344Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/build.rs' from root:root to runner:runner
2025-08-20T21:02:46.2140622Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/name.rs' from root:root to runner:runner
2025-08-20T21:02:46.2141888Z [00:07:39.259]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/save.rs' from root:root to runner:runner
2025-08-20T21:02:46.2143154Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.2144419Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.2145813Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2147305Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connect.rs' from root:root to runner:runner
2025-08-20T21:02:46.2148548Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote' from root:root to runner:runner
2025-08-20T21:02:46.2149810Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone/fetch/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.2151804Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone/fetch/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2153100Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone/fetch' from root:root to runner:runner
2025-08-20T21:02:46.2154366Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.2155638Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2157176Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone/checkout.rs' from root:root to runner:runner
2025-08-20T21:02:46.2158422Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone' from root:root to runner:runner
2025-08-20T21:02:46.2159705Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/index_worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.2161180Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/tree_index.rs' from root:root to runner:runner
2025-08-20T21:02:46.2162514Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/platform.rs' from root:root to runner:runner
﻿2025-08-20T21:02:46.2166721Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/iter/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.2168060Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/iter/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2169335Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/iter' from root:root to runner:runner
2025-08-20T21:02:46.2170581Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2171811Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status' from root:root to runner:runner
2025-08-20T21:02:46.2173059Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/shallow.rs' from root:root to runner:runner
2025-08-20T21:02:46.2174393Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/env.rs' from root:root to runner:runner
2025-08-20T21:02:46.2175618Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/filter.rs' from root:root to runner:runner
2025-08-20T21:02:46.2177020Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/thread_safe.rs' from root:root to runner:runner
2025-08-20T21:02:46.2178352Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/merge.rs' from root:root to runner:runner
2025-08-20T21:02:46.2179694Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/permissions.rs' from root:root to runner:runner
2025-08-20T21:02:46.2181037Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/mailmap.rs' from root:root to runner:runner
2025-08-20T21:02:46.2182366Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/location.rs' from root:root to runner:runner
2025-08-20T21:02:46.2183681Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/state.rs' from root:root to runner:runner
2025-08-20T21:02:46.2185005Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/pathspec.rs' from root:root to runner:runner
2025-08-20T21:02:46.2186496Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/attributes.rs' from root:root to runner:runner
2025-08-20T21:02:46.2188102Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/config/branch.rs' from root:root to runner:runner
2025-08-20T21:02:46.2189537Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/config/transport.rs' from root:root to runner:runner
2025-08-20T21:02:46.2190929Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/config/remote.rs' from root:root to runner:runner
2025-08-20T21:02:46.2192405Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/config/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2193740Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/config' from root:root to runner:runner
2025-08-20T21:02:46.2195065Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/freelist.rs' from root:root to runner:runner
2025-08-20T21:02:46.2196659Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/graph.rs' from root:root to runner:runner
2025-08-20T21:02:46.2198003Z [00:07:39.260]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/remote.rs' from root:root to runner:runner
2025-08-20T21:02:46.2199442Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/submodule.rs' from root:root to runner:runner
2025-08-20T21:02:46.2200782Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/object.rs' from root:root to runner:runner
2025-08-20T21:02:46.2202102Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/shallow.rs' from root:root to runner:runner
2025-08-20T21:02:46.2203414Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/filter.rs' from root:root to runner:runner
2025-08-20T21:02:46.2204740Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.2206061Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/index.rs' from root:root to runner:runner
2025-08-20T21:02:46.2207517Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/reference.rs' from root:root to runner:runner
2025-08-20T21:02:46.2209106Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/dirwalk.rs' from root:root to runner:runner
2025-08-20T21:02:46.2210420Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/diff.rs' from root:root to runner:runner
2025-08-20T21:02:46.2211739Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/identity.rs' from root:root to runner:runner
2025-08-20T21:02:46.2213370Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/revision.rs' from root:root to runner:runner
2025-08-20T21:02:46.2214744Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/kind.rs' from root:root to runner:runner
2025-08-20T21:02:46.2216038Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.2217637Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/impls.rs' from root:root to runner:runner
2025-08-20T21:02:46.2218976Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2220310Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/checkout.rs' from root:root to runner:runner
2025-08-20T21:02:46.2221638Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/cache.rs' from root:root to runner:runner
2025-08-20T21:02:46.2222914Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository' from root:root to runner:runner
2025-08-20T21:02:46.2224222Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.2225546Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/error.rs' from root:root to runner:runner
2025-08-20T21:02:46.2228102Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/delegate/revision.rs' from root:root to runner:runner
2025-08-20T21:02:46.2229842Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/delegate/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2231352Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/delegate/navigate.rs' from root:root to runner:runner
2025-08-20T21:02:46.2232814Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/delegate' from root:root to runner:runner
2025-08-20T21:02:46.2234206Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.2235584Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2237225Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse' from root:root to runner:runner
2025-08-20T21:02:46.2237924Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2238723Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec' from root:root to runner:runner
2025-08-20T21:02:46.2239417Z [00:07:39.261]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/walk.rs' from root:root to runner:runner
2025-08-20T21:02:46.2240099Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2240795Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision' from root:root to runner:runner
2025-08-20T21:02:46.2241525Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/worktree/proxy.rs' from root:root to runner:runner
2025-08-20T21:02:46.2242184Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/worktree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2242820Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/worktree' from root:root to runner:runner
2025-08-20T21:02:46.2243443Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/push.rs' from root:root to runner:runner
2025-08-20T21:02:46.2244070Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/diff.rs' from root:root to runner:runner
2025-08-20T21:02:46.2244720Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/interrupt.rs' from root:root to runner:runner
2025-08-20T21:02:46.2245343Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/path.rs' from root:root to runner:runner
2025-08-20T21:02:46.2246002Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/head/log.rs' from root:root to runner:runner
2025-08-20T21:02:46.2246798Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/head/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2247457Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/head/peel.rs' from root:root to runner:runner
2025-08-20T21:02:46.2248182Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/head' from root:root to runner:runner
2025-08-20T21:02:46.2248827Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.2249485Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/ext/object_id.rs' from root:root to runner:runner
2025-08-20T21:02:46.2250146Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/ext/rev_spec.rs' from root:root to runner:runner
2025-08-20T21:02:46.2250788Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/ext/tree.rs' from root:root to runner:runner
2025-08-20T21:02:46.2251456Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/ext/reference.rs' from root:root to runner:runner
2025-08-20T21:02:46.2252086Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/ext/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2252696Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/ext' from root:root to runner:runner
2025-08-20T21:02:46.2253373Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.2254198Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:02:46.2254991Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:02:46.2255693Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/docs.url' from root:root to runner:runner
2025-08-20T21:02:46.2256557Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:02:46.2257307Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:02:46.2258084Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:02:46.2258821Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:02:46.2259562Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:02:46.2260332Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:02:46.2261212Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:02:46.2262015Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:02:46.2262678Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks' from root:root to runner:runner
2025-08-20T21:02:46.2263383Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/description' from root:root to runner:runner
2025-08-20T21:02:46.2264044Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/HEAD' from root:root to runner:runner
2025-08-20T21:02:46.2264742Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/info/exclude' from root:root to runner:runner
2025-08-20T21:02:46.2265402Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/info' from root:root to runner:runner
2025-08-20T21:02:46.2266102Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init' from root:root to runner:runner
2025-08-20T21:02:46.2267029Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets' from root:root to runner:runner
2025-08-20T21:02:46.2267637Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src' from root:root to runner:runner
2025-08-20T21:02:46.2268270Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.2268885Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.2269463Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix' from root:root to runner:runner
2025-08-20T21:02:46.2270101Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2270766Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.2271415Z [00:07:39.262]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/utils.rs' from root:root to runner:runner
2025-08-20T21:02:46.2272098Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/buffers/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2272752Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/buffers' from root:root to runner:runner
2025-08-20T21:02:46.2273541Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/btoi/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2274203Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/btoi' from root:root to runner:runner
2025-08-20T21:02:46.2274864Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/str/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2275502Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/str' from root:root to runner:runner
2025-08-20T21:02:46.2276193Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/backoff/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2277116Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/backoff' from root:root to runner:runner
2025-08-20T21:02:46.2277755Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests' from root:root to runner:runner
2025-08-20T21:02:46.2278397Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/src/btoi.rs' from root:root to runner:runner
2025-08-20T21:02:46.2279145Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/src/buffers.rs' from root:root to runner:runner
2025-08-20T21:02:46.2280039Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/src/backoff.rs' from root:root to runner:runner
2025-08-20T21:02:46.2280730Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.2281363Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/src/str.rs' from root:root to runner:runner
2025-08-20T21:02:46.2281977Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/src' from root:root to runner:runner
2025-08-20T21:02:46.2282627Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.2283281Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.2283876Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils' from root:root to runner:runner
2025-08-20T21:02:46.2284511Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2285362Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.2286053Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/parse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2286947Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/parse' from root:root to runner:runner
2025-08-20T21:02:46.2287678Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/pattern/matching.rs' from root:root to runner:runner
2025-08-20T21:02:46.2288356Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/pattern/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2289008Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/pattern' from root:root to runner:runner
2025-08-20T21:02:46.2289844Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/fixtures/generated-archives/make_baseline.tar' from root:root to runner:runner
2025-08-20T21:02:46.2290600Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.2291321Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/fixtures/make_baseline.sh' from root:root to runner:runner
2025-08-20T21:02:46.2292159Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/fixtures/fuzzed/many-stars.pattern' from root:root to runner:runner
2025-08-20T21:02:46.2292898Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/fixtures/fuzzed' from root:root to runner:runner
2025-08-20T21:02:46.2293557Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.2294246Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/wildmatch/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2294898Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/wildmatch' from root:root to runner:runner
2025-08-20T21:02:46.2295547Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/glob.rs' from root:root to runner:runner
2025-08-20T21:02:46.2296350Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/search/pattern.rs' from root:root to runner:runner
2025-08-20T21:02:46.2297028Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/search/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2297761Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/search' from root:root to runner:runner
2025-08-20T21:02:46.2298801Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests' from root:root to runner:runner
2025-08-20T21:02:46.2299903Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/wildmatch.rs' from root:root to runner:runner
2025-08-20T21:02:46.2301425Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/pattern.rs' from root:root to runner:runner
2025-08-20T21:02:46.2302679Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.2303927Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/search/pattern.rs' from root:root to runner:runner
2025-08-20T21:02:46.2305171Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/search/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2306544Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/search' from root:root to runner:runner
2025-08-20T21:02:46.2307723Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.2308832Z [00:07:39.263]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src' from root:root to runner:runner
2025-08-20T21:02:46.2309560Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.2310404Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.2311017Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob' from root:root to runner:runner
2025-08-20T21:02:46.2311658Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2312309Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.2312973Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2313800Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_diff_repo_a.tar' from root:root to runner:runner
2025-08-20T21:02:46.2314676Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_diff_for_rewrites_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.2315484Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_diff_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.2316659Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_blob_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.2317705Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.2318726Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/make_blob_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.2319478Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/make_diff_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.2320252Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/make_diff_for_rewrites_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.2320921Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.2321643Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/tree_with_rewrites.rs' from root:root to runner:runner
2025-08-20T21:02:46.2322313Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.2322973Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/tree.rs' from root:root to runner:runner
2025-08-20T21:02:46.2323731Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/index.rs' from root:root to runner:runner
2025-08-20T21:02:46.2324513Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/blob/unified_diff.rs' from root:root to runner:runner
2025-08-20T21:02:46.2325227Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/blob/platform.rs' from root:root to runner:runner
2025-08-20T21:02:46.2325943Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/blob/pipeline.rs' from root:root to runner:runner
2025-08-20T21:02:46.2326876Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/blob/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2327555Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/blob' from root:root to runner:runner
2025-08-20T21:02:46.2329944Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/rewrites/tracker.rs' from root:root to runner:runner
2025-08-20T21:02:46.2330719Z [00:07:39.264]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/rewrites/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2331395Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/rewrites' from root:root to runner:runner
2025-08-20T21:02:46.2332042Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff' from root:root to runner:runner
2025-08-20T21:02:46.2332664Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests' from root:root to runner:runner
2025-08-20T21:02:46.2333514Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree_with_rewrites/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.2334231Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree_with_rewrites/change.rs' from root:root to runner:runner
2025-08-20T21:02:46.2334941Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree_with_rewrites/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2335624Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree_with_rewrites' from root:root to runner:runner
2025-08-20T21:02:46.2336533Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree/visit.rs' from root:root to runner:runner
2025-08-20T21:02:46.2337375Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.2338068Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree/recorder.rs' from root:root to runner:runner
2025-08-20T21:02:46.2338830Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2339533Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree' from root:root to runner:runner
2025-08-20T21:02:46.2340377Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/blob/unified_diff.rs' from root:root to runner:runner
2025-08-20T21:02:46.2341483Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/blob/platform.rs' from root:root to runner:runner
2025-08-20T21:02:46.2342583Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/blob/pipeline.rs' from root:root to runner:runner
2025-08-20T21:02:46.2343752Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/blob/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2344919Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/blob' from root:root to runner:runner
2025-08-20T21:02:46.2346651Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/rewrites/tracker.rs' from root:root to runner:runner
2025-08-20T21:02:46.2347983Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/rewrites/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2349251Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/rewrites' from root:root to runner:runner
2025-08-20T21:02:46.2350527Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/index/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.2352026Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/index/change.rs' from root:root to runner:runner
2025-08-20T21:02:46.2353379Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/index/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2354630Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/index' from root:root to runner:runner
2025-08-20T21:02:46.2355858Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.2357287Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src' from root:root to runner:runner
2025-08-20T21:02:46.2358578Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.2359834Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.2361170Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff' from root:root to runner:runner
2025-08-20T21:02:46.2362490Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:02:46.2363725Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2365019Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.2366532Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap/src/ewah.rs' from root:root to runner:runner
2025-08-20T21:02:46.2367855Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.2369087Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap/src' from root:root to runner:runner
2025-08-20T21:02:46.2370532Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.2371755Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.2372734Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap' from root:root to runner:runner
2025-08-20T21:02:46.2373966Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/COLLABORATING.md' from root:root to runner:runner
2025-08-20T21:02:46.2375012Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2376456Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.2377688Z [00:07:39.265]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/README.md' from root:root to runner:runner
2025-08-20T21:02:46.2378973Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.2380220Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2381541Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.2382909Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file.rs' from root:root to runner:runner
2025-08-20T21:02:46.2384232Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file.dict' from root:root to runner:runner
2025-08-20T21:02:46.2385641Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.2387487Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file_corpus_builder.sh' from root:root to runner:runner
2025-08-20T21:02:46.2388896Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.2390092Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.2391274Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2392660Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/hasconfig.sh' from root:root to runner:runner
2025-08-20T21:02:46.2394432Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.2396031Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/generated-archives/hasconfig.tar' from root:root to runner:runner
2025-08-20T21:02:46.2398006Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/generated-archives/config_with_worktree_extension.tar' from root:root to runner:runner
2025-08-20T21:02:46.2399494Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.2401145Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/repo-config.crlf' from root:root to runner:runner
2025-08-20T21:02:46.2402762Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/config_with_worktree_extension.sh' from root:root to runner:runner
2025-08-20T21:02:46.2404656Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/clusterfuzz-testcase-minimized-gix-config-parse-6431708583690240' from root:root to runner:runner
2025-08-20T21:02:46.2406529Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/fuzzed/stackoverflow-01.config' from root:root to runner:runner
2025-08-20T21:02:46.2408105Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/fuzzed/long-parsetime.config' from root:root to runner:runner
2025-08-20T21:02:46.2409739Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/fuzzed/mem-amplification.config' from root:root to runner:runner
2025-08-20T21:02:46.2411449Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/fuzzed/.gitattributes' from root:root to runner:runner
2025-08-20T21:02:46.2412961Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/fuzzed' from root:root to runner:runner
2025-08-20T21:02:46.2414214Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/multi-core.txt' from root:root to runner:runner
2025-08-20T21:02:46.2415562Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/make_config_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.2416764Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.2417631Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/parse/error.rs' from root:root to runner:runner
2025-08-20T21:02:46.2418438Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/parse/section.rs' from root:root to runner:runner
2025-08-20T21:02:46.2419326Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/parse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2420126Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/parse/from_bytes.rs' from root:root to runner:runner
2025-08-20T21:02:46.2420843Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/parse' from root:root to runner:runner
2025-08-20T21:02:46.2421619Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/value/normalize.rs' from root:root to runner:runner
2025-08-20T21:02:46.2422427Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/value/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2423140Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/value' from root:root to runner:runner
2025-08-20T21:02:46.2423883Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/source/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2424598Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/source' from root:root to runner:runner
2025-08-20T21:02:46.2425363Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/impls/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2426092Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/impls' from root:root to runner:runner
2025-08-20T21:02:46.2427135Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/mutable/section.rs' from root:root to runner:runner
2025-08-20T21:02:46.2428067Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/mutable/multi_value.rs' from root:root to runner:runner
2025-08-20T21:02:46.2428934Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/mutable/value.rs' from root:root to runner:runner
2025-08-20T21:02:46.2429715Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/mutable/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2430457Z [00:07:39.266]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/mutable' from root:root to runner:runner
2025-08-20T21:02:46.2431204Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.2432027Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/raw/set_raw_value.rs' from root:root to runner:runner
2025-08-20T21:02:46.2432925Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/raw/raw_multi_value.rs' from root:root to runner:runner
2025-08-20T21:02:46.2433739Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/raw/raw_value.rs' from root:root to runner:runner
2025-08-20T21:02:46.2434605Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/raw/set_existing_raw_value.rs' from root:root to runner:runner
2025-08-20T21:02:46.2435392Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/raw/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2436390Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/raw' from root:root to runner:runner
2025-08-20T21:02:46.2437237Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/read_only.rs' from root:root to runner:runner
2025-08-20T21:02:46.2438260Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/mutate.rs' from root:root to runner:runner
2025-08-20T21:02:46.2439055Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2440038Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access' from root:root to runner:runner
2025-08-20T21:02:46.2440844Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/resolve_includes.rs' from root:root to runner:runner
2025-08-20T21:02:46.2441578Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2442637Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/unconditional.rs' from root:root to runner:runner
2025-08-20T21:02:46.2443568Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/onbranch.rs' from root:root to runner:runner
2025-08-20T21:02:46.2444516Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/gitdir/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.2445446Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/gitdir/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2446629Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/gitdir' from root:root to runner:runner
2025-08-20T21:02:46.2447691Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2448626Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional/hasconfig.rs' from root:root to runner:runner
2025-08-20T21:02:46.2449502Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes/conditional' from root:root to runner:runner
2025-08-20T21:02:46.2450322Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths/includes' from root:root to runner:runner
2025-08-20T21:02:46.2451189Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2451969Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths' from root:root to runner:runner
2025-08-20T21:02:46.2452743Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/comfort.rs' from root:root to runner:runner
2025-08-20T21:02:46.2453903Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_env.rs' from root:root to runner:runner
2025-08-20T21:02:46.2455202Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_str.rs' from root:root to runner:runner
2025-08-20T21:02:46.2456992Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2458347Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init' from root:root to runner:runner
2025-08-20T21:02:46.2459857Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file' from root:root to runner:runner
2025-08-20T21:02:46.2461189Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/key/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2462424Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/key' from root:root to runner:runner
2025-08-20T21:02:46.2463684Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2464656Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config' from root:root to runner:runner
2025-08-20T21:02:46.2465423Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/.gitattributes' from root:root to runner:runner
2025-08-20T21:02:46.2466389Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/mem.rs' from root:root to runner:runner
2025-08-20T21:02:46.2467136Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests' from root:root to runner:runner
2025-08-20T21:02:46.2467860Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/events.rs' from root:root to runner:runner
2025-08-20T21:02:46.2468580Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/event.rs' from root:root to runner:runner
2025-08-20T21:02:46.2469363Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/error.rs' from root:root to runner:runner
2025-08-20T21:02:46.2470151Z [00:07:39.267]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/section/unvalidated.rs' from root:root to runner:runner
2025-08-20T21:02:46.2470898Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/section/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2471645Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/section/header.rs' from root:root to runner:runner
2025-08-20T21:02:46.2472352Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/section' from root:root to runner:runner
2025-08-20T21:02:46.2473339Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/nom/tests.rs' from root:root to runner:runner
2025-08-20T21:02:46.2474501Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/nom/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2475577Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/nom' from root:root to runner:runner
2025-08-20T21:02:46.2477355Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/tests.rs' from root:root to runner:runner
2025-08-20T21:02:46.2478559Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/comment.rs' from root:root to runner:runner
2025-08-20T21:02:46.2479718Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2480424Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse' from root:root to runner:runner
2025-08-20T21:02:46.2481099Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/key.rs' from root:root to runner:runner
2025-08-20T21:02:46.2481838Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/value/normalize.rs' from root:root to runner:runner
2025-08-20T21:02:46.2482653Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/value/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2483333Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/value' from root:root to runner:runner
2025-08-20T21:02:46.2484012Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/source.rs' from root:root to runner:runner
2025-08-20T21:02:46.2484696Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.2485518Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/mutable/section.rs' from root:root to runner:runner
2025-08-20T21:02:46.2486519Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/mutable/multi_value.rs' from root:root to runner:runner
2025-08-20T21:02:46.2487310Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/mutable/value.rs' from root:root to runner:runner
2025-08-20T21:02:46.2488052Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/mutable/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2488760Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/mutable' from root:root to runner:runner
2025-08-20T21:02:46.2489462Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.2490200Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/section/body.rs' from root:root to runner:runner
2025-08-20T21:02:46.2490925Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/section/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2491780Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/section' from root:root to runner:runner
2025-08-20T21:02:46.2492490Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/tests.rs' from root:root to runner:runner
2025-08-20T21:02:46.2493189Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.2493930Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/includes/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.2494662Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/includes/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2495367Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/includes' from root:root to runner:runner
2025-08-20T21:02:46.2496168Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/access/comfort.rs' from root:root to runner:runner
2025-08-20T21:02:46.2497123Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/access/raw.rs' from root:root to runner:runner
2025-08-20T21:02:46.2497881Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/access/read_only.rs' from root:root to runner:runner
2025-08-20T21:02:46.2498625Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/access/mutate.rs' from root:root to runner:runner
2025-08-20T21:02:46.2499425Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/access/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2500135Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/access' from root:root to runner:runner
2025-08-20T21:02:46.2500834Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/meta.rs' from root:root to runner:runner
2025-08-20T21:02:46.2501529Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/impls.rs' from root:root to runner:runner
2025-08-20T21:02:46.2502222Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2502956Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/init/comfort.rs' from root:root to runner:runner
2025-08-20T21:02:46.2503716Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/init/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.2505102Z [00:07:39.268]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/init/from_paths.rs' from root:root to runner:runner
2025-08-20T21:02:46.2506805Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/init/from_env.rs' from root:root to runner:runner
2025-08-20T21:02:46.2507869Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/init/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2508576Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/init' from root:root to runner:runner
2025-08-20T21:02:46.2509249Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file' from root:root to runner:runner
2025-08-20T21:02:46.2509937Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/lookup.rs' from root:root to runner:runner
2025-08-20T21:02:46.2510609Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.2511348Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src' from root:root to runner:runner
2025-08-20T21:02:46.2512124Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/benches/large_config_file.rs' from root:root to runner:runner
2025-08-20T21:02:46.2512795Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/benches' from root:root to runner:runner
2025-08-20T21:02:46.2513488Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.2514225Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.2514949Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/.vscode/settings.json' from root:root to runner:runner
2025-08-20T21:02:46.2515610Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/.vscode' from root:root to runner:runner
2025-08-20T21:02:46.2516424Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config' from root:root to runner:runner
2025-08-20T21:02:46.2517404Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2518165Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.2518879Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/features.rs' from root:root to runner:runner
2025-08-20T21:02:46.2519615Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/parallel_shared.rs' from root:root to runner:runner
2025-08-20T21:02:46.2520462Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/parallel_threaded.rs' from root:root to runner:runner
2025-08-20T21:02:46.2521216Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/pipe.rs' from root:root to runner:runner
2025-08-20T21:02:46.2521933Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/trace/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2522618Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/trace' from root:root to runner:runner
2025-08-20T21:02:46.2523398Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/parallel_shared_threaded.rs' from root:root to runner:runner
2025-08-20T21:02:46.2524174Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/parallel/in_order_iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.2524960Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/parallel/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2525663Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/parallel' from root:root to runner:runner
2025-08-20T21:02:46.2526551Z [00:07:39.269]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests' from root:root to runner:runner
2025-08-20T21:02:46.2527338Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/threading.rs' from root:root to runner:runner
2025-08-20T21:02:46.2528098Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/io.rs' from root:root to runner:runner
2025-08-20T21:02:46.2528825Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/progress.rs' from root:root to runner:runner
2025-08-20T21:02:46.2529501Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/fs.rs' from root:root to runner:runner
2025-08-20T21:02:46.2530194Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/decode.rs' from root:root to runner:runner
2025-08-20T21:02:46.2530902Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/interrupt.rs' from root:root to runner:runner
2025-08-20T21:02:46.2532006Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/hash.rs' from root:root to runner:runner
2025-08-20T21:02:46.2533178Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/in_parallel.rs' from root:root to runner:runner
2025-08-20T21:02:46.2534537Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/in_order.rs' from root:root to runner:runner
2025-08-20T21:02:46.2536070Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/eager_iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.2537721Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/reduce.rs' from root:root to runner:runner
2025-08-20T21:02:46.2539051Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/serial.rs' from root:root to runner:runner
2025-08-20T21:02:46.2540327Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2541540Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel' from root:root to runner:runner
2025-08-20T21:02:46.2542639Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/stream/deflate/tests.rs' from root:root to runner:runner
2025-08-20T21:02:46.2543553Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/stream/deflate/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2544320Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/stream/deflate' from root:root to runner:runner
2025-08-20T21:02:46.2545082Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/stream/inflate.rs' from root:root to runner:runner
2025-08-20T21:02:46.2545827Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/stream/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2546847Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/stream' from root:root to runner:runner
2025-08-20T21:02:46.2547580Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2548255Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib' from root:root to runner:runner
2025-08-20T21:02:46.2548939Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.2549729Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/cache.rs' from root:root to runner:runner
2025-08-20T21:02:46.2550861Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src' from root:root to runner:runner
2025-08-20T21:02:46.2551939Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.2553141Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.2554477Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features' from root:root to runner:runner
2025-08-20T21:02:46.2555755Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2557354Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/examples/custom-helper.rs' from root:root to runner:runner
2025-08-20T21:02:46.2558843Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/examples/invoke-git-credential.rs' from root:root to runner:runner
2025-08-20T21:02:46.2560218Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/examples/git-credential-lite.rs' from root:root to runner:runner
2025-08-20T21:02:46.2561471Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/examples' from root:root to runner:runner
2025-08-20T21:02:46.2562893Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.2564205Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/password.sh' from root:root to runner:runner
2025-08-20T21:02:46.2565290Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/all-but-credentials.sh' from root:root to runner:runner
2025-08-20T21:02:46.2566873Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/last-pass.sh' from root:root to runner:runner
2025-08-20T21:02:46.2568500Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/custom-helper.sh' from root:root to runner:runner
2025-08-20T21:02:46.2569771Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/username.sh' from root:root to runner:runner
2025-08-20T21:02:46.2571147Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/reflect.sh' from root:root to runner:runner
2025-08-20T21:02:46.2572595Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/oauth-token.sh' from root:root to runner:runner
2025-08-20T21:02:46.2573939Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/url.sh' from root:root to runner:runner
2025-08-20T21:02:46.2575345Z [00:07:39.270]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/expired.sh' from root:root to runner:runner
2025-08-20T21:02:46.2576878Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/fail.sh' from root:root to runner:runner
2025-08-20T21:02:46.2578358Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.2579871Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/credentials.rs' from root:root to runner:runner
2025-08-20T21:02:46.2581392Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/program/from_custom_definition.rs' from root:root to runner:runner
2025-08-20T21:02:46.2582765Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/program/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2584071Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/program' from root:root to runner:runner
2025-08-20T21:02:46.2585492Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/protocol/context.rs' from root:root to runner:runner
2025-08-20T21:02:46.2587160Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/protocol/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2588495Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/protocol' from root:root to runner:runner
2025-08-20T21:02:46.2589858Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/helper/context.rs' from root:root to runner:runner
2025-08-20T21:02:46.2591261Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/helper/cascade.rs' from root:root to runner:runner
2025-08-20T21:02:46.2592745Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/helper/invoke.rs' from root:root to runner:runner
2025-08-20T21:02:46.2594125Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/helper/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2595410Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/helper' from root:root to runner:runner
2025-08-20T21:02:46.2596858Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests' from root:root to runner:runner
2025-08-20T21:02:46.2598228Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/program/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.2599551Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/program/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2600848Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/program' from root:root to runner:runner
2025-08-20T21:02:46.2602246Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/protocol/context/serde.rs' from root:root to runner:runner
2025-08-20T21:02:46.2603910Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/protocol/context/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2605244Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/protocol/context' from root:root to runner:runner
2025-08-20T21:02:46.2606893Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/protocol/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2608169Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/protocol' from root:root to runner:runner
2025-08-20T21:02:46.2609550Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/helper/cascade.rs' from root:root to runner:runner
2025-08-20T21:02:46.2610881Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/helper/invoke.rs' from root:root to runner:runner
2025-08-20T21:02:46.2612346Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/helper/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2613587Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/helper' from root:root to runner:runner
2025-08-20T21:02:46.2614867Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.2616094Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src' from root:root to runner:runner
2025-08-20T21:02:46.2617786Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.2619127Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.2620302Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials' from root:root to runner:runner
2025-08-20T21:02:46.2621570Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2622831Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.2624214Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/async-protocol.rs' from root:root to runner:runner
2025-08-20T21:02:46.2625705Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-deepen-1.response' from root:root to runner:runner
2025-08-20T21:02:46.2627557Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-deepen-5.response' from root:root to runner:runner
2025-08-20T21:02:46.2629172Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch-no-pack.response' from root:root to runner:runner
2025-08-20T21:02:46.2630650Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-only.response' from root:root to runner:runner
2025-08-20T21:02:46.2632086Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch.response' from root:root to runner:runner
2025-08-20T21:02:46.2633756Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-empty-with-capabilities.response' from root:root to runner:runner
2025-08-20T21:02:46.2635263Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch-unshallow.response' from root:root to runner:runner
2025-08-20T21:02:46.2637189Z [00:07:39.271]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-with-keepalive.response' from root:root to runner:runner
2025-08-20T21:02:46.2638644Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone.response' from root:root to runner:runner
2025-08-20T21:02:46.2640002Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1' from root:root to runner:runner
2025-08-20T21:02:46.2641489Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-deepen-1.response' from root:root to runner:runner
2025-08-20T21:02:46.2643140Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-err-line.response' from root:root to runner:runner
2025-08-20T21:02:46.2644724Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only-with-keepalive.response' from root:root to runner:runner
2025-08-20T21:02:46.2646444Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-deepen-5.response' from root:root to runner:runner
2025-08-20T21:02:46.2647943Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-no-pack.response' from root:root to runner:runner
2025-08-20T21:02:46.2649431Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only.response' from root:root to runner:runner
2025-08-20T21:02:46.2650847Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch.response' from root:root to runner:runner
2025-08-20T21:02:46.2652335Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only-2.response' from root:root to runner:runner
2025-08-20T21:02:46.2654054Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-unshallow.response' from root:root to runner:runner
2025-08-20T21:02:46.2655596Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-ref-in-want.response' from root:root to runner:runner
2025-08-20T21:02:46.2657203Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone.response' from root:root to runner:runner
2025-08-20T21:02:46.2658537Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2' from root:root to runner:runner
2025-08-20T21:02:46.2659918Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/.gitattributes' from root:root to runner:runner
2025-08-20T21:02:46.2661224Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.2662727Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/v2.rs' from root:root to runner:runner
2025-08-20T21:02:46.2664139Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/v1.rs' from root:root to runner:runner
2025-08-20T21:02:46.2665567Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/arguments.rs' from root:root to runner:runner
2025-08-20T21:02:46.2667244Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/_impl.rs' from root:root to runner:runner
2025-08-20T21:02:46.2668815Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/response.rs' from root:root to runner:runner
2025-08-20T21:02:46.2670223Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2671553Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch' from root:root to runner:runner
2025-08-20T21:02:46.2673009Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/remote_progress.rs' from root:root to runner:runner
2025-08-20T21:02:46.2674422Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/handshake.rs' from root:root to runner:runner
2025-08-20T21:02:46.2675797Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/command.rs' from root:root to runner:runner
2025-08-20T21:02:46.2677331Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2678770Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol' from root:root to runner:runner
2025-08-20T21:02:46.2680271Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/blocking-protocol.rs' from root:root to runner:runner
2025-08-20T21:02:46.2681483Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests' from root:root to runner:runner
2025-08-20T21:02:46.2682776Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/ls_refs.rs' from root:root to runner:runner
2025-08-20T21:02:46.2684003Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.2685422Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/refs/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.2687217Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/refs/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.2688664Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/refs/shared.rs' from root:root to runner:runner
2025-08-20T21:02:46.2690004Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/refs/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2691335Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/refs' from root:root to runner:runner
2025-08-20T21:02:46.2692826Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.2694163Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2695428Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake' from root:root to runner:runner
2025-08-20T21:02:46.2697057Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/response/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.2698516Z [00:07:39.272]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/response/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.2699883Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/response/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2701196Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/response' from root:root to runner:runner
2025-08-20T21:02:46.2702615Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/error.rs' from root:root to runner:runner
2025-08-20T21:02:46.2704086Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/negotiate.rs' from root:root to runner:runner
2025-08-20T21:02:46.2705422Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/refmap/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.2707001Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/refmap/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2708275Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/refmap' from root:root to runner:runner
2025-08-20T21:02:46.2709710Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/arguments/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.2711150Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/arguments/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.2712657Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/arguments/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2713959Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/arguments' from root:root to runner:runner
2025-08-20T21:02:46.2715305Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.2716811Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.2718361Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/handshake.rs' from root:root to runner:runner
2025-08-20T21:02:46.2719651Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2720893Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch' from root:root to runner:runner
2025-08-20T21:02:46.2722250Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/remote_progress.rs' from root:root to runner:runner
2025-08-20T21:02:46.2723510Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/command.rs' from root:root to runner:runner
2025-08-20T21:02:46.2724774Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.2725950Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src' from root:root to runner:runner
2025-08-20T21:02:46.2727601Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.2728967Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.2730149Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol' from root:root to runner:runner
2025-08-20T21:02:46.2731354Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2732581Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.2733850Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2735258Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/make_repo_multi_index.sh' from root:root to runner:runner
2025-08-20T21:02:46.2737133Z [00:07:39.273]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.2738661Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/generated-archives/make_replaced_history.tar' from root:root to runner:runner
2025-08-20T21:02:46.2740273Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/generated-archives/make_repo_multi_index.tar' from root:root to runner:runner
2025-08-20T21:02:46.2741673Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.2743383Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/refs/heads/next' from root:root to runner:runner
2025-08-20T21:02:46.2744888Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/refs/heads' from root:root to runner:runner
2025-08-20T21:02:46.2746718Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/refs' from root:root to runner:runner
2025-08-20T21:02:46.2748192Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/config' from root:root to runner:runner
2025-08-20T21:02:46.2749739Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/description' from root:root to runner:runner
2025-08-20T21:02:46.2751225Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/HEAD' from root:root to runner:runner
2025-08-20T21:02:46.2753165Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/09a90be3fe6db2b49e35858c529e4b9c687b9a08.idx' from root:root to runner:runner
2025-08-20T21:02:46.2755209Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/216edf2f7a671742705e6ca8a639daacfcf91217.pack' from root:root to runner:runner
2025-08-20T21:02:46.2757333Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/09a90be3fe6db2b49e35858c529e4b9c687b9a08.pack' from root:root to runner:runner
2025-08-20T21:02:46.2759252Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack/216edf2f7a671742705e6ca8a639daacfcf91217.idx' from root:root to runner:runner
2025-08-20T21:02:46.2760763Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects/pack' from root:root to runner:runner
2025-08-20T21:02:46.2762389Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/objects' from root:root to runner:runner
2025-08-20T21:02:46.2763912Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/info/exclude' from root:root to runner:runner
2025-08-20T21:02:46.2765370Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/info' from root:root to runner:runner
2025-08-20T21:02:46.2767018Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git' from root:root to runner:runner
2025-08-20T21:02:46.2768471Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos' from root:root to runner:runner
2025-08-20T21:02:46.2769938Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repo_with_loose_objects.sh' from root:root to runner:runner
2025-08-20T21:02:46.2771378Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/make_replaced_history.sh' from root:root to runner:runner
2025-08-20T21:02:46.2773016Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/make_alternates_odb.sh' from root:root to runner:runner
2025-08-20T21:02:46.2774710Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/37/d4e6c5c48ba0d245164c4e10d5f41140cab980' from root:root to runner:runner
2025-08-20T21:02:46.2776052Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/37' from root:root to runner:runner
2025-08-20T21:02:46.2777944Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/a7/06d7cd20fc8ce71489f34b50cf01011c104193' from root:root to runner:runner
2025-08-20T21:02:46.2779290Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/a7' from root:root to runner:runner
2025-08-20T21:02:46.2781089Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/72/2fe60ad4f0276d5a8121970b5bb9dccdad4ef9' from root:root to runner:runner
2025-08-20T21:02:46.2782441Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/72' from root:root to runner:runner
2025-08-20T21:02:46.2784095Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/59/5dfd62fc1ad283d61bb47a24e7a1f66398f84d' from root:root to runner:runner
2025-08-20T21:02:46.2785475Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/59' from root:root to runner:runner
2025-08-20T21:02:46.2787323Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/96/ae868b3539f551c88fd5f02394d022581b11b0' from root:root to runner:runner
2025-08-20T21:02:46.2788831Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/96' from root:root to runner:runner
2025-08-20T21:02:46.2790624Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx' from root:root to runner:runner
2025-08-20T21:02:46.2792435Z [00:07:39.274]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' from root:root to runner:runner
2025-08-20T21:02:46.2794375Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack' from root:root to runner:runner
2025-08-20T21:02:46.2796168Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' from root:root to runner:runner
2025-08-20T21:02:46.2798239Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' from root:root to runner:runner
2025-08-20T21:02:46.2800195Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' from root:root to runner:runner
2025-08-20T21:02:46.2801573Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack' from root:root to runner:runner
2025-08-20T21:02:46.2803273Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/ff/a700b4aca13b80cb6b98a078e7c96804f8e0ec' from root:root to runner:runner
2025-08-20T21:02:46.2804592Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/ff' from root:root to runner:runner
2025-08-20T21:02:46.2806678Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/6b/a2a0ded519f737fd5b8d5ccfb141125ef3176f' from root:root to runner:runner
2025-08-20T21:02:46.2808014Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/6b' from root:root to runner:runner
2025-08-20T21:02:46.2809334Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects' from root:root to runner:runner
2025-08-20T21:02:46.2810560Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.2811870Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/header/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2813139Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/header' from root:root to runner:runner
2025-08-20T21:02:46.2814623Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/store/loose.rs' from root:root to runner:runner
2025-08-20T21:02:46.2815996Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/store/dynamic.rs' from root:root to runner:runner
2025-08-20T21:02:46.2817517Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/store/linked.rs' from root:root to runner:runner
2025-08-20T21:02:46.2818910Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/store/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2820260Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/store/compound.rs' from root:root to runner:runner
2025-08-20T21:02:46.2821538Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/store' from root:root to runner:runner
2025-08-20T21:02:46.2822792Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/memory.rs' from root:root to runner:runner
2025-08-20T21:02:46.2824225Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/find/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2825560Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/find' from root:root to runner:runner
2025-08-20T21:02:46.2827121Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/regression/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2828420Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/regression' from root:root to runner:runner
2025-08-20T21:02:46.2829757Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/alternate/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2831055Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/alternate' from root:root to runner:runner
2025-08-20T21:02:46.2832332Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/sink/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2833577Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/sink' from root:root to runner:runner
2025-08-20T21:02:46.2834798Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2836017Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb' from root:root to runner:runner
2025-08-20T21:02:46.2837685Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/integrate.rs' from root:root to runner:runner
2025-08-20T21:02:46.2839089Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests' from root:root to runner:runner
2025-08-20T21:02:46.2840337Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/memory.rs' from root:root to runner:runner
2025-08-20T21:02:46.2841630Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/alternate/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.2842954Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/alternate/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2844162Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/alternate' from root:root to runner:runner
2025-08-20T21:02:46.2845522Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/loose/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.2847092Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/loose/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.2848637Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/loose/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.2850093Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/loose/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.2851440Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/loose/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2852711Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/loose' from root:root to runner:runner
2025-08-20T21:02:46.2854092Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/prefix.rs' from root:root to runner:runner
2025-08-20T21:02:46.2855475Z [00:07:39.275]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.2857070Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.2858473Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.2859846Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/load_one.rs' from root:root to runner:runner
2025-08-20T21:02:46.2861223Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.2862709Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.2864234Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/load_index.rs' from root:root to runner:runner
2025-08-20T21:02:46.2865607Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.2867105Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/handle.rs' from root:root to runner:runner
2025-08-20T21:02:46.2868500Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/metrics.rs' from root:root to runner:runner
2025-08-20T21:02:46.2869849Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.2871263Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/structure.rs' from root:root to runner:runner
2025-08-20T21:02:46.2872749Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2874248Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/header.rs' from root:root to runner:runner
2025-08-20T21:02:46.2875543Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic' from root:root to runner:runner
2025-08-20T21:02:46.2877035Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2878281Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls' from root:root to runner:runner
2025-08-20T21:02:46.2879506Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/traits.rs' from root:root to runner:runner
2025-08-20T21:02:46.2880733Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.2881934Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/sink.rs' from root:root to runner:runner
2025-08-20T21:02:46.2883148Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.2884349Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/cache.rs' from root:root to runner:runner
2025-08-20T21:02:46.2885515Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src' from root:root to runner:runner
2025-08-20T21:02:46.2887077Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.2888447Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.2889590Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb' from root:root to runner:runner
2025-08-20T21:02:46.2890754Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T21:02:46.2892003Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2893240Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.2894498Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/tests/trace.rs' from root:root to runner:runner
2025-08-20T21:02:46.2895657Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/tests' from root:root to runner:runner
2025-08-20T21:02:46.2897348Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/src/enabled.rs' from root:root to runner:runner
2025-08-20T21:02:46.2898747Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/src/disabled.rs' from root:root to runner:runner
2025-08-20T21:02:46.2899993Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.2901171Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/src' from root:root to runner:runner
2025-08-20T21:02:46.2902398Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.2903664Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.2904772Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace' from root:root to runner:runner
2025-08-20T21:02:46.2906013Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2907439Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.2908689Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2909938Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.2911378Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_log.rs' from root:root to runner:runner
2025-08-20T21:02:46.2912880Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_names.rs' from root:root to runner:runner
2025-08-20T21:02:46.2914315Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_packed_buffer.rs' from root:root to runner:runner
2025-08-20T21:02:46.2915618Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.2916962Z [00:07:39.276]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.2918301Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.2919797Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_packed_refs_for_lookup_rules.sh' from root:root to runner:runner
2025-08-20T21:02:46.2921544Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_packed_ref_repository_for_overlay.sh' from root:root to runner:runner
2025-08-20T21:02:46.2923135Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.2924760Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repo_for_reflog.tar' from root:root to runner:runner
2025-08-20T21:02:46.2926688Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_packed_ref_repository_for_overlay.tar' from root:root to runner:runner
2025-08-20T21:02:46.2928333Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repo_for_1850_repro.tar' from root:root to runner:runner
2025-08-20T21:02:46.2930068Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_namespaced_packed_ref_repository.tar' from root:root to runner:runner
2025-08-20T21:02:46.2931698Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_packed_ref_repository.tar' from root:root to runner:runner
2025-08-20T21:02:46.2933263Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_pristine.tar' from root:root to runner:runner
2025-08-20T21:02:46.2934906Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_pseudo_ref_repository.tar' from root:root to runner:runner
2025-08-20T21:02:46.2936921Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_packed_refs_for_lookup_rules.tar' from root:root to runner:runner
2025-08-20T21:02:46.2938785Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repository_with_lots_of_packed_refs.tar' from root:root to runner:runner
2025-08-20T21:02:46.2940381Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_ref_repository.tar' from root:root to runner:runner
2025-08-20T21:02:46.2942010Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_repo_for_1928_repro.tar' from root:root to runner:runner
2025-08-20T21:02:46.2943408Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.2944870Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_1850_repro.sh' from root:root to runner:runner
2025-08-20T21:02:46.2946458Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_worktree_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.2948071Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_pseudo_ref_repository.sh' from root:root to runner:runner
2025-08-20T21:02:46.2949722Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_repository_with_lots_of_packed_refs.sh' from root:root to runner:runner
2025-08-20T21:02:46.2951156Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_ref_repository.sh' from root:root to runner:runner
2025-08-20T21:02:46.2952593Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_1928_repro.sh' from root:root to runner:runner
2025-08-20T21:02:46.2954003Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_multi_hop_ref.sh' from root:root to runner:runner
2025-08-20T21:02:46.2955468Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_packed_ref_repository.sh' from root:root to runner:runner
2025-08-20T21:02:46.2957306Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_namespaced_packed_ref_repository.sh' from root:root to runner:runner
2025-08-20T21:02:46.2958711Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/packed-refs/unsorted' from root:root to runner:runner
2025-08-20T21:02:46.2960187Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/packed-refs/without-header' from root:root to runner:runner
2025-08-20T21:02:46.2961855Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/packed-refs/triggers-out-of-bounds' from root:root to runner:runner
2025-08-20T21:02:46.2963455Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/packed-refs' from root:root to runner:runner
2025-08-20T21:02:46.2964887Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_reflog.sh' from root:root to runner:runner
2025-08-20T21:02:46.2966481Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_pristine.sh' from root:root to runner:runner
2025-08-20T21:02:46.2967717Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.2969004Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.2970333Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/transaction.rs' from root:root to runner:runner
2025-08-20T21:02:46.2971647Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/namespace.rs' from root:root to runner:runner
2025-08-20T21:02:46.2973150Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/log.rs' from root:root to runner:runner
2025-08-20T21:02:46.2974518Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/store/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.2975888Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/store/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.2977443Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/store/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.2978868Z [00:07:39.277]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/store/reflog.rs' from root:root to runner:runner
2025-08-20T21:02:46.2980210Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/store/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2981655Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/store' from root:root to runner:runner
2025-08-20T21:02:46.2983007Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.2984426Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/transaction/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2986154Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit/create_or_update/collisions.rs' from root:root to runner:runner
2025-08-20T21:02:46.2988201Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit/create_or_update/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2989845Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit/create_or_update' from root:root to runner:runner
2025-08-20T21:02:46.2991449Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit/delete.rs' from root:root to runner:runner
2025-08-20T21:02:46.2992983Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/transaction/prepare_and_commit' from root:root to runner:runner
2025-08-20T21:02:46.2994368Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/transaction' from root:root to runner:runner
2025-08-20T21:02:46.2995716Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/reference.rs' from root:root to runner:runner
2025-08-20T21:02:46.2997368Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.2998758Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file' from root:root to runner:runner
2025-08-20T21:02:46.3000106Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/packed/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3001404Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/packed/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.3002747Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/packed/open.rs' from root:root to runner:runner
2025-08-20T21:02:46.3004050Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/packed/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3005325Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/packed' from root:root to runner:runner
2025-08-20T21:02:46.3007034Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/reference.rs' from root:root to runner:runner
2025-08-20T21:02:46.3008354Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/store.rs' from root:root to runner:runner
2025-08-20T21:02:46.3009639Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/fullname.rs' from root:root to runner:runner
2025-08-20T21:02:46.3010754Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs' from root:root to runner:runner
2025-08-20T21:02:46.3011570Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests' from root:root to runner:runner
2025-08-20T21:02:46.3012258Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/log.rs' from root:root to runner:runner
2025-08-20T21:02:46.3013295Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/raw_ext.rs' from root:root to runner:runner
2025-08-20T21:02:46.3014372Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/packed.rs' from root:root to runner:runner
2025-08-20T21:02:46.3015502Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/overlay_iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3016619Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reference/logiter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3017924Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reference/decode.rs' from root:root to runner:runner
2025-08-20T21:02:46.3018940Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reference/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3020250Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reference' from root:root to runner:runner
2025-08-20T21:02:46.3021626Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3023041Z [00:07:39.278]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reflog/create_or_update/tests.rs' from root:root to runner:runner
2025-08-20T21:02:46.3024209Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reflog/create_or_update' from root:root to runner:runner
2025-08-20T21:02:46.3025256Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reflog' from root:root to runner:runner
2025-08-20T21:02:46.3026114Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reflog.rs' from root:root to runner:runner
2025-08-20T21:02:46.3027560Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3028866Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose' from root:root to runner:runner
2025-08-20T21:02:46.3030178Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/log/line.rs' from root:root to runner:runner
2025-08-20T21:02:46.3031178Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/log/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3032290Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/log/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3033583Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/log' from root:root to runner:runner
2025-08-20T21:02:46.3034872Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.3036094Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/transaction/commit.rs' from root:root to runner:runner
2025-08-20T21:02:46.3037393Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/transaction/prepare.rs' from root:root to runner:runner
2025-08-20T21:02:46.3038214Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/transaction/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3039332Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/transaction' from root:root to runner:runner
2025-08-20T21:02:46.3040854Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3042072Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file' from root:root to runner:runner
2025-08-20T21:02:46.3042988Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3043990Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/decode/tests.rs' from root:root to runner:runner
2025-08-20T21:02:46.3044871Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/decode' from root:root to runner:runner
2025-08-20T21:02:46.3045861Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/transaction.rs' from root:root to runner:runner
2025-08-20T21:02:46.3047472Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.3048815Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/decode.rs' from root:root to runner:runner
2025-08-20T21:02:46.3049978Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3050785Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/buffer.rs' from root:root to runner:runner
2025-08-20T21:02:46.3051978Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed' from root:root to runner:runner
2025-08-20T21:02:46.3053271Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3054654Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/general/handle/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.3055629Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/general/handle/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3056907Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/general/handle' from root:root to runner:runner
2025-08-20T21:02:46.3058256Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/general/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.3059591Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/general/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3060986Z [00:07:39.279]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/general' from root:root to runner:runner
2025-08-20T21:02:46.3062264Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store' from root:root to runner:runner
2025-08-20T21:02:46.3063460Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/target.rs' from root:root to runner:runner
2025-08-20T21:02:46.3064640Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/name.rs' from root:root to runner:runner
2025-08-20T21:02:46.3065817Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/namespace.rs' from root:root to runner:runner
2025-08-20T21:02:46.3067166Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.3068096Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/raw.rs' from root:root to runner:runner
2025-08-20T21:02:46.3068946Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/transaction/ext.rs' from root:root to runner:runner
2025-08-20T21:02:46.3070092Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/transaction/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3071288Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/transaction' from root:root to runner:runner
2025-08-20T21:02:46.3072330Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/fullname.rs' from root:root to runner:runner
2025-08-20T21:02:46.3073010Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3074352Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/peel.rs' from root:root to runner:runner
2025-08-20T21:02:46.3075526Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src' from root:root to runner:runner
2025-08-20T21:02:46.3076917Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3078105Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3078790Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref' from root:root to runner:runner
2025-08-20T21:02:46.3079575Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3080835Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3082251Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3083640Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.3084462Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tag.rs' from root:root to runner:runner
2025-08-20T21:02:46.3085653Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_commit_corpus_builder.sh' from root:root to runner:runner
2025-08-20T21:02:46.3087406Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tree_corpus_builder.sh' from root:root to runner:runner
2025-08-20T21:02:46.3088791Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tree.rs' from root:root to runner:runner
2025-08-20T21:02:46.3090225Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tag_corpus_builder.sh' from root:root to runner:runner
2025-08-20T21:02:46.3091663Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_commit.rs' from root:root to runner:runner
2025-08-20T21:02:46.3092934Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.3094085Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.3095433Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/main.rs' from root:root to runner:runner
2025-08-20T21:02:46.3097144Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/commit/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3098491Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/commit/message.rs' from root:root to runner:runner
2025-08-20T21:02:46.3099820Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/commit/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3101270Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/commit/from_bytes.rs' from root:root to runner:runner
2025-08-20T21:02:46.3102578Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/commit' from root:root to runner:runner
2025-08-20T21:02:46.3103754Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/encode/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3104846Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/encode' from root:root to runner:runner
2025-08-20T21:02:46.3106660Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/object_ref/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3107967Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/object_ref' from root:root to runner:runner
2025-08-20T21:02:46.3109028Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tag/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3109758Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tag' from root:root to runner:runner
2025-08-20T21:02:46.3110950Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/entries.rs' from root:root to runner:runner
2025-08-20T21:02:46.3112321Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3113801Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/editor.rs' from root:root to runner:runner
2025-08-20T21:02:46.3115036Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/entry_mode.rs' from root:root to runner:runner
2025-08-20T21:02:46.3116566Z [00:07:39.280]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3118021Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/from_bytes.rs' from root:root to runner:runner
2025-08-20T21:02:46.3119460Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree' from root:root to runner:runner
2025-08-20T21:02:46.3120535Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object' from root:root to runner:runner
2025-08-20T21:02:46.3121924Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/make_trees.sh' from root:root to runner:runner
2025-08-20T21:02:46.3123477Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/generated-archives/make_trees.tar' from root:root to runner:runner
2025-08-20T21:02:46.3124841Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.3126560Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/signed-whitespace.txt' from root:root to runner:runner
2025-08-20T21:02:46.3128098Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/two-multiline-headers.txt' from root:root to runner:runner
2025-08-20T21:02:46.3129580Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/bogus-gpgsig-lines-in-git.git.txt' from root:root to runner:runner
2025-08-20T21:02:46.3130998Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/subtle.txt' from root:root to runner:runner
2025-08-20T21:02:46.3132529Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/signed-singleline.txt' from root:root to runner:runner
2025-08-20T21:02:46.3133914Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/merge.txt' from root:root to runner:runner
2025-08-20T21:02:46.3135243Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/unsigned.txt' from root:root to runner:runner
2025-08-20T21:02:46.3136840Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/mergetag.txt' from root:root to runner:runner
2025-08-20T21:02:46.3138440Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/signed.txt' from root:root to runner:runner
2025-08-20T21:02:46.3139886Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/email-with-space.txt' from root:root to runner:runner
2025-08-20T21:02:46.3141376Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/pre-epoch.txt' from root:root to runner:runner
2025-08-20T21:02:46.3142891Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/message-with-footer.txt' from root:root to runner:runner
2025-08-20T21:02:46.3144597Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/signed-with-encoding.txt' from root:root to runner:runner
2025-08-20T21:02:46.3146089Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/invalid-actor.txt' from root:root to runner:runner
2025-08-20T21:02:46.3147522Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/invalid-timestamp.txt' from root:root to runner:runner
2025-08-20T21:02:46.3148481Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/double-dash-date-offset.txt' from root:root to runner:runner
2025-08-20T21:02:46.3149940Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/whitespace.txt' from root:root to runner:runner
2025-08-20T21:02:46.3151408Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/with-encoding.txt' from root:root to runner:runner
2025-08-20T21:02:46.3152721Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit' from root:root to runner:runner
2025-08-20T21:02:46.3153982Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/no-tagger.txt' from root:root to runner:runner
2025-08-20T21:02:46.3155396Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/signed.txt' from root:root to runner:runner
2025-08-20T21:02:46.3156946Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/empty.txt' from root:root to runner:runner
2025-08-20T21:02:46.3158210Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/tagger-without-timestamp.txt' from root:root to runner:runner
2025-08-20T21:02:46.3159071Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/with-newlines.txt' from root:root to runner:runner
2025-08-20T21:02:46.3160439Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/empty_missing_nl.txt' from root:root to runner:runner
2025-08-20T21:02:46.3162023Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/whitespace.txt' from root:root to runner:runner
2025-08-20T21:02:46.3163317Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag' from root:root to runner:runner
2025-08-20T21:02:46.3164700Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/special-3.tree' from root:root to runner:runner
2025-08-20T21:02:46.3166430Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/special-4.tree' from root:root to runner:runner
2025-08-20T21:02:46.3167926Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/special-1.tree' from root:root to runner:runner
2025-08-20T21:02:46.3169312Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/everything.tree' from root:root to runner:runner
2025-08-20T21:02:46.3170803Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/definitely-special.tree' from root:root to runner:runner
2025-08-20T21:02:46.3172260Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/special-5.tree' from root:root to runner:runner
2025-08-20T21:02:46.3173689Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/special-2.tree' from root:root to runner:runner
2025-08-20T21:02:46.3175097Z [00:07:39.281]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/maybe-special.tree' from root:root to runner:runner
2025-08-20T21:02:46.3176826Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree' from root:root to runner:runner
2025-08-20T21:02:46.3178320Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/.gitattributes' from root:root to runner:runner
2025-08-20T21:02:46.3179552Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.3180663Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests' from root:root to runner:runner
2025-08-20T21:02:46.3181992Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/object/convert.rs' from root:root to runner:runner
2025-08-20T21:02:46.3183291Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/object/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3184483Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/object' from root:root to runner:runner
2025-08-20T21:02:46.3185851Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.3187448Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/decode.rs' from root:root to runner:runner
2025-08-20T21:02:46.3188795Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/ref_iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3190068Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3202028Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/message/body.rs' from root:root to runner:runner
2025-08-20T21:02:46.3203459Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/message/decode.rs' from root:root to runner:runner
2025-08-20T21:02:46.3204830Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/message/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3206178Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/message' from root:root to runner:runner
2025-08-20T21:02:46.3207656Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit' from root:root to runner:runner
2025-08-20T21:02:46.3208921Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.3210214Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.3211687Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag/write/tests.rs' from root:root to runner:runner
2025-08-20T21:02:46.3213063Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag/write' from root:root to runner:runner
2025-08-20T21:02:46.3214408Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag/decode.rs' from root:root to runner:runner
2025-08-20T21:02:46.3215713Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag/ref_iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3217141Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3218355Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag' from root:root to runner:runner
2025-08-20T21:02:46.3219420Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tree/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.3220778Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tree/editor.rs' from root:root to runner:runner
2025-08-20T21:02:46.3222110Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tree/ref_iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3223356Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tree/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3224523Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tree' from root:root to runner:runner
2025-08-20T21:02:46.3225823Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/blob.rs' from root:root to runner:runner
2025-08-20T21:02:46.3227283Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.3228550Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/traits/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.3229883Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/traits/_impls.rs' from root:root to runner:runner
2025-08-20T21:02:46.3231164Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/traits/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3232364Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/traits' from root:root to runner:runner
2025-08-20T21:02:46.3233401Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/encode.rs' from root:root to runner:runner
2025-08-20T21:02:46.3234578Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/kind.rs' from root:root to runner:runner
2025-08-20T21:02:46.3236033Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3237446Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/data.rs' from root:root to runner:runner
2025-08-20T21:02:46.3238552Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src' from root:root to runner:runner
2025-08-20T21:02:46.3239885Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/benches/decode_objects.rs' from root:root to runner:runner
2025-08-20T21:02:46.3241186Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/benches/edit_tree.rs' from root:root to runner:runner
2025-08-20T21:02:46.3242331Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/benches' from root:root to runner:runner
2025-08-20T21:02:46.3243623Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3244867Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3245995Z [00:07:39.282]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object' from root:root to runner:runner
2025-08-20T21:02:46.3247423Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T21:02:46.3248567Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3249970Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3251233Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src/file/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.3252274Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src/file/index.rs' from root:root to runner:runner
2025-08-20T21:02:46.3253431Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src/file/decode.rs' from root:root to runner:runner
2025-08-20T21:02:46.3254692Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src/file/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3255894Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src/file' from root:root to runner:runner
2025-08-20T21:02:46.3257312Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3258635Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src' from root:root to runner:runner
2025-08-20T21:02:46.3259943Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3261077Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3261961Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk' from root:root to runner:runner
2025-08-20T21:02:46.3262806Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3264424Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/examples/delete-tempfiles-on-sigterm-interactive.rs' from root:root to runner:runner
2025-08-20T21:02:46.3265929Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/examples/delete-tempfiles-on-sigterm.rs' from root:root to runner:runner
2025-08-20T21:02:46.3267624Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/examples/try-deadlock-on-cleanup.rs' from root:root to runner:runner
2025-08-20T21:02:46.3268927Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/examples' from root:root to runner:runner
2025-08-20T21:02:46.3270166Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/README.md' from root:root to runner:runner
2025-08-20T21:02:46.3271449Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3272665Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/tests/registry.rs' from root:root to runner:runner
2025-08-20T21:02:46.3273938Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/tests/all.rs' from root:root to runner:runner
2025-08-20T21:02:46.3275299Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/tests/tempfile/handle.rs' from root:root to runner:runner
2025-08-20T21:02:46.3276849Z [00:07:39.283]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/tests/tempfile/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3277981Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/tests/tempfile' from root:root to runner:runner
2025-08-20T21:02:46.3279128Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/tests' from root:root to runner:runner
2025-08-20T21:02:46.3280434Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/src/forksafe.rs' from root:root to runner:runner
2025-08-20T21:02:46.3281843Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/src/registry.rs' from root:root to runner:runner
2025-08-20T21:02:46.3283084Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/src/signal.rs' from root:root to runner:runner
2025-08-20T21:02:46.3284369Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/src/handle.rs' from root:root to runner:runner
2025-08-20T21:02:46.3285603Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3287010Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/src' from root:root to runner:runner
2025-08-20T21:02:46.3288138Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3289420Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3290705Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile' from root:root to runner:runner
2025-08-20T21:02:46.3291767Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3292498Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3293291Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3294813Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/make_pack_gen_repo.sh' from root:root to runner:runner
2025-08-20T21:02:46.3296690Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/generated-archives/make_pack_gen_repo_multi_index.tar' from root:root to runner:runner
2025-08-20T21:02:46.3298316Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/generated-archives/make_pack_gen_repo.tar' from root:root to runner:runner
2025-08-20T21:02:46.3299747Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.3301051Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/make_pack_gen_repo_multi_index.sh' from root:root to runner:runner
2025-08-20T21:02:46.3302466Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/b8aa61be84b78d7fcff788e8d844406cc97132bf.txt' from root:root to runner:runner
2025-08-20T21:02:46.3304410Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack-with-forward-delta/pack-0bb5bc1e3d864c617c2539445c832ccdd531cd4e.idx' from root:root to runner:runner
2025-08-20T21:02:46.3306674Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack-with-forward-delta/pack-0bb5bc1e3d864c617c2539445c832ccdd531cd4e.pack' from root:root to runner:runner
2025-08-20T21:02:46.3307571Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack-with-forward-delta' from root:root to runner:runner
2025-08-20T21:02:46.3309029Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/f139391424a8c623adadf2388caec73e5e90865b.txt' from root:root to runner:runner
2025-08-20T21:02:46.3310827Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx' from root:root to runner:runner
2025-08-20T21:02:46.3312511Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' from root:root to runner:runner
2025-08-20T21:02:46.3314483Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack' from root:root to runner:runner
2025-08-20T21:02:46.3316105Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' from root:root to runner:runner
2025-08-20T21:02:46.3318025Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' from root:root to runner:runner
2025-08-20T21:02:46.3320006Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' from root:root to runner:runner
2025-08-20T21:02:46.3321404Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack' from root:root to runner:runner
2025-08-20T21:02:46.3322742Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects' from root:root to runner:runner
2025-08-20T21:02:46.3323989Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.3325088Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/integrate.rs' from root:root to runner:runner
2025-08-20T21:02:46.3326104Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/bundle.rs' from root:root to runner:runner
2025-08-20T21:02:46.3327547Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/iter.rs' from root:root to runner:runner
2025-08-20T21:02:46.3329019Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/input.rs' from root:root to runner:runner
2025-08-20T21:02:46.3330303Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/output/count_and_entries.rs' from root:root to runner:runner
2025-08-20T21:02:46.3331066Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/output/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3332105Z [00:07:39.284]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/output' from root:root to runner:runner
2025-08-20T21:02:46.3333438Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/file.rs' from root:root to runner:runner
2025-08-20T21:02:46.3334753Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3336077Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/header.rs' from root:root to runner:runner
2025-08-20T21:02:46.3337681Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data' from root:root to runner:runner
2025-08-20T21:02:46.3338980Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/index.rs' from root:root to runner:runner
2025-08-20T21:02:46.3340239Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/multi_index/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.3341561Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/multi_index/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.3343086Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/multi_index/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.3344435Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/multi_index/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3345694Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/multi_index' from root:root to runner:runner
2025-08-20T21:02:46.3347144Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3348378Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack' from root:root to runner:runner
2025-08-20T21:02:46.3349486Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests' from root:root to runner:runner
2025-08-20T21:02:46.3350741Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.3352311Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/traverse/resolve.rs' from root:root to runner:runner
2025-08-20T21:02:46.3353790Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/traverse/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.3355119Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/traverse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3356652Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/traverse' from root:root to runner:runner
2025-08-20T21:02:46.3357952Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/tree.rs' from root:root to runner:runner
2025-08-20T21:02:46.3359336Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/from_offsets.rs' from root:root to runner:runner
2025-08-20T21:02:46.3360808Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3362040Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta' from root:root to runner:runner
2025-08-20T21:02:46.3363118Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/lru.rs' from root:root to runner:runner
2025-08-20T21:02:46.3364404Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/object.rs' from root:root to runner:runner
2025-08-20T21:02:46.3365651Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3367197Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache' from root:root to runner:runner
2025-08-20T21:02:46.3368389Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.3369739Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/bytes.rs' from root:root to runner:runner
2025-08-20T21:02:46.3371169Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/entry/iter_from_counts.rs' from root:root to runner:runner
2025-08-20T21:02:46.3372445Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/entry/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3373708Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/entry' from root:root to runner:runner
2025-08-20T21:02:46.3375151Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/objects/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.3376901Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/objects/tree.rs' from root:root to runner:runner
2025-08-20T21:02:46.3378465Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/objects/reduce.rs' from root:root to runner:runner
2025-08-20T21:02:46.3379941Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/objects/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.3381345Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/objects/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3382577Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/objects' from root:root to runner:runner
2025-08-20T21:02:46.3383918Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3385363Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count' from root:root to runner:runner
2025-08-20T21:02:46.3386874Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3387637Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output' from root:root to runner:runner
2025-08-20T21:02:46.3388850Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/delta.rs' from root:root to runner:runner
2025-08-20T21:02:46.3390370Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/decode/entry.rs' from root:root to runner:runner
2025-08-20T21:02:46.3391726Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/decode/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3393109Z [00:07:39.285]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/decode/header.rs' from root:root to runner:runner
2025-08-20T21:02:46.3394395Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/decode' from root:root to runner:runner
2025-08-20T21:02:46.3395702Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.3397233Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.3398502Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3399922Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file' from root:root to runner:runner
2025-08-20T21:02:46.3401448Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/entries_to_bytes.rs' from root:root to runner:runner
2025-08-20T21:02:46.3402798Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/bytes_to_entries.rs' from root:root to runner:runner
2025-08-20T21:02:46.3404106Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/entry.rs' from root:root to runner:runner
2025-08-20T21:02:46.3405431Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.3407073Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/lookup_ref_delta_objects.rs' from root:root to runner:runner
2025-08-20T21:02:46.3408186Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3409358Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input' from root:root to runner:runner
2025-08-20T21:02:46.3410706Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/entry/decode.rs' from root:root to runner:runner
2025-08-20T21:02:46.3412018Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/entry/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3413326Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/entry/header.rs' from root:root to runner:runner
2025-08-20T21:02:46.3414700Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/entry' from root:root to runner:runner
2025-08-20T21:02:46.3415932Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3417442Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/header.rs' from root:root to runner:runner
2025-08-20T21:02:46.3418752Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data' from root:root to runner:runner
2025-08-20T21:02:46.3419996Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/find_traits.rs' from root:root to runner:runner
2025-08-20T21:02:46.3421287Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/find.rs' from root:root to runner:runner
2025-08-20T21:02:46.3422620Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/write/error.rs' from root:root to runner:runner
2025-08-20T21:02:46.3424122Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/write/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.3425585Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/write/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3427061Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/write' from root:root to runner:runner
2025-08-20T21:02:46.3428369Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.3429644Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3430842Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle' from root:root to runner:runner
2025-08-20T21:02:46.3432006Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.3433354Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.3434710Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/chunk.rs' from root:root to runner:runner
2025-08-20T21:02:46.3436032Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.3437446Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.3438801Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3440089Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index' from root:root to runner:runner
2025-08-20T21:02:46.3441337Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/verify.rs' from root:root to runner:runner
2025-08-20T21:02:46.3442680Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/error.rs' from root:root to runner:runner
2025-08-20T21:02:46.3444066Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/reduce.rs' from root:root to runner:runner
2025-08-20T21:02:46.3445411Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/types.rs' from root:root to runner:runner
2025-08-20T21:02:46.3446968Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/with_index.rs' from root:root to runner:runner
2025-08-20T21:02:46.3448337Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/with_lookup.rs' from root:root to runner:runner
2025-08-20T21:02:46.3449819Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3451105Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse' from root:root to runner:runner
2025-08-20T21:02:46.3452302Z [00:07:39.286]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/util.rs' from root:root to runner:runner
2025-08-20T21:02:46.3453594Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/encode.rs' from root:root to runner:runner
2025-08-20T21:02:46.3454897Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/access.rs' from root:root to runner:runner
2025-08-20T21:02:46.3456189Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/write/error.rs' from root:root to runner:runner
2025-08-20T21:02:46.3457590Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/write/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3458860Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/write' from root:root to runner:runner
2025-08-20T21:02:46.3460134Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.3461365Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3462716Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index' from root:root to runner:runner
2025-08-20T21:02:46.3463934Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3465084Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src' from root:root to runner:runner
2025-08-20T21:02:46.3466382Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3467576Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3468724Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack' from root:root to runner:runner
2025-08-20T21:02:46.3469855Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/FUNDING.json' from root:root to runner:runner
2025-08-20T21:02:46.3471075Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3472487Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3473719Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/tests/quote.rs' from root:root to runner:runner
2025-08-20T21:02:46.3474809Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/tests' from root:root to runner:runner
2025-08-20T21:02:46.3476055Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/src/ansi_c.rs' from root:root to runner:runner
2025-08-20T21:02:46.3477485Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/src/single.rs' from root:root to runner:runner
2025-08-20T21:02:46.3478701Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3479759Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/src' from root:root to runner:runner
2025-08-20T21:02:46.3481106Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3482342Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3483487Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote' from root:root to runner:runner
2025-08-20T21:02:46.3484664Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T21:02:46.3486113Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T21:02:46.3487657Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/workflows/cifuzz.yml' from root:root to runner:runner
2025-08-20T21:02:46.3488954Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/workflows/cron.yml' from root:root to runner:runner
2025-08-20T21:02:46.3490347Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T21:02:46.3491537Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:02:46.3492673Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T21:02:46.3494043Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yml' from root:root to runner:runner
2025-08-20T21:02:46.3495427Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.yml' from root:root to runner:runner
2025-08-20T21:02:46.3497068Z [00:07:39.287]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T21:02:46.3498164Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:02:46.3499410Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3500679Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3502209Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests/fixtures/generated-archives/make_repos.tar' from root:root to runner:runner
2025-08-20T21:02:46.3503610Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.3505155Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests/fixtures/make_repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.3506656Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.3507979Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests/negotiate.rs' from root:root to runner:runner
2025-08-20T21:02:46.3509338Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests/baseline/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3510762Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests/baseline' from root:root to runner:runner
2025-08-20T21:02:46.3511935Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests' from root:root to runner:runner
2025-08-20T21:02:46.3513187Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/src/noop.rs' from root:root to runner:runner
2025-08-20T21:02:46.3514837Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/src/consecutive.rs' from root:root to runner:runner
2025-08-20T21:02:46.3516132Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/src/skipping.rs' from root:root to runner:runner
2025-08-20T21:02:46.3517512Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3518801Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/src' from root:root to runner:runner
2025-08-20T21:02:46.3520085Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3521328Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3522397Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate' from root:root to runner:runner
2025-08-20T21:02:46.3523495Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T21:02:46.3524668Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3525905Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3527421Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3528920Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/tests/archive.rs' from root:root to runner:runner
2025-08-20T21:02:46.3530433Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.3531729Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.3533092Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/tests/fixtures/basic.sh' from root:root to runner:runner
2025-08-20T21:02:46.3534375Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.3535577Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/tests' from root:root to runner:runner
2025-08-20T21:02:46.3536908Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/src/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.3538305Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3539634Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/src' from root:root to runner:runner
2025-08-20T21:02:46.3540911Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3542153Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3543309Z [00:07:39.288]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive' from root:root to runner:runner
2025-08-20T21:02:46.3544610Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3545949Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3547477Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3548903Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/state/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3550302Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/state/checkout.rs' from root:root to runner:runner
2025-08-20T21:02:46.3551603Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/state' from root:root to runner:runner
2025-08-20T21:02:46.3553083Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangerous_symlink.sh' from root:root to runner:runner
2025-08-20T21:02:46.3554791Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed_without_submodules_and_symlinks.sh' from root:root to runner:runner
2025-08-20T21:02:46.3556374Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.3557984Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dir_symlink.tar' from root:root to runner:runner
2025-08-20T21:02:46.3559688Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_traverse_trees.tar' from root:root to runner:runner
2025-08-20T21:02:46.3561456Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dangling_symlink_to_windows_reserved.tar' from root:root to runner:runner
2025-08-20T21:02:46.3563183Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dangling_symlink.tar' from root:root to runner:runner
2025-08-20T21:02:46.3565174Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/make_dangling_symlink_to_windows_invalid.tar' from root:root to runner:runner
2025-08-20T21:02:46.3566900Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.3568438Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_traverse_trees.sh' from root:root to runner:runner
2025-08-20T21:02:46.3570074Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink_to_windows_invalid.sh' from root:root to runner:runner
2025-08-20T21:02:46.3571482Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_dir_symlink.sh' from root:root to runner:runner
2025-08-20T21:02:46.3573071Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_ignorecase_collisions.sh' from root:root to runner:runner
2025-08-20T21:02:46.3574509Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed.sh' from root:root to runner:runner
2025-08-20T21:02:46.3575800Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink_to_windows_reserved.sh' from root:root to runner:runner
2025-08-20T21:02:46.3576948Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink.sh' from root:root to runner:runner
2025-08-20T21:02:46.3577818Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed_without_submodules.sh' from root:root to runner:runner
2025-08-20T21:02:46.3578546Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.3579273Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/worktree.rs' from root:root to runner:runner
2025-08-20T21:02:46.3580095Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests' from root:root to runner:runner
2025-08-20T21:02:46.3581138Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src/checkout/chunk.rs' from root:root to runner:runner
2025-08-20T21:02:46.3582535Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src/checkout/entry.rs' from root:root to runner:runner
2025-08-20T21:02:46.3584129Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src/checkout/function.rs' from root:root to runner:runner
2025-08-20T21:02:46.3585496Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src/checkout/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3586994Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src/checkout' from root:root to runner:runner
2025-08-20T21:02:46.3588325Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3589556Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src' from root:root to runner:runner
2025-08-20T21:02:46.3590847Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3592188Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3593407Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state' from root:root to runner:runner
2025-08-20T21:02:46.3594575Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:02:46.3595942Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3597537Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3599186Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/encode/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.3600685Z [00:07:39.289]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/encode/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.3602104Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/encode/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3603448Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/encode' from root:root to runner:runner
2025-08-20T21:02:46.3604868Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/line/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.3606536Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/line/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.3608048Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/line/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3609517Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/line' from root:root to runner:runner
2025-08-20T21:02:46.3610941Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/write/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.3612417Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/write/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.3613794Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/write/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3615131Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/write' from root:root to runner:runner
2025-08-20T21:02:46.3616715Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/decode.rs' from root:root to runner:runner
2025-08-20T21:02:46.3618214Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.3619668Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.3621177Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/sidebands/async_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.3622708Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/sidebands/blocking_io.rs' from root:root to runner:runner
2025-08-20T21:02:46.3624370Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/sidebands/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3625789Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/sidebands' from root:root to runner:runner
2025-08-20T21:02:46.3627390Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3628715Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read' from root:root to runner:runner
2025-08-20T21:02:46.3630060Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3631341Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src' from root:root to runner:runner
2025-08-20T21:02:46.3632692Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3634276Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3635513Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking' from root:root to runner:runner
2025-08-20T21:02:46.3636997Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3638246Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3639588Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/tests/hashtable.rs' from root:root to runner:runner
2025-08-20T21:02:46.3640801Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/tests' from root:root to runner:runner
2025-08-20T21:02:46.3642055Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3643253Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/src' from root:root to runner:runner
2025-08-20T21:02:46.3644502Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3645772Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3647174Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable' from root:root to runner:runner
2025-08-20T21:02:46.3648723Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:02:46.3650029Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:02:46.3651388Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:02:46.3652630Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:02:46.3653910Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:02:46.3655268Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:02:46.3656745Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:02:46.3658191Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:02:46.3659572Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:02:46.3660886Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:02:46.3662141Z [00:07:39.290]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:02:46.3663460Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:02:46.3664786Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:02:46.3666447Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:02:46.3667640Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:02:46.3668870Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T21:02:46.3670097Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:02:46.3671417Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:02:46.3672846Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:02:46.3674106Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:02:46.3675269Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:02:46.3676648Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:02:46.3677794Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:02:46.3678985Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T21:02:46.3680161Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:02:46.3681562Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:02:46.3682952Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:02:46.3684161Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:02:46.3685322Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:02:46.3686747Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:02:46.3687875Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:02:46.3689099Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:02:46.3690425Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:02:46.3691581Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:02:46.3693224Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-e698ba2a2469bc6a49d6e0a0354db438a4019874.idx' from root:root to runner:runner
2025-08-20T21:02:46.3694884Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-7c5d640f18a1477e278c7441a4b5fa49e8377c1e.promisor' from root:root to runner:runner
2025-08-20T21:02:46.3696961Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-e698ba2a2469bc6a49d6e0a0354db438a4019874.rev' from root:root to runner:runner
2025-08-20T21:02:46.3698592Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-7c5d640f18a1477e278c7441a4b5fa49e8377c1e.pack' from root:root to runner:runner
2025-08-20T21:02:46.3700219Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-7c5d640f18a1477e278c7441a4b5fa49e8377c1e.rev' from root:root to runner:runner
2025-08-20T21:02:46.3701845Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-7c5d640f18a1477e278c7441a4b5fa49e8377c1e.idx' from root:root to runner:runner
2025-08-20T21:02:46.3703522Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-e698ba2a2469bc6a49d6e0a0354db438a4019874.promisor' from root:root to runner:runner
2025-08-20T21:02:46.3705145Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-e698ba2a2469bc6a49d6e0a0354db438a4019874.pack' from root:root to runner:runner
2025-08-20T21:02:46.3706651Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:02:46.3708025Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:02:46.3709194Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:02:46.3710397Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:02:46.3711548Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:02:46.3712694Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:02:46.3713794Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:02:46.3715020Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3716570Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3717866Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3719174Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.3720526Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.3721923Z [00:07:39.291]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.3723100Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.3724390Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/time/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.3725684Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/time/baseline.rs' from root:root to runner:runner
2025-08-20T21:02:46.3727184Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/time/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3728455Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/time/format.rs' from root:root to runner:runner
2025-08-20T21:02:46.3729682Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/time' from root:root to runner:runner
2025-08-20T21:02:46.3731460Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/fixtures/generated-archives/generate_git_date_baseline.tar' from root:root to runner:runner
2025-08-20T21:02:46.3733000Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.3734490Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/fixtures/generate_git_date_baseline.sh' from root:root to runner:runner
2025-08-20T21:02:46.3735736Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.3737192Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/date.rs' from root:root to runner:runner
2025-08-20T21:02:46.3738349Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests' from root:root to runner:runner
2025-08-20T21:02:46.3739635Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/time/write.rs' from root:root to runner:runner
2025-08-20T21:02:46.3741001Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/time/init.rs' from root:root to runner:runner
2025-08-20T21:02:46.3742239Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/time/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3743577Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/time/format.rs' from root:root to runner:runner
2025-08-20T21:02:46.3744737Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/time' from root:root to runner:runner
2025-08-20T21:02:46.3746116Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.3747688Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3748870Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src' from root:root to runner:runner
2025-08-20T21:02:46.3750098Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3751313Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3752447Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date' from root:root to runner:runner
2025-08-20T21:02:46.3753556Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.mailmap' from root:root to runner:runner
2025-08-20T21:02:46.3754811Z [00:07:39.292]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sequencer/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3756504Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sequencer/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3757765Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sequencer/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3758981Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sequencer/src' from root:root to runner:runner
2025-08-20T21:02:46.3760230Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sequencer/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3761490Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sequencer/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3762652Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sequencer' from root:root to runner:runner
2025-08-20T21:02:46.3764022Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3765338Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.3766800Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.3768121Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.3769522Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/fuzz/fuzz_targets/fuzz_search.rs' from root:root to runner:runner
2025-08-20T21:02:46.3770964Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:02:46.3772191Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/fuzz' from root:root to runner:runner
2025-08-20T21:02:46.3773509Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/parse/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3774781Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/parse' from root:root to runner:runner
2025-08-20T21:02:46.3776085Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/state/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3777562Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/state' from root:root to runner:runner
2025-08-20T21:02:46.3779109Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/fixtures/generated-archives/.gitignore' from root:root to runner:runner
2025-08-20T21:02:46.3780808Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/fixtures/generated-archives' from root:root to runner:runner
2025-08-20T21:02:46.3782317Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/fixtures/attributes/various.txt' from root:root to runner:runner
2025-08-20T21:02:46.3783703Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/fixtures/attributes' from root:root to runner:runner
2025-08-20T21:02:46.3785234Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/fixtures/make_attributes_baseline.sh' from root:root to runner:runner
2025-08-20T21:02:46.3786711Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/fixtures' from root:root to runner:runner
2025-08-20T21:02:46.3788078Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/attributes.rs' from root:root to runner:runner
2025-08-20T21:02:46.3789554Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/assignment/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3790882Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/assignment' from root:root to runner:runner
2025-08-20T21:02:46.3792179Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/search/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3793460Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/search' from root:root to runner:runner
2025-08-20T21:02:46.3794793Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests' from root:root to runner:runner
2025-08-20T21:02:46.3796075Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/state.rs' from root:root to runner:runner
2025-08-20T21:02:46.3797550Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/source.rs' from root:root to runner:runner
2025-08-20T21:02:46.3798811Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/name.rs' from root:root to runner:runner
2025-08-20T21:02:46.3800091Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/parse.rs' from root:root to runner:runner
2025-08-20T21:02:46.3801391Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/assignment.rs' from root:root to runner:runner
2025-08-20T21:02:46.3802738Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/search/refmap.rs' from root:root to runner:runner
2025-08-20T21:02:46.3804237Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/search/attributes.rs' from root:root to runner:runner
2025-08-20T21:02:46.3805715Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/search/outcome.rs' from root:root to runner:runner
2025-08-20T21:02:46.3807215Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/search/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.3808480Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/search' from root:root to runner:runner
2025-08-20T21:02:46.3809722Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.3810934Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src' from root:root to runner:runner
2025-08-20T21:02:46.3812228Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.3813629Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.3814836Z [00:07:39.293]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes' from root:root to runner:runner
2025-08-20T21:02:46.3816063Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T21:02:46.3817524Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T21:02:46.3818971Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T21:02:46.3820269Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:02:46.3821850Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3823577Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d.d' from root:root to runner:runner
2025-08-20T21:02:46.3825185Z [00:07:39.294]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d' retained as runner:runner
2025-08-20T21:02:46.3826820Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-45b89b0c69ba843d' from root:root to runner:runner
2025-08-20T21:02:46.3828478Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3830527Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build_script_build-89d3fda42f56463d.d' from root:root to runner:runner
2025-08-20T21:02:46.3832205Z [00:07:39.294]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build_script_build-89d3fda42f56463d' retained as runner:runner
2025-08-20T21:02:46.3833739Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d' from root:root to runner:runner
2025-08-20T21:02:46.3835369Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libsqlite3-sys-15802325c31ff4a7/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3837264Z [00:07:39.294]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libsqlite3-sys-15802325c31ff4a7/build_script_build-15802325c31ff4a7' retained as runner:runner
2025-08-20T21:02:46.3839178Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libsqlite3-sys-15802325c31ff4a7/build_script_build-15802325c31ff4a7.d' from root:root to runner:runner
2025-08-20T21:02:46.3840688Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libsqlite3-sys-15802325c31ff4a7' from root:root to runner:runner
2025-08-20T21:02:46.3842150Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/out' from root:root to runner:runner
2025-08-20T21:02:46.3843628Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/output' from root:root to runner:runner
2025-08-20T21:02:46.3845262Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/root-output' from root:root to runner:runner
2025-08-20T21:02:46.3847093Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.3848598Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/stderr' from root:root to runner:runner
2025-08-20T21:02:46.3850014Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad' from root:root to runner:runner
2025-08-20T21:02:46.3851661Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3853286Z [00:07:39.294]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as runner:runner
2025-08-20T21:02:46.3855200Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' from root:root to runner:runner
2025-08-20T21:02:46.3856931Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T21:02:46.3858553Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3860118Z [00:07:39.294]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a' retained as runner:runner
2025-08-20T21:02:46.3861851Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a.d' from root:root to runner:runner
2025-08-20T21:02:46.3863255Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a' from root:root to runner:runner
2025-08-20T21:02:46.3865026Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/out/version.expr' from root:root to runner:runner
2025-08-20T21:02:46.3866739Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/out' from root:root to runner:runner
2025-08-20T21:02:46.3868309Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/output' from root:root to runner:runner
2025-08-20T21:02:46.3869893Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/root-output' from root:root to runner:runner
2025-08-20T21:02:46.3871666Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.3873221Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/stderr' from root:root to runner:runner
2025-08-20T21:02:46.3874700Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe' from root:root to runner:runner
2025-08-20T21:02:46.3876512Z [00:07:39.294]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3878186Z [00:07:39.294]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d' retained as runner:runner
2025-08-20T21:02:46.3879953Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d.d' from root:root to runner:runner
2025-08-20T21:02:46.3881540Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d' from root:root to runner:runner
2025-08-20T21:02:46.3883282Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3885018Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c.d' from root:root to runner:runner
2025-08-20T21:02:46.3886879Z [00:07:39.295]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c' retained as runner:runner
2025-08-20T21:02:46.3888306Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/typenum-c623553def1a648c' from root:root to runner:runner
2025-08-20T21:02:46.3890010Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3891853Z [00:07:39.295]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build_script_build-666d147f7ba58189' retained as runner:runner
2025-08-20T21:02:46.3893670Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build_script_build-666d147f7ba58189.d' from root:root to runner:runner
2025-08-20T21:02:46.3895224Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189' from root:root to runner:runner
2025-08-20T21:02:46.3897177Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3899010Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3.d' from root:root to runner:runner
2025-08-20T21:02:46.3900669Z [00:07:39.295]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3' retained as runner:runner
2025-08-20T21:02:46.3902177Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3' from root:root to runner:runner
2025-08-20T21:02:46.3903886Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustix-42d8834a35f550c8/build_script_build-42d8834a35f550c8.d' from root:root to runner:runner
2025-08-20T21:02:46.3905494Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustix-42d8834a35f550c8/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3907526Z [00:07:39.295]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustix-42d8834a35f550c8/build_script_build-42d8834a35f550c8' retained as runner:runner
2025-08-20T21:02:46.3909122Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustix-42d8834a35f550c8' from root:root to runner:runner
2025-08-20T21:02:46.3910692Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3912420Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build_script_build-e3634881db4b60e6.d' from root:root to runner:runner
2025-08-20T21:02:46.3914036Z [00:07:39.295]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build_script_build-e3634881db4b60e6' retained as runner:runner
2025-08-20T21:02:46.3915494Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6' from root:root to runner:runner
2025-08-20T21:02:46.3917404Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3919093Z [00:07:39.295]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54' retained as runner:runner
2025-08-20T21:02:46.3920840Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54.d' from root:root to runner:runner
2025-08-20T21:02:46.3922272Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/lock_api-0e43305194759e54' from root:root to runner:runner
2025-08-20T21:02:46.3924000Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libz-sys-59a89d1083f544e8/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3925599Z [00:07:39.295]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libz-sys-59a89d1083f544e8/build_script_build-59a89d1083f544e8' retained as runner:runner
2025-08-20T21:02:46.3927560Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libz-sys-59a89d1083f544e8/build_script_build-59a89d1083f544e8.d' from root:root to runner:runner
2025-08-20T21:02:46.3928989Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libz-sys-59a89d1083f544e8' from root:root to runner:runner
2025-08-20T21:02:46.3930775Z [00:07:39.295]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' from root:root to runner:runner
2025-08-20T21:02:46.3932367Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3934146Z [00:07:39.296]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as runner:runner
2025-08-20T21:02:46.3935747Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T21:02:46.3937601Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/fs-err-10a59c08f2e256b8/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3939198Z [00:07:39.296]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/fs-err-10a59c08f2e256b8/build_script_build-10a59c08f2e256b8' retained as runner:runner
2025-08-20T21:02:46.3940892Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/fs-err-10a59c08f2e256b8/build_script_build-10a59c08f2e256b8.d' from root:root to runner:runner
2025-08-20T21:02:46.3942339Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/fs-err-10a59c08f2e256b8' from root:root to runner:runner
2025-08-20T21:02:46.3944078Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3945768Z [00:07:39.296]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build_script_build-e9753c9fcdca61cc' retained as runner:runner
2025-08-20T21:02:46.3947709Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build_script_build-e9753c9fcdca61cc.d' from root:root to runner:runner
2025-08-20T21:02:46.3949337Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc' from root:root to runner:runner
2025-08-20T21:02:46.3950970Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/getrandom-3fdc5678e809f7fb/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3952715Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/getrandom-3fdc5678e809f7fb/build_script_build-3fdc5678e809f7fb.d' from root:root to runner:runner
2025-08-20T21:02:46.3954367Z [00:07:39.296]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/getrandom-3fdc5678e809f7fb/build_script_build-3fdc5678e809f7fb' retained as runner:runner
2025-08-20T21:02:46.3955816Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/getrandom-3fdc5678e809f7fb' from root:root to runner:runner
2025-08-20T21:02:46.3957527Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/out' from root:root to runner:runner
2025-08-20T21:02:46.3959049Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' from root:root to runner:runner
2025-08-20T21:02:46.3960883Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' from root:root to runner:runner
2025-08-20T21:02:46.3962501Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.3964037Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' from root:root to runner:runner
2025-08-20T21:02:46.3965482Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T21:02:46.3967361Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3969256Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986.d' from root:root to runner:runner
2025-08-20T21:02:46.3970946Z [00:07:39.296]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986' retained as runner:runner
2025-08-20T21:02:46.3972443Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986' from root:root to runner:runner
2025-08-20T21:02:46.3974088Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/openssl-sys-297bb9fad3159d69/build-script-main' from root:root to runner:runner
2025-08-20T21:02:46.3975966Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/openssl-sys-297bb9fad3159d69/build_script_main-297bb9fad3159d69.d' from root:root to runner:runner
2025-08-20T21:02:46.3977813Z [00:07:39.296]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/openssl-sys-297bb9fad3159d69/build_script_main-297bb9fad3159d69' retained as runner:runner
2025-08-20T21:02:46.3979300Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/openssl-sys-297bb9fad3159d69' from root:root to runner:runner
2025-08-20T21:02:46.3980896Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-sys-3546d6eadc53b38e/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3982651Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-sys-3546d6eadc53b38e/build_script_build-3546d6eadc53b38e.d' from root:root to runner:runner
2025-08-20T21:02:46.3984240Z [00:07:39.296]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-sys-3546d6eadc53b38e/build_script_build-3546d6eadc53b38e' retained as runner:runner
2025-08-20T21:02:46.3985831Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-sys-3546d6eadc53b38e' from root:root to runner:runner
2025-08-20T21:02:46.3987850Z [00:07:39.296]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3989589Z [00:07:39.296]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as runner:runner
2025-08-20T21:02:46.3991425Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa.d' from root:root to runner:runner
2025-08-20T21:02:46.3992926Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-20T21:02:46.3994517Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.3996620Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' from root:root to runner:runner
2025-08-20T21:02:46.3998277Z [00:07:39.297]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as runner:runner
2025-08-20T21:02:46.3999684Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-20T21:02:46.4001389Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-6f27b91d44311954/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4002954Z [00:07:39.297]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-6f27b91d44311954/build_script_build-6f27b91d44311954' retained as runner:runner
2025-08-20T21:02:46.4004668Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-6f27b91d44311954/build_script_build-6f27b91d44311954.d' from root:root to runner:runner
2025-08-20T21:02:46.4006062Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-6f27b91d44311954' from root:root to runner:runner
2025-08-20T21:02:46.4007914Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/gitoxide-0ec493c9ea5f27c7/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4009534Z [00:07:39.297]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/gitoxide-0ec493c9ea5f27c7/build_script_build-0ec493c9ea5f27c7' retained as runner:runner
2025-08-20T21:02:46.4011284Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/gitoxide-0ec493c9ea5f27c7/build_script_build-0ec493c9ea5f27c7.d' from root:root to runner:runner
2025-08-20T21:02:46.4012978Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/gitoxide-0ec493c9ea5f27c7' from root:root to runner:runner
2025-08-20T21:02:46.4014626Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4016461Z [00:07:39.297]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build_script_build-c0d3c10e6584e514' retained as runner:runner
2025-08-20T21:02:46.4018273Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build_script_build-c0d3c10e6584e514.d' from root:root to runner:runner
2025-08-20T21:02:46.4019768Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514' from root:root to runner:runner
2025-08-20T21:02:46.4021506Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4023162Z [00:07:39.297]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build_script_build-83c9aeb1ec326ba0' retained as runner:runner
2025-08-20T21:02:46.4024899Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build_script_build-83c9aeb1ec326ba0.d' from root:root to runner:runner
2025-08-20T21:02:46.4026586Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0' from root:root to runner:runner
2025-08-20T21:02:46.4028347Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4030140Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' from root:root to runner:runner
2025-08-20T21:02:46.4031768Z [00:07:39.297]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as runner:runner
2025-08-20T21:02:46.4033245Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T21:02:46.4034977Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/heapless-619c852799b64d31/build_script_build-619c852799b64d31.d' from root:root to runner:runner
2025-08-20T21:02:46.4036785Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/heapless-619c852799b64d31/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4038594Z [00:07:39.297]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/heapless-619c852799b64d31/build_script_build-619c852799b64d31' retained as runner:runner
2025-08-20T21:02:46.4040141Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/heapless-619c852799b64d31' from root:root to runner:runner
2025-08-20T21:02:46.4041814Z [00:07:39.297]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4043579Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3.d' from root:root to runner:runner
2025-08-20T21:02:46.4045278Z [00:07:39.298]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3' retained as runner:runner
2025-08-20T21:02:46.4046963Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3' from root:root to runner:runner
2025-08-20T21:02:46.4048342Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T21:02:46.4049756Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4051303Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4052803Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libdisplaydoc-7195a6a7b6295b8f.so' from root:root to runner:runner
2025-08-20T21:02:46.4054386Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/thiserror_impl-09cbb1665cdfc628.d' from root:root to runner:runner
2025-08-20T21:02:46.4055866Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/strum_macros-920333dcc0f3f4d4.d' from root:root to runner:runner
2025-08-20T21:02:46.4057534Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-20T21:02:46.4058993Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libcc-f8684d5eac76a8c2.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4060373Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' from root:root to runner:runner
2025-08-20T21:02:46.4061751Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/paste-d4b21fc6492e3195.d' from root:root to runner:runner
2025-08-20T21:02:46.4063351Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libzerovec_derive-76a189f4ebdfaf72.so' from root:root to runner:runner
2025-08-20T21:02:46.4064879Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4066619Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libmaybe_async-1a9025ebbc98c4a7.so' from root:root to runner:runner
2025-08-20T21:02:46.4068089Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/synstructure-c05609e66b0d03d2.d' from root:root to runner:runner
2025-08-20T21:02:46.4069634Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so' from root:root to runner:runner
2025-08-20T21:02:46.4071181Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4072807Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4074253Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' from root:root to runner:runner
2025-08-20T21:02:46.4075784Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libthiserror_impl-09cbb1665cdfc628.so' from root:root to runner:runner
2025-08-20T21:02:46.4077437Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-20T21:02:46.4079079Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/thiserror_impl-3cf295331814a8db.d' from root:root to runner:runner
2025-08-20T21:02:46.4080568Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/yoke_derive-e279ed62d1e1f54e.d' from root:root to runner:runner
2025-08-20T21:02:46.4082123Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libzerofrom_derive-050465dd4205e245.so' from root:root to runner:runner
2025-08-20T21:02:46.4083593Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' from root:root to runner:runner
2025-08-20T21:02:46.4084939Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4086664Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libserde_derive-4dea58f2f780c793.so' from root:root to runner:runner
2025-08-20T21:02:46.4088111Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/pkg_config-0923ccadfac496a3.d' from root:root to runner:runner
2025-08-20T21:02:46.4089833Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4091333Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so' from root:root to runner:runner
2025-08-20T21:02:46.4092743Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libthiserror_impl-3cf295331814a8db.so' from root:root to runner:runner
2025-08-20T21:02:46.4094085Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libclap_derive-bc4ba59015a714aa.so' from root:root to runner:runner
2025-08-20T21:02:46.4095615Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4097313Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4098964Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/rustversion-a291dd095d8cbcc8.d' from root:root to runner:runner
2025-08-20T21:02:46.4100476Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4101957Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libtracing_attributes-44edeccea3c38331.so' from root:root to runner:runner
2025-08-20T21:02:46.4103615Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libstability-ff8ca23493182e68.so' from root:root to runner:runner
2025-08-20T21:02:46.4105159Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4106857Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/clap_derive-bc4ba59015a714aa.d' from root:root to runner:runner
2025-08-20T21:02:46.4108401Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4109827Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4111280Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/zerovec_derive-76a189f4ebdfaf72.d' from root:root to runner:runner
2025-08-20T21:02:46.4112768Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/stability-ff8ca23493182e68.d' from root:root to runner:runner
2025-08-20T21:02:46.4114440Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4116158Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4117799Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' from root:root to runner:runner
2025-08-20T21:02:46.4119388Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/tracing_attributes-44edeccea3c38331.d' from root:root to runner:runner
2025-08-20T21:02:46.4120898Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/displaydoc-7195a6a7b6295b8f.d' from root:root to runner:runner
2025-08-20T21:02:46.4122356Z [00:07:39.298]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4123840Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/syn-94f40e26de0f9146.d' from root:root to runner:runner
2025-08-20T21:02:46.4125351Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4127005Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4128469Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libcc-f8684d5eac76a8c2.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4130082Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/maybe_async-1a9025ebbc98c4a7.d' from root:root to runner:runner
2025-08-20T21:02:46.4131429Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4132722Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4134304Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4135696Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/cc-f8684d5eac76a8c2.d' from root:root to runner:runner
2025-08-20T21:02:46.4137354Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libyoke_derive-e279ed62d1e1f54e.so' from root:root to runner:runner
2025-08-20T21:02:46.4139049Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libstrum_macros-920333dcc0f3f4d4.so' from root:root to runner:runner
2025-08-20T21:02:46.4140643Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' from root:root to runner:runner
2025-08-20T21:02:46.4142092Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/vcpkg-b334f034d0f5b554.d' from root:root to runner:runner
2025-08-20T21:02:46.4143578Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/zerofrom_derive-050465dd4205e245.d' from root:root to runner:runner
2025-08-20T21:02:46.4144849Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/serde_derive-4dea58f2f780c793.d' from root:root to runner:runner
2025-08-20T21:02:46.4146602Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4147835Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T21:02:46.4149529Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' from root:root to runner:runner
2025-08-20T21:02:46.4151154Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4152764Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' from root:root to runner:runner
2025-08-20T21:02:46.4154420Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T21:02:46.4155904Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023' from root:root to runner:runner
2025-08-20T21:02:46.4157823Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4159543Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4161215Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4162972Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4164579Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d' from root:root to runner:runner
2025-08-20T21:02:46.4166572Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/dep-lib-syn' from root:root to runner:runner
2025-08-20T21:02:46.4168208Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4169741Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/lib-syn' from root:root to runner:runner
2025-08-20T21:02:46.4171278Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/lib-syn.json' from root:root to runner:runner
2025-08-20T21:02:46.4172744Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146' from root:root to runner:runner
2025-08-20T21:02:46.4174508Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/displaydoc-7195a6a7b6295b8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4176026Z [00:07:39.299]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/displaydoc-7195a6a7b6295b8f/lib-displaydoc' from root:root to runner:runner
2025-08-20T21:02:46.4177900Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/displaydoc-7195a6a7b6295b8f/dep-lib-displaydoc' from root:root to runner:runner
2025-08-20T21:02:46.4179709Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/displaydoc-7195a6a7b6295b8f/lib-displaydoc.json' from root:root to runner:runner
2025-08-20T21:02:46.4181266Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/displaydoc-7195a6a7b6295b8f' from root:root to runner:runner
2025-08-20T21:02:46.4183086Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4184970Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4186777Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4188408Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4190146Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d' from root:root to runner:runner
2025-08-20T21:02:46.4191980Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-15802325c31ff4a7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4193803Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-15802325c31ff4a7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4195516Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-15802325c31ff4a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4197574Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-15802325c31ff4a7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4199176Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-15802325c31ff4a7' from root:root to runner:runner
2025-08-20T21:02:46.4201109Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4202907Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4204374Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad' from root:root to runner:runner
2025-08-20T21:02:46.4206503Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4208333Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4210139Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4211617Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4212672Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T21:02:46.4213730Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/lib-synstructure' from root:root to runner:runner
2025-08-20T21:02:46.4215388Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4217413Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/lib-synstructure.json' from root:root to runner:runner
2025-08-20T21:02:46.4218680Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/dep-lib-synstructure' from root:root to runner:runner
2025-08-20T21:02:46.4219880Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2' from root:root to runner:runner
2025-08-20T21:02:46.4221170Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4222944Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4224669Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4226682Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4228151Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a' from root:root to runner:runner
2025-08-20T21:02:46.4229778Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4231646Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4233256Z [00:07:39.300]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe' from root:root to runner:runner
2025-08-20T21:02:46.4234659Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:02:46.4236546Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4238216Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:02:46.4239983Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T21:02:46.4241646Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db' from root:root to runner:runner
2025-08-20T21:02:46.4243451Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4245217Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4247102Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4249040Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4250285Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d' from root:root to runner:runner
2025-08-20T21:02:46.4252065Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4253846Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4255503Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4257507Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4259096Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c' from root:root to runner:runner
2025-08-20T21:02:46.4260600Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/stability-ff8ca23493182e68/lib-stability' from root:root to runner:runner
2025-08-20T21:02:46.4262267Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/stability-ff8ca23493182e68/dep-lib-stability' from root:root to runner:runner
2025-08-20T21:02:46.4263904Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/stability-ff8ca23493182e68/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4265473Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/stability-ff8ca23493182e68/lib-stability.json' from root:root to runner:runner
2025-08-20T21:02:46.4267323Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/stability-ff8ca23493182e68' from root:root to runner:runner
2025-08-20T21:02:46.4269164Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4271051Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4272778Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4274804Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4276650Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189' from root:root to runner:runner
2025-08-20T21:02:46.4278432Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4280148Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4282004Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4283757Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4285452Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3' from root:root to runner:runner
2025-08-20T21:02:46.4287543Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustix-42d8834a35f550c8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4289348Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustix-42d8834a35f550c8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4290981Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustix-42d8834a35f550c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4292764Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustix-42d8834a35f550c8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4294268Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustix-42d8834a35f550c8' from root:root to runner:runner
2025-08-20T21:02:46.4295875Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4297702Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste.json' from root:root to runner:runner
2025-08-20T21:02:46.4299254Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste' from root:root to runner:runner
2025-08-20T21:02:46.4301047Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/dep-lib-paste' from root:root to runner:runner
2025-08-20T21:02:46.4302512Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195' from root:root to runner:runner
2025-08-20T21:02:46.4304346Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/lib-tracing_attributes.json' from root:root to runner:runner
2025-08-20T21:02:46.4305982Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/lib-tracing_attributes' from root:root to runner:runner
2025-08-20T21:02:46.4307408Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4309227Z [00:07:39.301]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/dep-lib-tracing_attributes' from root:root to runner:runner
2025-08-20T21:02:46.4310926Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331' from root:root to runner:runner
2025-08-20T21:02:46.4312544Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/lib-yoke_derive.json' from root:root to runner:runner
2025-08-20T21:02:46.4314217Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4315865Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/lib-yoke_derive' from root:root to runner:runner
2025-08-20T21:02:46.4317764Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/dep-lib-yoke_derive' from root:root to runner:runner
2025-08-20T21:02:46.4319375Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e' from root:root to runner:runner
2025-08-20T21:02:46.4320822Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4322213Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T21:02:46.4323838Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:02:46.4325744Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:02:46.4327340Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-20T21:02:46.4329133Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4330895Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4332544Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4334324Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4335994Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6' from root:root to runner:runner
2025-08-20T21:02:46.4338043Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4339554Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4341245Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4343033Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4344543Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54' from root:root to runner:runner
2025-08-20T21:02:46.4346538Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:02:46.4348305Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4350146Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:02:46.4352079Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T21:02:46.4353669Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628' from root:root to runner:runner
2025-08-20T21:02:46.4355425Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libz-sys-59a89d1083f544e8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4357370Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libz-sys-59a89d1083f544e8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4358905Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libz-sys-59a89d1083f544e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4359946Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libz-sys-59a89d1083f544e8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4360871Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libz-sys-59a89d1083f544e8' from root:root to runner:runner
2025-08-20T21:02:46.4361843Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/dep-lib-rustversion' from root:root to runner:runner
2025-08-20T21:02:46.4362746Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion.json' from root:root to runner:runner
2025-08-20T21:02:46.4363619Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4364494Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion' from root:root to runner:runner
2025-08-20T21:02:46.4365789Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8' from root:root to runner:runner
2025-08-20T21:02:46.4367760Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4369581Z [00:07:39.302]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4371270Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4373269Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4374761Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T21:02:46.4376669Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/fs-err-10a59c08f2e256b8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4378344Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/fs-err-10a59c08f2e256b8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4379897Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/fs-err-10a59c08f2e256b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4381583Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/fs-err-10a59c08f2e256b8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4383134Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/fs-err-10a59c08f2e256b8' from root:root to runner:runner
2025-08-20T21:02:46.4384898Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4386981Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4388660Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4390455Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4391978Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc' from root:root to runner:runner
2025-08-20T21:02:46.4393614Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4395180Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/lib-clap_derive' from root:root to runner:runner
2025-08-20T21:02:46.4396970Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T21:02:46.4398791Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T21:02:46.4400304Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa' from root:root to runner:runner
2025-08-20T21:02:46.4401929Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4403474Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-20T21:02:46.4405027Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-20T21:02:46.4406712Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-20T21:02:46.4408318Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-20T21:02:46.4409942Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/cc-f8684d5eac76a8c2/dep-lib-cc' from root:root to runner:runner
2025-08-20T21:02:46.4411366Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/cc-f8684d5eac76a8c2/lib-cc' from root:root to runner:runner
2025-08-20T21:02:46.4412862Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/cc-f8684d5eac76a8c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4414351Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/cc-f8684d5eac76a8c2/lib-cc.json' from root:root to runner:runner
2025-08-20T21:02:46.4415780Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/cc-f8684d5eac76a8c2' from root:root to runner:runner
2025-08-20T21:02:46.4417737Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/getrandom-3fdc5678e809f7fb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4419632Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/getrandom-3fdc5678e809f7fb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4421280Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/getrandom-3fdc5678e809f7fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4423087Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/getrandom-3fdc5678e809f7fb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4424790Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/getrandom-3fdc5678e809f7fb' from root:root to runner:runner
2025-08-20T21:02:46.4426615Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:02:46.4428278Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:02:46.4429945Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4431637Z [00:07:39.303]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T21:02:46.4433143Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d' from root:root to runner:runner
2025-08-20T21:02:46.4434908Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4436876Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/dep-lib-pkg_config' from root:root to runner:runner
2025-08-20T21:02:46.4438520Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config' from root:root to runner:runner
2025-08-20T21:02:46.4440187Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config.json' from root:root to runner:runner
2025-08-20T21:02:46.4441681Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3' from root:root to runner:runner
2025-08-20T21:02:46.4443523Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4445336Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4447066Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T21:02:46.4448833Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4450815Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4452447Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4454199Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4455698Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986' from root:root to runner:runner
2025-08-20T21:02:46.4457631Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/lib-strum_macros' from root:root to runner:runner
2025-08-20T21:02:46.4459328Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T21:02:46.4461207Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4462875Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T21:02:46.4464385Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4' from root:root to runner:runner
2025-08-20T21:02:46.4466174Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/openssl-sys-297bb9fad3159d69/dep-build-script-build-script-main' from root:root to runner:runner
2025-08-20T21:02:46.4468004Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/openssl-sys-297bb9fad3159d69/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4469795Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/openssl-sys-297bb9fad3159d69/build-script-build-script-main' from root:root to runner:runner
2025-08-20T21:02:46.4471573Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/openssl-sys-297bb9fad3159d69/build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T21:02:46.4473058Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/openssl-sys-297bb9fad3159d69' from root:root to runner:runner
2025-08-20T21:02:46.4474656Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' from root:root to runner:runner
2025-08-20T21:02:46.4476747Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4478444Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' from root:root to runner:runner
2025-08-20T21:02:46.4480088Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' from root:root to runner:runner
2025-08-20T21:02:46.4481528Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c' from root:root to runner:runner
2025-08-20T21:02:46.4483375Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-sys-3546d6eadc53b38e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4485123Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-sys-3546d6eadc53b38e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4487167Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-sys-3546d6eadc53b38e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4489015Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-sys-3546d6eadc53b38e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4490503Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-sys-3546d6eadc53b38e' from root:root to runner:runner
2025-08-20T21:02:46.4492269Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4494066Z [00:07:39.304]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4495876Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4497936Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4499560Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-20T21:02:46.4501466Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T21:02:46.4503146Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4504772Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T21:02:46.4506629Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/lib-serde_derive' from root:root to runner:runner
2025-08-20T21:02:46.4508133Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793' from root:root to runner:runner
2025-08-20T21:02:46.4509700Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4511410Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4513206Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4514956Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4516666Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-20T21:02:46.4518510Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/dep-lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T21:02:46.4520204Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4522042Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T21:02:46.4523797Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/lib-zerofrom_derive.json' from root:root to runner:runner
2025-08-20T21:02:46.4525291Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245' from root:root to runner:runner
2025-08-20T21:02:46.4527234Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' from root:root to runner:runner
2025-08-20T21:02:46.4528847Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' from root:root to runner:runner
2025-08-20T21:02:46.4530446Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4532028Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' from root:root to runner:runner
2025-08-20T21:02:46.4533492Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13' from root:root to runner:runner
2025-08-20T21:02:46.4535226Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-6f27b91d44311954/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4537270Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-6f27b91d44311954/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4539133Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-6f27b91d44311954/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4540893Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-6f27b91d44311954/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4542363Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-6f27b91d44311954' from root:root to runner:runner
2025-08-20T21:02:46.4544137Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/gitoxide-0ec493c9ea5f27c7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4545925Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/gitoxide-0ec493c9ea5f27c7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4547912Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/gitoxide-0ec493c9ea5f27c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4549661Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/gitoxide-0ec493c9ea5f27c7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4551087Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/gitoxide-0ec493c9ea5f27c7' from root:root to runner:runner
2025-08-20T21:02:46.4552692Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4554559Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4556159Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4558266Z [00:07:39.305]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4559770Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514' from root:root to runner:runner
2025-08-20T21:02:46.4561455Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4563123Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/lib-zerovec_derive.json' from root:root to runner:runner
2025-08-20T21:02:46.4565067Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/dep-lib-zerovec_derive' from root:root to runner:runner
2025-08-20T21:02:46.4566981Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/lib-zerovec_derive' from root:root to runner:runner
2025-08-20T21:02:46.4568534Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72' from root:root to runner:runner
2025-08-20T21:02:46.4570223Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4572011Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4573690Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4575407Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4577145Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0' from root:root to runner:runner
2025-08-20T21:02:46.4578984Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4580661Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4582268Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4584200Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4585698Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T21:02:46.4587665Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heapless-619c852799b64d31/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4589595Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heapless-619c852799b64d31/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4591321Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heapless-619c852799b64d31/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4593132Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heapless-619c852799b64d31/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4594568Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heapless-619c852799b64d31' from root:root to runner:runner
2025-08-20T21:02:46.4596532Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4598370Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.4600176Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4602011Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.4603499Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3' from root:root to runner:runner
2025-08-20T21:02:46.4605203Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg.json' from root:root to runner:runner
2025-08-20T21:02:46.4607022Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4608476Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg' from root:root to runner:runner
2025-08-20T21:02:46.4609922Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/dep-lib-vcpkg' from root:root to runner:runner
2025-08-20T21:02:46.4611343Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554' from root:root to runner:runner
2025-08-20T21:02:46.4612934Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/maybe-async-1a9025ebbc98c4a7/lib-maybe_async' from root:root to runner:runner
2025-08-20T21:02:46.4614539Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/maybe-async-1a9025ebbc98c4a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4616619Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/maybe-async-1a9025ebbc98c4a7/dep-lib-maybe_async' from root:root to runner:runner
2025-08-20T21:02:46.4618356Z [00:07:39.306]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/maybe-async-1a9025ebbc98c4a7/lib-maybe_async.json' from root:root to runner:runner
2025-08-20T21:02:46.4619836Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/maybe-async-1a9025ebbc98c4a7' from root:root to runner:runner
2025-08-20T21:02:46.4621430Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' from root:root to runner:runner
2025-08-20T21:02:46.4623036Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4624657Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' from root:root to runner:runner
2025-08-20T21:02:46.4626450Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' from root:root to runner:runner
2025-08-20T21:02:46.4627924Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485' from root:root to runner:runner
2025-08-20T21:02:46.4629203Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:02:46.4630536Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T21:02:46.4631982Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T21:02:46.4633449Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T21:02:46.4634946Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/libgitoxide.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4636594Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:02:46.4638269Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/out' from root:root to runner:runner
2025-08-20T21:02:46.4639960Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/output' from root:root to runner:runner
2025-08-20T21:02:46.4641886Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4643652Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4645305Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4647130Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8' from root:root to runner:runner
2025-08-20T21:02:46.4648725Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/out' from root:root to runner:runner
2025-08-20T21:02:46.4650463Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/output' from root:root to runner:runner
2025-08-20T21:02:46.4652153Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4653742Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4655520Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4657323Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-20T21:02:46.4659083Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out/tests.rs' from root:root to runner:runner
2025-08-20T21:02:46.4660702Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out' from root:root to runner:runner
2025-08-20T21:02:46.4662365Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/output' from root:root to runner:runner
2025-08-20T21:02:46.4664031Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4665865Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4667861Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4669485Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f' from root:root to runner:runner
2025-08-20T21:02:46.4671093Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-99345ef282f1e13b/out' from root:root to runner:runner
2025-08-20T21:02:46.4672753Z [00:07:39.307]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-99345ef282f1e13b/output' from root:root to runner:runner
2025-08-20T21:02:46.4674440Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-99345ef282f1e13b/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4676453Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-99345ef282f1e13b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4678128Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-99345ef282f1e13b/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4679706Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-99345ef282f1e13b' from root:root to runner:runner
2025-08-20T21:02:46.4681373Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-3312bf14c9d55518/out' from root:root to runner:runner
2025-08-20T21:02:46.4682882Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-3312bf14c9d55518/output' from root:root to runner:runner
2025-08-20T21:02:46.4684653Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-3312bf14c9d55518/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4686681Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-3312bf14c9d55518/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4688362Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-3312bf14c9d55518/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4689909Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-3312bf14c9d55518' from root:root to runner:runner
2025-08-20T21:02:46.4691654Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-fcd67987fdd9ec2e/out' from root:root to runner:runner
2025-08-20T21:02:46.4693416Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-fcd67987fdd9ec2e/output' from root:root to runner:runner
2025-08-20T21:02:46.4695050Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-fcd67987fdd9ec2e/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4696919Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-fcd67987fdd9ec2e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4698540Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-fcd67987fdd9ec2e/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4700246Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-fcd67987fdd9ec2e' from root:root to runner:runner
2025-08-20T21:02:46.4701881Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-1fd444e48bcd0f42/out' from root:root to runner:runner
2025-08-20T21:02:46.4703507Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-1fd444e48bcd0f42/output' from root:root to runner:runner
2025-08-20T21:02:46.4705159Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-1fd444e48bcd0f42/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4707227Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-1fd444e48bcd0f42/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4708901Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-1fd444e48bcd0f42/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4710369Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-1fd444e48bcd0f42' from root:root to runner:runner
2025-08-20T21:02:46.4711900Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/out' from root:root to runner:runner
2025-08-20T21:02:46.4713504Z [00:07:39.308]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/output' from root:root to runner:runner
2025-08-20T21:02:46.4715179Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4717292Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4719196Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4720799Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7' from root:root to runner:runner
2025-08-20T21:02:46.4722498Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/out' from root:root to runner:runner
2025-08-20T21:02:46.4724262Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/output' from root:root to runner:runner
2025-08-20T21:02:46.4726132Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4728182Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4729943Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4731739Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa' from root:root to runner:runner
2025-08-20T21:02:46.4733366Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/out' from root:root to runner:runner
2025-08-20T21:02:46.4734998Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/output' from root:root to runner:runner
2025-08-20T21:02:46.4736894Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4738641Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4740290Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4742012Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae' from root:root to runner:runner
2025-08-20T21:02:46.4743843Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/out/probe.rs' from root:root to runner:runner
2025-08-20T21:02:46.4745856Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/out/probe.probe.65d049103e477a66-cgu.0.rcgu.o' from root:root to runner:runner
2025-08-20T21:02:46.4747815Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/out' from root:root to runner:runner
2025-08-20T21:02:46.4749455Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/output' from root:root to runner:runner
2025-08-20T21:02:46.4751092Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4752927Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4754441Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4756019Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a' from root:root to runner:runner
2025-08-20T21:02:46.4757968Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/out' from root:root to runner:runner
2025-08-20T21:02:46.4759822Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/output' from root:root to runner:runner
2025-08-20T21:02:46.4761611Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4763431Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4765118Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4766986Z [00:07:39.309]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-20T21:02:46.4768777Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/out' from root:root to runner:runner
2025-08-20T21:02:46.4770569Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/output' from root:root to runner:runner
2025-08-20T21:02:46.4772199Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4773933Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4775579Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4777500Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca' from root:root to runner:runner
2025-08-20T21:02:46.4779108Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/out' from root:root to runner:runner
2025-08-20T21:02:46.4780721Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/output' from root:root to runner:runner
2025-08-20T21:02:46.4782332Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4784196Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4785972Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4787792Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T21:02:46.4789463Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/out' from root:root to runner:runner
2025-08-20T21:02:46.4791117Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/output' from root:root to runner:runner
2025-08-20T21:02:46.4792821Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4794772Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4796607Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4798224Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d' from root:root to runner:runner
2025-08-20T21:02:46.4799897Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/out' from root:root to runner:runner
2025-08-20T21:02:46.4801640Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/output' from root:root to runner:runner
2025-08-20T21:02:46.4803525Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4805332Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4807386Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4809216Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a' from root:root to runner:runner
2025-08-20T21:02:46.4810756Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gitoxide-f234aa49e4d437ec/out' from root:root to runner:runner
2025-08-20T21:02:46.4812300Z [00:07:39.310]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gitoxide-f234aa49e4d437ec/output' from root:root to runner:runner
2025-08-20T21:02:46.4813964Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gitoxide-f234aa49e4d437ec/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4815702Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gitoxide-f234aa49e4d437ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4817557Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gitoxide-f234aa49e4d437ec/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4819402Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gitoxide-f234aa49e4d437ec' from root:root to runner:runner
2025-08-20T21:02:46.4821162Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/out' from root:root to runner:runner
2025-08-20T21:02:46.4822790Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/output' from root:root to runner:runner
2025-08-20T21:02:46.4824461Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4826181Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4828207Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4829830Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7' from root:root to runner:runner
2025-08-20T21:02:46.4831478Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/out' from root:root to runner:runner
2025-08-20T21:02:46.4833183Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/output' from root:root to runner:runner
2025-08-20T21:02:46.4835034Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4837113Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4838813Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4840459Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T21:02:46.4842136Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-75b9beac0e789717/out' from root:root to runner:runner
2025-08-20T21:02:46.4843794Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-75b9beac0e789717/output' from root:root to runner:runner
2025-08-20T21:02:46.4845748Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-75b9beac0e789717/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4847727Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-75b9beac0e789717/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4849350Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-75b9beac0e789717/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4850902Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-75b9beac0e789717' from root:root to runner:runner
2025-08-20T21:02:46.4852473Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-1ca3d2a47fe0e9e7/out' from root:root to runner:runner
2025-08-20T21:02:46.4854068Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-1ca3d2a47fe0e9e7/output' from root:root to runner:runner
2025-08-20T21:02:46.4855737Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-1ca3d2a47fe0e9e7/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4857580Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-1ca3d2a47fe0e9e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4859434Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-1ca3d2a47fe0e9e7/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4861104Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-1ca3d2a47fe0e9e7' from root:root to runner:runner
2025-08-20T21:02:46.4862712Z [00:07:39.311]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ffe0552e49c20c0e/out' from root:root to runner:runner
2025-08-20T21:02:46.4864383Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ffe0552e49c20c0e/output' from root:root to runner:runner
2025-08-20T21:02:46.4866035Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ffe0552e49c20c0e/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4867949Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ffe0552e49c20c0e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4869773Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ffe0552e49c20c0e/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4871566Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ffe0552e49c20c0e' from root:root to runner:runner
2025-08-20T21:02:46.4873213Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/out' from root:root to runner:runner
2025-08-20T21:02:46.4874794Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/output' from root:root to runner:runner
2025-08-20T21:02:46.4876681Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4878378Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4879711Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4880636Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9' from root:root to runner:runner
2025-08-20T21:02:46.4881579Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/out' from root:root to runner:runner
2025-08-20T21:02:46.4882604Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/output' from root:root to runner:runner
2025-08-20T21:02:46.4883565Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4884568Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4885510Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4886738Z [00:07:39.312]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420' from root:root to runner:runner
2025-08-20T21:02:46.4887736Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out/libsqlite3.a' from root:root to runner:runner
2025-08-20T21:02:46.4888816Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out/bindgen.rs' from root:root to runner:runner
2025-08-20T21:02:46.4889929Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out/c877a2978823c39d-sqlite3.o' from root:root to runner:runner
2025-08-20T21:02:46.4890842Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out' from root:root to runner:runner
2025-08-20T21:02:46.4891764Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/output' from root:root to runner:runner
2025-08-20T21:02:46.4892709Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4893745Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4894684Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4895573Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689' from root:root to runner:runner
2025-08-20T21:02:46.4896742Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/out' from root:root to runner:runner
2025-08-20T21:02:46.4897684Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/output' from root:root to runner:runner
2025-08-20T21:02:46.4898634Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/root-output' from root:root to runner:runner
2025-08-20T21:02:46.4899599Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.4900512Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/stderr' from root:root to runner:runner
2025-08-20T21:02:46.4901388Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b' from root:root to runner:runner
2025-08-20T21:02:46.4902199Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T21:02:46.4903144Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_complete-3254f904149a6dba.d' from root:root to runner:runner
2025-08-20T21:02:46.4904007Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dashmap-777a2ca64700d8ba.d' from root:root to runner:runner
2025-08-20T21:02:46.4904875Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cassowary-68668f9b523f8705.d' from root:root to runner:runner
2025-08-20T21:02:46.4905750Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4907029Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/home-56e43a85f1593448.d' from root:root to runner:runner
2025-08-20T21:02:46.4908043Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcompact_str-e2f81fb0ad564207.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4908921Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_docker-4802cea9b564bf80.d' from root:root to runner:runner
2025-08-20T21:02:46.4909781Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-5a0c4b3d710936b8.d' from root:root to runner:runner
2025-08-20T21:02:46.4910733Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-a035f5c67ef4c95b.d' from root:root to runner:runner
2025-08-20T21:02:46.4911626Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/event_listener-1c4a0b06e6c79e2b.d' from root:root to runner:runner
2025-08-20T21:02:46.4912482Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/prodash-e736a74f9a3681f1.d' from root:root to runner:runner
2025-08-20T21:02:46.4913468Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4914361Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_actor-fc31c5956424690b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4915196Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/open-b821b99ff773a330.d' from root:root to runner:runner
2025-08-20T21:02:46.4916127Z [00:07:39.313]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_status-ceb0190eaa8754ae.d' from root:root to runner:runner
2025-08-20T21:02:46.4917607Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-e10e9d038bad3354.d' from root:root to runner:runner
2025-08-20T21:02:46.4918568Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_merge-1ce0e2d10558e149.d' from root:root to runner:runner
2025-08-20T21:02:46.4919489Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_worktree_stream-b79e2d218cd88048.d' from root:root to runner:runner
2025-08-20T21:02:46.4920361Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pathdiff-88ecdc5c74fa8dd9.d' from root:root to runner:runner
2025-08-20T21:02:46.4921230Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/litemap-9dd80e8ba44614a9.d' from root:root to runner:runner
2025-08-20T21:02:46.4922235Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-5d647556bd4fe36f.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4923136Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_prompt-8ca5ae3013618f62.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4924043Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-cc16c36a383d4b4f.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4925030Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4925928Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-51828db896c4cc4c.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4927296Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4928215Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-102b31737fd11237.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4929098Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4929997Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4930989Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4931916Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal-a0cdd97935466f76.d' from root:root to runner:runner
2025-08-20T21:02:46.4932794Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/digest-08570efda4d1abe8.d' from root:root to runner:runner
2025-08-20T21:02:46.4933676Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/generic_array-08da0476db2bde36.d' from root:root to runner:runner
2025-08-20T21:02:46.4934563Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-15e5f3663e75b827.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4935518Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_filter-d4263caa529e80b8.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4936580Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' from root:root to runner:runner
2025-08-20T21:02:46.4937475Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_err-15c699b3bc547141.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4938394Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-e10e9d038bad3354.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4939372Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashlink-252307eb83eb2e97.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4940232Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinystr-15e5f3663e75b827.d' from root:root to runner:runner
2025-08-20T21:02:46.4941163Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/event_listener_strategy-8e6d2b3e12df6969.d' from root:root to runner:runner
2025-08-20T21:02:46.4942020Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-20T21:02:46.4942891Z [00:07:39.314]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-e59139a3d449cf5d.d' from root:root to runner:runner
2025-08-20T21:02:46.4943795Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4944732Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzlib_rs-5c7cc95ca1abf653.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4945705Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhuman_format-8ee9f1360d2aaa30.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4946974Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_filter-d4263caa529e80b8.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4947923Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4948801Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ansiterm-bb3e92b3bec4a207.d' from root:root to runner:runner
2025-08-20T21:02:46.4949770Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-0d49dbfd8e3a88c1.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4950681Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam-4d3fcab449d77754.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4951561Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-1204b04797d7b519.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4952668Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcassowary-68668f9b523f8705.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4954351Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4955926Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a636499d6b59e980.d' from root:root to runner:runner
2025-08-20T21:02:46.4957206Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_queue-1f0ec87d926659d0.d' from root:root to runner:runner
2025-08-20T21:02:46.4958119Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4959058Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-fb3b59db4a6b6077.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4959949Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4960990Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4961885Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_glob-5b206c5880f71203.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4962775Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpathdiff-88ecdc5c74fa8dd9.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4963708Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_protocol-9c0857353f1d764f.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4975284Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_archive-1478510fee450088.d' from root:root to runner:runner
2025-08-20T21:02:46.4977555Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-84292a7991e702db.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4979441Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4981255Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4983127Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_refspec-a581c12846890152.d' from root:root to runner:runner
2025-08-20T21:02:46.4984866Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4986719Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_shallow-507ca95827a3cbe1.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4988457Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-15e5f3663e75b827.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4989443Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_dir-a8581dc107b0d201.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4990330Z [00:07:39.315]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uluru-07adb207d594efcd.d' from root:root to runner:runner
2025-08-20T21:02:46.4991441Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4992466Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config_value-fc2e60169a15db49.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4993363Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/allocator_api2-2a12531b87530519.d' from root:root to runner:runner
2025-08-20T21:02:46.4994239Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_odb-2359005e467be37a.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4995283Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rlib' from root:root to runner:runner
2025-08-20T21:02:46.4997080Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.4998199Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_features-062fe0a2a80e2ddb.d' from root:root to runner:runner
2025-08-20T21:02:46.4999088Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_filter-fa8f67387ed3e491.d' from root:root to runner:runner
2025-08-20T21:02:46.5000016Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5000963Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/block_buffer-304c8186c073e4bf.d' from root:root to runner:runner
2025-08-20T21:02:46.5001882Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5002914Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-dc0e0787ad1648e0.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5003800Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_log-0ac68df78668d010.d' from root:root to runner:runner
2025-08-20T21:02:46.5004735Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-3254f904149a6dba.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5005668Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5006808Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_attributes-40d55140a9f648df.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5007849Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5008739Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-14a59d5d2369cc87.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5009618Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gitoxide_core-ca26d1a0b31ef722.d' from root:root to runner:runner
2025-08-20T21:02:46.5010502Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/potential_utf-3b8a6af42e2b8ced.d' from root:root to runner:runner
2025-08-20T21:02:46.5011480Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pathspec-f3787c6ba99a7d75.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5012408Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-8813902593f37ce9.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5013321Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-9e9cb703230fc9b2.d' from root:root to runner:runner
2025-08-20T21:02:46.5014184Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yoke-6919c1f1985d4805.d' from root:root to runner:runner
2025-08-20T21:02:46.5015196Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-916f2ee2432d0da5.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5016092Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_quote-20bf87b14554635d.d' from root:root to runner:runner
2025-08-20T21:02:46.5017320Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix-96ca11939daabf72.d' from root:root to runner:runner
2025-08-20T21:02:46.5018219Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5a0c4b3d710936b8.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5019167Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_attributes-40d55140a9f648df.d' from root:root to runner:runner
2025-08-20T21:02:46.5020119Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5021013Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtar-65b39b1e3e584e8b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5021991Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-70e93713acfb7392.d' from root:root to runner:runner
2025-08-20T21:02:46.5022876Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/compact_str-e2f81fb0ad564207.d' from root:root to runner:runner
2025-08-20T21:02:46.5023740Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_prompt-8ca5ae3013618f62.d' from root:root to runner:runner
2025-08-20T21:02:46.5024648Z [00:07:39.316]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusqlite-ad7ed80de1883712.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5025620Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_discover-ec7c145a2d518f70.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5026669Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl-e7a21ff61224c660.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5027572Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties-ce12c712bf7a40d3.d' from root:root to runner:runner
2025-08-20T21:02:46.5028484Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-dfc58abc02bf53a1.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5029521Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5030427Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-08ef712f5fb16968.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5031367Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_sys-a04c1e9c682a6c83.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5032267Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-0d49dbfd8e3a88c1.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5033161Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_bitmap-1c19071f263cde09.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5034050Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5035089Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fallible_streaming_iterator-3a23511af975cb90.d' from root:root to runner:runner
2025-08-20T21:02:46.5035964Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_object-371203b1c27d0771.d' from root:root to runner:runner
2025-08-20T21:02:46.5037005Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_actor-fc31c5956424690b.d' from root:root to runner:runner
2025-08-20T21:02:46.5037934Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_submodule-386d9083cb66928f.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5038852Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-93b110292a34b275.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5039829Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-5e6b8771368499b2.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5040745Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_tempfile-ffde79f2522af8a6.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5041675Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_packetline-25ebe0e8211c4112.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5042610Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_pathspec-f3787c6ba99a7d75.d' from root:root to runner:runner
2025-08-20T21:02:46.5043465Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-053ff0f158368adc.d' from root:root to runner:runner
2025-08-20T21:02:46.5044336Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxattr-ece016522a364fa5.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5045279Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer-e02d66e741c45caa.d' from root:root to runner:runner
2025-08-20T21:02:46.5046146Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-39dc14683de43b2b.d' from root:root to runner:runner
2025-08-20T21:02:46.5047287Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curl-e7a21ff61224c660.d' from root:root to runner:runner
2025-08-20T21:02:46.5048155Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tar-65b39b1e3e584e8b.d' from root:root to runner:runner
2025-08-20T21:02:46.5049189Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-916f2ee2432d0da5.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5050085Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxattr-ece016522a364fa5.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5051031Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-c3bb60b08803c7f6.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5051892Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_io-553973fdb55f7e0e.d' from root:root to runner:runner
2025-08-20T21:02:46.5052825Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansiterm-bb3e92b3bec4a207.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5053781Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-fa8f67387ed3e491.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5054662Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblayout-f83324da552207b4.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5055577Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_config_value-fc2e60169a15db49.d' from root:root to runner:runner
2025-08-20T21:02:46.5056804Z [00:07:39.317]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_transport-e59c4e159f4df39d.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5057689Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-0d49dbfd8e3a88c1.d' from root:root to runner:runner
2025-08-20T21:02:46.5058595Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytesize-490fdf4ce5fdeb8e.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5059665Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_packetline_blocking-0d8834a4ab62e7db.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5060523Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_hash-8cbd303d60b473a6.d' from root:root to runner:runner
2025-08-20T21:02:46.5061401Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopen-b821b99ff773a330.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5062296Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_docker-4802cea9b564bf80.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5063254Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-a057767ba63dd9e9.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5064124Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_trace-88d0a17b6a90e6b2.d' from root:root to runner:runner
2025-08-20T21:02:46.5065050Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5066205Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-6919c1f1985d4805.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5067370Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_err-15c699b3bc547141.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5068372Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_normalization-64dc4c26d940c042.d' from root:root to runner:runner
2025-08-20T21:02:46.5069270Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-4989857d14319657.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5070166Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5071060Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ref-8b1e084e30e846c1.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5071958Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-dfc58abc02bf53a1.d' from root:root to runner:runner
2025-08-20T21:02:46.5072942Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5074073Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-fbf9229152a0f466.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5074958Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz_rs_sys-4a1d7841f32af640.d' from root:root to runner:runner
2025-08-20T21:02:46.5075856Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-fb2e9ad978fcacd4.d' from root:root to runner:runner
2025-08-20T21:02:46.5077182Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bom-2fe70e19bc876e2b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5078681Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5080224Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-2332ff3b8e67b3b0.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5081810Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_docker-4802cea9b564bf80.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5083413Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5084641Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-6471d5961de3a36f.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5085608Z [00:07:39.318]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-d488803a5a1e9927.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5086913Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5087865Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-929cb6acf7d10038.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5088808Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5089712Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_forest-f0ac9bb8761bd39c.d' from root:root to runner:runner
2025-08-20T21:02:46.5090713Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-fb3b59db4a6b6077.d' from root:root to runner:runner
2025-08-20T21:02:46.5091721Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-c0eb689002617c36.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5092631Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-8cd71fdf13c27192.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5093485Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' from root:root to runner:runner
2025-08-20T21:02:46.5094373Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec_macros-cd1d5043b7cc5d72.d' from root:root to runner:runner
2025-08-20T21:02:46.5095566Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bstr-09109186d5cfa119.d' from root:root to runner:runner
2025-08-20T21:02:46.5097434Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide-6a9f1c35409a99ae.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5099118Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-0ac68df78668d010.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5100722Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-03cb6283b50a77ff.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5102502Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_filter-d4263caa529e80b8.d' from root:root to runner:runner
2025-08-20T21:02:46.5104195Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5105750Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_wsl-c4947460452a10ab.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5107624Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_credentials-9b7b5f1e490f94c5.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5108668Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_queue-1f0ec87d926659d0.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5109573Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_provider-18d7f587d2fd21f7.d' from root:root to runner:runner
2025-08-20T21:02:46.5110588Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_merge-1ce0e2d10558e149.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5111593Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config_value-fc2e60169a15db49.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5112461Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-1c717d5d4fdd7665.d' from root:root to runner:runner
2025-08-20T21:02:46.5113347Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-11318ea33289ba61.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5114242Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-f19fef6b01178305.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5115099Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_dir-a8581dc107b0d201.d' from root:root to runner:runner
2025-08-20T21:02:46.5115992Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_prompt-8ca5ae3013618f62.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5117156Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-2a91682787be765b.d' from root:root to runner:runner
2025-08-20T21:02:46.5118039Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-445c7608738c7da1.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5119412Z [00:07:39.319]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5120958Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-b26baba818758982.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5122204Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-b3cc5c5857e7ad30.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5123247Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_negotiate-56925d469f914d58.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5124153Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pack-03d5d6df9339d2ad.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5125049Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5126133Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-9dd80e8ba44614a9.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5127266Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_index-0ed40c18f46f2dfd.d' from root:root to runner:runner
2025-08-20T21:02:46.5128193Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5129103Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5129970Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_sink-6503185c940aebae.d' from root:root to runner:runner
2025-08-20T21:02:46.5130846Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtar-65b39b1e3e584e8b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5131724Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_sec-8884d2d017c69a46.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5132586Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_path-b3fed79fe9b26db1.d' from root:root to runner:runner
2025-08-20T21:02:46.5133554Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_truncate-3b24bd19a8aecf31.d' from root:root to runner:runner
2025-08-20T21:02:46.5134488Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerovec-e127facdcca7c6af.d' from root:root to runner:runner
2025-08-20T21:02:46.5135401Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansiterm-bb3e92b3bec4a207.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5136484Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5137411Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5138287Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/shell_words-e9e4fbd39491fe62.d' from root:root to runner:runner
2025-08-20T21:02:46.5139296Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_credentials-9b7b5f1e490f94c5.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5140241Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5141137Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-b26baba818758982.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5142040Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_subscriber-0fc7b8027c63985e.d' from root:root to runner:runner
2025-08-20T21:02:46.5142950Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-0ea166832df7fb2a.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5143886Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_commitgraph-3e3a41334331d924.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5144829Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-0fc7b8027c63985e.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5145738Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_transport-e59c4e159f4df39d.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5146816Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-82b9ec2632344da1.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5147819Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5148704Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_protocol-9c0857353f1d764f.d' from root:root to runner:runner
2025-08-20T21:02:46.5149551Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_odb-2359005e467be37a.d' from root:root to runner:runner
2025-08-20T21:02:46.5150422Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_ignore-bfe76ddaef61e28d.d' from root:root to runner:runner
2025-08-20T21:02:46.5151301Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5152285Z [00:07:39.320]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-ebace7f6b6d6587e.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5153210Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_bitmap-1c19071f263cde09.d' from root:root to runner:runner
2025-08-20T21:02:46.5154125Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking-03cb6283b50a77ff.d' from root:root to runner:runner
2025-08-20T21:02:46.5154993Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-e9cf87b0b6329ff9.d' from root:root to runner:runner
2025-08-20T21:02:46.5155864Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5156898Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerotrie-19fbd5966cf4d744.d' from root:root to runner:runner
2025-08-20T21:02:46.5157802Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5158752Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-8a79aaa8b80caf75.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5159710Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5160572Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memmap2-ed4102ca08dcf735.d' from root:root to runner:runner
2025-08-20T21:02:46.5161587Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-14a59d5d2369cc87.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5162482Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdashmap-777a2ca64700d8ba.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5163412Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-9e9cb703230fc9b2.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5164266Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-5d647556bd4fe36f.d' from root:root to runner:runner
2025-08-20T21:02:46.5165181Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-1d4f3c021421c7df.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5166106Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-2a12531b87530519.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5167374Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-64dc4c26d940c042.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5168368Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaster_hex-bd2e28cba9bc8b27.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5169303Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-fb9d2db0b500b73f.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5170199Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_bitmap-1c19071f263cde09.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5171065Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/faster_hex-bd2e28cba9bc8b27.d' from root:root to runner:runner
2025-08-20T21:02:46.5171977Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5172829Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/layout-f83324da552207b4.d' from root:root to runner:runner
2025-08-20T21:02:46.5173718Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-f19fef6b01178305.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5175084Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsqlite3_sys-b8f477557d695699.d' from root:root to runner:runner
2025-08-20T21:02:46.5176538Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarc_swap-a543dcf2e7b9422e.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5177659Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-2004fd088837ee6a.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5178573Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam-4d3fcab449d77754.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5179471Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-929cb6acf7d10038.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5180366Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config-df959d3774fb6832.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5181232Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_mailmap-0d9700603f34fcf2.d' from root:root to runner:runner
2025-08-20T21:02:46.5182255Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_shallow-507ca95827a3cbe1.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5183616Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_wsl-c4947460452a10ab.d' from root:root to runner:runner
2025-08-20T21:02:46.5184821Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-51828db896c4cc4c.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5185726Z [00:07:39.321]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_diff-628c3a933cbc0ec8.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5186884Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-e4bc8ac7512add7a.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5187947Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_truncate-3b24bd19a8aecf31.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5188869Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-18d7f587d2fd21f7.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5189731Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz_sys-a04c1e9c682a6c83.d' from root:root to runner:runner
2025-08-20T21:02:46.5190641Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_ref-8b1e084e30e846c1.d' from root:root to runner:runner
2025-08-20T21:02:46.5191536Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdashmap-777a2ca64700d8ba.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5192406Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sharded_slab-a096078f7979df47.d' from root:root to runner:runner
2025-08-20T21:02:46.5193343Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-9080223ccff6cf31.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5194213Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5195370Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_pack-03d5d6df9339d2ad.d' from root:root to runner:runner
2025-08-20T21:02:46.5196961Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-4d02090bd752db13.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5197975Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_wsl-c4947460452a10ab.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5198912Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_archive-1478510fee450088.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5199815Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer_data-a057767ba63dd9e9.d' from root:root to runner:runner
2025-08-20T21:02:46.5200717Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-39dc14683de43b2b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5201675Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-5d647556bd4fe36f.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5202617Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-63686468d78d1ab7.d' from root:root to runner:runner
2025-08-20T21:02:46.5203484Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_lock-dc0e0787ad1648e0.d' from root:root to runner:runner
2025-08-20T21:02:46.5204446Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-8e6d2b3e12df6969.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5205374Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5206473Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5207359Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hash32-505d9f60a525e6b8.d' from root:root to runner:runner
2025-08-20T21:02:46.5208253Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_worktree_state-7c5b098822a4a40e.d' from root:root to runner:runner
2025-08-20T21:02:46.5209123Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/writeable-1d4f3c021421c7df.d' from root:root to runner:runner
2025-08-20T21:02:46.5209977Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/filetime-a9003c3b0d35a644.d' from root:root to runner:runner
2025-08-20T21:02:46.5210955Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fsck-31ac5a2d42c2b818.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5211879Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' from root:root to runner:runner
2025-08-20T21:02:46.5212772Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-860814c200af1b93.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5213682Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-b3cc5c5857e7ad30.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5214604Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-1fb90da6565d6694.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5215562Z [00:07:39.322]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-553973fdb55f7e0e.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5216660Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-3b8a6af42e2b8ced.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5217566Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblayout-f83324da552207b4.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5218550Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree_state-7c5b098822a4a40e.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5219557Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree_state-7c5b098822a4a40e.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5220474Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-eba13be3a477c621.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5221378Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_negotiate-56925d469f914d58.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5222248Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_io-d7b3f65324b25173.d' from root:root to runner:runner
2025-08-20T21:02:46.5223161Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-e02d66e741c45caa.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5224036Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_odb-2359005e467be37a.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5225043Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ignore-bfe76ddaef61e28d.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5225890Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-29e5a38bab2fe1ed.d' from root:root to runner:runner
2025-08-20T21:02:46.5226959Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fallible_iterator-e4bc8ac7512add7a.d' from root:root to runner:runner
2025-08-20T21:02:46.5227868Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_protocol-9c0857353f1d764f.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5228761Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_packetline-25ebe0e8211c4112.d' from root:root to runner:runner
2025-08-20T21:02:46.5229767Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_blame-62b46ee62d8b3e6a.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5230697Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_queue-1f0ec87d926659d0.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5231635Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5232557Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayvec-102b31737fd11237.d' from root:root to runner:runner
2025-08-20T21:02:46.5233445Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-505d9f60a525e6b8.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5234375Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5235271Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimara_diff-5c196bd274178ae4.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5236194Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-1c4a0b06e6c79e2b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5237273Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5238240Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-4dbb994201dee54a.d' from root:root to runner:runner
2025-08-20T21:02:46.5239226Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_credentials-9b7b5f1e490f94c5.d' from root:root to runner:runner
2025-08-20T21:02:46.5240130Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libio_close-b0188a10e582f1d8.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5240969Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lru-445c7608738c7da1.d' from root:root to runner:runner
2025-08-20T21:02:46.5241835Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-445c7608738c7da1.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5242724Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5243659Z [00:07:39.323]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crosstermion-122fda201147604f.d' from root:root to runner:runner
2025-08-20T21:02:46.5244584Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5245521Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5246644Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-99879f58e510182a.d' from root:root to runner:runner
2025-08-20T21:02:46.5247545Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjwalk-6c6f5643d68c08f4.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5248429Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_lock-3baf9b4250ed856a.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5249309Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_url-c161ca08f6259895.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5250381Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibsqlite3_sys-b8f477557d695699.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5251940Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjwalk-6c6f5643d68c08f4.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5253676Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-a31d2b50a96575cd.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5254670Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5255568Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_deque-0d1f152e6612a44b.d' from root:root to runner:runner
2025-08-20T21:02:46.5256669Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-ad1850da1c8344be.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5257553Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_worktree-e3155b694c8f8741.d' from root:root to runner:runner
2025-08-20T21:02:46.5258444Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_index-0ed40c18f46f2dfd.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5259572Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_logger-f19fef6b01178305.d' from root:root to runner:runner
2025-08-20T21:02:46.5261138Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_discover-ec7c145a2d518f70.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5262079Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_lock-3baf9b4250ed856a.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5263068Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_commitgraph-3e3a41334331d924.d' from root:root to runner:runner
2025-08-20T21:02:46.5263962Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_react-6ac95a8ee9ff96e5.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5264902Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-1fb90da6565d6694.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5265772Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzip-d25b6f6f6ec5ce01.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5266967Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix-96ca11939daabf72.gix.a498d1daa60b6776-cgu.0.rcgu.o' from root:root to runner:runner
2025-08-20T21:02:46.5267857Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-14bee934476318fe.d' from root:root to runner:runner
2025-08-20T21:02:46.5268815Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_config-df959d3774fb6832.d' from root:root to runner:runner
2025-08-20T21:02:46.5269753Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-32121c5469c95598.d' from root:root to runner:runner
2025-08-20T21:02:46.5270625Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-08ef712f5fb16968.d' from root:root to runner:runner
2025-08-20T21:02:46.5271531Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-dfc58abc02bf53a1.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5272395Z [00:07:39.324]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook-cc16c36a383d4b4f.d' from root:root to runner:runner
2025-08-20T21:02:46.5273518Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-553973fdb55f7e0e.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5275134Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-fdfd9e62563524fe.d' from root:root to runner:runner
2025-08-20T21:02:46.5276919Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-8e6d2b3e12df6969.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5277855Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pathspec-f3787c6ba99a7d75.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5278797Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-4d02090bd752db13.d' from root:root to runner:runner
2025-08-20T21:02:46.5279709Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprodash-e736a74f9a3681f1.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5280663Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-fb9d2db0b500b73f.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5281519Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-bef1311e07b34ff5.d' from root:root to runner:runner
2025-08-20T21:02:46.5282450Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibsqlite3_sys-b8f477557d695699.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5283322Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_revwalk-5226dad63ac0a1d4.d' from root:root to runner:runner
2025-08-20T21:02:46.5284321Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_url-c161ca08f6259895.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5285182Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_blame-62b46ee62d8b3e6a.d' from root:root to runner:runner
2025-08-20T21:02:46.5286077Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_react-6ac95a8ee9ff96e5.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5287291Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5288164Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_url-c161ca08f6259895.d' from root:root to runner:runner
2025-08-20T21:02:46.5289157Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5290062Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5290935Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-fbf9229152a0f466.d' from root:root to runner:runner
2025-08-20T21:02:46.5291911Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5292824Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-5d7663d4e453975b.d' from root:root to runner:runner
2025-08-20T21:02:46.5293669Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-58b95992d57121ec.d' from root:root to runner:runner
2025-08-20T21:02:46.5294539Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-810b3968107aea7d.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5295421Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuluru-07adb207d594efcd.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5296524Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5297398Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerofrom-4989857d14319657.d' from root:root to runner:runner
2025-08-20T21:02:46.5298423Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-46246f5ee9595d8b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5299313Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5300196Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_shallow-507ca95827a3cbe1.d' from root:root to runner:runner
2025-08-20T21:02:46.5301068Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-718ea0a4939e055b.d' from root:root to runner:runner
2025-08-20T21:02:46.5302013Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-a057767ba63dd9e9.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5302935Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itertools-2004fd088837ee6a.d' from root:root to runner:runner
2025-08-20T21:02:46.5303792Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clru-0889a773f3480da7.d' from root:root to runner:runner
2025-08-20T21:02:46.5304719Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-fb3b59db4a6b6077.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5305629Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-a9ca98bee87afa67.d' from root:root to runner:runner
2025-08-20T21:02:46.5306709Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5307620Z [00:07:39.325]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-eba13be3a477c621.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5308529Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_submodule-386d9083cb66928f.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5309610Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-6503185c940aebae.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5310514Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5311412Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-32121c5469c95598.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5312428Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl_sys-5c47e2c997b513e5.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5313337Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5314285Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-eba13be3a477c621.d' from root:root to runner:runner
2025-08-20T21:02:46.5315256Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_chunk-2108d1ad73e69548.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5316191Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5317387Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_command-1f65f23866f4eb51.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5318342Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/stable_deref_trait-fb9d2db0b500b73f.d' from root:root to runner:runner
2025-08-20T21:02:46.5319255Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-2332ff3b8e67b3b0.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5320202Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-810b3968107aea7d.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5321108Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5321984Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_sec-8884d2d017c69a46.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5322897Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-82b9ec2632344da1.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5323775Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5324639Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-20T21:02:46.5325598Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_traverse-1d8268d7b08e567b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5326780Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_submodule-386d9083cb66928f.d' from root:root to runner:runner
2025-08-20T21:02:46.5327716Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bom-2fe70e19bc876e2b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5329228Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-4d02090bd752db13.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5330854Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5332044Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-a0cdd97935466f76.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5333023Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5333942Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-2705c931e9ed44a8.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5334825Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-72f1e7a9c9b7b2a3.d' from root:root to runner:runner
2025-08-20T21:02:46.5335770Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_negotiate-56925d469f914d58.d' from root:root to runner:runner
2025-08-20T21:02:46.5337480Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-64dc4c26d940c042.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5338834Z [00:07:39.326]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_common-93b110292a34b275.d' from root:root to runner:runner
2025-08-20T21:02:46.5339762Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-3e92b4385fdad345.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5340674Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-e127facdcca7c6af.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5341555Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-505d9f60a525e6b8.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5342527Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-dd9ea91bb2029276.d' from root:root to runner:runner
2025-08-20T21:02:46.5343500Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8_iter-51828db896c4cc4c.d' from root:root to runner:runner
2025-08-20T21:02:46.5344397Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-718ea0a4939e055b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5345260Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytesize-490fdf4ce5fdeb8e.d' from root:root to runner:runner
2025-08-20T21:02:46.5346157Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-cf75ffe0a6e1c88b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5347467Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9e72e79de4134296.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5348356Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imara_diff-5c196bd274178ae4.d' from root:root to runner:runner
2025-08-20T21:02:46.5349240Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-46246f5ee9595d8b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5350149Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide_core-ca26d1a0b31ef722.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5351098Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_refspec-a581c12846890152.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5351944Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zip-d25b6f6f6ec5ce01.d' from root:root to runner:runner
2025-08-20T21:02:46.5352809Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-6919c1f1985d4805.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5353721Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5354574Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-14a59d5d2369cc87.d' from root:root to runner:runner
2025-08-20T21:02:46.5355448Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-08ef712f5fb16968.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5356667Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_packetline_blocking-0d8834a4ab62e7db.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5357603Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jwalk-6c6f5643d68c08f4.d' from root:root to runner:runner
2025-08-20T21:02:46.5358504Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-a9003c3b0d35a644.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5359390Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5360309Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshell_words-e9e4fbd39491fe62.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5361219Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-b2a72e844afe803f.d' from root:root to runner:runner
2025-08-20T21:02:46.5362131Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-4989857d14319657.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5363026Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-5df3363ba717682c.d' from root:root to runner:runner
2025-08-20T21:02:46.5363932Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5364854Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/kstring-86bbfa17aec4d9c3.d' from root:root to runner:runner
2025-08-20T21:02:46.5365775Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcompact_str-e2f81fb0ad564207.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5366870Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhuman_format-8ee9f1360d2aaa30.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5367776Z [00:07:39.327]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_locale_core-0ea166832df7fb2a.d' from root:root to runner:runner
2025-08-20T21:02:46.5368704Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5369600Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-2705c931e9ed44a8.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5370912Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foldhash-2332ff3b8e67b3b0.d' from root:root to runner:runner
2025-08-20T21:02:46.5371836Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_traverse-1d8268d7b08e567b.d' from root:root to runner:runner
2025-08-20T21:02:46.5372742Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5373638Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5374560Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5375545Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-c0eb689002617c36.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5376697Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5377603Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/form_urlencoded-1fb90da6565d6694.d' from root:root to runner:runner
2025-08-20T21:02:46.5378594Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-84292a7991e702db.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5379516Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-03cb6283b50a77ff.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5380376Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ratatui-ebace7f6b6d6587e.d' from root:root to runner:runner
2025-08-20T21:02:46.5381269Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-08570efda4d1abe8.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5382161Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-fa8f67387ed3e491.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5383068Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-e10e9d038bad3354.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5384023Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshell_words-e9e4fbd39491fe62.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5384978Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcassowary-68668f9b523f8705.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5385874Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_tempfile-ffde79f2522af8a6.d' from root:root to runner:runner
2025-08-20T21:02:46.5387652Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_status-ceb0190eaa8754ae.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5389354Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-0fc7b8027c63985e.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5390633Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-cd3a346369977928.d' from root:root to runner:runner
2025-08-20T21:02:46.5391607Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_date-c93d29ceddba083d.d' from root:root to runner:runner
2025-08-20T21:02:46.5392568Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_forest-f0ac9bb8761bd39c.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5393448Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gitoxide-6a9f1c35409a99ae.d' from root:root to runner:runner
2025-08-20T21:02:46.5394408Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-3e92b4385fdad345.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5395432Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon-46246f5ee9595d8b.d' from root:root to runner:runner
2025-08-20T21:02:46.5397177Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashlink-252307eb83eb2e97.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5398846Z [00:07:39.328]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-08570efda4d1abe8.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5400415Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' from root:root to runner:runner
2025-08-20T21:02:46.5402210Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprodash-e736a74f9a3681f1.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5404035Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5405858Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusqlite-ad7ed80de1883712.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5407867Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-58b95992d57121ec.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5409262Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-8cd71fdf13c27192.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5410397Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix-f08a36c593b8653a.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5411352Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5412373Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-3254f904149a6dba.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5413291Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9e72e79de4134296.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5414165Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rusqlite-ad7ed80de1883712.d' from root:root to runner:runner
2025-08-20T21:02:46.5415090Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-860814c200af1b93.d' from root:root to runner:runner
2025-08-20T21:02:46.5415986Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5417371Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrosstermion-122fda201147604f.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5418445Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-0ea166832df7fb2a.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5420137Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_truncate-3b24bd19a8aecf31.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5421244Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-2004fd088837ee6a.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5422262Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5423284Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-8a79aaa8b80caf75.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5424196Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-2a12531b87530519.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5425097Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5425972Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_revision-dea39ce103cde7a8.d' from root:root to runner:runner
2025-08-20T21:02:46.5427243Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-9e9cb703230fc9b2.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5428179Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_forest-f0ac9bb8761bd39c.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5429496Z [00:07:39.329]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5430522Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cpufeatures-78f285777fc6cffa.d' from root:root to runner:runner
2025-08-20T21:02:46.5431497Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5432398Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-1204b04797d7b519.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5433397Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ein-538bd29d887e9834.ein.794bb4a5f9bb0303-cgu.0.rcgu.o' from root:root to runner:runner
2025-08-20T21:02:46.5434298Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_hashtable-db99b4bd4838a144.d' from root:root to runner:runner
2025-08-20T21:02:46.5435204Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-93b110292a34b275.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5436080Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_glob-5b206c5880f71203.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5437312Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-11318ea33289ba61.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5438210Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-1592dd87362accc2.d' from root:root to runner:runner
2025-08-20T21:02:46.5439079Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thread_local-82b9ec2632344da1.d' from root:root to runner:runner
2025-08-20T21:02:46.5439951Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5440837Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5441812Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-18d7f587d2fd21f7.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5442770Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5443668Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-58b95992d57121ec.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5444607Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/io_close-b0188a10e582f1d8.d' from root:root to runner:runner
2025-08-20T21:02:46.5445510Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5446600Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_status-ceb0190eaa8754ae.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5447501Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5448415Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5449316Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5450298Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5451239Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5452121Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5453023Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_diff-628c3a933cbc0ec8.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5453915Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_chunk-2108d1ad73e69548.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5454829Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-32121c5469c95598.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5455793Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-ce12c712bf7a40d3.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5456963Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties_data-916f2ee2432d0da5.d' from root:root to runner:runner
2025-08-20T21:02:46.5457891Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5458874Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_rs_sys-4a1d7841f32af640.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5459769Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5460657Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuluru-07adb207d594efcd.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5461535Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix-f08a36c593b8653a.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5462458Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-1c4a0b06e6c79e2b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5463305Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_fs-522fa91e89e5f558.d' from root:root to runner:runner
2025-08-20T21:02:46.5464263Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sysinfo-644339584985defa.d' from root:root to runner:runner
2025-08-20T21:02:46.5465234Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-cc16c36a383d4b4f.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5466079Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fs_err-15c699b3bc547141.d' from root:root to runner:runner
2025-08-20T21:02:46.5467240Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-fbe0d0097139fc6b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5468143Z [00:07:39.330]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5469065Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jiff-cd5de7b2a735ac70.d' from root:root to runner:runner
2025-08-20T21:02:46.5469955Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-a9ca98bee87afa67.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5470897Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-e4bc8ac7512add7a.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5471769Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_probe-84292a7991e702db.d' from root:root to runner:runner
2025-08-20T21:02:46.5472761Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_packetline_blocking-0d8834a4ab62e7db.d' from root:root to runner:runner
2025-08-20T21:02:46.5473657Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-19fbd5966cf4d744.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5474542Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_index-0ed40c18f46f2dfd.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5475431Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarc_swap-a543dcf2e7b9422e.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5476544Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5477524Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_lite-f6712eb98c22c8f6.d' from root:root to runner:runner
2025-08-20T21:02:46.5478501Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5a0c4b3d710936b8.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5479430Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_lock-3baf9b4250ed856a.d' from root:root to runner:runner
2025-08-20T21:02:46.5480295Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashlink-252307eb83eb2e97.d' from root:root to runner:runner
2025-08-20T21:02:46.5481180Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libkstring-86bbfa17aec4d9c3.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5482091Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5483067Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide_core-ca26d1a0b31ef722.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5483959Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_mailmap-0d9700603f34fcf2.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5484858Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-957d434ae7e49da9.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5486074Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-cf75ffe0a6e1c88b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5487982Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5489366Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_validate-95b3ebacdd6668d1.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5490303Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_commitgraph-3e3a41334331d924.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5491199Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl_sys-5c47e2c997b513e5.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5492128Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5493016Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/static_assertions-6c90c86964e12489.d' from root:root to runner:runner
2025-08-20T21:02:46.5494164Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrosstermion-122fda201147604f.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5495803Z [00:07:39.331]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5497180Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_quote-20bf87b14554635d.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5498119Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5499035Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5500079Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-ad1850da1c8344be.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5500979Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-9e72e79de4134296.d' from root:root to runner:runner
2025-08-20T21:02:46.5501901Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5502872Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_validate-95b3ebacdd6668d1.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5503729Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_glob-5b206c5880f71203.d' from root:root to runner:runner
2025-08-20T21:02:46.5504613Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libio_close-b0188a10e582f1d8.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5505517Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_tempfile-ffde79f2522af8a6.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5506602Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclru-0889a773f3480da7.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5507477Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon_core-957d434ae7e49da9.d' from root:root to runner:runner
2025-08-20T21:02:46.5508466Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5509480Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-c3bb60b08803c7f6.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5510377Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-e127facdcca7c6af.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5511232Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/overload-b712723a23b05b46.d' from root:root to runner:runner
2025-08-20T21:02:46.5512114Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5513088Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_archive-1478510fee450088.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5513996Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revwalk-5226dad63ac0a1d4.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5514866Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclru-0889a773f3480da7.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5515743Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_channel-c0eb689002617c36.d' from root:root to runner:runner
2025-08-20T21:02:46.5516960Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' from root:root to runner:runner
2025-08-20T21:02:46.5517875Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-c3df12c3a6456255.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5518862Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5519755Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5520665Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5521563Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_traverse-1d8268d7b08e567b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5522457Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-dc0e0787ad1648e0.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5523427Z [00:07:39.332]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_merge-1ce0e2d10558e149.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5524336Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_segmentation-0bb23d4b5c482513.d' from root:root to runner:runner
2025-08-20T21:02:46.5525225Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5526099Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_validate-95b3ebacdd6668d1.d' from root:root to runner:runner
2025-08-20T21:02:46.5527341Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5528237Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-7349f526c053b502.d' from root:root to runner:runner
2025-08-20T21:02:46.5529157Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5530022Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zlib_rs-5c7cc95ca1abf653.d' from root:root to runner:runner
2025-08-20T21:02:46.5531057Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-3a23511af975cb90.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5531990Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5532965Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5533882Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5534751Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossterm-b3cc5c5857e7ad30.d' from root:root to runner:runner
2025-08-20T21:02:46.5535619Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5536802Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fsck-31ac5a2d42c2b818.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5537702Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-c72587512a344531.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5538590Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-7cc7933eec180d26.d' from root:root to runner:runner
2025-08-20T21:02:46.5539500Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-ebace7f6b6d6587e.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5540409Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5541614Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5542544Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libkstring-86bbfa17aec4d9c3.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5543456Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5544413Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-9dd80e8ba44614a9.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5545266Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_sec-8884d2d017c69a46.d' from root:root to runner:runner
2025-08-20T21:02:46.5546517Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_sys-a04c1e9c682a6c83.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5547526Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_command-1f65f23866f4eb51.d' from root:root to runner:runner
2025-08-20T21:02:46.5548444Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-fbe0d0097139fc6b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5549293Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arc_swap-a543dcf2e7b9422e.d' from root:root to runner:runner
2025-08-20T21:02:46.5550226Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-ce12c712bf7a40d3.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5551166Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ref-8b1e084e30e846c1.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5552057Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-a9ca98bee87afa67.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5552912Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' from root:root to runner:runner
2025-08-20T21:02:46.5553777Z [00:07:39.333]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_discover-ec7c145a2d518f70.d' from root:root to runner:runner
2025-08-20T21:02:46.5554684Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-fbf9229152a0f466.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5555591Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-11318ea33289ba61.d' from root:root to runner:runner
2025-08-20T21:02:46.5556694Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5557579Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1_checked-9cf9e863474122c3.d' from root:root to runner:runner
2025-08-20T21:02:46.5558515Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/polling-3e92b4385fdad345.d' from root:root to runner:runner
2025-08-20T21:02:46.5559406Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5560810Z [00:07:39.334]➜  ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide-6a9f1c35409a99ae.rlib' retained as runner:runner
2025-08-20T21:02:46.5562026Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-00f80dfaddbea53e.d' from root:root to runner:runner
2025-08-20T21:02:46.5562998Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-9080223ccff6cf31.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5563873Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna_adapter-fbe0d0097139fc6b.d' from root:root to runner:runner
2025-08-20T21:02:46.5564723Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ein-538bd29d887e9834.d' from root:root to runner:runner
2025-08-20T21:02:46.5565720Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-a0cdd97935466f76.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5566921Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree-e3155b694c8f8741.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5567876Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_transport-e59c4e159f4df39d.d' from root:root to runner:runner
2025-08-20T21:02:46.5569517Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revision-dea39ce103cde7a8.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5570539Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzip-d25b6f6f6ec5ce01.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5571516Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/encoding_rs-5e6b8771368499b2.d' from root:root to runner:runner
2025-08-20T21:02:46.5572457Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-c3bb60b08803c7f6.d' from root:root to runner:runner
2025-08-20T21:02:46.5573395Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_mailmap-0d9700603f34fcf2.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5574314Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revision-dea39ce103cde7a8.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5575206Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsysinfo-644339584985defa.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5576146Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tempfile-b26baba818758982.d' from root:root to runner:runner
2025-08-20T21:02:46.5577363Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-860814c200af1b93.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5578257Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-5fa7a1d2395e6fb1.d' from root:root to runner:runner
2025-08-20T21:02:46.5579159Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-a9003c3b0d35a644.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5580053Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-c3df12c3a6456255.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5580953Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-102b31737fd11237.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5581826Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5582687Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna-1204b04797d7b519.d' from root:root to runner:runner
2025-08-20T21:02:46.5583579Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_channel-8813902593f37ce9.d' from root:root to runner:runner
2025-08-20T21:02:46.5584590Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsysinfo-644339584985defa.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5585520Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_packetline-25ebe0e8211c4112.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5586663Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-19fbd5966cf4d744.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5587584Z [00:07:39.334]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5588500Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_checked-9cf9e863474122c3.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5589401Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-1d4f3c021421c7df.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5590355Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl-e7a21ff61224c660.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5591317Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-0ac68df78668d010.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5592179Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_diff-628c3a933cbc0ec8.d' from root:root to runner:runner
2025-08-20T21:02:46.5593034Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_fsck-31ac5a2d42c2b818.d' from root:root to runner:runner
2025-08-20T21:02:46.5593884Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-6471d5961de3a36f.d' from root:root to runner:runner
2025-08-20T21:02:46.5594788Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-6503185c940aebae.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5595674Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5596698Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xattr-ece016522a364fa5.d' from root:root to runner:runner
2025-08-20T21:02:46.5597705Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_bom-2fe70e19bc876e2b.d' from root:root to runner:runner
2025-08-20T21:02:46.5598737Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_checked-9cf9e863474122c3.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5599656Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-39dc14683de43b2b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5600555Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config-df959d3774fb6832.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5601632Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimara_diff-5c196bd274178ae4.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5602963Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1-810b3968107aea7d.d' from root:root to runner:runner
2025-08-20T21:02:46.5604339Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix-f08a36c593b8653a.d' from root:root to runner:runner
2025-08-20T21:02:46.5605964Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-6471d5961de3a36f.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5607954Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5609668Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopen-b821b99ff773a330.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5611368Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_blame-62b46ee62d8b3e6a.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5613172Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T21:02:46.5614941Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/percent_encoding-157948d1c6c1f7ef.d' from root:root to runner:runner
2025-08-20T21:02:46.5617004Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree_stream-b79e2d218cd88048.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5618784Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-a31d2b50a96575cd.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5620530Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5622463Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-b014929a11091e7c.d' from root:root to runner:runner
2025-08-20T21:02:46.5624177Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tui_react-6ac95a8ee9ff96e5.d' from root:root to runner:runner
2025-08-20T21:02:46.5625911Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' from root:root to runner:runner
2025-08-20T21:02:46.5627828Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytesize-490fdf4ce5fdeb8e.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5629489Z [00:07:39.335]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree-e3155b694c8f8741.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5631338Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-3a23511af975cb90.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5633362Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_rs_sys-4a1d7841f32af640.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5635034Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpathdiff-88ecdc5c74fa8dd9.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5636932Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam-4d3fcab449d77754.d' from root:root to runner:runner
2025-08-20T21:02:46.5638668Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_refspec-a581c12846890152.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5640253Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-c72587512a344531.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5641746Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec-c3df12c3a6456255.d' from root:root to runner:runner
2025-08-20T21:02:46.5643248Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-e02d66e741c45caa.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5644872Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-957d434ae7e49da9.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5646903Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_mio-ad1850da1c8344be.d' from root:root to runner:runner
2025-08-20T21:02:46.5648833Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_actor-fc31c5956424690b.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5650595Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/concurrent_queue-8a79aaa8b80caf75.d' from root:root to runner:runner
2025-08-20T21:02:46.5652362Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revwalk-5226dad63ac0a1d4.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5654067Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/url-c72587512a344531.d' from root:root to runner:runner
2025-08-20T21:02:46.5655788Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5657744Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaster_hex-bd2e28cba9bc8b27.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5659660Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-d488803a5a1e9927.d' from root:root to runner:runner
2025-08-20T21:02:46.5661315Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-e26c4d633fafb8bd.d' from root:root to runner:runner
2025-08-20T21:02:46.5663038Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_command-1f65f23866f4eb51.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5664737Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5666621Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itertools-a31d2b50a96575cd.d' from root:root to runner:runner
2025-08-20T21:02:46.5668357Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-3b8a6af42e2b8ced.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5670037Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_quote-20bf87b14554635d.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5671829Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree_stream-b79e2d218cd88048.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5673588Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_utils-ba25ed9f29417aab.d' from root:root to runner:runner
2025-08-20T21:02:46.5675341Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/castaway-2705c931e9ed44a8.d' from root:root to runner:runner
2025-08-20T21:02:46.5677206Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-670ef56d94852b53.d' from root:root to runner:runner
2025-08-20T21:02:46.5678885Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fnv-7cc5609647fd48ac.d' from root:root to runner:runner
2025-08-20T21:02:46.5680679Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_attributes-40d55140a9f648df.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5682468Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-8813902593f37ce9.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5684318Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curl_sys-5c47e2c997b513e5.d' from root:root to runner:runner
2025-08-20T21:02:46.5686205Z [00:07:39.336]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5688141Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5689737Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_chunk-2108d1ad73e69548.d' from root:root to runner:runner
2025-08-20T21:02:46.5691559Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5693074Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-5e6b8771368499b2.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5694622Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-8cd71fdf13c27192.d' from root:root to runner:runner
2025-08-20T21:02:46.5696538Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-d488803a5a1e9927.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5698324Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5700336Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzlib_rs-5c7cc95ca1abf653.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5702169Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5703911Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/heapless-cf75ffe0a6e1c88b.d' from root:root to runner:runner
2025-08-20T21:02:46.5705723Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pack-03d5d6df9339d2ad.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5707612Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-4ee1d983d01add3c.d' from root:root to runner:runner
2025-08-20T21:02:46.5709406Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ignore-bfe76ddaef61e28d.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5711365Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-718ea0a4939e055b.rmeta' from root:root to runner:runner
2025-08-20T21:02:46.5713270Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_sys-929cb6acf7d10038.d' from root:root to runner:runner
2025-08-20T21:02:46.5714957Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64-1f9ac025c7e85115.d' from root:root to runner:runner
2025-08-20T21:02:46.5716908Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/human_format-8ee9f1360d2aaa30.d' from root:root to runner:runner
2025-08-20T21:02:46.5718711Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_dir-a8581dc107b0d201.rlib' from root:root to runner:runner
2025-08-20T21:02:46.5720485Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_collections-9080223ccff6cf31.d' from root:root to runner:runner
2025-08-20T21:02:46.5722007Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T21:02:46.5723494Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T21:02:46.5724552Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T21:02:46.5725722Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width' from root:root to runner:runner
2025-08-20T21:02:46.5727383Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5728902Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1' from root:root to runner:runner
2025-08-20T21:02:46.5729897Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/lib-futures_io' from root:root to runner:runner
2025-08-20T21:02:46.5730899Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/lib-futures_io.json' from root:root to runner:runner
2025-08-20T21:02:46.5731878Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/dep-lib-futures_io' from root:root to runner:runner
2025-08-20T21:02:46.5733051Z [00:07:39.337]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5733968Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173' from root:root to runner:runner
2025-08-20T21:02:46.5734972Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5735963Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/lib-tracing_log.json' from root:root to runner:runner
2025-08-20T21:02:46.5737174Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/lib-tracing_log' from root:root to runner:runner
2025-08-20T21:02:46.5738166Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/dep-lib-tracing_log' from root:root to runner:runner
2025-08-20T21:02:46.5739052Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010' from root:root to runner:runner
2025-08-20T21:02:46.5740022Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-actor-fc31c5956424690b/lib-gix_actor.json' from root:root to runner:runner
2025-08-20T21:02:46.5741171Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-actor-fc31c5956424690b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5742146Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-actor-fc31c5956424690b/lib-gix_actor' from root:root to runner:runner
2025-08-20T21:02:46.5743107Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-actor-fc31c5956424690b/dep-lib-gix_actor' from root:root to runner:runner
2025-08-20T21:02:46.5743989Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-actor-fc31c5956424690b' from root:root to runner:runner
2025-08-20T21:02:46.5744948Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-3e92b4385fdad345/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5745900Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-3e92b4385fdad345/lib-polling.json' from root:root to runner:runner
2025-08-20T21:02:46.5747172Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-3e92b4385fdad345/lib-polling' from root:root to runner:runner
2025-08-20T21:02:46.5748146Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-3e92b4385fdad345/dep-lib-polling' from root:root to runner:runner
2025-08-20T21:02:46.5749021Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-3e92b4385fdad345' from root:root to runner:runner
2025-08-20T21:02:46.5750109Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-f1325e945c5b6df8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.5751164Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-f1325e945c5b6df8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.5752128Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-f1325e945c5b6df8' from root:root to runner:runner
2025-08-20T21:02:46.5753097Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-505d9f60a525e6b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5754044Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-505d9f60a525e6b8/dep-lib-hash32' from root:root to runner:runner
2025-08-20T21:02:46.5755036Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-505d9f60a525e6b8/lib-hash32' from root:root to runner:runner
2025-08-20T21:02:46.5755983Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-505d9f60a525e6b8/lib-hash32.json' from root:root to runner:runner
2025-08-20T21:02:46.5757173Z [00:07:39.338]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-505d9f60a525e6b8' from root:root to runner:runner
2025-08-20T21:02:46.5758175Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5759163Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:02:46.5760135Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:02:46.5761276Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:02:46.5762197Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980' from root:root to runner:runner
2025-08-20T21:02:46.5763152Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-4d3fcab449d77754/lib-crossbeam' from root:root to runner:runner
2025-08-20T21:02:46.5764110Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-4d3fcab449d77754/dep-lib-crossbeam' from root:root to runner:runner
2025-08-20T21:02:46.5765084Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-4d3fcab449d77754/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5766105Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-4d3fcab449d77754/lib-crossbeam.json' from root:root to runner:runner
2025-08-20T21:02:46.5767258Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-4d3fcab449d77754' from root:root to runner:runner
2025-08-20T21:02:46.5768192Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-445c7608738c7da1/dep-lib-lru' from root:root to runner:runner
2025-08-20T21:02:46.5769164Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-445c7608738c7da1/lib-lru' from root:root to runner:runner
2025-08-20T21:02:46.5770136Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-445c7608738c7da1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5771063Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-445c7608738c7da1/lib-lru.json' from root:root to runner:runner
2025-08-20T21:02:46.5771930Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-445c7608738c7da1' from root:root to runner:runner
2025-08-20T21:02:46.5772893Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-51828db896c4cc4c/lib-utf8_iter.json' from root:root to runner:runner
2025-08-20T21:02:46.5773848Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-51828db896c4cc4c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5774913Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-51828db896c4cc4c/lib-utf8_iter' from root:root to runner:runner
2025-08-20T21:02:46.5775863Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-51828db896c4cc4c/dep-lib-utf8_iter' from root:root to runner:runner
2025-08-20T21:02:46.5776942Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-51828db896c4cc4c' from root:root to runner:runner
2025-08-20T21:02:46.5777896Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-2004fd088837ee6a/lib-itertools' from root:root to runner:runner
2025-08-20T21:02:46.5778868Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-2004fd088837ee6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5779895Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-2004fd088837ee6a/dep-lib-itertools' from root:root to runner:runner
2025-08-20T21:02:46.5780873Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-2004fd088837ee6a/lib-itertools.json' from root:root to runner:runner
2025-08-20T21:02:46.5781938Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-2004fd088837ee6a' from root:root to runner:runner
2025-08-20T21:02:46.5783058Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/io-close-b0188a10e582f1d8/dep-lib-io_close' from root:root to runner:runner
2025-08-20T21:02:46.5784021Z [00:07:39.339]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/io-close-b0188a10e582f1d8/lib-io_close' from root:root to runner:runner
2025-08-20T21:02:46.5784977Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/io-close-b0188a10e582f1d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5785933Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/io-close-b0188a10e582f1d8/lib-io_close.json' from root:root to runner:runner
2025-08-20T21:02:46.5787111Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/io-close-b0188a10e582f1d8' from root:root to runner:runner
2025-08-20T21:02:46.5788076Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5789115Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' from root:root to runner:runner
2025-08-20T21:02:46.5790125Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T21:02:46.5791076Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' from root:root to runner:runner
2025-08-20T21:02:46.5791956Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f' from root:root to runner:runner
2025-08-20T21:02:46.5792901Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/dep-lib-typenum' from root:root to runner:runner
2025-08-20T21:02:46.5793900Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum' from root:root to runner:runner
2025-08-20T21:02:46.5795186Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5796764Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum.json' from root:root to runner:runner
2025-08-20T21:02:46.5797793Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665' from root:root to runner:runner
2025-08-20T21:02:46.5798760Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uluru-07adb207d594efcd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5799703Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uluru-07adb207d594efcd/lib-uluru.json' from root:root to runner:runner
2025-08-20T21:02:46.5800628Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uluru-07adb207d594efcd/lib-uluru' from root:root to runner:runner
2025-08-20T21:02:46.5801566Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uluru-07adb207d594efcd/dep-lib-uluru' from root:root to runner:runner
2025-08-20T21:02:46.5802429Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uluru-07adb207d594efcd' from root:root to runner:runner
2025-08-20T21:02:46.5804012Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-64dc4c26d940c042/lib-unicode_normalization' from root:root to runner:runner
2025-08-20T21:02:46.5805634Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-64dc4c26d940c042/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5806957Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-64dc4c26d940c042/dep-lib-unicode_normalization' from root:root to runner:runner
2025-08-20T21:02:46.5808059Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-64dc4c26d940c042/lib-unicode_normalization.json' from root:root to runner:runner
2025-08-20T21:02:46.5809022Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-64dc4c26d940c042' from root:root to runner:runner
2025-08-20T21:02:46.5810070Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-url-c161ca08f6259895/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5811012Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-url-c161ca08f6259895/dep-lib-gix_url' from root:root to runner:runner
2025-08-20T21:02:46.5811953Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-url-c161ca08f6259895/lib-gix_url' from root:root to runner:runner
2025-08-20T21:02:46.5812955Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-url-c161ca08f6259895/lib-gix_url.json' from root:root to runner:runner
2025-08-20T21:02:46.5813828Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-url-c161ca08f6259895' from root:root to runner:runner
2025-08-20T21:02:46.5814764Z [00:07:39.340]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-d25b6f6f6ec5ce01/dep-lib-zip' from root:root to runner:runner
2025-08-20T21:02:46.5815707Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-d25b6f6f6ec5ce01/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5816825Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-d25b6f6f6ec5ce01/lib-zip.json' from root:root to runner:runner
2025-08-20T21:02:46.5817723Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-d25b6f6f6ec5ce01/lib-zip' from root:root to runner:runner
2025-08-20T21:02:46.5818699Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-d25b6f6f6ec5ce01' from root:root to runner:runner
2025-08-20T21:02:46.5819731Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fsck-31ac5a2d42c2b818/lib-gix_fsck' from root:root to runner:runner
2025-08-20T21:02:46.5820685Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fsck-31ac5a2d42c2b818/dep-lib-gix_fsck' from root:root to runner:runner
2025-08-20T21:02:46.5821639Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fsck-31ac5a2d42c2b818/lib-gix_fsck.json' from root:root to runner:runner
2025-08-20T21:02:46.5822598Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fsck-31ac5a2d42c2b818/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5823536Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fsck-31ac5a2d42c2b818' from root:root to runner:runner
2025-08-20T21:02:46.5824603Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.5825632Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.5826806Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-20T21:02:46.5827830Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-5df3363ba717682c/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T21:02:46.5828815Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-5df3363ba717682c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5829802Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-5df3363ba717682c/lib-parking_lot' from root:root to runner:runner
2025-08-20T21:02:46.5830784Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-5df3363ba717682c/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T21:02:46.5831681Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-5df3363ba717682c' from root:root to runner:runner
2025-08-20T21:02:46.5832690Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/lib-memmap2' from root:root to runner:runner
2025-08-20T21:02:46.5833726Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5834691Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/dep-lib-memmap2' from root:root to runner:runner
2025-08-20T21:02:46.5835647Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/lib-memmap2.json' from root:root to runner:runner
2025-08-20T21:02:46.5836793Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735' from root:root to runner:runner
2025-08-20T21:02:46.5838241Z [00:07:39.341]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.5839321Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.5840209Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f' from root:root to runner:runner
2025-08-20T21:02:46.5841235Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5842169Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if' from root:root to runner:runner
2025-08-20T21:02:46.5843119Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T21:02:46.5844066Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T21:02:46.5844936Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5' from root:root to runner:runner
2025-08-20T21:02:46.5846010Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-99345ef282f1e13b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.5847401Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-99345ef282f1e13b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.5848475Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-99345ef282f1e13b' from root:root to runner:runner
2025-08-20T21:02:46.5849482Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T21:02:46.5850470Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T21:02:46.5851541Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5853342Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures' from root:root to runner:runner
2025-08-20T21:02:46.5854350Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa' from root:root to runner:runner
2025-08-20T21:02:46.5855340Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T21:02:46.5856622Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-20T21:02:46.5857628Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5858598Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T21:02:46.5859683Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-20T21:02:46.5860659Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-b26baba818758982/dep-lib-tempfile' from root:root to runner:runner
2025-08-20T21:02:46.5861614Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-b26baba818758982/lib-tempfile.json' from root:root to runner:runner
2025-08-20T21:02:46.5862654Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-b26baba818758982/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5863663Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-b26baba818758982/lib-tempfile' from root:root to runner:runner
2025-08-20T21:02:46.5865033Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-b26baba818758982' from root:root to runner:runner
2025-08-20T21:02:46.5866936Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-lock-3baf9b4250ed856a/lib-gix_lock.json' from root:root to runner:runner
2025-08-20T21:02:46.5868647Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-lock-3baf9b4250ed856a/dep-lib-gix_lock' from root:root to runner:runner
2025-08-20T21:02:46.5870532Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-lock-3baf9b4250ed856a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5872426Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-lock-3baf9b4250ed856a/lib-gix_lock' from root:root to runner:runner
2025-08-20T21:02:46.5874120Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-lock-3baf9b4250ed856a' from root:root to runner:runner
2025-08-20T21:02:46.5876438Z [00:07:39.342]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-3312bf14c9d55518/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.5878393Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-3312bf14c9d55518/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.5879658Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-3312bf14c9d55518' from root:root to runner:runner
2025-08-20T21:02:46.5880902Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bom-2fe70e19bc876e2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5881906Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bom-2fe70e19bc876e2b/lib-unicode_bom' from root:root to runner:runner
2025-08-20T21:02:46.5882898Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bom-2fe70e19bc876e2b/dep-lib-unicode_bom' from root:root to runner:runner
2025-08-20T21:02:46.5883992Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bom-2fe70e19bc876e2b/lib-unicode_bom.json' from root:root to runner:runner
2025-08-20T21:02:46.5884971Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bom-2fe70e19bc876e2b' from root:root to runner:runner
2025-08-20T21:02:46.5885916Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/lib-arc_swap' from root:root to runner:runner
2025-08-20T21:02:46.5887580Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5888866Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/dep-lib-arc_swap' from root:root to runner:runner
2025-08-20T21:02:46.5890147Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/lib-arc_swap.json' from root:root to runner:runner
2025-08-20T21:02:46.5891702Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e' from root:root to runner:runner
2025-08-20T21:02:46.5893446Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes' from root:root to runner:runner
2025-08-20T21:02:46.5895369Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5897051Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/dep-lib-bytes' from root:root to runner:runner
2025-08-20T21:02:46.5898079Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes.json' from root:root to runner:runner
2025-08-20T21:02:46.5898968Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53' from root:root to runner:runner
2025-08-20T21:02:46.5899945Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-8cd71fdf13c27192/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T21:02:46.5900913Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-8cd71fdf13c27192/lib-byteorder.json' from root:root to runner:runner
2025-08-20T21:02:46.5901993Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-8cd71fdf13c27192/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5903018Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-8cd71fdf13c27192/lib-byteorder' from root:root to runner:runner
2025-08-20T21:02:46.5903905Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-8cd71fdf13c27192' from root:root to runner:runner
2025-08-20T21:02:46.5904871Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/lib-pathdiff.json' from root:root to runner:runner
2025-08-20T21:02:46.5905828Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/lib-pathdiff' from root:root to runner:runner
2025-08-20T21:02:46.5907092Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/dep-lib-pathdiff' from root:root to runner:runner
2025-08-20T21:02:46.5908071Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5909089Z [00:07:39.343]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9' from root:root to runner:runner
2025-08-20T21:02:46.5910262Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-39dc14683de43b2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5911239Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-39dc14683de43b2b/lib-indexmap.json' from root:root to runner:runner
2025-08-20T21:02:46.5912186Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-39dc14683de43b2b/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T21:02:46.5913137Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-39dc14683de43b2b/lib-indexmap' from root:root to runner:runner
2025-08-20T21:02:46.5914017Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-39dc14683de43b2b' from root:root to runner:runner
2025-08-20T21:02:46.5914958Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-index-0ed40c18f46f2dfd/lib-gix_index' from root:root to runner:runner
2025-08-20T21:02:46.5915978Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-index-0ed40c18f46f2dfd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5917294Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-index-0ed40c18f46f2dfd/dep-lib-gix_index' from root:root to runner:runner
2025-08-20T21:02:46.5918279Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-index-0ed40c18f46f2dfd/lib-gix_index.json' from root:root to runner:runner
2025-08-20T21:02:46.5919198Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-index-0ed40c18f46f2dfd' from root:root to runner:runner
2025-08-20T21:02:46.5920179Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-filter-d4263caa529e80b8/dep-lib-gix_filter' from root:root to runner:runner
2025-08-20T21:02:46.5921207Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-filter-d4263caa529e80b8/lib-gix_filter' from root:root to runner:runner
2025-08-20T21:02:46.5922211Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-filter-d4263caa529e80b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5923774Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-filter-d4263caa529e80b8/lib-gix_filter.json' from root:root to runner:runner
2025-08-20T21:02:46.5925528Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-filter-d4263caa529e80b8' from root:root to runner:runner
2025-08-20T21:02:46.5927485Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jwalk-6c6f5643d68c08f4/lib-jwalk.json' from root:root to runner:runner
2025-08-20T21:02:46.5929161Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jwalk-6c6f5643d68c08f4/dep-lib-jwalk' from root:root to runner:runner
2025-08-20T21:02:46.5930180Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jwalk-6c6f5643d68c08f4/lib-jwalk' from root:root to runner:runner
2025-08-20T21:02:46.5931134Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jwalk-6c6f5643d68c08f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5932004Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jwalk-6c6f5643d68c08f4' from root:root to runner:runner
2025-08-20T21:02:46.5933087Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-checked-9cf9e863474122c3/lib-sha1_checked' from root:root to runner:runner
2025-08-20T21:02:46.5934138Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-checked-9cf9e863474122c3/lib-sha1_checked.json' from root:root to runner:runner
2025-08-20T21:02:46.5935116Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-checked-9cf9e863474122c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5936083Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-checked-9cf9e863474122c3/dep-lib-sha1_checked' from root:root to runner:runner
2025-08-20T21:02:46.5937233Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-checked-9cf9e863474122c3' from root:root to runner:runner
2025-08-20T21:02:46.5938423Z [00:07:39.344]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ignore-bfe76ddaef61e28d/lib-gix_ignore' from root:root to runner:runner
2025-08-20T21:02:46.5939464Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ignore-bfe76ddaef61e28d/lib-gix_ignore.json' from root:root to runner:runner
2025-08-20T21:02:46.5940436Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ignore-bfe76ddaef61e28d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5941465Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ignore-bfe76ddaef61e28d/dep-lib-gix_ignore' from root:root to runner:runner
2025-08-20T21:02:46.5942366Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ignore-bfe76ddaef61e28d' from root:root to runner:runner
2025-08-20T21:02:46.5943462Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sysinfo-644339584985defa/lib-sysinfo.json' from root:root to runner:runner
2025-08-20T21:02:46.5944428Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sysinfo-644339584985defa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5945367Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sysinfo-644339584985defa/lib-sysinfo' from root:root to runner:runner
2025-08-20T21:02:46.5946511Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sysinfo-644339584985defa/dep-lib-sysinfo' from root:root to runner:runner
2025-08-20T21:02:46.5947524Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sysinfo-644339584985defa' from root:root to runner:runner
2025-08-20T21:02:46.5948563Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home.json' from root:root to runner:runner
2025-08-20T21:02:46.5949518Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5950444Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/dep-lib-home' from root:root to runner:runner
2025-08-20T21:02:46.5951343Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home' from root:root to runner:runner
2025-08-20T21:02:46.5952266Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448' from root:root to runner:runner
2025-08-20T21:02:46.5953254Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-84292a7991e702db/lib-openssl_probe' from root:root to runner:runner
2025-08-20T21:02:46.5954256Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-84292a7991e702db/dep-lib-openssl_probe' from root:root to runner:runner
2025-08-20T21:02:46.5955295Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-84292a7991e702db/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5956534Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-84292a7991e702db/lib-openssl_probe.json' from root:root to runner:runner
2025-08-20T21:02:46.5958151Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-84292a7991e702db' from root:root to runner:runner
2025-08-20T21:02:46.5959346Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-forest-f0ac9bb8761bd39c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5960372Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-forest-f0ac9bb8761bd39c/dep-lib-tracing_forest' from root:root to runner:runner
2025-08-20T21:02:46.5961379Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-forest-f0ac9bb8761bd39c/lib-tracing_forest' from root:root to runner:runner
2025-08-20T21:02:46.5962474Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-forest-f0ac9bb8761bd39c/lib-tracing_forest.json' from root:root to runner:runner
2025-08-20T21:02:46.5963449Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-forest-f0ac9bb8761bd39c' from root:root to runner:runner
2025-08-20T21:02:46.5964428Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5965957Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array' from root:root to runner:runner
2025-08-20T21:02:46.5967694Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array.json' from root:root to runner:runner
2025-08-20T21:02:46.5968842Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T21:02:46.5969796Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36' from root:root to runner:runner
2025-08-20T21:02:46.5970773Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-a9003c3b0d35a644/dep-lib-filetime' from root:root to runner:runner
2025-08-20T21:02:46.5971808Z [00:07:39.345]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-a9003c3b0d35a644/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5972775Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-a9003c3b0d35a644/lib-filetime.json' from root:root to runner:runner
2025-08-20T21:02:46.5973722Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-a9003c3b0d35a644/lib-filetime' from root:root to runner:runner
2025-08-20T21:02:46.5974616Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-a9003c3b0d35a644' from root:root to runner:runner
2025-08-20T21:02:46.5975572Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' from root:root to runner:runner
2025-08-20T21:02:46.5976834Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5977956Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T21:02:46.5979006Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T21:02:46.5979900Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444' from root:root to runner:runner
2025-08-20T21:02:46.5980862Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-object-371203b1c27d0771/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5981811Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-object-371203b1c27d0771/lib-gix_object' from root:root to runner:runner
2025-08-20T21:02:46.5982830Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-object-371203b1c27d0771/dep-lib-gix_object' from root:root to runner:runner
2025-08-20T21:02:46.5983827Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-object-371203b1c27d0771/lib-gix_object.json' from root:root to runner:runner
2025-08-20T21:02:46.5984744Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-object-371203b1c27d0771' from root:root to runner:runner
2025-08-20T21:02:46.5985784Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-dc0e0787ad1648e0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5986990Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-dc0e0787ad1648e0/dep-lib-async_lock' from root:root to runner:runner
2025-08-20T21:02:46.5987947Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-dc0e0787ad1648e0/lib-async_lock' from root:root to runner:runner
2025-08-20T21:02:46.5989071Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-dc0e0787ad1648e0/lib-async_lock.json' from root:root to runner:runner
2025-08-20T21:02:46.5989989Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-dc0e0787ad1648e0' from root:root to runner:runner
2025-08-20T21:02:46.5990942Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/lib-lock_api.json' from root:root to runner:runner
2025-08-20T21:02:46.5991991Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.5993184Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T21:02:46.5994676Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/lib-lock_api' from root:root to runner:runner
2025-08-20T21:02:46.5995644Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87' from root:root to runner:runner
2025-08-20T21:02:46.5997085Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T21:02:46.5999012Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent' from root:root to runner:runner
2025-08-20T21:02:46.6000817Z [00:07:39.346]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6002312Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent.json' from root:root to runner:runner
2025-08-20T21:02:46.6003307Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e' from root:root to runner:runner
2025-08-20T21:02:46.6004311Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/dep-lib-thread_local' from root:root to runner:runner
2025-08-20T21:02:46.6005291Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6006519Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/lib-thread_local.json' from root:root to runner:runner
2025-08-20T21:02:46.6007528Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/lib-thread_local' from root:root to runner:runner
2025-08-20T21:02:46.6008424Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1' from root:root to runner:runner
2025-08-20T21:02:46.6009488Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/lib-foldhash.json' from root:root to runner:runner
2025-08-20T21:02:46.6010515Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6011474Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/dep-lib-foldhash' from root:root to runner:runner
2025-08-20T21:02:46.6012428Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/lib-foldhash' from root:root to runner:runner
2025-08-20T21:02:46.6013318Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0' from root:root to runner:runner
2025-08-20T21:02:46.6014350Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-11318ea33289ba61/lib-socket2' from root:root to runner:runner
2025-08-20T21:02:46.6015516Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-11318ea33289ba61/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6016818Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-11318ea33289ba61/dep-lib-socket2' from root:root to runner:runner
2025-08-20T21:02:46.6017910Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-11318ea33289ba61/lib-socket2.json' from root:root to runner:runner
2025-08-20T21:02:46.6018851Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-11318ea33289ba61' from root:root to runner:runner
2025-08-20T21:02:46.6020015Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revision-dea39ce103cde7a8/lib-gix_revision.json' from root:root to runner:runner
2025-08-20T21:02:46.6021010Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revision-dea39ce103cde7a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6022003Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revision-dea39ce103cde7a8/dep-lib-gix_revision' from root:root to runner:runner
2025-08-20T21:02:46.6022972Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revision-dea39ce103cde7a8/lib-gix_revision' from root:root to runner:runner
2025-08-20T21:02:46.6023947Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revision-dea39ce103cde7a8' from root:root to runner:runner
2025-08-20T21:02:46.6024968Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-14bee934476318fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6025915Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-14bee934476318fe/lib-smallvec' from root:root to runner:runner
2025-08-20T21:02:46.6027099Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-14bee934476318fe/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T21:02:46.6028068Z [00:07:39.347]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-14bee934476318fe/lib-smallvec.json' from root:root to runner:runner
2025-08-20T21:02:46.6029034Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-14bee934476318fe' from root:root to runner:runner
2025-08-20T21:02:46.6030106Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-fcd67987fdd9ec2e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.6031141Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-fcd67987fdd9ec2e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.6032074Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-fcd67987fdd9ec2e' from root:root to runner:runner
2025-08-20T21:02:46.6033197Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-860814c200af1b93/lib-serde_json' from root:root to runner:runner
2025-08-20T21:02:46.6034936Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-860814c200af1b93/lib-serde_json.json' from root:root to runner:runner
2025-08-20T21:02:46.6036041Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-860814c200af1b93/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6037272Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-860814c200af1b93/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T21:02:46.6038175Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-860814c200af1b93' from root:root to runner:runner
2025-08-20T21:02:46.6039256Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-archive-1478510fee450088/lib-gix_archive' from root:root to runner:runner
2025-08-20T21:02:46.6040336Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-archive-1478510fee450088/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6041332Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-archive-1478510fee450088/dep-lib-gix_archive' from root:root to runner:runner
2025-08-20T21:02:46.6043088Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-archive-1478510fee450088/lib-gix_archive.json' from root:root to runner:runner
2025-08-20T21:02:46.6044097Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-archive-1478510fee450088' from root:root to runner:runner
2025-08-20T21:02:46.6045156Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' from root:root to runner:runner
2025-08-20T21:02:46.6046121Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6047328Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' from root:root to runner:runner
2025-08-20T21:02:46.6048384Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T21:02:46.6049285Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027' from root:root to runner:runner
2025-08-20T21:02:46.6050269Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-discover-ec7c145a2d518f70/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6051264Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-discover-ec7c145a2d518f70/dep-lib-gix_discover' from root:root to runner:runner
2025-08-20T21:02:46.6052237Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-discover-ec7c145a2d518f70/lib-gix_discover' from root:root to runner:runner
2025-08-20T21:02:46.6053223Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-discover-ec7c145a2d518f70/lib-gix_discover.json' from root:root to runner:runner
2025-08-20T21:02:46.6054314Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-discover-ec7c145a2d518f70' from root:root to runner:runner
2025-08-20T21:02:46.6055428Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-9dd80e8ba44614a9/lib-litemap.json' from root:root to runner:runner
2025-08-20T21:02:46.6056585Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-9dd80e8ba44614a9/dep-lib-litemap' from root:root to runner:runner
2025-08-20T21:02:46.6057567Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-9dd80e8ba44614a9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6058510Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-9dd80e8ba44614a9/lib-litemap' from root:root to runner:runner
2025-08-20T21:02:46.6059464Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-9dd80e8ba44614a9' from root:root to runner:runner
2025-08-20T21:02:46.6060424Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-0d49dbfd8e3a88c1/lib-winnow' from root:root to runner:runner
2025-08-20T21:02:46.6061409Z [00:07:39.348]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-0d49dbfd8e3a88c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6062430Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-0d49dbfd8e3a88c1/dep-lib-winnow' from root:root to runner:runner
2025-08-20T21:02:46.6063440Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-0d49dbfd8e3a88c1/lib-winnow.json' from root:root to runner:runner
2025-08-20T21:02:46.6064938Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-0d49dbfd8e3a88c1' from root:root to runner:runner
2025-08-20T21:02:46.6066830Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-1204b04797d7b519/lib-idna' from root:root to runner:runner
2025-08-20T21:02:46.6068631Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-1204b04797d7b519/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6070364Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-1204b04797d7b519/lib-idna.json' from root:root to runner:runner
2025-08-20T21:02:46.6072252Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-1204b04797d7b519/dep-lib-idna' from root:root to runner:runner
2025-08-20T21:02:46.6073978Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-1204b04797d7b519' from root:root to runner:runner
2025-08-20T21:02:46.6075770Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/dep-lib-anstream' from root:root to runner:runner
2025-08-20T21:02:46.6077685Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream' from root:root to runner:runner
2025-08-20T21:02:46.6079179Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6080263Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream.json' from root:root to runner:runner
2025-08-20T21:02:46.6081173Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7' from root:root to runner:runner
2025-08-20T21:02:46.6082176Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-ce12c712bf7a40d3/lib-icu_properties' from root:root to runner:runner
2025-08-20T21:02:46.6083243Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-ce12c712bf7a40d3/lib-icu_properties.json' from root:root to runner:runner
2025-08-20T21:02:46.6084237Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-ce12c712bf7a40d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6085232Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-ce12c712bf7a40d3/dep-lib-icu_properties' from root:root to runner:runner
2025-08-20T21:02:46.6086142Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-ce12c712bf7a40d3' from root:root to runner:runner
2025-08-20T21:02:46.6087399Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-status-ceb0190eaa8754ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6088377Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-status-ceb0190eaa8754ae/dep-lib-gix_status' from root:root to runner:runner
2025-08-20T21:02:46.6089432Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-status-ceb0190eaa8754ae/lib-gix_status' from root:root to runner:runner
2025-08-20T21:02:46.6090467Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-status-ceb0190eaa8754ae/lib-gix_status.json' from root:root to runner:runner
2025-08-20T21:02:46.6091354Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-status-ceb0190eaa8754ae' from root:root to runner:runner
2025-08-20T21:02:46.6092464Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-0d8834a4ab62e7db/dep-lib-gix_packetline_blocking' from root:root to runner:runner
2025-08-20T21:02:46.6093503Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-0d8834a4ab62e7db/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6094650Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-0d8834a4ab62e7db/lib-gix_packetline_blocking.json' from root:root to runner:runner
2025-08-20T21:02:46.6095718Z [00:07:39.349]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-0d8834a4ab62e7db/lib-gix_packetline_blocking' from root:root to runner:runner
2025-08-20T21:02:46.6096933Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-0d8834a4ab62e7db' from root:root to runner:runner
2025-08-20T21:02:46.6098139Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T21:02:46.6099174Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding' from root:root to runner:runner
2025-08-20T21:02:46.6100178Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6101213Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T21:02:46.6102145Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef' from root:root to runner:runner
2025-08-20T21:02:46.6103111Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-cf75ffe0a6e1c88b/lib-heapless.json' from root:root to runner:runner
2025-08-20T21:02:46.6104201Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-cf75ffe0a6e1c88b/dep-lib-heapless' from root:root to runner:runner
2025-08-20T21:02:46.6105177Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-cf75ffe0a6e1c88b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6106124Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-cf75ffe0a6e1c88b/lib-heapless' from root:root to runner:runner
2025-08-20T21:02:46.6107273Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-cf75ffe0a6e1c88b' from root:root to runner:runner
2025-08-20T21:02:46.6108359Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-1fd444e48bcd0f42/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.6109471Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-1fd444e48bcd0f42/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.6110373Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-1fd444e48bcd0f42' from root:root to runner:runner
2025-08-20T21:02:46.6112068Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-value-fc2e60169a15db49/dep-lib-gix_config_value' from root:root to runner:runner
2025-08-20T21:02:46.6113187Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-value-fc2e60169a15db49/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6114231Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-value-fc2e60169a15db49/lib-gix_config_value.json' from root:root to runner:runner
2025-08-20T21:02:46.6115237Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-value-fc2e60169a15db49/lib-gix_config_value' from root:root to runner:runner
2025-08-20T21:02:46.6116176Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-value-fc2e60169a15db49' from root:root to runner:runner
2025-08-20T21:02:46.6117352Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-df959d3774fb6832/lib-gix_config' from root:root to runner:runner
2025-08-20T21:02:46.6118405Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-df959d3774fb6832/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6119866Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-df959d3774fb6832/dep-lib-gix_config' from root:root to runner:runner
2025-08-20T21:02:46.6121552Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-df959d3774fb6832/lib-gix_config.json' from root:root to runner:runner
2025-08-20T21:02:46.6122489Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-df959d3774fb6832' from root:root to runner:runner
2025-08-20T21:02:46.6123570Z [00:07:39.350]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.6124730Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.6125650Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7' from root:root to runner:runner
2025-08-20T21:02:46.6127016Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-a3bc3e7b97c7f3aa/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.6128200Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-a3bc3e7b97c7f3aa/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.6129162Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-a3bc3e7b97c7f3aa' from root:root to runner:runner
2025-08-20T21:02:46.6130188Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-credentials-9b7b5f1e490f94c5/lib-gix_credentials' from root:root to runner:runner
2025-08-20T21:02:46.6131264Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-credentials-9b7b5f1e490f94c5/dep-lib-gix_credentials' from root:root to runner:runner
2025-08-20T21:02:46.6132265Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-credentials-9b7b5f1e490f94c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6133281Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-credentials-9b7b5f1e490f94c5/lib-gix_credentials.json' from root:root to runner:runner
2025-08-20T21:02:46.6134200Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-credentials-9b7b5f1e490f94c5' from root:root to runner:runner
2025-08-20T21:02:46.6135389Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/lib-fallible_streaming_iterator' from root:root to runner:runner
2025-08-20T21:02:46.6136807Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6137980Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/lib-fallible_streaming_iterator.json' from root:root to runner:runner
2025-08-20T21:02:46.6139204Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/dep-lib-fallible_streaming_iterator' from root:root to runner:runner
2025-08-20T21:02:46.6140274Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90' from root:root to runner:runner
2025-08-20T21:02:46.6141250Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6142354Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload.json' from root:root to runner:runner
2025-08-20T21:02:46.6143468Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/dep-lib-overload' from root:root to runner:runner
2025-08-20T21:02:46.6144428Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload' from root:root to runner:runner
2025-08-20T21:02:46.6145375Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46' from root:root to runner:runner
2025-08-20T21:02:46.6146577Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-a0cdd97935466f76/dep-lib-is_terminal' from root:root to runner:runner
2025-08-20T21:02:46.6147558Z [00:07:39.351]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-a0cdd97935466f76/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6148522Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-a0cdd97935466f76/lib-is_terminal' from root:root to runner:runner
2025-08-20T21:02:46.6149583Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-a0cdd97935466f76/lib-is_terminal.json' from root:root to runner:runner
2025-08-20T21:02:46.6150484Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-a0cdd97935466f76' from root:root to runner:runner
2025-08-20T21:02:46.6151434Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytesize-490fdf4ce5fdeb8e/lib-bytesize' from root:root to runner:runner
2025-08-20T21:02:46.6152394Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytesize-490fdf4ce5fdeb8e/lib-bytesize.json' from root:root to runner:runner
2025-08-20T21:02:46.6153419Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytesize-490fdf4ce5fdeb8e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6154371Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytesize-490fdf4ce5fdeb8e/dep-lib-bytesize' from root:root to runner:runner
2025-08-20T21:02:46.6155261Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytesize-490fdf4ce5fdeb8e' from root:root to runner:runner
2025-08-20T21:02:46.6156435Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T21:02:46.6157493Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6158468Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' from root:root to runner:runner
2025-08-20T21:02:46.6159515Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T21:02:46.6160423Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39' from root:root to runner:runner
2025-08-20T21:02:46.6161351Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-09109186d5cfa119/dep-lib-bstr' from root:root to runner:runner
2025-08-20T21:02:46.6162299Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-09109186d5cfa119/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6163297Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-09109186d5cfa119/lib-bstr.json' from root:root to runner:runner
2025-08-20T21:02:46.6164202Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-09109186d5cfa119/lib-bstr' from root:root to runner:runner
2025-08-20T21:02:46.6165068Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-09109186d5cfa119' from root:root to runner:runner
2025-08-20T21:02:46.6166020Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6167278Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/lib-libc' from root:root to runner:runner
2025-08-20T21:02:46.6168322Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/dep-lib-libc' from root:root to runner:runner
2025-08-20T21:02:46.6169263Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/lib-libc.json' from root:root to runner:runner
2025-08-20T21:02:46.6170138Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c' from root:root to runner:runner
2025-08-20T21:02:46.6171289Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-46246f5ee9595d8b/dep-lib-rayon' from root:root to runner:runner
2025-08-20T21:02:46.6172309Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-46246f5ee9595d8b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6173345Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-46246f5ee9595d8b/lib-rayon.json' from root:root to runner:runner
2025-08-20T21:02:46.6174335Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-46246f5ee9595d8b/lib-rayon' from root:root to runner:runner
2025-08-20T21:02:46.6175212Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-46246f5ee9595d8b' from root:root to runner:runner
2025-08-20T21:02:46.6176506Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/dep-lib-either' from root:root to runner:runner
2025-08-20T21:02:46.6177476Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/lib-either' from root:root to runner:runner
2025-08-20T21:02:46.6178439Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6179384Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/lib-either.json' from root:root to runner:runner
2025-08-20T21:02:46.6180265Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a' from root:root to runner:runner
2025-08-20T21:02:46.6181213Z [00:07:39.352]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/lib-cassowary' from root:root to runner:runner
2025-08-20T21:02:46.6182326Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6183301Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/dep-lib-cassowary' from root:root to runner:runner
2025-08-20T21:02:46.6184277Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/lib-cassowary.json' from root:root to runner:runner
2025-08-20T21:02:46.6185173Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705' from root:root to runner:runner
2025-08-20T21:02:46.6186170Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/dep-lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T21:02:46.6187455Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6188529Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros.json' from root:root to runner:runner
2025-08-20T21:02:46.6189516Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T21:02:46.6191026Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72' from root:root to runner:runner
2025-08-20T21:02:46.6192242Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-sec-8884d2d017c69a46/dep-lib-gix_sec' from root:root to runner:runner
2025-08-20T21:02:46.6193222Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-sec-8884d2d017c69a46/lib-gix_sec.json' from root:root to runner:runner
2025-08-20T21:02:46.6194170Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-sec-8884d2d017c69a46/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6195106Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-sec-8884d2d017c69a46/lib-gix_sec' from root:root to runner:runner
2025-08-20T21:02:46.6195982Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-sec-8884d2d017c69a46' from root:root to runner:runner
2025-08-20T21:02:46.6197495Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.6199060Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.6200560Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae' from root:root to runner:runner
2025-08-20T21:02:46.6201570Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revwalk-5226dad63ac0a1d4/lib-gix_revwalk' from root:root to runner:runner
2025-08-20T21:02:46.6202548Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revwalk-5226dad63ac0a1d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6203648Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revwalk-5226dad63ac0a1d4/dep-lib-gix_revwalk' from root:root to runner:runner
2025-08-20T21:02:46.6204702Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revwalk-5226dad63ac0a1d4/lib-gix_revwalk.json' from root:root to runner:runner
2025-08-20T21:02:46.6205710Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revwalk-5226dad63ac0a1d4' from root:root to runner:runner
2025-08-20T21:02:46.6206956Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pathspec-f3787c6ba99a7d75/lib-gix_pathspec' from root:root to runner:runner
2025-08-20T21:02:46.6207959Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pathspec-f3787c6ba99a7d75/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6209028Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pathspec-f3787c6ba99a7d75/dep-lib-gix_pathspec' from root:root to runner:runner
2025-08-20T21:02:46.6210028Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pathspec-f3787c6ba99a7d75/lib-gix_pathspec.json' from root:root to runner:runner
2025-08-20T21:02:46.6210988Z [00:07:39.353]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pathspec-f3787c6ba99a7d75' from root:root to runner:runner
2025-08-20T21:02:46.6212082Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/dep-lib-memchr' from root:root to runner:runner
2025-08-20T21:02:46.6213114Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr.json' from root:root to runner:runner
2025-08-20T21:02:46.6214081Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6215018Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr' from root:root to runner:runner
2025-08-20T21:02:46.6215895Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392' from root:root to runner:runner
2025-08-20T21:02:46.6217124Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-c3bb60b08803c7f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6218279Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-c3bb60b08803c7f6/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T21:02:46.6219450Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-c3bb60b08803c7f6/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T21:02:46.6220491Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-c3bb60b08803c7f6/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T21:02:46.6221441Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-c3bb60b08803c7f6' from root:root to runner:runner
2025-08-20T21:02:46.6222412Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-a04c1e9c682a6c83/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6223369Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-a04c1e9c682a6c83/lib-libz_sys.json' from root:root to runner:runner
2025-08-20T21:02:46.6224326Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-a04c1e9c682a6c83/dep-lib-libz_sys' from root:root to runner:runner
2025-08-20T21:02:46.6225264Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-a04c1e9c682a6c83/lib-libz_sys' from root:root to runner:runner
2025-08-20T21:02:46.6226368Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-a04c1e9c682a6c83' from root:root to runner:runner
2025-08-20T21:02:46.6227586Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-prompt-8ca5ae3013618f62/lib-gix_prompt' from root:root to runner:runner
2025-08-20T21:02:46.6228595Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-prompt-8ca5ae3013618f62/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6229599Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-prompt-8ca5ae3013618f62/lib-gix_prompt.json' from root:root to runner:runner
2025-08-20T21:02:46.6230574Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-prompt-8ca5ae3013618f62/dep-lib-gix_prompt' from root:root to runner:runner
2025-08-20T21:02:46.6231469Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-prompt-8ca5ae3013618f62' from root:root to runner:runner
2025-08-20T21:02:46.6232513Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-transport-e59c4e159f4df39d/lib-gix_transport' from root:root to runner:runner
2025-08-20T21:02:46.6233557Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-transport-e59c4e159f4df39d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6234562Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-transport-e59c4e159f4df39d/dep-lib-gix_transport' from root:root to runner:runner
2025-08-20T21:02:46.6235557Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-transport-e59c4e159f4df39d/lib-gix_transport.json' from root:root to runner:runner
2025-08-20T21:02:46.6236686Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-transport-e59c4e159f4df39d' from root:root to runner:runner
2025-08-20T21:02:46.6237714Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9e9cb703230fc9b2/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T21:02:46.6238699Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9e9cb703230fc9b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6239718Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9e9cb703230fc9b2/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T21:02:46.6240830Z [00:07:39.354]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9e9cb703230fc9b2/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T21:02:46.6241757Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9e9cb703230fc9b2' from root:root to runner:runner
2025-08-20T21:02:46.6242704Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tar-65b39b1e3e584e8b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6243635Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tar-65b39b1e3e584e8b/lib-tar.json' from root:root to runner:runner
2025-08-20T21:02:46.6244556Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tar-65b39b1e3e584e8b/dep-lib-tar' from root:root to runner:runner
2025-08-20T21:02:46.6245441Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tar-65b39b1e3e584e8b/lib-tar' from root:root to runner:runner
2025-08-20T21:02:46.6246648Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tar-65b39b1e3e584e8b' from root:root to runner:runner
2025-08-20T21:02:46.6247844Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-ebace7f6b6d6587e/dep-lib-ratatui' from root:root to runner:runner
2025-08-20T21:02:46.6248875Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-ebace7f6b6d6587e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6249832Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-ebace7f6b6d6587e/lib-ratatui.json' from root:root to runner:runner
2025-08-20T21:02:46.6250773Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-ebace7f6b6d6587e/lib-ratatui' from root:root to runner:runner
2025-08-20T21:02:46.6251658Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-ebace7f6b6d6587e' from root:root to runner:runner
2025-08-20T21:02:46.6252819Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-e4bc8ac7512add7a/dep-lib-fallible_iterator' from root:root to runner:runner
2025-08-20T21:02:46.6253841Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-e4bc8ac7512add7a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6254986Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-e4bc8ac7512add7a/lib-fallible_iterator' from root:root to runner:runner
2025-08-20T21:02:46.6256037Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-e4bc8ac7512add7a/lib-fallible_iterator.json' from root:root to runner:runner
2025-08-20T21:02:46.6257207Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-e4bc8ac7512add7a' from root:root to runner:runner
2025-08-20T21:02:46.6258154Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-4d02090bd752db13/lib-slab.json' from root:root to runner:runner
2025-08-20T21:02:46.6259116Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-4d02090bd752db13/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6260034Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-4d02090bd752db13/dep-lib-slab' from root:root to runner:runner
2025-08-20T21:02:46.6261013Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-4d02090bd752db13/lib-slab' from root:root to runner:runner
2025-08-20T21:02:46.6261944Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-4d02090bd752db13' from root:root to runner:runner
2025-08-20T21:02:46.6262943Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T21:02:46.6263937Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6264952Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T21:02:46.6266150Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T21:02:46.6267727Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe' from root:root to runner:runner
2025-08-20T21:02:46.6269539Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-0ea166832df7fb2a/dep-lib-icu_locale_core' from root:root to runner:runner
2025-08-20T21:02:46.6271050Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-0ea166832df7fb2a/lib-icu_locale_core' from root:root to runner:runner
2025-08-20T21:02:46.6272048Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-0ea166832df7fb2a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6273060Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-0ea166832df7fb2a/lib-icu_locale_core.json' from root:root to runner:runner
2025-08-20T21:02:46.6273971Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-0ea166832df7fb2a' from root:root to runner:runner
2025-08-20T21:02:46.6275212Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T21:02:46.6277199Z [00:07:39.355]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6278440Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T21:02:46.6279458Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T21:02:46.6280379Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b' from root:root to runner:runner
2025-08-20T21:02:46.6281345Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pack-03d5d6df9339d2ad/lib-gix_pack.json' from root:root to runner:runner
2025-08-20T21:02:46.6282308Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pack-03d5d6df9339d2ad/dep-lib-gix_pack' from root:root to runner:runner
2025-08-20T21:02:46.6283255Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pack-03d5d6df9339d2ad/lib-gix_pack' from root:root to runner:runner
2025-08-20T21:02:46.6284211Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pack-03d5d6df9339d2ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6285094Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pack-03d5d6df9339d2ad' from root:root to runner:runner
2025-08-20T21:02:46.6286158Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clru-0889a773f3480da7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6287328Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clru-0889a773f3480da7/lib-clru' from root:root to runner:runner
2025-08-20T21:02:46.6288273Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clru-0889a773f3480da7/dep-lib-clru' from root:root to runner:runner
2025-08-20T21:02:46.6289223Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clru-0889a773f3480da7/lib-clru.json' from root:root to runner:runner
2025-08-20T21:02:46.6290088Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clru-0889a773f3480da7' from root:root to runner:runner
2025-08-20T21:02:46.6291172Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T21:02:46.6292333Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6293392Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T21:02:46.6294466Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T21:02:46.6295417Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513' from root:root to runner:runner
2025-08-20T21:02:46.6296642Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-1fb90da6565d6694/lib-form_urlencoded.json' from root:root to runner:runner
2025-08-20T21:02:46.6297642Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-1fb90da6565d6694/lib-form_urlencoded' from root:root to runner:runner
2025-08-20T21:02:46.6298658Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-1fb90da6565d6694/dep-lib-form_urlencoded' from root:root to runner:runner
2025-08-20T21:02:46.6299722Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-1fb90da6565d6694/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6300695Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-1fb90da6565d6694' from root:root to runner:runner
2025-08-20T21:02:46.6301686Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:02:46.6302674Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6303685Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T21:02:46.6304683Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:02:46.6305648Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4' from root:root to runner:runner
2025-08-20T21:02:46.6306875Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-refspec-a581c12846890152/dep-lib-gix_refspec' from root:root to runner:runner
2025-08-20T21:02:46.6307856Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-refspec-a581c12846890152/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6308823Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-refspec-a581c12846890152/lib-gix_refspec' from root:root to runner:runner
2025-08-20T21:02:46.6309807Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-refspec-a581c12846890152/lib-gix_refspec.json' from root:root to runner:runner
2025-08-20T21:02:46.6310765Z [00:07:39.356]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-refspec-a581c12846890152' from root:root to runner:runner
2025-08-20T21:02:46.6311735Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-102b31737fd11237/lib-arrayvec.json' from root:root to runner:runner
2025-08-20T21:02:46.6312690Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-102b31737fd11237/dep-lib-arrayvec' from root:root to runner:runner
2025-08-20T21:02:46.6313707Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-102b31737fd11237/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6314653Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-102b31737fd11237/lib-arrayvec' from root:root to runner:runner
2025-08-20T21:02:46.6315544Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-102b31737fd11237' from root:root to runner:runner
2025-08-20T21:02:46.6316695Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-5d647556bd4fe36f/dep-lib-flate2' from root:root to runner:runner
2025-08-20T21:02:46.6317656Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-5d647556bd4fe36f/lib-flate2.json' from root:root to runner:runner
2025-08-20T21:02:46.6318648Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-5d647556bd4fe36f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6319651Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-5d647556bd4fe36f/lib-flate2' from root:root to runner:runner
2025-08-20T21:02:46.6320633Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-5d647556bd4fe36f' from root:root to runner:runner
2025-08-20T21:02:46.6321801Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/lib-crc32fast' from root:root to runner:runner
2025-08-20T21:02:46.6322784Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6323758Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T21:02:46.6324797Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T21:02:46.6325697Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3' from root:root to runner:runner
2025-08-20T21:02:46.6326973Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-trace-88d0a17b6a90e6b2/lib-gix_trace' from root:root to runner:runner
2025-08-20T21:02:46.6337026Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-trace-88d0a17b6a90e6b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6338212Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-trace-88d0a17b6a90e6b2/lib-gix_trace.json' from root:root to runner:runner
2025-08-20T21:02:46.6339215Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-trace-88d0a17b6a90e6b2/dep-lib-gix_trace' from root:root to runner:runner
2025-08-20T21:02:46.6340443Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-trace-88d0a17b6a90e6b2' from root:root to runner:runner
2025-08-20T21:02:46.6341973Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-negotiate-56925d469f914d58/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6343216Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-negotiate-56925d469f914d58/lib-gix_negotiate.json' from root:root to runner:runner
2025-08-20T21:02:46.6344339Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-negotiate-56925d469f914d58/lib-gix_negotiate' from root:root to runner:runner
2025-08-20T21:02:46.6345421Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-negotiate-56925d469f914d58/dep-lib-gix_negotiate' from root:root to runner:runner
2025-08-20T21:02:46.6346589Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-negotiate-56925d469f914d58' from root:root to runner:runner
2025-08-20T21:02:46.6347581Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-32121c5469c95598/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:02:46.6348585Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-32121c5469c95598/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T21:02:46.6349831Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-32121c5469c95598/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6351654Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-32121c5469c95598/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:02:46.6352618Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-32121c5469c95598' from root:root to runner:runner
2025-08-20T21:02:46.6353703Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T21:02:46.6354684Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static' from root:root to runner:runner
2025-08-20T21:02:46.6355652Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6356919Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T21:02:46.6357849Z [00:07:39.357]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a' from root:root to runner:runner
2025-08-20T21:02:46.6358809Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-553973fdb55f7e0e/lib-async_io' from root:root to runner:runner
2025-08-20T21:02:46.6359864Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-553973fdb55f7e0e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6360895Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-553973fdb55f7e0e/dep-lib-async_io' from root:root to runner:runner
2025-08-20T21:02:46.6361866Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-553973fdb55f7e0e/lib-async_io.json' from root:root to runner:runner
2025-08-20T21:02:46.6362757Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-553973fdb55f7e0e' from root:root to runner:runner
2025-08-20T21:02:46.6363711Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-glob-5b206c5880f71203/dep-lib-gix_glob' from root:root to runner:runner
2025-08-20T21:02:46.6364733Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-glob-5b206c5880f71203/lib-gix_glob.json' from root:root to runner:runner
2025-08-20T21:02:46.6365692Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-glob-5b206c5880f71203/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6366842Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-glob-5b206c5880f71203/lib-gix_glob' from root:root to runner:runner
2025-08-20T21:02:46.6367809Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-glob-5b206c5880f71203' from root:root to runner:runner
2025-08-20T21:02:46.6368908Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-c3fee51d6e758d9a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.6369967Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-c3fee51d6e758d9a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.6370859Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-c3fee51d6e758d9a' from root:root to runner:runner
2025-08-20T21:02:46.6371812Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-15c699b3bc547141/dep-lib-fs_err' from root:root to runner:runner
2025-08-20T21:02:46.6372762Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-15c699b3bc547141/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6373776Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-15c699b3bc547141/lib-fs_err.json' from root:root to runner:runner
2025-08-20T21:02:46.6374774Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-15c699b3bc547141/lib-fs_err' from root:root to runner:runner
2025-08-20T21:02:46.6375645Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-15c699b3bc547141' from root:root to runner:runner
2025-08-20T21:02:46.6376851Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-mailmap-0d9700603f34fcf2/dep-lib-gix_mailmap' from root:root to runner:runner
2025-08-20T21:02:46.6377845Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-mailmap-0d9700603f34fcf2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6378909Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-mailmap-0d9700603f34fcf2/lib-gix_mailmap.json' from root:root to runner:runner
2025-08-20T21:02:46.6379883Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-mailmap-0d9700603f34fcf2/lib-gix_mailmap' from root:root to runner:runner
2025-08-20T21:02:46.6380782Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-mailmap-0d9700603f34fcf2' from root:root to runner:runner
2025-08-20T21:02:46.6381831Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-b8f477557d695699/lib-libsqlite3_sys' from root:root to runner:runner
2025-08-20T21:02:46.6382846Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-b8f477557d695699/lib-libsqlite3_sys.json' from root:root to runner:runner
2025-08-20T21:02:46.6383846Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-b8f477557d695699/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6384852Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-b8f477557d695699/dep-lib-libsqlite3_sys' from root:root to runner:runner
2025-08-20T21:02:46.6385768Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-b8f477557d695699' from root:root to runner:runner
2025-08-20T21:02:46.6386961Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-2705c931e9ed44a8/lib-castaway.json' from root:root to runner:runner
2025-08-20T21:02:46.6388054Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-2705c931e9ed44a8/dep-lib-castaway' from root:root to runner:runner
2025-08-20T21:02:46.6389090Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-2705c931e9ed44a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6390034Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-2705c931e9ed44a8/lib-castaway' from root:root to runner:runner
2025-08-20T21:02:46.6390927Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-2705c931e9ed44a8' from root:root to runner:runner
2025-08-20T21:02:46.6391878Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ref-8b1e084e30e846c1/dep-lib-gix_ref' from root:root to runner:runner
2025-08-20T21:02:46.6392884Z [00:07:39.358]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ref-8b1e084e30e846c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6393861Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ref-8b1e084e30e846c1/lib-gix_ref.json' from root:root to runner:runner
2025-08-20T21:02:46.6394800Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ref-8b1e084e30e846c1/lib-gix_ref' from root:root to runner:runner
2025-08-20T21:02:46.6395743Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ref-8b1e084e30e846c1' from root:root to runner:runner
2025-08-20T21:02:46.6397084Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-cd3a346369977928/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6398066Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-cd3a346369977928/lib-bitflags.json' from root:root to runner:runner
2025-08-20T21:02:46.6399025Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-cd3a346369977928/lib-bitflags' from root:root to runner:runner
2025-08-20T21:02:46.6399983Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-cd3a346369977928/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T21:02:46.6400867Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-cd3a346369977928' from root:root to runner:runner
2025-08-20T21:02:46.6402085Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-quote-20bf87b14554635d/dep-lib-gix_quote' from root:root to runner:runner
2025-08-20T21:02:46.6403141Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-quote-20bf87b14554635d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6404113Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-quote-20bf87b14554635d/lib-gix_quote.json' from root:root to runner:runner
2025-08-20T21:02:46.6405053Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-quote-20bf87b14554635d/lib-gix_quote' from root:root to runner:runner
2025-08-20T21:02:46.6405942Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-quote-20bf87b14554635d' from root:root to runner:runner
2025-08-20T21:02:46.6407155Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-c4947460452a10ab/lib-is_wsl.json' from root:root to runner:runner
2025-08-20T21:02:46.6408105Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-c4947460452a10ab/lib-is_wsl' from root:root to runner:runner
2025-08-20T21:02:46.6409051Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-c4947460452a10ab/dep-lib-is_wsl' from root:root to runner:runner
2025-08-20T21:02:46.6410060Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-c4947460452a10ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6410940Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-c4947460452a10ab' from root:root to runner:runner
2025-08-20T21:02:46.6411990Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-20T21:02:46.6413005Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6414046Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T21:02:46.6415429Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T21:02:46.6416988Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2' from root:root to runner:runner
2025-08-20T21:02:46.6418226Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-0fc7b8027c63985e/lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T21:02:46.6419299Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-0fc7b8027c63985e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6420358Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-0fc7b8027c63985e/lib-tracing_subscriber.json' from root:root to runner:runner
2025-08-20T21:02:46.6421416Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-0fc7b8027c63985e/dep-lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T21:02:46.6422429Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-0fc7b8027c63985e' from root:root to runner:runner
2025-08-20T21:02:46.6423787Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imara-diff-5c196bd274178ae4/dep-lib-imara_diff' from root:root to runner:runner
2025-08-20T21:02:46.6425271Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imara-diff-5c196bd274178ae4/lib-imara_diff.json' from root:root to runner:runner
2025-08-20T21:02:46.6426554Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imara-diff-5c196bd274178ae4/lib-imara_diff' from root:root to runner:runner
2025-08-20T21:02:46.6427580Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imara-diff-5c196bd274178ae4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6428480Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imara-diff-5c196bd274178ae4' from root:root to runner:runner
2025-08-20T21:02:46.6429434Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/dep-lib-strum' from root:root to runner:runner
2025-08-20T21:02:46.6430399Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6431338Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/lib-strum.json' from root:root to runner:runner
2025-08-20T21:02:46.6432380Z [00:07:39.359]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/lib-strum' from root:root to runner:runner
2025-08-20T21:02:46.6433255Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927' from root:root to runner:runner
2025-08-20T21:02:46.6434269Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-8813902593f37ce9/dep-lib-futures_channel' from root:root to runner:runner
2025-08-20T21:02:46.6435300Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-8813902593f37ce9/lib-futures_channel.json' from root:root to runner:runner
2025-08-20T21:02:46.6436503Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-8813902593f37ce9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6437591Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-8813902593f37ce9/lib-futures_channel' from root:root to runner:runner
2025-08-20T21:02:46.6438529Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-8813902593f37ce9' from root:root to runner:runner
2025-08-20T21:02:46.6439559Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ad1850da1c8344be/lib-signal_hook_mio.json' from root:root to runner:runner
2025-08-20T21:02:46.6440633Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ad1850da1c8344be/dep-lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T21:02:46.6441622Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ad1850da1c8344be/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6442619Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ad1850da1c8344be/lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T21:02:46.6443537Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ad1850da1c8344be' from root:root to runner:runner
2025-08-20T21:02:46.6444512Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e26c4d633fafb8bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6445484Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e26c4d633fafb8bd/lib-thiserror.json' from root:root to runner:runner
2025-08-20T21:02:46.6446784Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e26c4d633fafb8bd/lib-thiserror' from root:root to runner:runner
2025-08-20T21:02:46.6447763Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e26c4d633fafb8bd/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T21:02:46.6448647Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e26c4d633fafb8bd' from root:root to runner:runner
2025-08-20T21:02:46.6449665Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T21:02:46.6450664Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6451726Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T21:02:46.6452750Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T21:02:46.6453674Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b' from root:root to runner:runner
2025-08-20T21:02:46.6454678Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-merge-1ce0e2d10558e149/lib-gix_merge' from root:root to runner:runner
2025-08-20T21:02:46.6455644Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-merge-1ce0e2d10558e149/lib-gix_merge.json' from root:root to runner:runner
2025-08-20T21:02:46.6456840Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-merge-1ce0e2d10558e149/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6457831Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-merge-1ce0e2d10558e149/dep-lib-gix_merge' from root:root to runner:runner
2025-08-20T21:02:46.6458713Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-merge-1ce0e2d10558e149' from root:root to runner:runner
2025-08-20T21:02:46.6459759Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-5c47e2c997b513e5/dep-lib-curl_sys' from root:root to runner:runner
2025-08-20T21:02:46.6460759Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-5c47e2c997b513e5/lib-curl_sys' from root:root to runner:runner
2025-08-20T21:02:46.6461727Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-5c47e2c997b513e5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6462675Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-5c47e2c997b513e5/lib-curl_sys.json' from root:root to runner:runner
2025-08-20T21:02:46.6463553Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-5c47e2c997b513e5' from root:root to runner:runner
2025-08-20T21:02:46.6464723Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.6465824Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.6466952Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-20T21:02:46.6467930Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-1d4f3c021421c7df/dep-lib-writeable' from root:root to runner:runner
2025-08-20T21:02:46.6469158Z [00:07:39.360]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-1d4f3c021421c7df/lib-writeable.json' from root:root to runner:runner
2025-08-20T21:02:46.6470148Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-1d4f3c021421c7df/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6471095Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-1d4f3c021421c7df/lib-writeable' from root:root to runner:runner
2025-08-20T21:02:46.6471993Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-1d4f3c021421c7df' from root:root to runner:runner
2025-08-20T21:02:46.6472966Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/dep-lib-libz_rs_sys' from root:root to runner:runner
2025-08-20T21:02:46.6474186Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6475239Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/lib-libz_rs_sys' from root:root to runner:runner
2025-08-20T21:02:46.6476396Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/lib-libz_rs_sys.json' from root:root to runner:runner
2025-08-20T21:02:46.6477325Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640' from root:root to runner:runner
2025-08-20T21:02:46.6478297Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansiterm-bb3e92b3bec4a207/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6479324Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansiterm-bb3e92b3bec4a207/lib-ansiterm' from root:root to runner:runner
2025-08-20T21:02:46.6480285Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansiterm-bb3e92b3bec4a207/dep-lib-ansiterm' from root:root to runner:runner
2025-08-20T21:02:46.6481245Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansiterm-bb3e92b3bec4a207/lib-ansiterm.json' from root:root to runner:runner
2025-08-20T21:02:46.6482133Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansiterm-bb3e92b3bec4a207' from root:root to runner:runner
2025-08-20T21:02:46.6483138Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T21:02:46.6484099Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6485047Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand' from root:root to runner:runner
2025-08-20T21:02:46.6486006Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand.json' from root:root to runner:runner
2025-08-20T21:02:46.6487531Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502' from root:root to runner:runner
2025-08-20T21:02:46.6488969Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-path-b3fed79fe9b26db1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6490039Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-path-b3fed79fe9b26db1/dep-lib-gix_path' from root:root to runner:runner
2025-08-20T21:02:46.6491003Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-path-b3fed79fe9b26db1/lib-gix_path.json' from root:root to runner:runner
2025-08-20T21:02:46.6491949Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-path-b3fed79fe9b26db1/lib-gix_path' from root:root to runner:runner
2025-08-20T21:02:46.6492914Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-path-b3fed79fe9b26db1' from root:root to runner:runner
2025-08-20T21:02:46.6494617Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file.json' from root:root to runner:runner
2025-08-20T21:02:46.6497825Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6500179Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' from root:root to runner:runner
2025-08-20T21:02:46.6503116Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/dep-lib-same_file' from root:root to runner:runner
2025-08-20T21:02:46.6506726Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444' from root:root to runner:runner
2025-08-20T21:02:46.6510132Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-c3df12c3a6456255/lib-tinyvec' from root:root to runner:runner
2025-08-20T21:02:46.6513562Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-c3df12c3a6456255/lib-tinyvec.json' from root:root to runner:runner
2025-08-20T21:02:46.6517286Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-c3df12c3a6456255/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6520898Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-c3df12c3a6456255/dep-lib-tinyvec' from root:root to runner:runner
2025-08-20T21:02:46.6524373Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-c3df12c3a6456255' from root:root to runner:runner
2025-08-20T21:02:46.6528134Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-a31d2b50a96575cd/lib-itertools' from root:root to runner:runner
2025-08-20T21:02:46.6531682Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-a31d2b50a96575cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6535320Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-a31d2b50a96575cd/dep-lib-itertools' from root:root to runner:runner
2025-08-20T21:02:46.6539079Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-a31d2b50a96575cd/lib-itertools.json' from root:root to runner:runner
2025-08-20T21:02:46.6542221Z [00:07:39.361]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-a31d2b50a96575cd' from root:root to runner:runner
2025-08-20T21:02:46.6545511Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-64fa066f4a129dca/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.6548461Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-64fa066f4a129dca/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.6551940Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-64fa066f4a129dca' from root:root to runner:runner
2025-08-20T21:02:46.6555238Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-diff-628c3a933cbc0ec8/dep-lib-gix_diff' from root:root to runner:runner
2025-08-20T21:02:46.6558706Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-diff-628c3a933cbc0ec8/lib-gix_diff.json' from root:root to runner:runner
2025-08-20T21:02:46.6562210Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-diff-628c3a933cbc0ec8/lib-gix_diff' from root:root to runner:runner
2025-08-20T21:02:46.6564751Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-diff-628c3a933cbc0ec8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6566863Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-diff-628c3a933cbc0ec8' from root:root to runner:runner
2025-08-20T21:02:46.6569035Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-cc16c36a383d4b4f/lib-signal_hook.json' from root:root to runner:runner
2025-08-20T21:02:46.6571173Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-cc16c36a383d4b4f/lib-signal_hook' from root:root to runner:runner
2025-08-20T21:02:46.6573049Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-cc16c36a383d4b4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6574918Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-cc16c36a383d4b4f/dep-lib-signal_hook' from root:root to runner:runner
2025-08-20T21:02:46.6576953Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-cc16c36a383d4b4f' from root:root to runner:runner
2025-08-20T21:02:46.6578849Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-ad7ed80de1883712/lib-rusqlite' from root:root to runner:runner
2025-08-20T21:02:46.6580718Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-ad7ed80de1883712/lib-rusqlite.json' from root:root to runner:runner
2025-08-20T21:02:46.6582769Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-ad7ed80de1883712/dep-lib-rusqlite' from root:root to runner:runner
2025-08-20T21:02:46.6585273Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-ad7ed80de1883712/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6587416Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-ad7ed80de1883712' from root:root to runner:runner
2025-08-20T21:02:46.6589252Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-fa8f67387ed3e491/lib-env_filter' from root:root to runner:runner
2025-08-20T21:02:46.6591406Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-fa8f67387ed3e491/lib-env_filter.json' from root:root to runner:runner
2025-08-20T21:02:46.6594099Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-fa8f67387ed3e491/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6595951Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-fa8f67387ed3e491/dep-lib-env_filter' from root:root to runner:runner
2025-08-20T21:02:46.6598093Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-fa8f67387ed3e491' from root:root to runner:runner
2025-08-20T21:02:46.6599976Z [00:07:39.362]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/dep-lib-base64' from root:root to runner:runner
2025-08-20T21:02:46.6601887Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64.json' from root:root to runner:runner
2025-08-20T21:02:46.6603794Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6605646Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64' from root:root to runner:runner
2025-08-20T21:02:46.6607748Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115' from root:root to runner:runner
2025-08-20T21:02:46.6609673Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-96ca11939daabf72/output-bin-gix' from root:root to runner:runner
2025-08-20T21:02:46.6611590Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-96ca11939daabf72/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6613432Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-96ca11939daabf72' from root:root to runner:runner
2025-08-20T21:02:46.6615265Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-dir-a8581dc107b0d201/lib-gix_dir.json' from root:root to runner:runner
2025-08-20T21:02:46.6617383Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-dir-a8581dc107b0d201/dep-lib-gix_dir' from root:root to runner:runner
2025-08-20T21:02:46.6619260Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-dir-a8581dc107b0d201/lib-gix_dir' from root:root to runner:runner
2025-08-20T21:02:46.6621071Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-dir-a8581dc107b0d201/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6622822Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-dir-a8581dc107b0d201' from root:root to runner:runner
2025-08-20T21:02:46.6624608Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9e72e79de4134296/lib-terminal_size' from root:root to runner:runner
2025-08-20T21:02:46.6626960Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9e72e79de4134296/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6628891Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9e72e79de4134296/lib-terminal_size.json' from root:root to runner:runner
2025-08-20T21:02:46.6630795Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9e72e79de4134296/dep-lib-terminal_size' from root:root to runner:runner
2025-08-20T21:02:46.6632645Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9e72e79de4134296' from root:root to runner:runner
2025-08-20T21:02:46.6634540Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6636764Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/dep-lib-futures_core' from root:root to runner:runner
2025-08-20T21:02:46.6638724Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/lib-futures_core' from root:root to runner:runner
2025-08-20T21:02:46.6640886Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/lib-futures_core.json' from root:root to runner:runner
2025-08-20T21:02:46.6644038Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26' from root:root to runner:runner
2025-08-20T21:02:46.6646067Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hash-8cbd303d60b473a6/dep-lib-gix_hash' from root:root to runner:runner
2025-08-20T21:02:46.6648271Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hash-8cbd303d60b473a6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6650460Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hash-8cbd303d60b473a6/lib-gix_hash' from root:root to runner:runner
2025-08-20T21:02:46.6653708Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hash-8cbd303d60b473a6/lib-gix_hash.json' from root:root to runner:runner
2025-08-20T21:02:46.6657259Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hash-8cbd303d60b473a6' from root:root to runner:runner
2025-08-20T21:02:46.6660847Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-features-062fe0a2a80e2ddb/dep-lib-gix_features' from root:root to runner:runner
2025-08-20T21:02:46.6663983Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-features-062fe0a2a80e2ddb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6666124Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-features-062fe0a2a80e2ddb/lib-gix_features' from root:root to runner:runner
2025-08-20T21:02:46.6668248Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-features-062fe0a2a80e2ddb/lib-gix_features.json' from root:root to runner:runner
2025-08-20T21:02:46.6670209Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-features-062fe0a2a80e2ddb' from root:root to runner:runner
2025-08-20T21:02:46.6672767Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/dep-lib-ryu' from root:root to runner:runner
2025-08-20T21:02:46.6674551Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu' from root:root to runner:runner
2025-08-20T21:02:46.6676660Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6678589Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu.json' from root:root to runner:runner
2025-08-20T21:02:46.6680306Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b' from root:root to runner:runner
2025-08-20T21:02:46.6682180Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.6684221Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.6686066Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T21:02:46.6688096Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5a0c4b3d710936b8/dep-lib-clap' from root:root to runner:runner
2025-08-20T21:02:46.6690059Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5a0c4b3d710936b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6691886Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5a0c4b3d710936b8/lib-clap.json' from root:root to runner:runner
2025-08-20T21:02:46.6693639Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5a0c4b3d710936b8/lib-clap' from root:root to runner:runner
2025-08-20T21:02:46.6695336Z [00:07:39.363]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5a0c4b3d710936b8' from root:root to runner:runner
2025-08-20T21:02:46.6697506Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-2ba0d54f96f80b6d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.6699640Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-2ba0d54f96f80b6d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.6701501Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-2ba0d54f96f80b6d' from root:root to runner:runner
2025-08-20T21:02:46.6703285Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-15e5f3663e75b827/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6705166Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-15e5f3663e75b827/dep-lib-tinystr' from root:root to runner:runner
2025-08-20T21:02:46.6707179Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-15e5f3663e75b827/lib-tinystr.json' from root:root to runner:runner
2025-08-20T21:02:46.6708996Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-15e5f3663e75b827/lib-tinystr' from root:root to runner:runner
2025-08-20T21:02:46.6710728Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-15e5f3663e75b827' from root:root to runner:runner
2025-08-20T21:02:46.6712495Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-538bd29d887e9834/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6714315Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-538bd29d887e9834/output-bin-ein' from root:root to runner:runner
2025-08-20T21:02:46.6716557Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-538bd29d887e9834' from root:root to runner:runner
2025-08-20T21:02:46.6718428Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-protocol-9c0857353f1d764f/dep-lib-gix_protocol' from root:root to runner:runner
2025-08-20T21:02:46.6720360Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-protocol-9c0857353f1d764f/lib-gix_protocol' from root:root to runner:runner
2025-08-20T21:02:46.6722424Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-protocol-9c0857353f1d764f/lib-gix_protocol.json' from root:root to runner:runner
2025-08-20T21:02:46.6724329Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-protocol-9c0857353f1d764f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6726195Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-protocol-9c0857353f1d764f' from root:root to runner:runner
2025-08-20T21:02:46.6728177Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv' from root:root to runner:runner
2025-08-20T21:02:46.6730027Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6731940Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/dep-lib-fnv' from root:root to runner:runner
2025-08-20T21:02:46.6733721Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv.json' from root:root to runner:runner
2025-08-20T21:02:46.6736012Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac' from root:root to runner:runner
2025-08-20T21:02:46.6738403Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-6a9f1c35409a99ae/lib-gitoxide.json' from root:root to runner:runner
2025-08-20T21:02:46.6740244Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-6a9f1c35409a99ae/lib-gitoxide' from root:root to runner:runner
2025-08-20T21:02:46.6742063Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-6a9f1c35409a99ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6744898Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-6a9f1c35409a99ae/dep-lib-gitoxide' from root:root to runner:runner
2025-08-20T21:02:46.6746998Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-6a9f1c35409a99ae' from root:root to runner:runner
2025-08-20T21:02:46.6748848Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-bitmap-1c19071f263cde09/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6750764Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-bitmap-1c19071f263cde09/lib-gix_bitmap.json' from root:root to runner:runner
2025-08-20T21:02:46.6752653Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-bitmap-1c19071f263cde09/lib-gix_bitmap' from root:root to runner:runner
2025-08-20T21:02:46.6754596Z [00:07:39.364]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-bitmap-1c19071f263cde09/dep-lib-gix_bitmap' from root:root to runner:runner
2025-08-20T21:02:46.6756597Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-bitmap-1c19071f263cde09' from root:root to runner:runner
2025-08-20T21:02:46.6758591Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-3b24bd19a8aecf31/lib-unicode_truncate.json' from root:root to runner:runner
2025-08-20T21:02:46.6760617Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-3b24bd19a8aecf31/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6762628Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-3b24bd19a8aecf31/dep-lib-unicode_truncate' from root:root to runner:runner
2025-08-20T21:02:46.6764673Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-3b24bd19a8aecf31/lib-unicode_truncate' from root:root to runner:runner
2025-08-20T21:02:46.6766815Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-3b24bd19a8aecf31' from root:root to runner:runner
2025-08-20T21:02:46.6768729Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-react-6ac95a8ee9ff96e5/lib-tui_react.json' from root:root to runner:runner
2025-08-20T21:02:46.6770657Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-react-6ac95a8ee9ff96e5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6772649Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-react-6ac95a8ee9ff96e5/dep-lib-tui_react' from root:root to runner:runner
2025-08-20T21:02:46.6774555Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-react-6ac95a8ee9ff96e5/lib-tui_react' from root:root to runner:runner
2025-08-20T21:02:46.6776571Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-react-6ac95a8ee9ff96e5' from root:root to runner:runner
2025-08-20T21:02:46.6778421Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-4802cea9b564bf80/lib-is_docker' from root:root to runner:runner
2025-08-20T21:02:46.6780329Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-4802cea9b564bf80/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6782305Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-4802cea9b564bf80/lib-is_docker.json' from root:root to runner:runner
2025-08-20T21:02:46.6784167Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-4802cea9b564bf80/dep-lib-is_docker' from root:root to runner:runner
2025-08-20T21:02:46.6785941Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-4802cea9b564bf80' from root:root to runner:runner
2025-08-20T21:02:46.6787985Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-b3cc5c5857e7ad30/lib-crossterm.json' from root:root to runner:runner
2025-08-20T21:02:46.6790097Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-b3cc5c5857e7ad30/lib-crossterm' from root:root to runner:runner
2025-08-20T21:02:46.6792024Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-b3cc5c5857e7ad30/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6794079Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-b3cc5c5857e7ad30/dep-lib-crossterm' from root:root to runner:runner
2025-08-20T21:02:46.6795938Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-b3cc5c5857e7ad30' from root:root to runner:runner
2025-08-20T21:02:46.6798010Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xattr-ece016522a364fa5/lib-xattr.json' from root:root to runner:runner
2025-08-20T21:02:46.6800286Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xattr-ece016522a364fa5/lib-xattr' from root:root to runner:runner
2025-08-20T21:02:46.6802971Z [00:07:39.365]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xattr-ece016522a364fa5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6804790Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xattr-ece016522a364fa5/dep-lib-xattr' from root:root to runner:runner
2025-08-20T21:02:46.6806807Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xattr-ece016522a364fa5' from root:root to runner:runner
2025-08-20T21:02:46.6808622Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-03cb6283b50a77ff/lib-parking.json' from root:root to runner:runner
2025-08-20T21:02:46.6812113Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-03cb6283b50a77ff/dep-lib-parking' from root:root to runner:runner
2025-08-20T21:02:46.6815502Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-03cb6283b50a77ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6819064Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-03cb6283b50a77ff/lib-parking' from root:root to runner:runner
2025-08-20T21:02:46.6822423Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-03cb6283b50a77ff' from root:root to runner:runner
2025-08-20T21:02:46.6825756Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-20T21:02:46.6829368Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6832722Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-20T21:02:46.6836120Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-20T21:02:46.6839640Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-20T21:02:46.6843110Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-e3155b694c8f8741/dep-lib-gix_worktree' from root:root to runner:runner
2025-08-20T21:02:46.6845319Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-e3155b694c8f8741/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6847506Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-e3155b694c8f8741/lib-gix_worktree.json' from root:root to runner:runner
2025-08-20T21:02:46.6849393Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-e3155b694c8f8741/lib-gix_worktree' from root:root to runner:runner
2025-08-20T21:02:46.6851184Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-e3155b694c8f8741' from root:root to runner:runner
2025-08-20T21:02:46.6853047Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-810b3968107aea7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6854846Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-810b3968107aea7d/lib-sha1' from root:root to runner:runner
2025-08-20T21:02:46.6856870Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-810b3968107aea7d/lib-sha1.json' from root:root to runner:runner
2025-08-20T21:02:46.6858792Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-810b3968107aea7d/dep-lib-sha1' from root:root to runner:runner
2025-08-20T21:02:46.6860537Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-810b3968107aea7d' from root:root to runner:runner
2025-08-20T21:02:46.6862333Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-18d7f587d2fd21f7/lib-icu_provider.json' from root:root to runner:runner
2025-08-20T21:02:46.6864216Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-18d7f587d2fd21f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6866108Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-18d7f587d2fd21f7/dep-lib-icu_provider' from root:root to runner:runner
2025-08-20T21:02:46.6868158Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-18d7f587d2fd21f7/lib-icu_provider' from root:root to runner:runner
2025-08-20T21:02:46.6870248Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-18d7f587d2fd21f7' from root:root to runner:runner
2025-08-20T21:02:46.6872303Z [00:07:39.366]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-66aa5a5106484d6a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.6874542Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-66aa5a5106484d6a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.6876738Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-66aa5a5106484d6a' from root:root to runner:runner
2025-08-20T21:02:46.6878577Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-date-c93d29ceddba083d/lib-gix_date' from root:root to runner:runner
2025-08-20T21:02:46.6880554Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-date-c93d29ceddba083d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6882433Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-date-c93d29ceddba083d/lib-gix_date.json' from root:root to runner:runner
2025-08-20T21:02:46.6884275Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-date-c93d29ceddba083d/dep-lib-gix_date' from root:root to runner:runner
2025-08-20T21:02:46.6886094Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-date-c93d29ceddba083d' from root:root to runner:runner
2025-08-20T21:02:46.6888881Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-8a79aaa8b80caf75/lib-concurrent_queue.json' from root:root to runner:runner
2025-08-20T21:02:46.6892372Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-8a79aaa8b80caf75/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6895992Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-8a79aaa8b80caf75/lib-concurrent_queue' from root:root to runner:runner
2025-08-20T21:02:46.6898667Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-8a79aaa8b80caf75/dep-lib-concurrent_queue' from root:root to runner:runner
2025-08-20T21:02:46.6900543Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-8a79aaa8b80caf75' from root:root to runner:runner
2025-08-20T21:02:46.6902508Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-3b8a6af42e2b8ced/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6904385Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-3b8a6af42e2b8ced/lib-potential_utf' from root:root to runner:runner
2025-08-20T21:02:46.6906471Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-3b8a6af42e2b8ced/dep-lib-potential_utf' from root:root to runner:runner
2025-08-20T21:02:46.6908387Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-3b8a6af42e2b8ced/lib-potential_utf.json' from root:root to runner:runner
2025-08-20T21:02:46.6910214Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-3b8a6af42e2b8ced' from root:root to runner:runner
2025-08-20T21:02:46.6912101Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-utils-ba25ed9f29417aab/dep-lib-gix_utils' from root:root to runner:runner
2025-08-20T21:02:46.6913934Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-utils-ba25ed9f29417aab/lib-gix_utils' from root:root to runner:runner
2025-08-20T21:02:46.6915767Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-utils-ba25ed9f29417aab/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6917981Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-utils-ba25ed9f29417aab/lib-gix_utils.json' from root:root to runner:runner
2025-08-20T21:02:46.6919818Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-utils-ba25ed9f29417aab' from root:root to runner:runner
2025-08-20T21:02:46.6921607Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-6919c1f1985d4805/lib-yoke' from root:root to runner:runner
2025-08-20T21:02:46.6923365Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-6919c1f1985d4805/dep-lib-yoke' from root:root to runner:runner
2025-08-20T21:02:46.6925151Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-6919c1f1985d4805/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6927196Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-6919c1f1985d4805/lib-yoke.json' from root:root to runner:runner
2025-08-20T21:02:46.6929037Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-6919c1f1985d4805' from root:root to runner:runner
2025-08-20T21:02:46.6930824Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/dep-lib-sharded_slab' from root:root to runner:runner
2025-08-20T21:02:46.6932701Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6934561Z [00:07:39.367]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab' from root:root to runner:runner
2025-08-20T21:02:46.6936792Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab.json' from root:root to runner:runner
2025-08-20T21:02:46.6938757Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47' from root:root to runner:runner
2025-08-20T21:02:46.6940584Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-19fbd5966cf4d744/lib-zerotrie.json' from root:root to runner:runner
2025-08-20T21:02:46.6942441Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-19fbd5966cf4d744/dep-lib-zerotrie' from root:root to runner:runner
2025-08-20T21:02:46.6944334Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-19fbd5966cf4d744/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6946163Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-19fbd5966cf4d744/lib-zerotrie' from root:root to runner:runner
2025-08-20T21:02:46.6948298Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-19fbd5966cf4d744' from root:root to runner:runner
2025-08-20T21:02:46.6950214Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/dep-lib-zlib_rs' from root:root to runner:runner
2025-08-20T21:02:46.6952163Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/lib-zlib_rs.json' from root:root to runner:runner
2025-08-20T21:02:46.6953984Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6956100Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/lib-zlib_rs' from root:root to runner:runner
2025-08-20T21:02:46.6957987Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653' from root:root to runner:runner
2025-08-20T21:02:46.6959806Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T21:02:46.6961733Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6963643Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T21:02:46.6965615Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/lib-crypto_common' from root:root to runner:runner
2025-08-20T21:02:46.6967686Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275' from root:root to runner:runner
2025-08-20T21:02:46.6969553Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-a057767ba63dd9e9/lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T21:02:46.6972235Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-a057767ba63dd9e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6975900Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-a057767ba63dd9e9/lib-icu_normalizer_data.json' from root:root to runner:runner
2025-08-20T21:02:46.6979861Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-a057767ba63dd9e9/dep-lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T21:02:46.6982701Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-a057767ba63dd9e9' from root:root to runner:runner
2025-08-20T21:02:46.6984557Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-c72587512a344531/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6986598Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-c72587512a344531/lib-url.json' from root:root to runner:runner
2025-08-20T21:02:46.6988378Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-c72587512a344531/dep-lib-url' from root:root to runner:runner
2025-08-20T21:02:46.6990293Z [00:07:39.368]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-c72587512a344531/lib-url' from root:root to runner:runner
2025-08-20T21:02:46.6991996Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-c72587512a344531' from root:root to runner:runner
2025-08-20T21:02:46.6993768Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-blame-62b46ee62d8b3e6a/dep-lib-gix_blame' from root:root to runner:runner
2025-08-20T21:02:46.6995716Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-blame-62b46ee62d8b3e6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.6998207Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-blame-62b46ee62d8b3e6a/lib-gix_blame.json' from root:root to runner:runner
2025-08-20T21:02:46.7000073Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-blame-62b46ee62d8b3e6a/lib-gix_blame' from root:root to runner:runner
2025-08-20T21:02:46.7001826Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-blame-62b46ee62d8b3e6a' from root:root to runner:runner
2025-08-20T21:02:46.7003609Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/lib-shell_words' from root:root to runner:runner
2025-08-20T21:02:46.7005470Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/dep-lib-shell_words' from root:root to runner:runner
2025-08-20T21:02:46.7007655Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/lib-shell_words.json' from root:root to runner:runner
2025-08-20T21:02:46.7009621Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7011414Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62' from root:root to runner:runner
2025-08-20T21:02:46.7013184Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7014995Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/lib-digest' from root:root to runner:runner
2025-08-20T21:02:46.7017118Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/dep-lib-digest' from root:root to runner:runner
2025-08-20T21:02:46.7019073Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/lib-digest.json' from root:root to runner:runner
2025-08-20T21:02:46.7020894Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8' from root:root to runner:runner
2025-08-20T21:02:46.7022803Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-e127facdcca7c6af/dep-lib-zerovec' from root:root to runner:runner
2025-08-20T21:02:46.7024728Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-e127facdcca7c6af/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7026789Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-e127facdcca7c6af/lib-zerovec.json' from root:root to runner:runner
2025-08-20T21:02:46.7028721Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-e127facdcca7c6af/lib-zerovec' from root:root to runner:runner
2025-08-20T21:02:46.7030504Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-e127facdcca7c6af' from root:root to runner:runner
2025-08-20T21:02:46.7032308Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-chunk-2108d1ad73e69548/dep-lib-gix_chunk' from root:root to runner:runner
2025-08-20T21:02:46.7034260Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-chunk-2108d1ad73e69548/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7036164Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-chunk-2108d1ad73e69548/lib-gix_chunk.json' from root:root to runner:runner
2025-08-20T21:02:46.7038241Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-chunk-2108d1ad73e69548/lib-gix_chunk' from root:root to runner:runner
2025-08-20T21:02:46.7039982Z [00:07:39.369]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-chunk-2108d1ad73e69548' from root:root to runner:runner
2025-08-20T21:02:46.7041772Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-6503185c940aebae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7043631Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-6503185c940aebae/lib-futures_sink' from root:root to runner:runner
2025-08-20T21:02:46.7045496Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-6503185c940aebae/lib-futures_sink.json' from root:root to runner:runner
2025-08-20T21:02:46.7048748Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-6503185c940aebae/dep-lib-futures_sink' from root:root to runner:runner
2025-08-20T21:02:46.7052192Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-6503185c940aebae' from root:root to runner:runner
2025-08-20T21:02:46.7055648Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crosstermion-122fda201147604f/lib-crosstermion.json' from root:root to runner:runner
2025-08-20T21:02:46.7058375Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crosstermion-122fda201147604f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7060297Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crosstermion-122fda201147604f/dep-lib-crosstermion' from root:root to runner:runner
2025-08-20T21:02:46.7062185Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crosstermion-122fda201147604f/lib-crosstermion' from root:root to runner:runner
2025-08-20T21:02:46.7063977Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crosstermion-122fda201147604f' from root:root to runner:runner
2025-08-20T21:02:46.7065982Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-f234aa49e4d437ec/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.7068332Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-f234aa49e4d437ec/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.7070180Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-f234aa49e4d437ec' from root:root to runner:runner
2025-08-20T21:02:46.7072070Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-1c4a0b06e6c79e2b/dep-lib-event_listener' from root:root to runner:runner
2025-08-20T21:02:46.7074083Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-1c4a0b06e6c79e2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7076059Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-1c4a0b06e6c79e2b/lib-event_listener.json' from root:root to runner:runner
2025-08-20T21:02:46.7078213Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-1c4a0b06e6c79e2b/lib-event_listener' from root:root to runner:runner
2025-08-20T21:02:46.7080087Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-1c4a0b06e6c79e2b' from root:root to runner:runner
2025-08-20T21:02:46.7082122Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-e2f81fb0ad564207/lib-compact_str' from root:root to runner:runner
2025-08-20T21:02:46.7083998Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-e2f81fb0ad564207/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7085870Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-e2f81fb0ad564207/lib-compact_str.json' from root:root to runner:runner
2025-08-20T21:02:46.7087991Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-e2f81fb0ad564207/dep-lib-compact_str' from root:root to runner:runner
2025-08-20T21:02:46.7089788Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-e2f81fb0ad564207' from root:root to runner:runner
2025-08-20T21:02:46.7091605Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-attributes-40d55140a9f648df/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7093713Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-attributes-40d55140a9f648df/lib-gix_attributes.json' from root:root to runner:runner
2025-08-20T21:02:46.7095673Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-attributes-40d55140a9f648df/lib-gix_attributes' from root:root to runner:runner
2025-08-20T21:02:46.7097952Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-attributes-40d55140a9f648df/dep-lib-gix_attributes' from root:root to runner:runner
2025-08-20T21:02:46.7099831Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-attributes-40d55140a9f648df' from root:root to runner:runner
2025-08-20T21:02:46.7101683Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/lib-anyhow' from root:root to runner:runner
2025-08-20T21:02:46.7103530Z [00:07:39.370]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7105397Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/lib-anyhow.json' from root:root to runner:runner
2025-08-20T21:02:46.7107425Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T21:02:46.7109332Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c' from root:root to runner:runner
2025-08-20T21:02:46.7111094Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-b821b99ff773a330/lib-open.json' from root:root to runner:runner
2025-08-20T21:02:46.7112916Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-b821b99ff773a330/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7114714Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-b821b99ff773a330/dep-lib-open' from root:root to runner:runner
2025-08-20T21:02:46.7116775Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-b821b99ff773a330/lib-open' from root:root to runner:runner
2025-08-20T21:02:46.7118550Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-b821b99ff773a330' from root:root to runner:runner
2025-08-20T21:02:46.7120581Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.7124139Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.7127658Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7' from root:root to runner:runner
2025-08-20T21:02:46.7130852Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-053ff0f158368adc/dep-lib-serde' from root:root to runner:runner
2025-08-20T21:02:46.7133568Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-053ff0f158368adc/lib-serde.json' from root:root to runner:runner
2025-08-20T21:02:46.7135436Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-053ff0f158368adc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7137461Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-053ff0f158368adc/lib-serde' from root:root to runner:runner
2025-08-20T21:02:46.7139176Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-053ff0f158368adc' from root:root to runner:runner
2025-08-20T21:02:46.7141182Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions.json' from root:root to runner:runner
2025-08-20T21:02:46.7143189Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/dep-lib-static_assertions' from root:root to runner:runner
2025-08-20T21:02:46.7145131Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7147361Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions' from root:root to runner:runner
2025-08-20T21:02:46.7149217Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489' from root:root to runner:runner
2025-08-20T21:02:46.7150990Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-58b95992d57121ec/lib-mio.json' from root:root to runner:runner
2025-08-20T21:02:46.7152892Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-58b95992d57121ec/dep-lib-mio' from root:root to runner:runner
2025-08-20T21:02:46.7154673Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-58b95992d57121ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7156622Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-58b95992d57121ec/lib-mio' from root:root to runner:runner
2025-08-20T21:02:46.7158313Z [00:07:39.371]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-58b95992d57121ec' from root:root to runner:runner
2025-08-20T21:02:46.7160068Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-dfc58abc02bf53a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7161928Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-dfc58abc02bf53a1/lib-thiserror.json' from root:root to runner:runner
2025-08-20T21:02:46.7163763Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-dfc58abc02bf53a1/lib-thiserror' from root:root to runner:runner
2025-08-20T21:02:46.7165606Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-dfc58abc02bf53a1/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T21:02:46.7167778Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-dfc58abc02bf53a1' from root:root to runner:runner
2025-08-20T21:02:46.7169602Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/lib-allocator_api2' from root:root to runner:runner
2025-08-20T21:02:46.7171495Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7173398Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/dep-lib-allocator_api2' from root:root to runner:runner
2025-08-20T21:02:46.7175327Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/lib-allocator_api2.json' from root:root to runner:runner
2025-08-20T21:02:46.7177600Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519' from root:root to runner:runner
2025-08-20T21:02:46.7179692Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.7181728Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.7183567Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T21:02:46.7185371Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/lib-rayon_core.json' from root:root to runner:runner
2025-08-20T21:02:46.7187483Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7189363Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/dep-lib-rayon_core' from root:root to runner:runner
2025-08-20T21:02:46.7191198Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/lib-rayon_core' from root:root to runner:runner
2025-08-20T21:02:46.7192963Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9' from root:root to runner:runner
2025-08-20T21:02:46.7194851Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/lib-jiff.json' from root:root to runner:runner
2025-08-20T21:02:46.7196923Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7199665Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/lib-jiff' from root:root to runner:runner
2025-08-20T21:02:46.7202981Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/dep-lib-jiff' from root:root to runner:runner
2025-08-20T21:02:46.7206133Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70' from root:root to runner:runner
2025-08-20T21:02:46.7209303Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-75b9beac0e789717/run-build-script-build-script-main' from root:root to runner:runner
2025-08-20T21:02:46.7211651Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-75b9beac0e789717/run-build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T21:02:46.7213555Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-75b9beac0e789717' from root:root to runner:runner
2025-08-20T21:02:46.7215550Z [00:07:39.372]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-252307eb83eb2e97/dep-lib-hashlink' from root:root to runner:runner
2025-08-20T21:02:46.7217699Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-252307eb83eb2e97/lib-hashlink.json' from root:root to runner:runner
2025-08-20T21:02:46.7219597Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-252307eb83eb2e97/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7221513Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-252307eb83eb2e97/lib-hashlink' from root:root to runner:runner
2025-08-20T21:02:46.7223549Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-252307eb83eb2e97' from root:root to runner:runner
2025-08-20T21:02:46.7225922Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-1ca3d2a47fe0e9e7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.7228285Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-1ca3d2a47fe0e9e7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.7230173Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-1ca3d2a47fe0e9e7' from root:root to runner:runner
2025-08-20T21:02:46.7231947Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7233748Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/dep-lib-itoa' from root:root to runner:runner
2025-08-20T21:02:46.7235524Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa.json' from root:root to runner:runner
2025-08-20T21:02:46.7237591Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa' from root:root to runner:runner
2025-08-20T21:02:46.7239456Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f' from root:root to runner:runner
2025-08-20T21:02:46.7241237Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-f19fef6b01178305/lib-env_logger.json' from root:root to runner:runner
2025-08-20T21:02:46.7243084Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-f19fef6b01178305/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7244910Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-f19fef6b01178305/lib-env_logger' from root:root to runner:runner
2025-08-20T21:02:46.7247200Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-f19fef6b01178305/dep-lib-env_logger' from root:root to runner:runner
2025-08-20T21:02:46.7249095Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-f19fef6b01178305' from root:root to runner:runner
2025-08-20T21:02:46.7250897Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prodash-e736a74f9a3681f1/lib-prodash.json' from root:root to runner:runner
2025-08-20T21:02:46.7252742Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prodash-e736a74f9a3681f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7254629Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prodash-e736a74f9a3681f1/lib-prodash' from root:root to runner:runner
2025-08-20T21:02:46.7256716Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prodash-e736a74f9a3681f1/dep-lib-prodash' from root:root to runner:runner
2025-08-20T21:02:46.7258483Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prodash-e736a74f9a3681f1' from root:root to runner:runner
2025-08-20T21:02:46.7260233Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-08ef712f5fb16968/lib-tracing' from root:root to runner:runner
2025-08-20T21:02:46.7262039Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-08ef712f5fb16968/lib-tracing.json' from root:root to runner:runner
2025-08-20T21:02:46.7263849Z [00:07:39.373]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-08ef712f5fb16968/dep-lib-tracing' from root:root to runner:runner
2025-08-20T21:02:46.7265828Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-08ef712f5fb16968/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7267804Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-08ef712f5fb16968' from root:root to runner:runner
2025-08-20T21:02:46.7269612Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-916f2ee2432d0da5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7271559Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-916f2ee2432d0da5/dep-lib-icu_properties_data' from root:root to runner:runner
2025-08-20T21:02:46.7273534Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-916f2ee2432d0da5/lib-icu_properties_data.json' from root:root to runner:runner
2025-08-20T21:02:46.7275557Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-916f2ee2432d0da5/lib-icu_properties_data' from root:root to runner:runner
2025-08-20T21:02:46.7278360Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-916f2ee2432d0da5' from root:root to runner:runner
2025-08-20T21:02:46.7281765Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T21:02:46.7285261Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T21:02:46.7288500Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7290468Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T21:02:46.7292303Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9' from root:root to runner:runner
2025-08-20T21:02:46.7294036Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log' from root:root to runner:runner
2025-08-20T21:02:46.7295779Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/dep-lib-log' from root:root to runner:runner
2025-08-20T21:02:46.7297978Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7299800Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log.json' from root:root to runner:runner
2025-08-20T21:02:46.7301500Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed' from root:root to runner:runner
2025-08-20T21:02:46.7303229Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-e7a21ff61224c660/lib-curl.json' from root:root to runner:runner
2025-08-20T21:02:46.7305030Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-e7a21ff61224c660/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7307101Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-e7a21ff61224c660/dep-lib-curl' from root:root to runner:runner
2025-08-20T21:02:46.7308909Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-e7a21ff61224c660/lib-curl' from root:root to runner:runner
2025-08-20T21:02:46.7310619Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-e7a21ff61224c660' from root:root to runner:runner
2025-08-20T21:02:46.7312467Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-fbe0d0097139fc6b/dep-lib-idna_adapter' from root:root to runner:runner
2025-08-20T21:02:46.7314342Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-fbe0d0097139fc6b/lib-idna_adapter' from root:root to runner:runner
2025-08-20T21:02:46.7316193Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-fbe0d0097139fc6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7318549Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-fbe0d0097139fc6b/lib-idna_adapter.json' from root:root to runner:runner
2025-08-20T21:02:46.7320413Z [00:07:39.374]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-fbe0d0097139fc6b' from root:root to runner:runner
2025-08-20T21:02:46.7322191Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-odb-2359005e467be37a/lib-gix_odb.json' from root:root to runner:runner
2025-08-20T21:02:46.7324226Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-odb-2359005e467be37a/dep-lib-gix_odb' from root:root to runner:runner
2025-08-20T21:02:46.7326040Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-odb-2359005e467be37a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7328079Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-odb-2359005e467be37a/lib-gix_odb' from root:root to runner:runner
2025-08-20T21:02:46.7329811Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-odb-2359005e467be37a' from root:root to runner:runner
2025-08-20T21:02:46.7331609Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hashtable-db99b4bd4838a144/lib-gix_hashtable' from root:root to runner:runner
2025-08-20T21:02:46.7333570Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hashtable-db99b4bd4838a144/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7335487Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hashtable-db99b4bd4838a144/lib-gix_hashtable.json' from root:root to runner:runner
2025-08-20T21:02:46.7337922Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hashtable-db99b4bd4838a144/dep-lib-gix_hashtable' from root:root to runner:runner
2025-08-20T21:02:46.7339848Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hashtable-db99b4bd4838a144' from root:root to runner:runner
2025-08-20T21:02:46.7341659Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-718ea0a4939e055b/lib-hashbrown' from root:root to runner:runner
2025-08-20T21:02:46.7343666Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-718ea0a4939e055b/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T21:02:46.7345539Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-718ea0a4939e055b/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T21:02:46.7347882Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-718ea0a4939e055b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7349657Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-718ea0a4939e055b' from root:root to runner:runner
2025-08-20T21:02:46.7351651Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-traverse-1d8268d7b08e567b/dep-lib-gix_traverse' from root:root to runner:runner
2025-08-20T21:02:46.7353543Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-traverse-1d8268d7b08e567b/lib-gix_traverse' from root:root to runner:runner
2025-08-20T21:02:46.7355404Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-traverse-1d8268d7b08e567b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7358094Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-traverse-1d8268d7b08e567b/lib-gix_traverse.json' from root:root to runner:runner
2025-08-20T21:02:46.7361482Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-traverse-1d8268d7b08e567b' from root:root to runner:runner
2025-08-20T21:02:46.7364927Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-core-ca26d1a0b31ef722/lib-gitoxide_core' from root:root to runner:runner
2025-08-20T21:02:46.7368509Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-core-ca26d1a0b31ef722/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7370612Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-core-ca26d1a0b31ef722/lib-gitoxide_core.json' from root:root to runner:runner
2025-08-20T21:02:46.7372644Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-core-ca26d1a0b31ef722/dep-lib-gitoxide_core' from root:root to runner:runner
2025-08-20T21:02:46.7374473Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-core-ca26d1a0b31ef722' from root:root to runner:runner
2025-08-20T21:02:46.7376502Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/layout-rs-f83324da552207b4/lib-layout.json' from root:root to runner:runner
2025-08-20T21:02:46.7378379Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/layout-rs-f83324da552207b4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7380228Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/layout-rs-f83324da552207b4/dep-lib-layout' from root:root to runner:runner
2025-08-20T21:02:46.7382037Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/layout-rs-f83324da552207b4/lib-layout' from root:root to runner:runner
2025-08-20T21:02:46.7383940Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/layout-rs-f83324da552207b4' from root:root to runner:runner
2025-08-20T21:02:46.7385745Z [00:07:39.375]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-c0eb689002617c36/lib-async_channel' from root:root to runner:runner
2025-08-20T21:02:46.7387839Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-c0eb689002617c36/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7389737Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-c0eb689002617c36/lib-async_channel.json' from root:root to runner:runner
2025-08-20T21:02:46.7391642Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-c0eb689002617c36/dep-lib-async_channel' from root:root to runner:runner
2025-08-20T21:02:46.7393528Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-c0eb689002617c36' from root:root to runner:runner
2025-08-20T21:02:46.7395381Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/lib-tracing_core' from root:root to runner:runner
2025-08-20T21:02:46.7397500Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/dep-lib-tracing_core' from root:root to runner:runner
2025-08-20T21:02:46.7399460Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7401347Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/lib-tracing_core.json' from root:root to runner:runner
2025-08-20T21:02:46.7403146Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d' from root:root to runner:runner
2025-08-20T21:02:46.7405003Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-1f0ec87d926659d0/lib-crossbeam_queue.json' from root:root to runner:runner
2025-08-20T21:02:46.7407121Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-1f0ec87d926659d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7409141Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-1f0ec87d926659d0/lib-crossbeam_queue' from root:root to runner:runner
2025-08-20T21:02:46.7411137Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-1f0ec87d926659d0/dep-lib-crossbeam_queue' from root:root to runner:runner
2025-08-20T21:02:46.7413020Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-1f0ec87d926659d0' from root:root to runner:runner
2025-08-20T21:02:46.7414830Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/lib-clap_builder' from root:root to runner:runner
2025-08-20T21:02:46.7416871Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7418874Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T21:02:46.7420784Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T21:02:46.7422580Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354' from root:root to runner:runner
2025-08-20T21:02:46.7424490Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T21:02:46.7426643Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7428621Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T21:02:46.7430628Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T21:02:46.7432529Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T21:02:46.7434364Z [00:07:39.376]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-tempfile-ffde79f2522af8a6/dep-lib-gix_tempfile' from root:root to runner:runner
2025-08-20T21:02:46.7437139Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-tempfile-ffde79f2522af8a6/lib-gix_tempfile' from root:root to runner:runner
2025-08-20T21:02:46.7440790Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-tempfile-ffde79f2522af8a6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7444232Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-tempfile-ffde79f2522af8a6/lib-gix_tempfile.json' from root:root to runner:runner
2025-08-20T21:02:46.7447426Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-tempfile-ffde79f2522af8a6' from root:root to runner:runner
2025-08-20T21:02:46.7449325Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7451344Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T21:02:46.7453305Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:02:46.7455195Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:02:46.7457374Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c' from root:root to runner:runner
2025-08-20T21:02:46.7459269Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-20T21:02:46.7461246Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-20T21:02:46.7463179Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7465089Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite' from root:root to runner:runner
2025-08-20T21:02:46.7467453Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b' from root:root to runner:runner
2025-08-20T21:02:46.7469444Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/lib-hashbrown' from root:root to runner:runner
2025-08-20T21:02:46.7471291Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T21:02:46.7473133Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T21:02:46.7474977Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7477054Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466' from root:root to runner:runner
2025-08-20T21:02:46.7478925Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/kstring-86bbfa17aec4d9c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7480755Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/kstring-86bbfa17aec4d9c3/lib-kstring.json' from root:root to runner:runner
2025-08-20T21:02:46.7482584Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/kstring-86bbfa17aec4d9c3/dep-lib-kstring' from root:root to runner:runner
2025-08-20T21:02:46.7484445Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/kstring-86bbfa17aec4d9c3/lib-kstring' from root:root to runner:runner
2025-08-20T21:02:46.7486177Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/kstring-86bbfa17aec4d9c3' from root:root to runner:runner
2025-08-20T21:02:46.7488510Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ffe0552e49c20c0e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.7490528Z [00:07:39.377]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ffe0552e49c20c0e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.7492343Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ffe0552e49c20c0e' from root:root to runner:runner
2025-08-20T21:02:46.7495199Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-a9ca98bee87afa67/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7497736Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-a9ca98bee87afa67/lib-rustix.json' from root:root to runner:runner
2025-08-20T21:02:46.7499559Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-a9ca98bee87afa67/lib-rustix' from root:root to runner:runner
2025-08-20T21:02:46.7501351Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-a9ca98bee87afa67/dep-lib-rustix' from root:root to runner:runner
2025-08-20T21:02:46.7503255Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-a9ca98bee87afa67' from root:root to runner:runner
2025-08-20T21:02:46.7505037Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T21:02:46.7507175Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7509036Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T21:02:46.7510876Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' from root:root to runner:runner
2025-08-20T21:02:46.7512689Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8' from root:root to runner:runner
2025-08-20T21:02:46.7514488Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-e02d66e741c45caa/lib-icu_normalizer' from root:root to runner:runner
2025-08-20T21:02:46.7516562Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-e02d66e741c45caa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7519373Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-e02d66e741c45caa/lib-icu_normalizer.json' from root:root to runner:runner
2025-08-20T21:02:46.7522950Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-e02d66e741c45caa/dep-lib-icu_normalizer' from root:root to runner:runner
2025-08-20T21:02:46.7526452Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-e02d66e741c45caa' from root:root to runner:runner
2025-08-20T21:02:46.7529473Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-submodule-386d9083cb66928f/dep-lib-gix_submodule' from root:root to runner:runner
2025-08-20T21:02:46.7531386Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-submodule-386d9083cb66928f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7533278Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-submodule-386d9083cb66928f/lib-gix_submodule.json' from root:root to runner:runner
2025-08-20T21:02:46.7535158Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-submodule-386d9083cb66928f/lib-gix_submodule' from root:root to runner:runner
2025-08-20T21:02:46.7537189Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-submodule-386d9083cb66928f' from root:root to runner:runner
2025-08-20T21:02:46.7539090Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fs-522fa91e89e5f558/dep-lib-gix_fs' from root:root to runner:runner
2025-08-20T21:02:46.7540929Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fs-522fa91e89e5f558/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7542748Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fs-522fa91e89e5f558/lib-gix_fs.json' from root:root to runner:runner
2025-08-20T21:02:46.7544653Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fs-522fa91e89e5f558/lib-gix_fs' from root:root to runner:runner
2025-08-20T21:02:46.7546604Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fs-522fa91e89e5f558' from root:root to runner:runner
2025-08-20T21:02:46.7548491Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-b79e2d218cd88048/dep-lib-gix_worktree_stream' from root:root to runner:runner
2025-08-20T21:02:46.7550474Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-b79e2d218cd88048/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7552433Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-b79e2d218cd88048/lib-gix_worktree_stream' from root:root to runner:runner
2025-08-20T21:02:46.7554521Z [00:07:39.378]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-b79e2d218cd88048/lib-gix_worktree_stream.json' from root:root to runner:runner
2025-08-20T21:02:46.7556673Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-b79e2d218cd88048' from root:root to runner:runner
2025-08-20T21:02:46.7558559Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-fb3b59db4a6b6077/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:02:46.7560465Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-fb3b59db4a6b6077/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7562373Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-fb3b59db4a6b6077/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:02:46.7564357Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-fb3b59db4a6b6077/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:02:46.7566181Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-fb3b59db4a6b6077' from root:root to runner:runner
2025-08-20T21:02:46.7568316Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-8e6d2b3e12df6969/lib-event_listener_strategy' from root:root to runner:runner
2025-08-20T21:02:46.7569485Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-8e6d2b3e12df6969/lib-event_listener_strategy.json' from root:root to runner:runner
2025-08-20T21:02:46.7570538Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-8e6d2b3e12df6969/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7571618Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-8e6d2b3e12df6969/dep-lib-event_listener_strategy' from root:root to runner:runner
2025-08-20T21:02:46.7572573Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-8e6d2b3e12df6969' from root:root to runner:runner
2025-08-20T21:02:46.7573551Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer' from root:root to runner:runner
2025-08-20T21:02:46.7574527Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7575599Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T21:02:46.7576879Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T21:02:46.7577781Z [00:07:39.379]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf' from root:root to runner:runner
2025-08-20T21:02:46.7578770Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-validate-95b3ebacdd6668d1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7579747Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-validate-95b3ebacdd6668d1/lib-gix_validate' from root:root to runner:runner
2025-08-20T21:02:46.7580800Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-validate-95b3ebacdd6668d1/lib-gix_validate.json' from root:root to runner:runner
2025-08-20T21:02:46.7581789Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-validate-95b3ebacdd6668d1/dep-lib-gix_validate' from root:root to runner:runner
2025-08-20T21:02:46.7582697Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-validate-95b3ebacdd6668d1' from root:root to runner:runner
2025-08-20T21:02:46.7583743Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-3254f904149a6dba/dep-lib-clap_complete' from root:root to runner:runner
2025-08-20T21:02:46.7584716Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-3254f904149a6dba/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7585710Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-3254f904149a6dba/lib-clap_complete.json' from root:root to runner:runner
2025-08-20T21:02:46.7586898Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-3254f904149a6dba/lib-clap_complete' from root:root to runner:runner
2025-08-20T21:02:46.7587810Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-3254f904149a6dba' from root:root to runner:runner
2025-08-20T21:02:46.7588779Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7589875Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T21:02:46.7590859Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell' from root:root to runner:runner
2025-08-20T21:02:46.7591826Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell.json' from root:root to runner:runner
2025-08-20T21:02:46.7592712Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276' from root:root to runner:runner
2025-08-20T21:02:46.7593798Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-502d834d670a11e9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.7594895Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-502d834d670a11e9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.7595796Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-502d834d670a11e9' from root:root to runner:runner
2025-08-20T21:02:46.7597401Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-25ebe0e8211c4112/lib-gix_packetline.json' from root:root to runner:runner
2025-08-20T21:02:46.7599335Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-25ebe0e8211c4112/dep-lib-gix_packetline' from root:root to runner:runner
2025-08-20T21:02:46.7601223Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-25ebe0e8211c4112/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7603025Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-25ebe0e8211c4112/lib-gix_packetline' from root:root to runner:runner
2025-08-20T21:02:46.7604735Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-25ebe0e8211c4112' from root:root to runner:runner
2025-08-20T21:02:46.7606655Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-eba13be3a477c621/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T21:02:46.7608456Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-eba13be3a477c621/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7609862Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-eba13be3a477c621/lib-getrandom' from root:root to runner:runner
2025-08-20T21:02:46.7610867Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-eba13be3a477c621/lib-getrandom.json' from root:root to runner:runner
2025-08-20T21:02:46.7611781Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-eba13be3a477c621' from root:root to runner:runner
2025-08-20T21:02:46.7612772Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/human_format-8ee9f1360d2aaa30/dep-lib-human_format' from root:root to runner:runner
2025-08-20T21:02:46.7613835Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/human_format-8ee9f1360d2aaa30/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7614818Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/human_format-8ee9f1360d2aaa30/lib-human_format' from root:root to runner:runner
2025-08-20T21:02:46.7615802Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/human_format-8ee9f1360d2aaa30/lib-human_format.json' from root:root to runner:runner
2025-08-20T21:02:46.7617030Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/human_format-8ee9f1360d2aaa30' from root:root to runner:runner
2025-08-20T21:02:46.7618127Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-f6712eb98c22c8f6/lib-futures_lite.json' from root:root to runner:runner
2025-08-20T21:02:46.7619168Z [00:07:39.380]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-f6712eb98c22c8f6/lib-futures_lite' from root:root to runner:runner
2025-08-20T21:02:46.7620165Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-f6712eb98c22c8f6/dep-lib-futures_lite' from root:root to runner:runner
2025-08-20T21:02:46.7621158Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-f6712eb98c22c8f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7622058Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-f6712eb98c22c8f6' from root:root to runner:runner
2025-08-20T21:02:46.7623101Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-shallow-507ca95827a3cbe1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7624148Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-shallow-507ca95827a3cbe1/lib-gix_shallow' from root:root to runner:runner
2025-08-20T21:02:46.7625148Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-shallow-507ca95827a3cbe1/lib-gix_shallow.json' from root:root to runner:runner
2025-08-20T21:02:46.7626123Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-shallow-507ca95827a3cbe1/dep-lib-gix_shallow' from root:root to runner:runner
2025-08-20T21:02:46.7627245Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-shallow-507ca95827a3cbe1' from root:root to runner:runner
2025-08-20T21:02:46.7628304Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-929cb6acf7d10038/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7629302Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-929cb6acf7d10038/lib-openssl_sys.json' from root:root to runner:runner
2025-08-20T21:02:46.7630288Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-929cb6acf7d10038/dep-lib-openssl_sys' from root:root to runner:runner
2025-08-20T21:02:46.7631315Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-929cb6acf7d10038/lib-openssl_sys' from root:root to runner:runner
2025-08-20T21:02:46.7632216Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-929cb6acf7d10038' from root:root to runner:runner
2025-08-20T21:02:46.7633131Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-6471d5961de3a36f/lib-regex' from root:root to runner:runner
2025-08-20T21:02:46.7634081Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-6471d5961de3a36f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7635020Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-6471d5961de3a36f/dep-lib-regex' from root:root to runner:runner
2025-08-20T21:02:46.7636161Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-6471d5961de3a36f/lib-regex.json' from root:root to runner:runner
2025-08-20T21:02:46.7637431Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-6471d5961de3a36f' from root:root to runner:runner
2025-08-20T21:02:46.7638623Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-command-1f65f23866f4eb51/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7639674Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-command-1f65f23866f4eb51/lib-gix_command' from root:root to runner:runner
2025-08-20T21:02:46.7640707Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-command-1f65f23866f4eb51/dep-lib-gix_command' from root:root to runner:runner
2025-08-20T21:02:46.7641834Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-command-1f65f23866f4eb51/lib-gix_command.json' from root:root to runner:runner
2025-08-20T21:02:46.7642862Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-command-1f65f23866f4eb51' from root:root to runner:runner
2025-08-20T21:02:46.7644050Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.7645192Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.7646200Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420' from root:root to runner:runner
2025-08-20T21:02:46.7647736Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-7c5b098822a4a40e/dep-lib-gix_worktree_state' from root:root to runner:runner
2025-08-20T21:02:46.7648883Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-7c5b098822a4a40e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7650011Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-7c5b098822a4a40e/lib-gix_worktree_state.json' from root:root to runner:runner
2025-08-20T21:02:46.7651103Z [00:07:39.381]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-7c5b098822a4a40e/lib-gix_worktree_state' from root:root to runner:runner
2025-08-20T21:02:46.7652097Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-7c5b098822a4a40e' from root:root to runner:runner
2025-08-20T21:02:46.7653401Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-74091a4a468a4689/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.7654602Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-74091a4a468a4689/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.7655592Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-74091a4a468a4689' from root:root to runner:runner
2025-08-20T21:02:46.7666639Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5e6b8771368499b2/lib-encoding_rs' from root:root to runner:runner
2025-08-20T21:02:46.7667792Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5e6b8771368499b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7668936Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5e6b8771368499b2/lib-encoding_rs.json' from root:root to runner:runner
2025-08-20T21:02:46.7669963Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5e6b8771368499b2/dep-lib-encoding_rs' from root:root to runner:runner
2025-08-20T21:02:46.7670891Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5e6b8771368499b2' from root:root to runner:runner
2025-08-20T21:02:46.7671952Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faster-hex-bd2e28cba9bc8b27/lib-faster_hex.json' from root:root to runner:runner
2025-08-20T21:02:46.7672953Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faster-hex-bd2e28cba9bc8b27/dep-lib-faster_hex' from root:root to runner:runner
2025-08-20T21:02:46.7673933Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faster-hex-bd2e28cba9bc8b27/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7674896Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faster-hex-bd2e28cba9bc8b27/lib-faster_hex' from root:root to runner:runner
2025-08-20T21:02:46.7675795Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faster-hex-bd2e28cba9bc8b27' from root:root to runner:runner
2025-08-20T21:02:46.7677578Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-9080223ccff6cf31/lib-icu_collections' from root:root to runner:runner
2025-08-20T21:02:46.7679673Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-9080223ccff6cf31/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7681578Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-9080223ccff6cf31/lib-icu_collections.json' from root:root to runner:runner
2025-08-20T21:02:46.7683401Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-9080223ccff6cf31/dep-lib-icu_collections' from root:root to runner:runner
2025-08-20T21:02:46.7685094Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-9080223ccff6cf31' from root:root to runner:runner
2025-08-20T21:02:46.7686941Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-f08a36c593b8653a/lib-gix.json' from root:root to runner:runner
2025-08-20T21:02:46.7688424Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-f08a36c593b8653a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7689379Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-f08a36c593b8653a/lib-gix' from root:root to runner:runner
2025-08-20T21:02:46.7690327Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-f08a36c593b8653a/dep-lib-gix' from root:root to runner:runner
2025-08-20T21:02:46.7691289Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-f08a36c593b8653a' from root:root to runner:runner
2025-08-20T21:02:46.7692308Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-3e3a41334331d924/dep-lib-gix_commitgraph' from root:root to runner:runner
2025-08-20T21:02:46.7693306Z [00:07:39.382]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-3e3a41334331d924/lib-gix_commitgraph' from root:root to runner:runner
2025-08-20T21:02:46.7694312Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-3e3a41334331d924/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7695351Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-3e3a41334331d924/lib-gix_commitgraph.json' from root:root to runner:runner
2025-08-20T21:02:46.7696515Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-3e3a41334331d924' from root:root to runner:runner
2025-08-20T21:02:46.7697850Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:02:46.7698935Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:02:46.7699847Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b' from root:root to runner:runner
2025-08-20T21:02:46.7700811Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-4989857d14319657/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7701820Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-4989857d14319657/dep-lib-zerofrom' from root:root to runner:runner
2025-08-20T21:02:46.7702772Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-4989857d14319657/lib-zerofrom' from root:root to runner:runner
2025-08-20T21:02:46.7703724Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-4989857d14319657/lib-zerofrom.json' from root:root to runner:runner
2025-08-20T21:02:46.7704602Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-4989857d14319657' from root:root to runner:runner
2025-08-20T21:02:46.7705685Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-fb9d2db0b500b73f/dep-lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T21:02:46.7706984Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-fb9d2db0b500b73f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7708041Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-fb9d2db0b500b73f/lib-stable_deref_trait.json' from root:root to runner:runner
2025-08-20T21:02:46.7709052Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-fb9d2db0b500b73f/lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T21:02:46.7709970Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-fb9d2db0b500b73f' from root:root to runner:runner
2025-08-20T21:02:46.7711025Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-777a2ca64700d8ba/lib-dashmap.json' from root:root to runner:runner
2025-08-20T21:02:46.7712023Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-777a2ca64700d8ba/lib-dashmap' from root:root to runner:runner
2025-08-20T21:02:46.7712982Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-777a2ca64700d8ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:02:46.7713926Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-777a2ca64700d8ba/dep-lib-dashmap' from root:root to runner:runner
2025-08-20T21:02:46.7714804Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-777a2ca64700d8ba' from root:root to runner:runner
2025-08-20T21:02:46.7715645Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:02:46.7716598Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T21:02:46.7717371Z [00:07:39.383]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:02:46.7718072Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T21:02:46.7718808Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:02:46.7719444Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target' from root:root to runner:runner
2025-08-20T21:02:46.7720069Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/DEVELOPMENT.md' from root:root to runner:runner
2025-08-20T21:02:46.7720771Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/speak/gitmerge-2024.marp.md' from root:root to runner:runner
2025-08-20T21:02:46.7721470Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/speak/gitmerge-2024.marp.html' from root:root to runner:runner
2025-08-20T21:02:46.7722068Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/speak' from root:root to runner:runner
2025-08-20T21:02:46.7722736Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/gix-components.monopic' from root:root to runner:runner
2025-08-20T21:02:46.7723380Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/unique-v-tag.sh' from root:root to runner:runner
2025-08-20T21:02:46.7724117Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/crate-structure.monopic' from root:root to runner:runner
2025-08-20T21:02:46.7724824Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/discovery/odb.md' from root:root to runner:runner
2025-08-20T21:02:46.7725439Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/discovery' from root:root to runner:runner
2025-08-20T21:02:46.7726506Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/test-fixtures-windows-expected-failures-see-issue-1358.txt' from root:root to runner:runner
2025-08-20T21:02:46.7727276Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/check-package-size.sh' from root:root to runner:runner
2025-08-20T21:02:46.7727976Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/docker/Dockerfile.test-cross' from root:root to runner:runner
2025-08-20T21:02:46.7728716Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/docker/test-cross-context/customize.sh' from root:root to runner:runner
2025-08-20T21:02:46.7729479Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/docker/test-cross-context' from root:root to runner:runner
2025-08-20T21:02:46.7730196Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/docker/Dockerfile.alpine' from root:root to runner:runner
2025-08-20T21:02:46.7730879Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/docker/test-cross.toml' from root:root to runner:runner
2025-08-20T21:02:46.7731494Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/docker' from root:root to runner:runner
2025-08-20T21:02:46.7732215Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/copy-packetline.sh' from root:root to runner:runner
2025-08-20T21:02:46.7732895Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/msrv-badge.template.svg' from root:root to runner:runner
2025-08-20T21:02:46.7733534Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/msrv-badge.svg' from root:root to runner:runner
2025-08-20T21:02:46.7734206Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/corpus/json-to-jsonl.sh' from root:root to runner:runner
2025-08-20T21:02:46.7734852Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/corpus/README.md' from root:root to runner:runner
2025-08-20T21:02:46.7735515Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/corpus/clone-repos.sh' from root:root to runner:runner
2025-08-20T21:02:46.7736412Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/corpus/repo_metadata.sample.jsonl' from root:root to runner:runner
2025-08-20T21:02:46.7737360Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/corpus' from root:root to runner:runner
2025-08-20T21:02:46.7738100Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-05.md' from root:root to runner:runner
2025-08-20T21:02:46.7738756Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-12.md' from root:root to runner:runner
2025-08-20T21:02:46.7739394Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-07.md' from root:root to runner:runner
2025-08-20T21:02:46.7740030Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-05.md' from root:root to runner:runner
2025-08-20T21:02:46.7740664Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-12.md' from root:root to runner:runner
2025-08-20T21:02:46.7741304Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-08.md' from root:root to runner:runner
2025-08-20T21:02:46.7741996Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-09.md' from root:root to runner:runner
2025-08-20T21:02:46.7742634Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-03.md' from root:root to runner:runner
2025-08-20T21:02:46.7743266Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-06.md' from root:root to runner:runner
2025-08-20T21:02:46.7743908Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-08.md' from root:root to runner:runner
2025-08-20T21:02:46.7744597Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-09.md' from root:root to runner:runner
2025-08-20T21:02:46.7745260Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-06.md' from root:root to runner:runner
2025-08-20T21:02:46.7745895Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-02.md' from root:root to runner:runner
2025-08-20T21:02:46.7746828Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-06.md' from root:root to runner:runner
2025-08-20T21:02:46.7747489Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-07.md' from root:root to runner:runner
2025-08-20T21:02:46.7748125Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-11.md' from root:root to runner:runner
2025-08-20T21:02:46.7748767Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-01.md' from root:root to runner:runner
2025-08-20T21:02:46.7749398Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-03.md' from root:root to runner:runner
2025-08-20T21:02:46.7750125Z [00:07:39.384]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-09.md' from root:root to runner:runner
2025-08-20T21:02:46.7750814Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-04.md' from root:root to runner:runner
2025-08-20T21:02:46.7751458Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-02.md' from root:root to runner:runner
2025-08-20T21:02:46.7752087Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-10.md' from root:root to runner:runner
2025-08-20T21:02:46.7752722Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-05.md' from root:root to runner:runner
2025-08-20T21:02:46.7753369Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-EOY.md' from root:root to runner:runner
2025-08-20T21:02:46.7754270Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-03.md' from root:root to runner:runner
2025-08-20T21:02:46.7755451Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-05.md' from root:root to runner:runner
2025-08-20T21:02:46.7756872Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-03.md' from root:root to runner:runner
2025-08-20T21:02:46.7758113Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-07.md' from root:root to runner:runner
2025-08-20T21:02:46.7759333Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-01.md' from root:root to runner:runner
2025-08-20T21:02:46.7760627Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-12.md' from root:root to runner:runner
2025-08-20T21:02:46.7761812Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-01.md' from root:root to runner:runner
2025-08-20T21:02:46.7762969Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-06.md' from root:root to runner:runner
2025-08-20T21:02:46.7764188Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-07.md' from root:root to runner:runner
2025-08-20T21:02:46.7765263Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-10.md' from root:root to runner:runner
2025-08-20T21:02:46.7765949Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-02.md' from root:root to runner:runner
2025-08-20T21:02:46.7766925Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-09.md' from root:root to runner:runner
2025-08-20T21:02:46.7767595Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-01.md' from root:root to runner:runner
2025-08-20T21:02:46.7768241Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-12.md' from root:root to runner:runner
2025-08-20T21:02:46.7768986Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-11.md' from root:root to runner:runner
2025-08-20T21:02:46.7769626Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-06.md' from root:root to runner:runner
2025-08-20T21:02:46.7770265Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-04.md' from root:root to runner:runner
2025-08-20T21:02:46.7770905Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-05.md' from root:root to runner:runner
2025-08-20T21:02:46.7771550Z [00:07:39.385]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-08.md' from root:root to runner:runner
2025-08-20T21:02:46.7772197Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-EOY.md' from root:root to runner:runner
2025-08-20T21:02:46.7772894Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-11.md' from root:root to runner:runner
2025-08-20T21:02:46.7773535Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-11.md' from root:root to runner:runner
2025-08-20T21:02:46.7774171Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-04.md' from root:root to runner:runner
2025-08-20T21:02:46.7774810Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-10.md' from root:root to runner:runner
2025-08-20T21:02:46.7775498Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-08.md' from root:root to runner:runner
2025-08-20T21:02:46.7776160Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-07.md' from root:root to runner:runner
2025-08-20T21:02:46.7777059Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-10.md' from root:root to runner:runner
2025-08-20T21:02:46.7777801Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-02.md' from root:root to runner:runner
2025-08-20T21:02:46.7778457Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-EOY.md' from root:root to runner:runner
2025-08-20T21:02:46.7779108Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-04.md' from root:root to runner:runner
2025-08-20T21:02:46.7779720Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports' from root:root to runner:runner
2025-08-20T21:02:46.7780364Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/gix-components.txt' from root:root to runner:runner
2025-08-20T21:02:46.7781008Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc' from root:root to runner:runner
2025-08-20T21:02:46.7781644Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/Cargo.toml' from root:root to runner:runner
2025-08-20T21:02:46.7782321Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:02:46.7782988Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/tests/revwalk.rs' from root:root to runner:runner
2025-08-20T21:02:46.7783617Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/tests' from root:root to runner:runner
2025-08-20T21:02:46.7784262Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/src/queue.rs' from root:root to runner:runner
2025-08-20T21:02:46.7784950Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/src/graph/commit.rs' from root:root to runner:runner
2025-08-20T21:02:46.7785677Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/src/graph/mod.rs' from root:root to runner:runner
2025-08-20T21:02:46.7786566Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/src/graph' from root:root to runner:runner
2025-08-20T21:02:46.7787253Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/src/lib.rs' from root:root to runner:runner
2025-08-20T21:02:46.7787897Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/src' from root:root to runner:runner
2025-08-20T21:02:46.7788641Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:02:46.7789302Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.7789914Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk' from root:root to runner:runner
2025-08-20T21:02:46.7790576Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T21:02:46.7791202Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/general-tasks.md' from root:root to runner:runner
2025-08-20T21:02:46.7791761Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO' from root:root to runner:runner
2025-08-20T21:02:46.7792289Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W' from root:root to runner:runner
2025-08-20T21:02:46.7792773Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:02:46.7793268Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:02:46.7793866Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:02:46.7794350Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:02:46.7794808Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:02:46.7795322Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/gitoxide.static.version' from runner:docker to runner:runner
2025-08-20T21:02:46.7795770Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:02:46.7796188Z [00:07:39.386]➜  changed ownership of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:02:46.7797124Z [00:07:39.396]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/gitoxide.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7797904Z [00:07:39.404]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7798575Z [00:07:39.411]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tix/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7799216Z [00:07:39.418]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tix/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7799889Z [00:07:39.426]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tix/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7800578Z [00:07:39.433]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7801280Z [00:07:39.441]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7802067Z [00:07:39.448]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_commits_same_date.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7803410Z [00:07:39.455]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:46.7804430Z [00:07:39.463]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:46.7805291Z [00:07:39.470]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:46.7806134Z [00:07:39.478]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/generated-archives/make_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7807428Z [00:07:39.485]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:46.7808350Z [00:07:39.492]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:46.7809057Z [00:07:39.499]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_repo_for_topo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7809795Z [00:07:39.507]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_trees.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7810583Z [00:07:39.514]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_trees_depthfirst.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7811326Z [00:07:39.522]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7812187Z [00:07:39.530]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/fixtures/make_traversal_repo_for_commits_with_dates.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7812915Z [00:07:39.538]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7813677Z [00:07:39.545]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse/commit/simple.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7814433Z [00:07:39.553]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse/commit/topo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7815171Z [00:07:39.560]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse/commit/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7815887Z [00:07:39.567]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/tests/traverse/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7816859Z [00:07:39.575]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit/simple.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7817680Z [00:07:39.582]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit/topo/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7818404Z [00:07:39.590]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit/topo/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7819149Z [00:07:39.598]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit/topo/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7819846Z [00:07:39.606]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/commit/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7820573Z [00:07:39.613]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/tree/breadthfirst.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7821282Z [00:07:39.621]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/tree/recorder.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7821987Z [00:07:39.629]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/tree/depthfirst.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7822666Z [00:07:39.637]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7823324Z [00:07:39.645]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7824054Z [00:07:39.652]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-traverse/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7824759Z [00:07:39.660]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7825409Z [00:07:39.668]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7826067Z [00:07:39.675]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/tests/all.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7827024Z [00:07:39.682]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/tests/lock/marker.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7827721Z [00:07:39.690]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/tests/lock/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7828387Z [00:07:39.698]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/tests/lock/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7829041Z [00:07:39.705]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/src/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7829787Z [00:07:39.713]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/src/acquire.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7830487Z [00:07:39.721]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/src/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7831125Z [00:07:39.731]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7832084Z [00:07:39.741]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lock/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7833186Z [00:07:39.752]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7834689Z [00:07:39.762]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7835958Z [00:07:39.772]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/fixtures/many-symlinks.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7837298Z [00:07:39.783]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/fixtures/fifo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7838438Z [00:07:39.794]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/fixtures/many.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7839680Z [00:07:39.802]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/dir/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7840882Z [00:07:39.809]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/dir/walk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7842206Z [00:07:39.817]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/dir_cwd.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7843401Z [00:07:39.825]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/tests/walk_utils/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7844083Z [00:07:39.833]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7844769Z [00:07:39.840]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/walk/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7845451Z [00:07:39.848]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/walk/readdir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7846125Z [00:07:39.856]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/walk/classify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7847014Z [00:07:39.864]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/walk/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7847758Z [00:07:39.872]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7848470Z [00:07:39.880]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-dir/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7849103Z [00:07:39.888]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/examples/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7849747Z [00:07:39.896]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/examples/ls-tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7850420Z [00:07:39.903]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7851133Z [00:07:39.911]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/submodule/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7851843Z [00:07:39.918]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/reference/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7852550Z [00:07:39.926]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/path/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7853257Z [00:07:39.933]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/validate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7853943Z [00:07:39.943]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/tests/tag/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7854608Z [00:07:39.951]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/src/tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7855403Z [00:07:39.958]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/src/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7856132Z [00:07:39.965]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/src/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7857142Z [00:07:39.973]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/src/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7857823Z [00:07:39.982]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7858505Z [00:07:39.989]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-validate/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7859114Z [00:07:39.997]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7859733Z [00:07:40.004]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7860461Z [00:07:40.012]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lfs/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7861148Z [00:07:40.020]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lfs/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7861802Z [00:07:40.028]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-lfs/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7862434Z [00:07:40.036]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7863149Z [00:07:40.044]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests/connectivity/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7863951Z [00:07:40.052]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7864618Z [00:07:40.060]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests/fixtures/make_test_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7865283Z [00:07:40.068]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/tests/fsck.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7911182Z [00:07:40.075]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.7984226Z [00:07:40.083]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fsck/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8059619Z [00:07:40.090]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/SHORTCOMINGS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8136024Z [00:07:40.098]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8210692Z [00:07:40.105]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/current_dir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8286136Z [00:07:40.113]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8364876Z [00:07:40.121]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/dir/remove.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8445511Z [00:07:40.129]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/dir/create.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8524269Z [00:07:40.137]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/dir/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8600757Z [00:07:40.144]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/capabilities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8677612Z [00:07:40.152]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/snapshot.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8754255Z [00:07:40.160]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/read_dir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8831977Z [00:07:40.167]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/tests/fs/stack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8907973Z [00:07:40.175]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/dir/remove.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.8984056Z [00:07:40.183]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/dir/create.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9058611Z [00:07:40.190]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/dir/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9135903Z [00:07:40.198]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/capabilities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9210507Z [00:07:40.205]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/symlink.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9283378Z [00:07:40.213]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/snapshot.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9357124Z [00:07:40.220]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/read_dir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9429726Z [00:07:40.227]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/stack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9504922Z [00:07:40.235]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9578536Z [00:07:40.242]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fs/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9651241Z [00:07:40.249]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/rustfmt-nightly.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9723817Z [00:07:40.257]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9796179Z [00:07:40.264]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9867329Z [00:07:40.271]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:46.9941573Z [00:07:40.278]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.0012108Z [00:07:40.285]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.0083284Z [00:07:40.293]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.0153540Z [00:07:40.300]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/V2_empty.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.0223770Z [00:07:40.307]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.0294890Z [00:07:40.314]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_skip_worktree.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.0367276Z [00:07:40.321]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_deeper_tree.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.0438052Z [00:07:40.328]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.0508217Z [00:07:40.335]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.0581857Z [00:07:40.342]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_split_index.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.0652583Z [00:07:40.349]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_sparse_index.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.0724050Z [00:07:40.357]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.0795690Z [00:07:40.364]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.0867592Z [00:07:40.371]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.0939624Z [00:07:40.378]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v2_more_files.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1011002Z [00:07:40.385]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/generated-archives/v3_added_files.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1081862Z [00:07:40.392]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.1153251Z [00:07:40.400]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_traverse_literal_separators.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1224252Z [00:07:40.407]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/file_metadata.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1296025Z [00:07:40.414]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/V2_empty.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1368589Z [00:07:40.421]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_all_file_kinds.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1439169Z [00:07:40.428]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_deeper_tree.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1510413Z [00:07:40.435]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_index_recursive.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1583621Z [00:07:40.443]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v4_more_files_IEOT.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1658020Z [00:07:40.450]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v3_skip_worktree.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1729074Z [00:07:40.457]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v3_sparse_index.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1800075Z [00:07:40.464]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v3_added_files.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1871722Z [00:07:40.471]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_icase_name_clashes.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.1943843Z [00:07:40.479]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_vs_regular_index.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.2013572Z [00:07:40.486]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.2083421Z [00:07:40.493]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v3_sparse_index_non_cone.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.2153908Z [00:07:40.500]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_more_files.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.2224132Z [00:07:40.507]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_split_index.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.2296022Z [00:07:40.514]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/make_index/v2_sparse_index_no_dirs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.2368580Z [00:07:40.521]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/extended-flags.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.2442368Z [00:07:40.528]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/UNTR.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.2514797Z [00:07:40.536]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.2586763Z [00:07:40.543]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/REUC.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.2658614Z [00:07:40.550]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.2731447Z [00:07:40.557]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/conflicting-file.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.2805034Z [00:07:40.565]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.2876020Z [00:07:40.572]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/FSMN.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.2946838Z [00:07:40.579]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.3018023Z [00:07:40.586]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/fixtures/loose_index/skip_hash.git-index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3088005Z [00:07:40.593]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:47.3158902Z [00:07:40.600]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/integrate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3231987Z [00:07:40.607]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3304102Z [00:07:40.615]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/file/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3374544Z [00:07:40.622]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/file/read.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3445789Z [00:07:40.629]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/file/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3517449Z [00:07:40.636]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/file/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3587896Z [00:07:40.643]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3658819Z [00:07:40.650]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3732739Z [00:07:40.658]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/entry/stat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3803191Z [00:07:40.665]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/entry/mode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3873318Z [00:07:40.672]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/entry/time.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.3942784Z [00:07:40.679]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/entry/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4013910Z [00:07:40.686]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4084949Z [00:07:40.693]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/tests/index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4157880Z [00:07:40.700]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4229578Z [00:07:40.707]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/decode/entries.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4299569Z [00:07:40.714]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/decode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4371082Z [00:07:40.721]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/decode/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4441862Z [00:07:40.728]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4511952Z [00:07:40.735]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4582030Z [00:07:40.742]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/access/sparse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4652584Z [00:07:40.750]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/access/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4723350Z [00:07:40.757]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/end_of_index_entry/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4795139Z [00:07:40.764]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/end_of_index_entry/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4869375Z [00:07:40.771]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/end_of_index_entry/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.4940618Z [00:07:40.778]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5010209Z [00:07:40.785]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/fs_monitor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5079339Z [00:07:40.792]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/tree/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5151009Z [00:07:40.799]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/tree/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5222453Z [00:07:40.807]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/tree/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5293618Z [00:07:40.814]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5364967Z [00:07:40.821]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/link.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5437117Z [00:07:40.828]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/index_entry_offset_table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5506169Z [00:07:40.835]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5575465Z [00:07:40.842]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/sparse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5644421Z [00:07:40.849]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/untracked_cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5713479Z [00:07:40.856]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5783520Z [00:07:40.863]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/extension/resolve_undo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5853348Z [00:07:40.870]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/file/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5927393Z [00:07:40.877]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/file/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.5998702Z [00:07:40.884]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/file/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6070932Z [00:07:40.891]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6141530Z [00:07:40.898]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/entry/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6212354Z [00:07:40.905]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/entry/stat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6283020Z [00:07:40.913]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/entry/flags.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6353563Z [00:07:40.920]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/entry/mode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6424123Z [00:07:40.927]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/entry/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6494927Z [00:07:40.934]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6564363Z [00:07:40.941]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6635817Z [00:07:40.948]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-index/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6704861Z [00:07:40.955]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6775669Z [00:07:40.962]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/fixtures/shambles/messageB' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6845341Z [00:07:40.969]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/fixtures/shambles/messageA' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6920073Z [00:07:40.976]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/object_id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.6991863Z [00:07:40.983]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7064005Z [00:07:40.991]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/prefix.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7134932Z [00:07:40.998]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/hasher.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7206204Z [00:07:41.005]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/oid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7278951Z [00:07:41.012]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/tests/hash/kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7351465Z [00:07:41.019]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/object_id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7422674Z [00:07:41.027]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/prefix.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7494647Z [00:07:41.034]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7566815Z [00:07:41.041]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7637626Z [00:07:41.048]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/hasher.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7706736Z [00:07:41.055]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/oid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7776653Z [00:07:41.062]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7845169Z [00:07:41.069]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7916758Z [00:07:41.076]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hash/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.7987708Z [00:07:41.083]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tui/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8058791Z [00:07:41.090]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tui/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8130214Z [00:07:41.097]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tui/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8204116Z [00:07:41.105]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8274850Z [00:07:41.112]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8346118Z [00:07:41.119]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8417032Z [00:07:41.126]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8486653Z [00:07:41.133]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/realpath.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8559964Z [00:07:41.140]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/convert/normalize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8628407Z [00:07:41.147]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/convert/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8698950Z [00:07:41.154]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8769411Z [00:07:41.161]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/path/relative_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8838987Z [00:07:41.168]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/fixtures/generated-archives/local_config.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8909372Z [00:07:41.175]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/fixtures/local_config.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:47.8979161Z [00:07:41.182]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/tests/fixtures/fuzzed/54k-path-components.path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9053731Z [00:07:41.190]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9122973Z [00:07:41.197]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/realpath.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9193753Z [00:07:41.204]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env/git/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9264112Z [00:07:41.211]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env/git/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9334895Z [00:07:41.218]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9405059Z [00:07:41.225]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env/auxiliary.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9474845Z [00:07:41.232]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/env/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9546759Z [00:07:41.239]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/relative_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9615406Z [00:07:41.246]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/convert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9686114Z [00:07:41.253]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9756674Z [00:07:41.260]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-path/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9827083Z [00:07:41.267]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-note/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9899087Z [00:07:41.274]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-note/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:47.9967675Z [00:07:41.281]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-note/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0038113Z [00:07:41.288]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0108095Z [00:07:41.295]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/tests/sec/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0178189Z [00:07:41.302]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/tests/sec/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0248825Z [00:07:41.309]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/src/trust.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0319020Z [00:07:41.316]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/src/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0391754Z [00:07:41.323]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/src/permission.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0463418Z [00:07:41.331]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0534779Z [00:07:41.338]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sec/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0605631Z [00:07:41.345]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0677567Z [00:07:41.352]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0749499Z [00:07:41.359]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/fixtures/invalid.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0821498Z [00:07:41.366]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/fixtures/overwrite.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0893928Z [00:07:41.374]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/fixtures/typical.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.0966738Z [00:07:41.381]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1039332Z [00:07:41.388]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/tests/snapshot/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1110471Z [00:07:41.395]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1184854Z [00:07:41.403]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1255025Z [00:07:41.410]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/snapshot/signature.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1326118Z [00:07:41.417]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/snapshot/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1397479Z [00:07:41.424]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/snapshot/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1469101Z [00:07:41.431]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/snapshot/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1540056Z [00:07:41.438]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1612069Z [00:07:41.446]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-mailmap/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1683604Z [00:07:41.453]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1755130Z [00:07:41.460]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1825104Z [00:07:41.467]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1897563Z [00:07:41.474]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/fuzz/fuzz_targets/fuzz_value.dict' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.1974771Z [00:07:41.482]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/fuzz/fuzz_targets/fuzz_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2045389Z [00:07:41.489]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests/value/color.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2114694Z [00:07:41.496]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests/value/boolean.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2183898Z [00:07:41.503]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests/value/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2253235Z [00:07:41.510]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests/value/integer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2324176Z [00:07:41.517]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/tests/value/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2397888Z [00:07:41.524]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/color.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2475838Z [00:07:41.532]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/boolean.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2554264Z [00:07:41.540]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/integer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2629682Z [00:07:41.547]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2700337Z [00:07:41.554]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2768731Z [00:07:41.561]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2839391Z [00:07:41.568]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config-value/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.2910103Z [00:07:41.575]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.config/nextest.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3013371Z [00:07:41.585]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-rebase/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3099616Z [00:07:41.594]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-rebase/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3174519Z [00:07:41.602]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-rebase/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3245083Z [00:07:41.609]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3315267Z [00:07:41.616]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/examples/use-askpass.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3385567Z [00:07:41.623]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/examples/credentials.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3455213Z [00:07:41.630]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/examples/askpass.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3524358Z [00:07:41.637]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3594296Z [00:07:41.644]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/tests/prompt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3666841Z [00:07:41.651]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/tests/options/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3736815Z [00:07:41.658]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3807567Z [00:07:41.665]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/src/unix.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3877443Z [00:07:41.672]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.3948740Z [00:07:41.679]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-prompt/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4020962Z [00:07:41.686]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4090033Z [00:07:41.693]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/examples/arrow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4160758Z [00:07:41.700]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4230148Z [00:07:41.707]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/driver.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4301151Z [00:07:41.714]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4370052Z [00:07:41.721]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/eol/convert_to_git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4441498Z [00:07:41.728]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/eol/convert_to_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4510037Z [00:07:41.735]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/eol/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4581974Z [00:07:41.742]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/ident.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4652584Z [00:07:41.750]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/pipeline/convert_to_git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4721644Z [00:07:41.756]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/pipeline/convert_to_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4791541Z [00:07:41.763]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/filter/pipeline/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4862241Z [00:07:41.771]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/fixtures/baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:48.4931008Z [00:07:41.777]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5000803Z [00:07:41.784]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/fixtures/generated-archives/pipeline_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5073477Z [00:07:41.792]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/tests/fixtures/pipeline_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5144451Z [00:07:41.799]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/worktree/encoding.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5215460Z [00:07:41.806]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/worktree/encode_to_git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5287552Z [00:07:41.813]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/worktree/encode_to_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5357733Z [00:07:41.820]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/worktree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5428728Z [00:07:41.827]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/eol/convert_to_git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5498445Z [00:07:41.834]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/eol/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5569824Z [00:07:41.841]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/eol/convert_to_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5640450Z [00:07:41.848]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/eol/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5710810Z [00:07:41.855]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/ident.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5780600Z [00:07:41.862]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/process/client.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5852078Z [00:07:41.869]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/process/server.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5925616Z [00:07:41.877]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/process/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.5995780Z [00:07:41.884]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/shutdown.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6065691Z [00:07:41.891]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/apply.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6134447Z [00:07:41.898]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/delayed.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6218486Z [00:07:41.906]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6290865Z [00:07:41.913]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/driver/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6361764Z [00:07:41.920]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6431422Z [00:07:41.927]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/pipeline/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6501033Z [00:07:41.934]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/pipeline/convert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6571973Z [00:07:41.941]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/src/pipeline/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6643339Z [00:07:41.949]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-filter/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6712577Z [00:07:41.956]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6781876Z [00:07:41.962]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.6850456Z [00:07:41.969]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:48.6920673Z [00:07:41.976]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:48.6989992Z [00:07:41.983]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures/make_blame_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7060436Z [00:07:41.990]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures/make_blame_two_roots_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7128857Z [00:07:41.997]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/fixtures/make_blame_rename_tracking_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7196999Z [00:07:42.004]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/tests/blame.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7264634Z [00:07:42.011]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7332572Z [00:07:42.018]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7401586Z [00:07:42.024]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/file/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7471359Z [00:07:42.031]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/file/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7540239Z [00:07:42.038]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7608056Z [00:07:42.045]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7676438Z [00:07:42.052]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-blame/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7744709Z [00:07:42.059]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fetchhead/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7813719Z [00:07:42.066]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fetchhead/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7883778Z [00:07:42.073]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-fetchhead/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.7952380Z [00:07:42.080]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/_typos.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8023058Z [00:07:42.087]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8092976Z [00:07:42.094]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/STABILITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8163173Z [00:07:42.101]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/crate-status.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8232764Z [00:07:42.108]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8303353Z [00:07:42.115]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8372829Z [00:07:42.122]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/upwards/ceiling_dirs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8442261Z [00:07:42.129]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/upwards/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8511272Z [00:07:42.135]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8580432Z [00:07:42.142]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8649131Z [00:07:42.149]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/discover/is_git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8719161Z [00:07:42.156]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8788490Z [00:07:42.163]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:48.8857637Z [00:07:42.170]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/generated-archives/make_submodules.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8926784Z [00:07:42.177]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/generated-archives/make_reftable_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.8994591Z [00:07:42.184]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/make_exfat_repo_darwin.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9063107Z [00:07:42.191]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/make_basic_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9133643Z [00:07:42.198]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/make_reftable_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9203305Z [00:07:42.205]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/fixtures/make_submodules.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9272179Z [00:07:42.212]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/tests/isolated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9342366Z [00:07:42.219]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/is.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9412594Z [00:07:42.226]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/repository.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9482242Z [00:07:42.233]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/upwards/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9551024Z [00:07:42.239]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/upwards/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9620351Z [00:07:42.246]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/upwards/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9689310Z [00:07:42.253]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9762050Z [00:07:42.260]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9832655Z [00:07:42.268]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9901646Z [00:07:42.274]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-discover/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:48.9969851Z [00:07:42.281]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0040239Z [00:07:42.288]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/make_global_and_external_and_dir_ignores.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0110172Z [00:07:42.295]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0180017Z [00:07:42.302]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/attributes/various.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0251360Z [00:07:42.309]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/ignore/various.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0321608Z [00:07:42.316]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/fixtures/ignore/precious.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0393078Z [00:07:42.324]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/ignore/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0462575Z [00:07:42.331]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/ignore/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0531220Z [00:07:42.337]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/tests/ignore/search.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0600694Z [00:07:42.344]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0669264Z [00:07:42.351]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/src/search.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0737604Z [00:07:42.358]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0806439Z [00:07:42.365]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ignore/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0876546Z [00:07:42.372]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.0945933Z [00:07:42.379]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1016663Z [00:07:42.386]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1086891Z [00:07:42.393]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1159270Z [00:07:42.400]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/parse/invalid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1229543Z [00:07:42.407]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/parse/http.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1301688Z [00:07:42.414]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/parse/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1373756Z [00:07:42.422]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1444325Z [00:07:42.429]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/parse/ssh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1514849Z [00:07:42.436]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1585868Z [00:07:42.443]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/expand_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1657379Z [00:07:42.450]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/baseline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1729032Z [00:07:42.457]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/fuzzed.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1801843Z [00:07:42.464]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/url/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1871871Z [00:07:42.471]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.1941342Z [00:07:42.478]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/make_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2011218Z [00:07:42.485]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2080723Z [00:07:42.492]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long4.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2149914Z [00:07:42.499]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long-abort2.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2219017Z [00:07:42.506]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long6.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2287225Z [00:07:42.513]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/short-panic.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2357570Z [00:07:42.520]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long5.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2428340Z [00:07:42.527]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/illegal-utf8.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2499420Z [00:07:42.534]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long3.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2568968Z [00:07:42.541]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long2.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2640221Z [00:07:42.548]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/tests/fixtures/fuzzed/very-long-abort.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2715014Z [00:07:42.556]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2786860Z [00:07:42.563]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/src/expand_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2856482Z [00:07:42.570]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/src/scheme.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.2929686Z [00:07:42.577]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/src/impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3001160Z [00:07:42.584]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3071883Z [00:07:42.591]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-url/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3142445Z [00:07:42.599]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3212303Z [00:07:42.606]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3282609Z [00:07:42.613]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3352610Z [00:07:42.620]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3421981Z [00:07:42.626]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3492516Z [00:07:42.634]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/fixtures/merge_base_octopus_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3563188Z [00:07:42.641]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:49.3633226Z [00:07:42.648]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:49.3703376Z [00:07:42.655]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:49.3772281Z [00:07:42.662]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/fixtures/make_merge_base_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3841107Z [00:07:42.668]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/fixtures/make_repo_with_branches.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3911265Z [00:07:42.675]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.3981664Z [00:07:42.682]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/caret_symbol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4050708Z [00:07:42.689]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/tilde_symbol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4119729Z [00:07:42.696]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4188809Z [00:07:42.703]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/navigate/colon_symbol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4258690Z [00:07:42.710]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/refnames.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4326952Z [00:07:42.717]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/describe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4395654Z [00:07:42.724]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/at_symbol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4464668Z [00:07:42.731]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/hash.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4534263Z [00:07:42.738]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4606762Z [00:07:42.745]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/anchor/colon_symbol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4677850Z [00:07:42.752]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4748535Z [00:07:42.759]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4819658Z [00:07:42.766]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/display.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4889890Z [00:07:42.773]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/spec/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.4959391Z [00:07:42.780]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/describe/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5027570Z [00:07:42.787]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/describe/format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5097780Z [00:07:42.794]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/tests/revision/merge_base/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5167138Z [00:07:42.801]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/describe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5236760Z [00:07:42.808]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/spec/parse/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5305580Z [00:07:42.815]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/spec/parse/delegate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5374968Z [00:07:42.822]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/spec/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5442886Z [00:07:42.829]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/spec/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5512389Z [00:07:42.836]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/merge_base/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5580684Z [00:07:42.842]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/merge_base/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5650413Z [00:07:42.849]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5720258Z [00:07:42.856]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revision/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5791084Z [00:07:42.863]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5862760Z [00:07:42.871]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/macros.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.5938894Z [00:07:42.878]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo/ux/error_on_struct.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6012116Z [00:07:42.886]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo/ux/error_on_struct.stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6081315Z [00:07:42.892]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo/ux/error_if_ineffective.stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6150328Z [00:07:42.899]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo/ux/error_if_ineffective.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6219156Z [00:07:42.906]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/tests/momo/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6287768Z [00:07:42.913]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/src/momo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6357251Z [00:07:42.920]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6426188Z [00:07:42.927]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-macros/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6495340Z [00:07:42.934]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6564655Z [00:07:42.941]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-shallow/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6636466Z [00:07:42.948]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-shallow/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6704434Z [00:07:42.955]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-shallow/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6773259Z [00:07:42.962]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6843243Z [00:07:42.969]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6912855Z [00:07:42.976]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.6981907Z [00:07:42.982]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/fuzz/fuzz_targets/blob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7051404Z [00:07:42.989]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/generated-archives/tree-baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7120096Z [00:07:42.996]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/generated-archives/text-baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7187723Z [00:07:43.003]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/generated-archives/make_blob_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7255917Z [00:07:43.010]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/make_blob_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7323329Z [00:07:43.017]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/text-baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7392242Z [00:07:43.024]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/fixtures/tree-baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7461655Z [00:07:43.030]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7531376Z [00:07:43.037]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/tree/baseline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7599113Z [00:07:43.044]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7677377Z [00:07:43.052]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/blob/platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7746704Z [00:07:43.059]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/blob/pipeline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7815157Z [00:07:43.066]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/blob/builtin_driver.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7884950Z [00:07:43.073]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/tests/merge/blob/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.7954241Z [00:07:43.080]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/commit/virtual_merge_base.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8023618Z [00:07:43.087]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/commit/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8093649Z [00:07:43.094]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/commit/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8163424Z [00:07:43.101]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/tree/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8232172Z [00:07:43.108]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/tree/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8300346Z [00:07:43.114]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8369810Z [00:07:43.121]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/platform/merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8438409Z [00:07:43.128]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/platform/resource.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8505817Z [00:07:43.135]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/platform/prepare_merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8574060Z [00:07:43.142]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/platform/set_resource.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8641992Z [00:07:43.149]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/platform/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8710396Z [00:07:43.155]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/pipeline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8777841Z [00:07:43.162]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8845641Z [00:07:43.169]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver/text/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8913397Z [00:07:43.176]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver/text/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.8981742Z [00:07:43.182]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver/text/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9051557Z [00:07:43.189]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver/binary.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9122315Z [00:07:43.197]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/blob/builtin_driver/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9192015Z [00:07:43.204]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9259271Z [00:07:43.210]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-merge/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9326924Z [00:07:43.217]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9394457Z [00:07:43.224]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9462376Z [00:07:43.231]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9529525Z [00:07:43.237]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9595372Z [00:07:43.244]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9662565Z [00:07:43.251]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures/match_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9728787Z [00:07:43.257]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures/parse_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9797035Z [00:07:43.264]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9863822Z [00:07:43.271]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/fixtures/generated-archives/parse_baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:49.9934516Z [00:07:43.278]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:50.0002274Z [00:07:43.284]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/parse/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0071303Z [00:07:43.291]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/parse/invalid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0143311Z [00:07:43.299]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/parse/push.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0216147Z [00:07:43.306]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0287552Z [00:07:43.313]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/spec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0358263Z [00:07:43.320]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0428285Z [00:07:43.327]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0497516Z [00:07:43.334]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/match_group.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0567580Z [00:07:43.341]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/matching.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0636976Z [00:07:43.348]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/tests/refspec/impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0704932Z [00:07:43.355]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/spec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0772763Z [00:07:43.362]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/match_group/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0839937Z [00:07:43.368]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/match_group/validate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0908296Z [00:07:43.375]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/match_group/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.0975692Z [00:07:43.382]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/match_group/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1045462Z [00:07:43.389]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/instruction.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1114091Z [00:07:43.396]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1182852Z [00:07:43.403]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1259432Z [00:07:43.409]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1318504Z [00:07:43.416]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1387823Z [00:07:43.423]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-refspec/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1455873Z [00:07:43.430]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/deny.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1523815Z [00:07:43.437]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1592636Z [00:07:43.444]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1661693Z [00:07:43.450]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/tests/fixtures/win_path_lookup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1732458Z [00:07:43.458]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/tests/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1800317Z [00:07:43.464]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1868062Z [00:07:43.471]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-command/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.1935193Z [00:07:43.478]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2002851Z [00:07:43.485]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/blocking-transport-http.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2070990Z [00:07:43.491]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/push.request' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2138240Z [00:07:43.498]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/http-clone.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2205674Z [00:07:43.505]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/push.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2273993Z [00:07:43.512]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/http-handshake.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2342397Z [00:07:43.519]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/clone.request' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2411662Z [00:07:43.525]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v1/clone.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2479647Z [00:07:43.532]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/http-500.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2547673Z [00:07:43.539]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/http-401.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2615950Z [00:07:43.546]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake-lowercase-headers.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2683365Z [00:07:43.553]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-fetch.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2751370Z [00:07:43.559]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake-service-announced.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2819694Z [00:07:43.566]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-no-newlines-handshake.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2886738Z [00:07:43.573]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-handshake.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.2953493Z [00:07:43.580]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/clone.request' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3021038Z [00:07:43.586]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/clone.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3089480Z [00:07:43.593]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/v2/http-lsrefs.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3155925Z [00:07:43.600]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/fixtures/http-404.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3223492Z [00:07:43.607]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/async-transport.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3290957Z [00:07:43.613]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/blocking_io/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3358858Z [00:07:43.620]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/blocking_io/http/mock.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3427108Z [00:07:43.627]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/blocking_io/http/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3495344Z [00:07:43.634]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/capabilities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3563495Z [00:07:43.641]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3631214Z [00:07:43.647]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/client/git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3698826Z [00:07:43.654]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/tests/blocking-transport.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3767143Z [00:07:43.661]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3835989Z [00:07:43.668]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/ssh/program_kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3903087Z [00:07:43.675]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/ssh/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.3970445Z [00:07:43.681]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/ssh/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4037648Z [00:07:43.688]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4105860Z [00:07:43.695]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/request.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4173176Z [00:07:43.702]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/bufread_ext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4239940Z [00:07:43.708]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4306816Z [00:07:43.715]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/redirect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4374591Z [00:07:43.722]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/curl/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4441905Z [00:07:43.728]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/curl/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4511428Z [00:07:43.735]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/reqwest/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4579408Z [00:07:43.742]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/reqwest/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4647129Z [00:07:43.749]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4715009Z [00:07:43.756]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/http/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4783120Z [00:07:43.763]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/blocking_io/connect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4852698Z [00:07:43.770]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/git/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4920986Z [00:07:43.776]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/git/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.4990533Z [00:07:43.783]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/git/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5059595Z [00:07:43.790]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/capabilities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5127586Z [00:07:43.797]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5195896Z [00:07:43.804]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/async_io/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5263287Z [00:07:43.811]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/async_io/request.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5331109Z [00:07:43.817]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/async_io/bufread_ext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5398026Z [00:07:43.824]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/async_io/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5464574Z [00:07:43.831]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/async_io/connect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5532126Z [00:07:43.838]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5599910Z [00:07:43.844]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/client/non_io_types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5667386Z [00:07:43.851]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5734646Z [00:07:43.858]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-transport/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5803389Z [00:07:43.865]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.5873559Z [00:07:43.872]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:50.5945651Z [00:07:43.879]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v1/fetch/01-many-refs.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6013739Z [00:07:43.886]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v1/fetch/01-many-refs.request' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6082007Z [00:07:43.892]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v1/01-clone.combined-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6151010Z [00:07:43.899]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v1/01.request' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6218390Z [00:07:43.906]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v2/clone.all-sent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6284674Z [00:07:43.913]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/fixtures/v2/clone.all-received' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6351731Z [00:07:43.919]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/decode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6420743Z [00:07:43.926]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/encode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6488362Z [00:07:43.933]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/blocking-packetline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6555768Z [00:07:43.940]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/write/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6626609Z [00:07:43.947]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/read/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6693243Z [00:07:43.954]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/read/sideband.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6761355Z [00:07:43.960]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/tests/async-packetline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6829376Z [00:07:43.967]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/encode/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6897698Z [00:07:43.974]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/encode/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.6965006Z [00:07:43.981]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/encode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7032871Z [00:07:43.988]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/line/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7099573Z [00:07:43.994]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/line/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7166976Z [00:07:44.001]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/line/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7255093Z [00:07:44.010]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/write/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7324571Z [00:07:44.017]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/write/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7390769Z [00:07:44.023]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/write/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7457683Z [00:07:44.030]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7524712Z [00:07:44.037]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7592442Z [00:07:44.044]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7661478Z [00:07:44.050]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/sidebands/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7728233Z [00:07:44.057]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/sidebands/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7796003Z [00:07:44.064]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/sidebands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7864641Z [00:07:44.071]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/read/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.7932652Z [00:07:44.078]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8000436Z [00:07:44.084]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8068549Z [00:07:44.091]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.gov/accounting.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8137616Z [00:07:44.098]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.gov/info.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8205259Z [00:07:44.105]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8273209Z [00:07:44.112]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8341463Z [00:07:44.118]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8409509Z [00:07:44.125]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/fuzz/fuzz_targets/fuzz_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8478651Z [00:07:44.132]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/octopus_merges.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8546809Z [00:07:44.139]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/generation_number_overflow.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8613843Z [00:07:44.146]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_commit.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8681781Z [00:07:44.152]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:50.8749401Z [00:07:44.159]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:50.8817115Z [00:07:44.166]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/octopus_merges.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8885425Z [00:07:44.173]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/two_parents.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.8954496Z [00:07:44.180]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generated-archives/single_parent.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9022448Z [00:07:44.187]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/single_commit_huge_dates.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9090457Z [00:07:44.193]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/split_chain.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9158598Z [00:07:44.200]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/two_parents.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9225914Z [00:07:44.207]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/single_commit.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9293900Z [00:07:44.214]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/single_parent.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9361338Z [00:07:44.220]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/fixtures/generation_number_overflow.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9428745Z [00:07:44.227]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/commitgraph.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9496657Z [00:07:44.234]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/tests/access/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9564061Z [00:07:44.241]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9632194Z [00:07:44.247]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/file/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9700477Z [00:07:44.254]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/file/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9770580Z [00:07:44.261]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/file/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9841107Z [00:07:44.268]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/file/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9909671Z [00:07:44.275]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:50.9976915Z [00:07:44.282]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0046931Z [00:07:44.289]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0115797Z [00:07:44.296]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0185811Z [00:07:44.303]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-commitgraph/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0256752Z [00:07:44.310]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0325164Z [00:07:44.317]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/tests/signature/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0393750Z [00:07:44.324]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/tests/actor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0461795Z [00:07:44.330]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/tests/identity/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0529331Z [00:07:44.337]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/src/signature/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0597348Z [00:07:44.344]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/src/signature/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0665853Z [00:07:44.351]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/src/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0732932Z [00:07:44.358]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0801960Z [00:07:44.364]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-actor/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0870011Z [00:07:44.371]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/justfile' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:51.0937355Z [00:07:44.378]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1006520Z [00:07:44.385]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1074300Z [00:07:44.392]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1142794Z [00:07:44.399]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1210846Z [00:07:44.405]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1278725Z [00:07:44.412]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/utilities.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1346811Z [00:07:44.419]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1415659Z [00:07:44.426]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/tests/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1483143Z [00:07:44.433]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/tests/umask.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1551325Z [00:07:44.439]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1618920Z [00:07:44.446]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1686848Z [00:07:44.453]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1753607Z [00:07:44.460]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/tools/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1821550Z [00:07:44.466]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/show-pii-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1890082Z [00:07:44.473]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/all-stats-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.1956942Z [00:07:44.480]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/no-args-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2025468Z [00:07:44.487]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/invalid-branch-name-failure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2093849Z [00:07:44.494]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/file-stats-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2161065Z [00:07:44.500]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/no-unify-identities-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2227977Z [00:07:44.507]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/estimate-hours/line-stats-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2297958Z [00:07:44.514]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/no-args-failure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2366938Z [00:07:44.521]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/find/no-args-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2434765Z [00:07:44.528]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize/no-args-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2502738Z [00:07:44.535]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize/initial-directory-structure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2571180Z [00:07:44.541]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.2637966Z [00:07:44.548]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize/execute-success-new-root' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2705548Z [00:07:44.555]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize/directory-structure-after-organize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2772707Z [00:07:44.562]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/tool/organize/execute-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2841250Z [00:07:44.568]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/init/fail-with-multi-element-directory' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2908709Z [00:07:44.575]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/init/success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.2976807Z [00:07:44.582]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/init/success-with-multi-element-directory' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3045010Z [00:07:44.589]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/porcelain/init/fail' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3113862Z [00:07:44.596]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3181942Z [00:07:44.602]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure-in-thread-with-progress' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3249508Z [00:07:44.609]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/panic-behaviour/expected-failure-in-thread' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3317074Z [00:07:44.616]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/commit-graph/verify/statistics-json-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3384618Z [00:07:44.623]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/commit-graph/verify/statistics-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3452646Z [00:07:44.629]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.3519898Z [00:07:44.636]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs/file-v-any-json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3588636Z [00:07:44.643]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/remote/refs/file-v-any' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3655559Z [00:07:44.650]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/verify/success-format-json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3722959Z [00:07:44.657]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/repository/verify/success-format-human' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3789693Z [00:07:44.663]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-host' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3856610Z [00:07:44.670]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/clone/fail-ambiguous-path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.3924928Z [00:07:44.677]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.3992137Z [00:07:44.683]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4058262Z [00:07:44.690]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4126199Z [00:07:44.697]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4193559Z [00:07:44.704]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4260984Z [00:07:44.710]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4328019Z [00:07:44.717]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-host' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.4394691Z [00:07:44.724]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/fail-ambiguous-path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.4463198Z [00:07:44.731]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4530900Z [00:07:44.737]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4601951Z [00:07:44.744]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4669526Z [00:07:44.751]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4737652Z [00:07:44.758]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4804745Z [00:07:44.765]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4874004Z [00:07:44.772]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.4941125Z [00:07:44.778]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.5009181Z [00:07:44.785]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/receive/repo-refs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.5076655Z [00:07:44.792]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.5145062Z [00:07:44.799]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.5213748Z [00:07:44.806]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.5281496Z [00:07:44.812]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.5349603Z [00:07:44.819]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.5417789Z [00:07:44.826]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-failure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.5487460Z [00:07:44.833]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.5556167Z [00:07:44.840]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.5624567Z [00:07:44.847]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/verify/index-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.5693242Z [00:07:44.854]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.5761715Z [00:07:44.860]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.5829236Z [00:07:44.867]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.5898864Z [00:07:44.874]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.5970102Z [00:07:44.881]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6039307Z [00:07:44.888]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/snapshots/plumbing/no-repo/pack/explode/to-sink-success' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.6107473Z [00:07:44.895]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6175918Z [00:07:44.902]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6245337Z [00:07:44.909]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6313927Z [00:07:44.916]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6383966Z [00:07:44.923]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6452141Z [00:07:44.929]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6521911Z [00:07:44.936]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6592508Z [00:07:44.944]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6663211Z [00:07:44.951]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6732778Z [00:07:44.958]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6803320Z [00:07:44.965]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6871714Z [00:07:44.971]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.6941155Z [00:07:44.978]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.7009295Z [00:07:44.985]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.7075752Z [00:07:44.992]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.7144530Z [00:07:44.999]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.7212725Z [00:07:45.006]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/journey.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:51.7281192Z [00:07:45.012]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/helpers.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.7349958Z [00:07:45.019]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/journey/gix.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.7419035Z [00:07:45.026]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/journey/ein.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.7487276Z [00:07:45.033]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.7556567Z [00:07:45.040]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.7626735Z [00:07:45.047]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.7697280Z [00:07:45.054]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/check_mode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.7766020Z [00:07:45.061]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/blame_copy_royal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.7835455Z [00:07:45.068]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.7904782Z [00:07:45.075]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/copy_royal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.7974205Z [00:07:45.082]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/git_to_sh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8043095Z [00:07:45.089]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/src/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8112680Z [00:07:45.096]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tests/it/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8182652Z [00:07:45.103]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/uni.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8252245Z [00:07:45.110]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/gix.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8321074Z [00:07:45.116]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/ein.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8390867Z [00:07:45.123]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/porcelain/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8460493Z [00:07:45.130]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/porcelain/options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8530404Z [00:07:45.137]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/porcelain/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8598408Z [00:07:45.144]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/shared.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8667307Z [00:07:45.151]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8736577Z [00:07:45.158]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8805700Z [00:07:45.165]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing/progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8874933Z [00:07:45.172]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing/options/free.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.8944676Z [00:07:45.179]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing/options/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9013047Z [00:07:45.186]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/src/plumbing/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9083147Z [00:07:45.193]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9151374Z [00:07:45.199]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9219488Z [00:07:45.206]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_many.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9288482Z [00:07:45.213]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_submodule.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9356641Z [00:07:45.220]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_nonfile.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9424234Z [00:07:45.227]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_conflict.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9493305Z [00:07:45.234]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9561365Z [00:07:45.240]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_submodule.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9629629Z [00:07:45.247]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/racy_git.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9697818Z [00:07:45.254]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_removed.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9765435Z [00:07:45.261]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:51.9833711Z [00:07:45.268]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/conflicts.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9902069Z [00:07:45.274]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/generated-archives/status_many.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:51.9970446Z [00:07:45.281]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/symlink_stack.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0039268Z [00:07:45.288]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_unchanged.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0107641Z [00:07:45.295]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_unchanged_filter.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0175283Z [00:07:45.302]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_conflict.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0243200Z [00:07:45.309]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_removed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0312438Z [00:07:45.316]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_changed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0380766Z [00:07:45.322]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/racy_git.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0449519Z [00:07:45.329]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/conflicts.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0518366Z [00:07:45.336]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/fixtures/status_intent_to_add.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0586486Z [00:07:45.343]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/status/index_as_worktree_with_renames.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0654362Z [00:07:45.350]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/status/index_as_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0722902Z [00:07:45.357]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/status/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0791261Z [00:07:45.363]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/tests/status/stack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0859525Z [00:07:45.370]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0928574Z [00:07:45.377]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.0998484Z [00:07:45.384]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1066063Z [00:07:45.391]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree/recorder.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1135088Z [00:07:45.398]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1203264Z [00:07:45.405]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/stack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1270645Z [00:07:45.411]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1337640Z [00:07:45.418]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree_with_renames/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1406101Z [00:07:45.425]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree_with_renames/recorder.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1475032Z [00:07:45.432]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/src/index_as_worktree_with_renames/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1541481Z [00:07:45.438]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-status/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1609847Z [00:07:45.445]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1678989Z [00:07:45.452]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/tasks.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1748297Z [00:07:45.459]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1817031Z [00:07:45.466]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/fixtures/generated-archives/basic.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1885075Z [00:07:45.473]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/fixtures/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.1952848Z [00:07:45.480]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2021404Z [00:07:45.486]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/file/baseline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2090443Z [00:07:45.493]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/tests/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2158841Z [00:07:45.500]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2227019Z [00:07:45.507]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/src/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2295058Z [00:07:45.514]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2362606Z [00:07:45.521]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/src/is_active_platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2431184Z [00:07:45.527]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-submodule/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2499207Z [00:07:45.534]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2566935Z [00:07:45.541]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2635993Z [00:07:45.548]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2704402Z [00:07:45.555]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:52.2771754Z [00:07:45.561]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/make_special_exclude_case.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2839769Z [00:07:45.568]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/symlink_stack.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2906547Z [00:07:45.575]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/make_attributes_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.2974645Z [00:07:45.582]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/fixtures/make_ignore_and_attributes_setup.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3043536Z [00:07:45.589]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/integrate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3111261Z [00:07:45.595]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree/stack/ignore.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3179238Z [00:07:45.602]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree/stack/attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3247791Z [00:07:45.609]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree/stack/create_directory.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3314662Z [00:07:45.616]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree/stack/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3383287Z [00:07:45.623]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/tests/worktree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3452119Z [00:07:45.629]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/state/ignore.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3519195Z [00:07:45.636]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/state/attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3587941Z [00:07:45.643]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/state/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3656770Z [00:07:45.650]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3727478Z [00:07:45.657]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/delegate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3795736Z [00:07:45.664]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/stack/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3864718Z [00:07:45.671]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.3932657Z [00:07:45.678]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4001627Z [00:07:45.684]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4070041Z [00:07:45.691]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4138508Z [00:07:45.698]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4206189Z [00:07:45.705]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4277108Z [00:07:45.712]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/fuzz/fuzz_targets/parse.dict' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4345500Z [00:07:45.719]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4414264Z [00:07:45.726]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/parse/valid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4483142Z [00:07:45.733]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/parse/invalid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4550700Z [00:07:45.739]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4620071Z [00:07:45.746]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/parse_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4687793Z [00:07:45.753]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/parse_baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4756673Z [00:07:45.760]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline_dirs.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4825047Z [00:07:45.767]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline_files.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4893040Z [00:07:45.774]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/generated-archives/match_baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.4960163Z [00:07:45.780]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/match_baseline_dirs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5028904Z [00:07:45.787]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/fixtures/match_baseline_files.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5095863Z [00:07:45.794]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/pathspec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5163481Z [00:07:45.801]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/defaults.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5230973Z [00:07:45.807]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/normalize/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5298635Z [00:07:45.814]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/tests/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5367117Z [00:07:45.821]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/pattern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5437574Z [00:07:45.828]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5503446Z [00:07:45.835]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/defaults.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5572059Z [00:07:45.842]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/search/matching.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5640526Z [00:07:45.848]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/search/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5708505Z [00:07:45.855]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5775697Z [00:07:45.862]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5843861Z [00:07:45.869]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pathspec/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5912376Z [00:07:45.876]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.5982387Z [00:07:45.883]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/discover.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6051839Z [00:07:45.889]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6121317Z [00:07:45.896]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/commitgraph/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6188654Z [00:07:45.903]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/commitgraph/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6256123Z [00:07:45.910]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/credential.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6324356Z [00:07:45.917]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6392527Z [00:07:45.924]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6460537Z [00:07:45.930]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/archive.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6529482Z [00:07:45.937]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6597414Z [00:07:45.944]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6667949Z [00:07:45.951]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/status.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6736557Z [00:07:45.958]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/clean.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6805061Z [00:07:45.965]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6872955Z [00:07:45.972]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/exclude.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.6941244Z [00:07:45.978]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7009591Z [00:07:45.985]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/odb.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7078827Z [00:07:45.992]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/attributes/query.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7146067Z [00:07:45.999]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/attributes/validate_baseline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7215585Z [00:07:46.006]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/attributes/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7283465Z [00:07:46.013]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/fsck.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7351779Z [00:07:46.019]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7420812Z [00:07:46.026]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7487747Z [00:07:46.033]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7556775Z [00:07:46.040]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7626195Z [00:07:46.047]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/commitgraph/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7694209Z [00:07:46.054]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/commitgraph/list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7762157Z [00:07:46.060]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/commitgraph/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7829294Z [00:07:46.067]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/blame.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7896909Z [00:07:46.074]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.7963464Z [00:07:46.081]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/clone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8032238Z [00:07:46.087]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/merge/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8099545Z [00:07:46.094]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/merge/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8167725Z [00:07:46.101]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/merge/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8234529Z [00:07:46.108]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/merge/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8301850Z [00:07:46.114]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/revision/resolve.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8369872Z [00:07:46.121]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/revision/previous_branches.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8438252Z [00:07:46.128]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/revision/list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8506866Z [00:07:46.135]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/revision/explain.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8575340Z [00:07:46.142]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/revision/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8642985Z [00:07:46.149]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/merge_base.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8712156Z [00:07:46.156]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8780416Z [00:07:46.162]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8849085Z [00:07:46.169]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/dirty.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8917588Z [00:07:46.176]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/index/entries.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.8985666Z [00:07:46.183]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9053715Z [00:07:46.190]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/repository/cat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9122280Z [00:07:46.197]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/hours/core.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9190653Z [00:07:46.203]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/hours/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9258347Z [00:07:46.210]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/hours/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9326040Z [00:07:46.217]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/organize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9393730Z [00:07:46.224]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/net.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9462196Z [00:07:46.231]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query/engine/update.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9530548Z [00:07:46.237]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query/engine/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9598295Z [00:07:46.244]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query/engine/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9665732Z [00:07:46.251]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query/db.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9734285Z [00:07:46.258]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/query/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9802647Z [00:07:46.265]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9871186Z [00:07:46.271]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/multi_index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:52.9939071Z [00:07:46.278]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/create.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0008086Z [00:07:46.285]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/receive.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0076549Z [00:07:46.292]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0143945Z [00:07:46.299]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/explode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0212833Z [00:07:46.306]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/pack/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0280690Z [00:07:46.312]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/index/information.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0349038Z [00:07:46.319]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0417120Z [00:07:46.326]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/index/checkout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0484426Z [00:07:46.333]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0553195Z [00:07:46.340]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/corpus/run.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0621148Z [00:07:46.346]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/corpus/engine.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0689383Z [00:07:46.353]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/corpus/db.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0757253Z [00:07:46.360]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/corpus/trace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0825750Z [00:07:46.367]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/src/corpus/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0894871Z [00:07:46.374]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gitoxide-core/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.0963397Z [00:07:46.381]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.devcontainer/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1032431Z [00:07:46.388]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.devcontainer/devcontainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1100685Z [00:07:46.394]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1169724Z [00:07:46.401]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1238512Z [00:07:46.408]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/tests/fixtures/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1305238Z [00:07:46.415]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/tests/stream.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1375281Z [00:07:46.422]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src/protocol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1443846Z [00:07:46.429]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1512334Z [00:07:46.436]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src/from_tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1581313Z [00:07:46.442]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src/from_tree/traverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1655202Z [00:07:46.450]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1727359Z [00:07:46.457]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-stream/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1803105Z [00:07:46.465]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1875847Z [00:07:46.472]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/examples/init-repo-and-commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.1950793Z [00:07:46.479]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/examples/clone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.2024313Z [00:07:46.487]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/examples/reversible-interrupt-handlers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.2096538Z [00:07:46.494]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/examples/stats.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.2168583Z [00:07:46.501]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/examples/interrupt-handler-allows-graceful-shutdown.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.2240243Z [00:07:46.508]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_cherry_pick_sequence_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.2311174Z [00:07:46.515]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_commit_describe_multiple_tags.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.2381981Z [00:07:46.522]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_packed_and_loose.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.2452707Z [00:07:46.530]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_complex_shallow_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.2525542Z [00:07:46.537]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:53.2596128Z [00:07:46.544]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:53.2667043Z [00:07:46.551]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.2737158Z [00:07:46.558]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_am_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.2805688Z [00:07:46.565]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:53.2874696Z [00:07:46.572]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_submodules.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.2942952Z [00:07:46.579]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_head_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3010925Z [00:07:46.585]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_rebase_i_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3080196Z [00:07:46.592]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_merge_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3148460Z [00:07:46.599]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_rev_parse_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3217967Z [00:07:46.606]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_revert_sequence_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3286480Z [00:07:46.613]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_basic_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3354846Z [00:07:46.620]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_references_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3423700Z [00:07:46.627]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_packed_and_loose.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3492153Z [00:07:46.633]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_config_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3559539Z [00:07:46.640]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_remote_config_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3626770Z [00:07:46.647]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_empty_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3693990Z [00:07:46.654]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:53.3762386Z [00:07:46.661]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_reftable_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3831435Z [00:07:46.667]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_cherry_pick_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3899192Z [00:07:46.674]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_revert_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.3966407Z [00:07:46.681]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_pre_epoch_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4034029Z [00:07:46.688]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_status_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4101351Z [00:07:46.694]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_diff_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4168902Z [00:07:46.701]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_bisect_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4236693Z [00:07:46.708]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_shallow_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4305359Z [00:07:46.715]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/generated-archives/make_config_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4373209Z [00:07:46.722]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_fetch_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4442236Z [00:07:46.729]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_repo_with_fork_and_dates.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4509670Z [00:07:46.735]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_remote_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4577489Z [00:07:46.742]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_cherry_pick_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4644620Z [00:07:46.749]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_worktree_repo_with_configs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4713002Z [00:07:46.756]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_rebase_i_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4780568Z [00:07:46.762]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_config_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4848120Z [00:07:46.769]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_worktree_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4916545Z [00:07:46.776]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_core_worktree_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.4985391Z [00:07:46.783]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_status_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5052782Z [00:07:46.790]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_rev_parse_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5121885Z [00:07:46.796]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_shallow_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5190539Z [00:07:46.803]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_basic_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5261831Z [00:07:46.810]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_empty_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5332226Z [00:07:46.818]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_diff_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5401401Z [00:07:46.824]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_references_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5471047Z [00:07:46.831]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_revert_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5540587Z [00:07:46.838]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_pre_epoch_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5610186Z [00:07:46.845]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_revert_sequence_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5678192Z [00:07:46.852]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_reftable_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5746884Z [00:07:46.859]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_merge_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5817613Z [00:07:46.866]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_head_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5886116Z [00:07:46.873]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_diff_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.5954513Z [00:07:46.880]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_submodules.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6025997Z [00:07:46.887]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_signatures_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6094296Z [00:07:46.894]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_rev_spec_parse_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6161723Z [00:07:46.900]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/repo_with_untracked_files.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6229008Z [00:07:46.907]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_am_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6295960Z [00:07:46.914]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_remote_config_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6364421Z [00:07:46.921]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_submodule_with_worktree.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6436563Z [00:07:46.928]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/2de73f57fc9599602e001fc6331034749b2eacb0.msg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6505543Z [00:07:46.935]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f4cb24f79ec2549a3a8a5028d4c43d953f74137d.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6574484Z [00:07:46.942]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ac9ad5761637cd731abe1bf4a075fedda7bfc61f.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6645869Z [00:07:46.949]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/2de73f57fc9599602e001fc6331034749b2eacb0.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6715089Z [00:07:46.956]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/c24ae8e04f53b84e09838d232b3e8c0167ccc010.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6785139Z [00:07:46.963]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/d67f782327ea286136b8532eaf9a509806a87e83.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6853950Z [00:07:46.970]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/3d7598b4e4c570eef701f40853ef3e3b0fb224f7.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6923553Z [00:07:46.977]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5a052b7fb0919218b2ecddffbb341277bd443a5c.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.6993083Z [00:07:46.984]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5c1985fc3c89a8d0edaedc23f76feb7f5c4cc962.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7062384Z [00:07:46.990]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ba61cefef4328f126283f25935aab2d04ae2016e.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7131632Z [00:07:46.997]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/47bd6f4aa4a7eeef8b01ce168c6c771bdfffcbd3.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7200881Z [00:07:47.004]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8defe631bc82bf35a53cd25083f85664516f412f.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7271581Z [00:07:47.011]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f644e4c8dd0be6fbe5493b172ce10839bcd9e25c.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7339585Z [00:07:47.018]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e0baefc79038fed0bcf56f2d8c3588a26d5bf985.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7407300Z [00:07:47.025]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8c80364c37b7fc364778efb4214575536e6a1df4.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7477095Z [00:07:47.032]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/081093be2ba0d2be62d14363f43859355bee2aa2.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7549419Z [00:07:47.039]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/92853cde19b20cadd74113ea3566c87d4def591b.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7622250Z [00:07:47.046]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/85e7db4f01d8be8faa7a020647273399f815f597.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7694430Z [00:07:47.054]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/ff1c247d4312adb5b372c6d9ff93fa71846ca527.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7764701Z [00:07:47.061]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/44f49aec05b7dc920cf1f1a554016e74b06ee1c8.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7834646Z [00:07:47.068]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/b8b29cc0ca0176fafaa97c7421a10ed116bcba8a.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7904121Z [00:07:47.075]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e3a9ec4524d27aa7035a38fd7c5db414809623c4.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.7973972Z [00:07:47.082]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/94f78deb408d181ccea9da574d0e45ac32a98092.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8043291Z [00:07:47.089]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f921d5bc423586194bd73419f9814ff072212faa.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8112346Z [00:07:47.095]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/45bb2cf6b7fa96a39c95301f619ca3e4cc3eb0f3.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8181732Z [00:07:47.102]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a0c0340e495fa759c0b705dd46cee322aa0d80c8.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8251126Z [00:07:47.109]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/16ab056981c9ca40cdd4d298feb70510cc3ced37.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8320223Z [00:07:47.116]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/3e03295d9b4654adccb6cd625376c36d4d38fb3d.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8389929Z [00:07:47.123]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e7e8f15d7f4c0c50aad13b0f82a632e3d55c33c6.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8458845Z [00:07:47.130]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/47bd6f4aa4a7eeef8b01ce168c6c771bdfffcbd3.msg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8527902Z [00:07:47.137]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/8f55dec5b81779d23539fa7146d713cc42df70f4.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8598849Z [00:07:47.144]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/e7e8c4f00412aa9bc9898f396ef9a7597aa64756.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8667560Z [00:07:47.151]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/fd57f61e92d4d49b4920c08c3522c066cb03ecd2.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8737926Z [00:07:47.158]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/f09e8b0e6bf963d8d6d5b578fea48ff4c9b723fb.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8806984Z [00:07:47.165]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a03b50a8a9c23c68d641b51b7c887ea088cd0d2b.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8876384Z [00:07:47.172]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/0dcc138981223171df13d35444c7aaee4b502c6f.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.8946104Z [00:07:47.179]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/cbd36dbc76760ed41c968f369b470b45c176dabe.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9015106Z [00:07:47.186]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/5253f0ff160e8b7001a7bd271ca4a07968ff81a3.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9084008Z [00:07:47.193]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/assets/jj-trackcopy-1/a008cb19a57bd44a5a054fced38384b09c9243fc.blob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9152394Z [00:07:47.200]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_bisect_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9220359Z [00:07:47.206]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/fixtures/make_config_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9288490Z [00:07:47.213]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix-init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9357686Z [00:07:47.220]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9425552Z [00:07:47.227]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object/tree/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9493858Z [00:07:47.234]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9561777Z [00:07:47.240]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object/blob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9629312Z [00:07:47.247]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/object/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9697623Z [00:07:47.254]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9766489Z [00:07:47.261]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9835935Z [00:07:47.268]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/reference/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9905562Z [00:07:47.275]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/reference/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:53.9974038Z [00:07:47.282]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/status.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0042090Z [00:07:47.289]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0110673Z [00:07:47.295]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0179493Z [00:07:47.302]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/config/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0247294Z [00:07:47.309]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0315505Z [00:07:47.316]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/remote/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0383496Z [00:07:47.323]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/remote/ref_map.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0450528Z [00:07:47.329]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/remote/save.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0518034Z [00:07:47.336]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/remote/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0585775Z [00:07:47.343]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/remote/connect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0653484Z [00:07:47.350]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0722331Z [00:07:47.357]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0790341Z [00:07:47.363]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/excludes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0860107Z [00:07:47.370]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0929766Z [00:07:47.377]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/pathspec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.0998220Z [00:07:47.384]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1066643Z [00:07:47.391]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1135572Z [00:07:47.398]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/config_snapshot/credential_helpers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1204103Z [00:07:47.405]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/config_snapshot/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1272152Z [00:07:47.412]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1339962Z [00:07:47.418]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/config/transport_options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1407960Z [00:07:47.425]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1475290Z [00:07:47.432]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1543749Z [00:07:47.439]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/object.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1611800Z [00:07:47.445]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/shallow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1682245Z [00:07:47.453]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/filter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1750022Z [00:07:47.459]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1817387Z [00:07:47.466]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1886830Z [00:07:47.473]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/open.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.1954951Z [00:07:47.480]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/repository/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2023626Z [00:07:47.487]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/clone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2091496Z [00:07:47.493]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2158778Z [00:07:47.500]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/regex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2227299Z [00:07:47.507]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/ambiguous.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2293874Z [00:07:47.514]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/reflog.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2360681Z [00:07:47.520]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2428994Z [00:07:47.527]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/traverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2498258Z [00:07:47.534]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/from_bytes/peel.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2567598Z [00:07:47.541]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/spec/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2634463Z [00:07:47.548]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/revision/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2712221Z [00:07:47.555]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/head.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2772647Z [00:07:47.562]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2840794Z [00:07:47.568]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/gix/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2908599Z [00:07:47.575]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/tests/interrupt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.2977684Z [00:07:47.582]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3047274Z [00:07:47.589]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/attribute_stack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3115783Z [00:07:47.596]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3185873Z [00:07:47.603]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3253486Z [00:07:47.610]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3322960Z [00:07:47.617]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3390168Z [00:07:47.623]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/editor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3457776Z [00:07:47.630]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3525986Z [00:07:47.637]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/diff/for_each.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3594490Z [00:07:47.644]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/diff/change.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3661664Z [00:07:47.650]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/diff/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3729788Z [00:07:47.657]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/tree/traverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3798043Z [00:07:47.664]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/blob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3866435Z [00:07:47.671]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.3934699Z [00:07:47.678]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4002010Z [00:07:47.685]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/object/peel.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4069852Z [00:07:47.691]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/submodule/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4137689Z [00:07:47.698]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/submodule/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4205346Z [00:07:47.705]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4276549Z [00:07:47.712]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4343151Z [00:07:47.719]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4410084Z [00:07:47.725]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4477152Z [00:07:47.732]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/edits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4544799Z [00:07:47.739]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4614116Z [00:07:47.746]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/reference/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4682333Z [00:07:47.753]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/discover.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4749857Z [00:07:47.759]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4817457Z [00:07:47.766]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4884616Z [00:07:47.773]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.4952109Z [00:07:47.780]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/pathspec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5018884Z [00:07:47.786]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5086762Z [00:07:47.793]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5157154Z [00:07:47.800]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/overrides.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5226589Z [00:07:47.807]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/cache/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5294872Z [00:07:47.814]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/cache/incubate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5362958Z [00:07:47.821]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/cache/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5430981Z [00:07:47.827]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/cache/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5499275Z [00:07:47.834]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/cache/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5568351Z [00:07:47.841]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/credential.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5636160Z [00:07:47.848]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5704387Z [00:07:47.855]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/url.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5772166Z [00:07:47.862]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5842188Z [00:07:47.869]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/gitoxide.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5910273Z [00:07:47.875]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/branch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.5977963Z [00:07:47.882]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/status.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6048248Z [00:07:47.889]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/core.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6116941Z [00:07:47.896]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6184258Z [00:07:47.903]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/protocol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6251370Z [00:07:47.909]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/committer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6319304Z [00:07:47.916]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/user.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6386949Z [00:07:47.923]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/author.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6455734Z [00:07:47.930]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6524071Z [00:07:47.937]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/extensions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6592278Z [00:07:47.944]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/safe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6662088Z [00:07:47.951]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/pack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6730802Z [00:07:47.957]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/clone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6799063Z [00:07:47.964]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6866414Z [00:07:47.971]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/http.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.6934379Z [00:07:47.978]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/push.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7001419Z [00:07:47.984]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7070095Z [00:07:47.991]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7136834Z [00:07:47.998]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7204169Z [00:07:48.005]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/checkout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7271151Z [00:07:48.011]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/sections/ssh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7337663Z [00:07:48.018]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/keys.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7407431Z [00:07:48.025]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7476529Z [00:07:48.032]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7545682Z [00:07:48.039]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/snapshot/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7613811Z [00:07:48.046]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/snapshot/_impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7683274Z [00:07:48.053]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/snapshot/credential_helpers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7751300Z [00:07:48.059]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/snapshot/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7822407Z [00:07:48.067]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7890211Z [00:07:48.073]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/dirwalk/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.7959198Z [00:07:48.080]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/dirwalk/options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8027680Z [00:07:48.087]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/dirwalk/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8095719Z [00:07:48.094]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/open/permissions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8164401Z [00:07:48.101]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/open/repository.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8232050Z [00:07:48.108]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/open/options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8300173Z [00:07:48.114]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/open/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8367020Z [00:07:48.121]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8435241Z [00:07:48.128]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/create.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8502905Z [00:07:48.135]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/prelude.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8572144Z [00:07:48.141]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/url/rewrite.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8639818Z [00:07:48.148]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/url/scheme_permission.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8709810Z [00:07:48.155]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/url/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8778321Z [00:07:48.162]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8847571Z [00:07:48.169]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8914995Z [00:07:48.176]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/ref_map.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.8983071Z [00:07:48.183]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9051244Z [00:07:48.189]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9119800Z [00:07:48.196]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/receive_pack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9187219Z [00:07:48.203]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9254175Z [00:07:48.210]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/update_refs/update.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9322183Z [00:07:48.217]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/update_refs/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9390685Z [00:07:48.223]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/fetch/update_refs/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9457806Z [00:07:48.230]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9525435Z [00:07:48.237]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connection/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9592872Z [00:07:48.244]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9661587Z [00:07:48.250]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/name.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9730509Z [00:07:48.257]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/save.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9798485Z [00:07:48.264]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9867037Z [00:07:48.271]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:54.9935225Z [00:07:48.278]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0002965Z [00:07:48.285]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/remote/connect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0070985Z [00:07:48.291]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone/fetch/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0139540Z [00:07:48.298]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone/fetch/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0207612Z [00:07:48.305]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0275958Z [00:07:48.312]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0343848Z [00:07:48.319]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/clone/checkout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0412925Z [00:07:48.326]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/index_worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0481226Z [00:07:48.332]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/tree_index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0549927Z [00:07:48.339]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0618528Z [00:07:48.346]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/iter/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0688246Z [00:07:48.353]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/iter/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0756480Z [00:07:48.360]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/status/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0824682Z [00:07:48.367]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/shallow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0892471Z [00:07:48.374]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.0960214Z [00:07:48.380]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/filter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1028046Z [00:07:48.387]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/thread_safe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1095784Z [00:07:48.394]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1165781Z [00:07:48.401]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/permissions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1237589Z [00:07:48.408]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/mailmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1305212Z [00:07:48.415]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/location.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1372627Z [00:07:48.422]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1439542Z [00:07:48.428]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/pathspec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1507457Z [00:07:48.435]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1574734Z [00:07:48.442]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/config/branch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1642836Z [00:07:48.449]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/config/transport.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1710040Z [00:07:48.455]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/config/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1776673Z [00:07:48.462]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1844621Z [00:07:48.469]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/freelist.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1911979Z [00:07:48.475]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/graph.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.1979126Z [00:07:48.482]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/remote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2046405Z [00:07:48.489]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/submodule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2113335Z [00:07:48.496]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/object.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2180306Z [00:07:48.502]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/shallow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2247272Z [00:07:48.509]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/filter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2315630Z [00:07:48.516]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2383465Z [00:07:48.523]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2452860Z [00:07:48.530]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2519971Z [00:07:48.536]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/dirwalk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2587363Z [00:07:48.543]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2655086Z [00:07:48.550]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2722772Z [00:07:48.557]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/revision.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2789484Z [00:07:48.563]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2856920Z [00:07:48.570]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2923552Z [00:07:48.577]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.2990975Z [00:07:48.583]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3066485Z [00:07:48.591]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/checkout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3136616Z [00:07:48.598]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/repository/cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3205543Z [00:07:48.605]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3274643Z [00:07:48.612]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3343674Z [00:07:48.619]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/delegate/revision.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3410324Z [00:07:48.625]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/delegate/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3476966Z [00:07:48.632]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/delegate/navigate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3543898Z [00:07:48.639]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3609333Z [00:07:48.645]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3674930Z [00:07:48.652]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/spec/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3742686Z [00:07:48.659]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/walk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3809323Z [00:07:48.665]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/revision/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3875633Z [00:07:48.672]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/worktree/proxy.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.3941661Z [00:07:48.678]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/worktree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4007505Z [00:07:48.685]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/push.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4074087Z [00:07:48.692]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4141746Z [00:07:48.698]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/interrupt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4209721Z [00:07:48.705]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4276771Z [00:07:48.712]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/head/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4344161Z [00:07:48.719]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/head/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4410391Z [00:07:48.725]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/head/peel.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4476534Z [00:07:48.732]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4542749Z [00:07:48.739]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/ext/object_id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4609669Z [00:07:48.745]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/ext/rev_spec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4677671Z [00:07:48.752]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/ext/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4743969Z [00:07:48.759]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/ext/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4810958Z [00:07:48.765]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/ext/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4877710Z [00:07:48.772]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.4944615Z [00:07:48.779]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5011498Z [00:07:48.785]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5079073Z [00:07:48.792]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/docs.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5144312Z [00:07:48.799]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5211538Z [00:07:48.805]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5277394Z [00:07:48.812]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5345957Z [00:07:48.819]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5413701Z [00:07:48.826]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5481421Z [00:07:48.832]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5549850Z [00:07:48.839]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5616463Z [00:07:48.846]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5682852Z [00:07:48.853]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5749781Z [00:07:48.859]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5816545Z [00:07:48.866]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/src/assets/init/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5883900Z [00:07:48.873]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.5950962Z [00:07:48.879]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6019457Z [00:07:48.886]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6086113Z [00:07:48.893]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/buffers/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6153224Z [00:07:48.900]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/btoi/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6219149Z [00:07:48.906]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/str/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6285618Z [00:07:48.913]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/tests/backoff/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6353055Z [00:07:48.920]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/src/btoi.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6426618Z [00:07:48.927]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/src/buffers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6492740Z [00:07:48.934]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/src/backoff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6559948Z [00:07:48.940]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6626014Z [00:07:48.947]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/src/str.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6694220Z [00:07:48.954]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-utils/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6761379Z [00:07:48.960]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6832355Z [00:07:48.968]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6899903Z [00:07:48.974]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/pattern/matching.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.6996755Z [00:07:48.984]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/pattern/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7063012Z [00:07:48.991]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/fixtures/generated-archives/make_baseline.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7129112Z [00:07:48.997]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/fixtures/make_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7195080Z [00:07:49.004]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/fixtures/fuzzed/many-stars.pattern' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7262178Z [00:07:49.011]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/wildmatch/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7328092Z [00:07:49.017]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/glob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7413182Z [00:07:49.026]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/search/pattern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7506487Z [00:07:49.035]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/tests/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7591834Z [00:07:49.043]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/wildmatch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7659181Z [00:07:49.050]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/pattern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7726418Z [00:07:49.057]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7794763Z [00:07:49.064]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/search/pattern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7862253Z [00:07:49.071]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7930782Z [00:07:49.077]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.7998283Z [00:07:49.084]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-glob/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8065947Z [00:07:49.091]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8133728Z [00:07:49.098]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8202861Z [00:07:49.105]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:55.8271046Z [00:07:49.111]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:55.8337841Z [00:07:49.118]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_diff_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8405589Z [00:07:49.125]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/generated-archives/make_blob_repo.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8472424Z [00:07:49.132]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/make_blob_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8539374Z [00:07:49.138]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/make_diff_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8607619Z [00:07:49.145]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/fixtures/make_diff_for_rewrites_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8676008Z [00:07:49.152]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/tree_with_rewrites.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8743010Z [00:07:49.159]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8810056Z [00:07:49.165]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8877652Z [00:07:49.172]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.8944978Z [00:07:49.179]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/blob/unified_diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9012999Z [00:07:49.186]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/blob/platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9079964Z [00:07:49.192]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/blob/pipeline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9148008Z [00:07:49.199]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/blob/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9215775Z [00:07:49.206]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/rewrites/tracker.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9283962Z [00:07:49.213]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/tests/diff/rewrites/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9351045Z [00:07:49.219]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree_with_rewrites/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9417919Z [00:07:49.226]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree_with_rewrites/change.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9485217Z [00:07:49.233]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree_with_rewrites/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9552210Z [00:07:49.240]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree/visit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9619660Z [00:07:49.246]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9687721Z [00:07:49.253]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree/recorder.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9755872Z [00:07:49.260]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9823680Z [00:07:49.267]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/blob/unified_diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9891266Z [00:07:49.273]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/blob/platform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:55.9958928Z [00:07:49.280]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/blob/pipeline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0026111Z [00:07:49.287]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/blob/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0095477Z [00:07:49.294]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/rewrites/tracker.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0163260Z [00:07:49.301]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/rewrites/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0231314Z [00:07:49.307]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/index/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0298234Z [00:07:49.314]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/index/change.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0365443Z [00:07:49.321]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0432462Z [00:07:49.328]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0500403Z [00:07:49.334]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-diff/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0567342Z [00:07:49.341]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0637143Z [00:07:49.348]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0705741Z [00:07:49.355]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap/src/ewah.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0774074Z [00:07:49.362]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0842246Z [00:07:49.369]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-bitmap/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0910903Z [00:07:49.375]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/COLLABORATING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.0978460Z [00:07:49.382]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1044971Z [00:07:49.389]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1112269Z [00:07:49.396]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1179650Z [00:07:49.402]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1245347Z [00:07:49.409]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1311965Z [00:07:49.416]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1379302Z [00:07:49.422]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file.dict' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1447592Z [00:07:49.429]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1514804Z [00:07:49.436]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/fuzz/fuzz_targets/fuzz_file_corpus_builder.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1582069Z [00:07:49.443]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1649981Z [00:07:49.449]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/hasconfig.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1720884Z [00:07:49.456]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1788093Z [00:07:49.463]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/generated-archives/hasconfig.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1857974Z [00:07:49.470]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:56.1927032Z [00:07:49.477]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/repo-config.crlf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.1997548Z [00:07:49.484]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/config_with_worktree_extension.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2066941Z [00:07:49.491]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:56.2135765Z [00:07:49.498]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/fuzzed/stackoverflow-01.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2204755Z [00:07:49.505]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/fuzzed/long-parsetime.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2273570Z [00:07:49.512]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/fuzzed/mem-amplification.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2342078Z [00:07:49.518]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/fuzzed/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2410742Z [00:07:49.525]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/multi-core.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2479846Z [00:07:49.532]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/fixtures/make_config_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2549268Z [00:07:49.539]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/parse/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2618954Z [00:07:49.546]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/parse/section.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2688361Z [00:07:49.553]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2760967Z [00:07:49.560]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/parse/from_bytes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2829758Z [00:07:49.567]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/value/normalize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2897955Z [00:07:49.574]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/value/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.2968058Z [00:07:49.581]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/source/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3037423Z [00:07:49.588]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/impls/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3108099Z [00:07:49.595]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/mutable/section.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3178029Z [00:07:49.602]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/mutable/multi_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3247112Z [00:07:49.609]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/mutable/value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3314516Z [00:07:49.616]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/mutable/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3382582Z [00:07:49.623]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3451693Z [00:07:49.629]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:56.3519875Z [00:07:49.636]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:56.3588829Z [00:07:49.643]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/raw/raw_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3656751Z [00:07:49.650]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:56.3723818Z [00:07:49.657]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/raw/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3790727Z [00:07:49.663]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/read_only.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3859896Z [00:07:49.670]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/mutate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3928242Z [00:07:49.677]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/access/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.3997416Z [00:07:49.684]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/resolve_includes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.4067575Z [00:07:49.691]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.4139005Z [00:07:49.698]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:56.4209475Z [00:07:49.705]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:56.4280298Z [00:07:49.712]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:56.4349034Z [00:07:49.719]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:56.4418689Z [00:07:49.726]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:56.4488758Z [00:07:49.733]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:56.4556026Z [00:07:49.740]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_paths/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.4624877Z [00:07:49.747]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/comfort.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.4693115Z [00:07:49.754]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.4761947Z [00:07:49.760]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/from_str.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.4829556Z [00:07:49.767]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/file/init/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.4899715Z [00:07:49.774]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/key/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.4968335Z [00:07:49.781]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5036664Z [00:07:49.788]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5104928Z [00:07:49.795]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/tests/mem.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5176508Z [00:07:49.802]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/events.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5248010Z [00:07:49.809]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/event.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5319501Z [00:07:49.816]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5389481Z [00:07:49.823]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/section/unvalidated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5458667Z [00:07:49.830]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/section/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5527863Z [00:07:49.837]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/section/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5597690Z [00:07:49.844]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/nom/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5667115Z [00:07:49.851]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/nom/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5736571Z [00:07:49.858]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5804422Z [00:07:49.865]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/comment.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5873117Z [00:07:49.872]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.5942961Z [00:07:49.879]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/key.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6013200Z [00:07:49.886]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/value/normalize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6084537Z [00:07:49.893]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/value/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6154014Z [00:07:49.900]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/source.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6222785Z [00:07:49.907]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6292877Z [00:07:49.914]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/mutable/section.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6362164Z [00:07:49.921]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/mutable/multi_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6432889Z [00:07:49.928]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/mutable/value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6502062Z [00:07:49.934]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/mutable/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6570971Z [00:07:49.941]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6640220Z [00:07:49.948]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/section/body.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6710672Z [00:07:49.955]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/section/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6779886Z [00:07:49.962]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6849537Z [00:07:49.969]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6917660Z [00:07:49.976]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/includes/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.6987028Z [00:07:49.983]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/includes/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7056538Z [00:07:49.990]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/access/comfort.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7124497Z [00:07:49.997]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/access/raw.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7192888Z [00:07:50.004]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/access/read_only.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7261462Z [00:07:50.010]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/access/mutate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7330567Z [00:07:50.017]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/access/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7400319Z [00:07:50.024]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/meta.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7470406Z [00:07:50.031]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7541697Z [00:07:50.038]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7611369Z [00:07:50.045]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/init/comfort.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7681815Z [00:07:50.052]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/init/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7751454Z [00:07:50.059]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/init/from_paths.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7821846Z [00:07:50.066]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/init/from_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7890376Z [00:07:50.073]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/file/init/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.7959700Z [00:07:50.080]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/lookup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8028946Z [00:07:50.087]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8099337Z [00:07:50.094]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/benches/large_config_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8167500Z [00:07:50.101]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8235867Z [00:07:50.108]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-config/.vscode/settings.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8304968Z [00:07:50.115]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8372623Z [00:07:50.122]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/features.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8441091Z [00:07:50.128]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/parallel_shared.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8510889Z [00:07:50.135]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/parallel_threaded.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8579469Z [00:07:50.142]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/pipe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8648270Z [00:07:50.149]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/trace/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8716486Z [00:07:50.156]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/parallel_shared_threaded.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8785915Z [00:07:50.163]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/parallel/in_order_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8854883Z [00:07:50.170]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/tests/parallel/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8924396Z [00:07:50.177]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/threading.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.8993444Z [00:07:50.184]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9062982Z [00:07:50.191]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9131497Z [00:07:50.197]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9200025Z [00:07:50.204]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9268729Z [00:07:50.211]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/interrupt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9337295Z [00:07:50.218]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/hash.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9406159Z [00:07:50.225]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/in_parallel.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9474691Z [00:07:50.232]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/in_order.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9543490Z [00:07:50.239]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/eager_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9614814Z [00:07:50.246]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/reduce.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9684961Z [00:07:50.253]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/serial.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9755081Z [00:07:50.260]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/parallel/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9824984Z [00:07:50.267]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/stream/deflate/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9897261Z [00:07:50.274]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/stream/deflate/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:56.9970261Z [00:07:50.281]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/stream/inflate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0040136Z [00:07:50.288]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/stream/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0108332Z [00:07:50.295]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/zlib/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0176797Z [00:07:50.302]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0244727Z [00:07:50.309]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/src/cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0312735Z [00:07:50.316]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-features/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0381438Z [00:07:50.322]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0449435Z [00:07:50.329]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/examples/custom-helper.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0517619Z [00:07:50.336]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/examples/invoke-git-credential.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0586118Z [00:07:50.343]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/examples/git-credential-lite.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0654907Z [00:07:50.350]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/password.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0724686Z [00:07:50.357]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/all-but-credentials.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0795094Z [00:07:50.364]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/last-pass.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0864978Z [00:07:50.371]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/custom-helper.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.0932845Z [00:07:50.378]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/username.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1000593Z [00:07:50.384]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/reflect.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1069380Z [00:07:50.391]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/oauth-token.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1137424Z [00:07:50.398]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/url.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1204696Z [00:07:50.405]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/expired.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1273355Z [00:07:50.412]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/fixtures/fail.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1340457Z [00:07:50.418]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/credentials.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1410349Z [00:07:50.425]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/program/from_custom_definition.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1477985Z [00:07:50.432]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/program/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1546535Z [00:07:50.439]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/protocol/context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1615021Z [00:07:50.446]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/protocol/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1685500Z [00:07:50.453]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/helper/context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1753456Z [00:07:50.460]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/helper/cascade.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1822062Z [00:07:50.467]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/helper/invoke.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1892024Z [00:07:50.473]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/tests/helper/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.1961971Z [00:07:50.481]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/program/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2030203Z [00:07:50.487]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/program/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2100890Z [00:07:50.494]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/protocol/context/serde.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2168522Z [00:07:50.501]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/protocol/context/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2236575Z [00:07:50.508]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/protocol/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2305952Z [00:07:50.515]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/helper/cascade.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2375662Z [00:07:50.522]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/helper/invoke.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2443018Z [00:07:50.529]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/helper/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2511030Z [00:07:50.535]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2579047Z [00:07:50.542]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-credentials/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2647688Z [00:07:50.549]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2717406Z [00:07:50.556]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/async-protocol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2786192Z [00:07:50.563]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-deepen-1.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2855006Z [00:07:50.570]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-deepen-5.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2923504Z [00:07:50.577]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch-no-pack.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.2994264Z [00:07:50.584]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-only.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3062593Z [00:07:50.591]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3130520Z [00:07:50.597]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-empty-with-capabilities.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3198108Z [00:07:50.604]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/fetch-unshallow.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3267416Z [00:07:50.611]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone-with-keepalive.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3334703Z [00:07:50.618]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v1/clone.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3402324Z [00:07:50.625]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-deepen-1.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3470153Z [00:07:50.631]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-err-line.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3537544Z [00:07:50.638]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only-with-keepalive.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3605699Z [00:07:50.645]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-deepen-5.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3673254Z [00:07:50.652]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-no-pack.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3741380Z [00:07:50.658]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3810326Z [00:07:50.665]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3877707Z [00:07:50.672]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-only-2.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.3945526Z [00:07:50.679]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/fetch-unshallow.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4014740Z [00:07:50.686]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone-ref-in-want.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4084457Z [00:07:50.693]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/v2/clone.response' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4155148Z [00:07:50.700]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/fixtures/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4224408Z [00:07:50.707]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/v2.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4293777Z [00:07:50.714]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/v1.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4364915Z [00:07:50.721]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/arguments.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4434843Z [00:07:50.728]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4502892Z [00:07:50.735]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/response.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4571958Z [00:07:50.742]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/fetch/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4641323Z [00:07:50.748]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/remote_progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4709130Z [00:07:50.755]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/handshake.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4778759Z [00:07:50.762]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4848701Z [00:07:50.769]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/protocol/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4917632Z [00:07:50.776]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/tests/blocking-protocol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.4986516Z [00:07:50.783]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/ls_refs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5057676Z [00:07:50.790]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5128929Z [00:07:50.797]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/refs/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5197903Z [00:07:50.804]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/refs/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5267021Z [00:07:50.811]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/refs/shared.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5334929Z [00:07:50.818]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/refs/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5403213Z [00:07:50.825]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5472270Z [00:07:50.832]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/handshake/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5541280Z [00:07:50.838]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/response/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5609244Z [00:07:50.845]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/response/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5676862Z [00:07:50.852]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/response/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5744334Z [00:07:50.859]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5811443Z [00:07:50.865]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/negotiate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5879647Z [00:07:50.872]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/refmap/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.5947849Z [00:07:50.879]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/refmap/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6017107Z [00:07:50.886]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/arguments/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6085868Z [00:07:50.893]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/arguments/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6155274Z [00:07:50.900]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/arguments/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6224042Z [00:07:50.907]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6292523Z [00:07:50.914]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6361326Z [00:07:50.920]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/handshake.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6430647Z [00:07:50.927]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/fetch/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6498797Z [00:07:50.934]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/remote_progress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6565967Z [00:07:50.941]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6633728Z [00:07:50.948]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6704229Z [00:07:50.955]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-protocol/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6772074Z [00:07:50.962]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6839852Z [00:07:50.968]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6907504Z [00:07:50.975]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/make_repo_multi_index.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.6975468Z [00:07:50.982]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.7043707Z [00:07:50.989]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/generated-archives/make_replaced_history.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.7113195Z [00:07:50.996]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:57.7183817Z [00:07:51.003]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:57.7254778Z [00:07:51.010]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.7325677Z [00:07:51.017]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.7395497Z [00:07:51.024]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.7466836Z [00:07:51.031]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:57.7538926Z [00:07:51.038]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:57.7608916Z [00:07:51.045]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:57.7677896Z [00:07:51.052]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:57.7748218Z [00:07:51.059]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repos/small-packs.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.7819942Z [00:07:51.066]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/repo_with_loose_objects.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.7888230Z [00:07:51.073]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/make_replaced_history.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.7957091Z [00:07:51.080]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/make_alternates_odb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8026499Z [00:07:51.087]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/37/d4e6c5c48ba0d245164c4e10d5f41140cab980' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8096179Z [00:07:51.094]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/a7/06d7cd20fc8ce71489f34b50cf01011c104193' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8165860Z [00:07:51.101]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/72/2fe60ad4f0276d5a8121970b5bb9dccdad4ef9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8233863Z [00:07:51.108]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/59/5dfd62fc1ad283d61bb47a24e7a1f66398f84d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8302416Z [00:07:51.114]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/96/ae868b3539f551c88fd5f02394d022581b11b0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8372568Z [00:07:51.121]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8442498Z [00:07:51.128]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8511098Z [00:07:51.135]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8579416Z [00:07:51.142]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8647796Z [00:07:51.149]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8714824Z [00:07:51.156]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8783526Z [00:07:51.163]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/ff/a700b4aca13b80cb6b98a078e7c96804f8e0ec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8853108Z [00:07:51.170]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/fixtures/objects/6b/a2a0ded519f737fd5b8d5ccfb141125ef3176f' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8921998Z [00:07:51.177]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/header/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.8989848Z [00:07:51.183]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/store/loose.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9056647Z [00:07:51.190]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/store/dynamic.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9123902Z [00:07:51.197]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/store/linked.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9192004Z [00:07:51.204]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/store/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9259576Z [00:07:51.210]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/store/compound.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9328004Z [00:07:51.217]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/memory.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9396575Z [00:07:51.224]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/find/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9464504Z [00:07:51.231]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/regression/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9534013Z [00:07:51.238]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/alternate/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9601581Z [00:07:51.244]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/sink/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9669856Z [00:07:51.251]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/odb/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9740256Z [00:07:51.258]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/tests/integrate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9809796Z [00:07:51.265]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/memory.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9878685Z [00:07:51.272]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/alternate/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:57.9947896Z [00:07:51.279]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/alternate/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0018413Z [00:07:51.286]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/loose/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0089768Z [00:07:51.293]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/loose/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0159332Z [00:07:51.300]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/loose/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0229766Z [00:07:51.307]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/loose/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0298990Z [00:07:51.314]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/loose/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0368374Z [00:07:51.321]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/prefix.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0440328Z [00:07:51.328]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0514151Z [00:07:51.336]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0585188Z [00:07:51.343]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0655659Z [00:07:51.350]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/load_one.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0725128Z [00:07:51.357]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0795831Z [00:07:51.364]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0867633Z [00:07:51.371]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/load_index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.0937179Z [00:07:51.378]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1004187Z [00:07:51.385]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/handle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1072246Z [00:07:51.392]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/metrics.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1141467Z [00:07:51.398]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1209670Z [00:07:51.405]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/structure.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1277004Z [00:07:51.412]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1343684Z [00:07:51.419]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/dynamic/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1412166Z [00:07:51.425]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/store_impls/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1480702Z [00:07:51.432]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1548528Z [00:07:51.439]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1616058Z [00:07:51.446]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/sink.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1684806Z [00:07:51.453]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1753406Z [00:07:51.460]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/src/cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1823420Z [00:07:51.467]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-odb/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1893425Z [00:07:51.474]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.1963228Z [00:07:51.481]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2032119Z [00:07:51.488]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/tests/trace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2100744Z [00:07:51.494]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/src/enabled.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2169738Z [00:07:51.501]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/src/disabled.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2237420Z [00:07:51.508]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2306411Z [00:07:51.515]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-trace/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2375083Z [00:07:51.522]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2443559Z [00:07:51.529]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2511569Z [00:07:51.535]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2580397Z [00:07:51.542]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2648981Z [00:07:51.549]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_names.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2716637Z [00:07:51.556]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/fuzz/fuzz_targets/fuzz_packed_buffer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2784476Z [00:07:51.563]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2852835Z [00:07:51.570]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_packed_refs_for_lookup_rules.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2920984Z [00:07:51.576]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_packed_ref_repository_for_overlay.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.2991115Z [00:07:51.583]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.3061893Z [00:07:51.590]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.3131296Z [00:07:51.597]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.3199689Z [00:07:51.604]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.3268061Z [00:07:51.611]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.3336950Z [00:07:51.618]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.3404789Z [00:07:51.625]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_pristine.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.3474382Z [00:07:51.632]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.3543838Z [00:07:51.639]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.3613179Z [00:07:51.646]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.3681747Z [00:07:51.652]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/generated-archives/make_ref_repository.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.3750303Z [00:07:51.659]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.3817420Z [00:07:51.666]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_1850_repro.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.3886727Z [00:07:51.673]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_worktree_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.3957730Z [00:07:51.680]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_pseudo_ref_repository.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4030658Z [00:07:51.687]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_repository_with_lots_of_packed_refs.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4104225Z [00:07:51.695]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_ref_repository.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4176020Z [00:07:51.702]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_1928_repro.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4246939Z [00:07:51.709]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_multi_hop_ref.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4315827Z [00:07:51.716]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_packed_ref_repository.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4386500Z [00:07:51.723]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_namespaced_packed_ref_repository.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4458398Z [00:07:51.730]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/packed-refs/unsorted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4527868Z [00:07:51.737]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/packed-refs/without-header' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4600718Z [00:07:51.744]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/packed-refs/triggers-out-of-bounds' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4670493Z [00:07:51.751]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_repo_for_reflog.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4740548Z [00:07:51.758]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/fixtures/make_pristine.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4810483Z [00:07:51.765]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4880195Z [00:07:51.772]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/transaction.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.4950192Z [00:07:51.779]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/namespace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.5020587Z [00:07:51.786]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.5094855Z [00:07:51.794]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/store/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.5168010Z [00:07:51.801]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/store/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.5239757Z [00:07:51.808]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/store/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.5311231Z [00:07:51.815]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/store/reflog.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.5384382Z [00:07:51.823]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/store/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.5457105Z [00:07:51.830]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.5529725Z [00:07:51.837]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/transaction/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.5603708Z [00:07:51.845]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.5674996Z [00:07:51.852]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.5745390Z [00:07:51.859]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.5816124Z [00:07:51.866]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.5887326Z [00:07:51.873]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.5957490Z [00:07:51.880]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/packed/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6027829Z [00:07:51.887]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/packed/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6101731Z [00:07:51.894]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/packed/open.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6174238Z [00:07:51.902]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/packed/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6249105Z [00:07:51.909]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/reference.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6322046Z [00:07:51.916]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/store.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6393963Z [00:07:51.924]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/tests/refs/fullname.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6465325Z [00:07:51.931]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6535375Z [00:07:51.938]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/raw_ext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6604739Z [00:07:51.945]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/packed.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6672603Z [00:07:51.952]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/overlay_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6742103Z [00:07:51.958]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reference/logiter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6810254Z [00:07:51.965]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reference/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6879131Z [00:07:51.972]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reference/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.6947817Z [00:07:51.979]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7016647Z [00:07:51.986]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:58.7084234Z [00:07:51.993]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/reflog.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7153745Z [00:07:52.000]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/loose/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7222328Z [00:07:52.007]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/log/line.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7292714Z [00:07:52.014]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/log/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7365109Z [00:07:52.021]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/log/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7439953Z [00:07:52.028]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7510725Z [00:07:52.035]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/transaction/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7581239Z [00:07:52.042]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/transaction/prepare.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7652268Z [00:07:52.050]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/transaction/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7723854Z [00:07:52.057]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7795184Z [00:07:52.064]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7866179Z [00:07:52.071]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/decode/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.7935881Z [00:07:52.078]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/transaction.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8007637Z [00:07:52.085]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8079498Z [00:07:52.092]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8150946Z [00:07:52.099]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8222290Z [00:07:52.107]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/packed/buffer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8292122Z [00:07:52.114]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8363758Z [00:07:52.121]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/general/handle/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8437061Z [00:07:52.128]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/general/handle/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8511017Z [00:07:52.135]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/general/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8584766Z [00:07:52.143]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/store/general/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8656005Z [00:07:52.150]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/target.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8743607Z [00:07:52.159]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/name.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8815649Z [00:07:52.166]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/namespace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8885022Z [00:07:52.173]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.8955460Z [00:07:52.180]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/raw.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9025809Z [00:07:52.187]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/transaction/ext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9097317Z [00:07:52.194]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/transaction/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9168335Z [00:07:52.201]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/fullname.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9239378Z [00:07:52.208]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9307787Z [00:07:52.215]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/src/peel.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9378128Z [00:07:52.222]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-ref/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9447023Z [00:07:52.229]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9515545Z [00:07:52.236]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9584557Z [00:07:52.243]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9657409Z [00:07:52.250]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9729876Z [00:07:52.257]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_commit_corpus_builder.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9800456Z [00:07:52.264]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tree_corpus_builder.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9870165Z [00:07:52.271]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:58.9940738Z [00:07:52.278]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_tag_corpus_builder.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0009658Z [00:07:52.285]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/fuzz/fuzz_targets/fuzz_commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0078065Z [00:07:52.292]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0147779Z [00:07:52.299]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/commit/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0218358Z [00:07:52.306]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/commit/message.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0285494Z [00:07:52.313]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/commit/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0352369Z [00:07:52.320]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/commit/from_bytes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0422252Z [00:07:52.327]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/encode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0489468Z [00:07:52.333]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/object_ref/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0556869Z [00:07:52.340]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tag/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0625241Z [00:07:52.347]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/entries.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0695807Z [00:07:52.354]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0764455Z [00:07:52.361]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/editor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0832682Z [00:07:52.368]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/entry_mode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0901948Z [00:07:52.374]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.0971874Z [00:07:52.381]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/object/tree/from_bytes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1043240Z [00:07:52.389]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/make_trees.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1112867Z [00:07:52.396]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/generated-archives/make_trees.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1181646Z [00:07:52.402]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/signed-whitespace.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1249603Z [00:07:52.409]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/two-multiline-headers.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1319194Z [00:07:52.416]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:59.1386930Z [00:07:52.423]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/subtle.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1457312Z [00:07:52.430]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/signed-singleline.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1525295Z [00:07:52.437]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/merge.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1594470Z [00:07:52.444]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/unsigned.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1662818Z [00:07:52.451]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/mergetag.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1736090Z [00:07:52.458]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/signed.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1808977Z [00:07:52.465]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/email-with-space.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1880989Z [00:07:52.472]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/pre-epoch.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.1952835Z [00:07:52.480]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/message-with-footer.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2024034Z [00:07:52.487]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/signed-with-encoding.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2093647Z [00:07:52.494]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/invalid-actor.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2167859Z [00:07:52.501]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/invalid-timestamp.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2236889Z [00:07:52.508]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/double-dash-date-offset.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2304169Z [00:07:52.515]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/whitespace.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2373103Z [00:07:52.522]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/commit/with-encoding.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2441004Z [00:07:52.528]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/no-tagger.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2509203Z [00:07:52.535]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/signed.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2576661Z [00:07:52.542]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/empty.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2644300Z [00:07:52.549]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/tagger-without-timestamp.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2712053Z [00:07:52.556]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/with-newlines.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2779482Z [00:07:52.562]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/empty_missing_nl.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2848524Z [00:07:52.569]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tag/whitespace.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2919214Z [00:07:52.576]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/special-3.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.2988247Z [00:07:52.583]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/special-4.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3057309Z [00:07:52.590]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/special-1.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3125662Z [00:07:52.597]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/everything.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3194546Z [00:07:52.604]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/definitely-special.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3262812Z [00:07:52.611]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/special-5.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3332189Z [00:07:52.618]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/special-2.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3401063Z [00:07:52.624]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/tree/maybe-special.tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3469114Z [00:07:52.631]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/tests/fixtures/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3537479Z [00:07:52.638]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/object/convert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3605163Z [00:07:52.645]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/object/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3673702Z [00:07:52.652]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3741540Z [00:07:52.658]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3810918Z [00:07:52.665]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/ref_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3879481Z [00:07:52.672]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.3948851Z [00:07:52.679]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/message/body.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4018595Z [00:07:52.686]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/message/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4088003Z [00:07:52.693]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/commit/message/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4157779Z [00:07:52.700]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4228105Z [00:07:52.707]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4296641Z [00:07:52.714]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag/write/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4365440Z [00:07:52.721]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4433662Z [00:07:52.728]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag/ref_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4501563Z [00:07:52.734]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tag/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4570768Z [00:07:52.741]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tree/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4639885Z [00:07:52.748]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tree/editor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4707731Z [00:07:52.755]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tree/ref_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4778478Z [00:07:52.762]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/tree/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4852737Z [00:07:52.770]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/blob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4924737Z [00:07:52.777]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.4997678Z [00:07:52.784]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/traits/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5068323Z [00:07:52.791]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/traits/_impls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5139372Z [00:07:52.798]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/traits/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5208902Z [00:07:52.805]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/encode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5277284Z [00:07:52.812]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/kind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5344896Z [00:07:52.819]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5411864Z [00:07:52.826]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/src/data.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5480096Z [00:07:52.832]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/benches/decode_objects.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5547973Z [00:07:52.839]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/benches/edit_tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5617189Z [00:07:52.846]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-object/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5686650Z [00:07:52.853]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5754280Z [00:07:52.860]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5821946Z [00:07:52.866]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src/file/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5890130Z [00:07:52.873]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src/file/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.5957266Z [00:07:52.880]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src/file/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6025004Z [00:07:52.887]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6093416Z [00:07:52.894]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6160523Z [00:07:52.900]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-chunk/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6230426Z [00:07:52.907]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6299555Z [00:07:52.914]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/examples/delete-tempfiles-on-sigterm-interactive.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6368453Z [00:07:52.921]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/examples/delete-tempfiles-on-sigterm.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6437287Z [00:07:52.928]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/examples/try-deadlock-on-cleanup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6504841Z [00:07:52.935]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6572293Z [00:07:52.942]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/tests/registry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6639698Z [00:07:52.948]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/tests/all.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6708406Z [00:07:52.955]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/tests/tempfile/handle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6775822Z [00:07:52.962]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/tests/tempfile/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6845108Z [00:07:52.969]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/src/forksafe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6913073Z [00:07:52.976]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/src/registry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.6981583Z [00:07:52.982]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/src/signal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.7049203Z [00:07:52.989]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/src/handle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.7116016Z [00:07:52.996]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.7184510Z [00:07:53.003]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-tempfile/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.7251400Z [00:07:53.009]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.7318827Z [00:07:53.016]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.7386781Z [00:07:53.023]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/make_pack_gen_repo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:59.7456630Z [00:07:53.030]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:59.7524396Z [00:07:53.037]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:59.7593145Z [00:07:53.044]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/make_pack_gen_repo_multi_index.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:02:59.7662497Z [00:07:53.050]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/b8aa61be84b78d7fcff788e8d844406cc97132bf.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.7738481Z [00:07:53.058]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:59.7828218Z [00:07:53.067]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:02:59.7902534Z [00:07:53.075]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/f139391424a8c623adadf2388caec73e5e90865b.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.7991865Z [00:07:53.083]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8061654Z [00:07:53.090]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8128882Z [00:07:53.097]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8195855Z [00:07:53.104]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8262708Z [00:07:53.111]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8330028Z [00:07:53.117]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/fixtures/objects/pack/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8397048Z [00:07:53.124]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/integrate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8463617Z [00:07:53.131]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/bundle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8530473Z [00:07:53.137]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8597818Z [00:07:53.144]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8665678Z [00:07:53.151]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/output/count_and_entries.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8732037Z [00:07:53.158]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/output/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8798971Z [00:07:53.164]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8867399Z [00:07:53.171]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.8935204Z [00:07:53.178]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/data/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9002621Z [00:07:53.185]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9071456Z [00:07:53.191]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/multi_index/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9139249Z [00:07:53.198]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/multi_index/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9207380Z [00:07:53.205]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/multi_index/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9274479Z [00:07:53.212]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/multi_index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9342055Z [00:07:53.219]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/tests/pack/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9409750Z [00:07:53.225]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9477886Z [00:07:53.232]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/traverse/resolve.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9546763Z [00:07:53.239]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/traverse/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9615091Z [00:07:53.246]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/traverse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9683387Z [00:07:53.253]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9751297Z [00:07:53.259]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/from_offsets.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9819656Z [00:07:53.266]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/delta/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9886985Z [00:07:53.273]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/lru.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:02:59.9954322Z [00:07:53.280]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/object.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0022585Z [00:07:53.287]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/cache/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0090554Z [00:07:53.293]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0158754Z [00:07:53.300]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/bytes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0227691Z [00:07:53.307]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/entry/iter_from_counts.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0295245Z [00:07:53.314]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/entry/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0363308Z [00:07:53.321]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/objects/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0431555Z [00:07:53.327]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/objects/tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0499352Z [00:07:53.334]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/objects/reduce.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0566847Z [00:07:53.341]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/objects/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0635248Z [00:07:53.348]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/objects/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0704404Z [00:07:53.355]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/count/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0772440Z [00:07:53.362]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/output/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0841460Z [00:07:53.368]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/delta.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0910639Z [00:07:53.375]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/decode/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.0979309Z [00:07:53.382]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/decode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1047447Z [00:07:53.389]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/decode/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1116497Z [00:07:53.396]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1185251Z [00:07:53.403]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1254208Z [00:07:53.410]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1324133Z [00:07:53.417]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/entries_to_bytes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1393087Z [00:07:53.424]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/bytes_to_entries.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1461693Z [00:07:53.430]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1530908Z [00:07:53.437]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1600285Z [00:07:53.444]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/lookup_ref_delta_objects.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1669254Z [00:07:53.451]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/input/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1738298Z [00:07:53.458]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/entry/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1807556Z [00:07:53.465]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/entry/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1877500Z [00:07:53.472]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/entry/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.1948128Z [00:07:53.479]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2020022Z [00:07:53.486]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/data/header.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2090988Z [00:07:53.493]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/find_traits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2161040Z [00:07:53.500]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2231411Z [00:07:53.507]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/write/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2300499Z [00:07:53.514]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/write/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2370172Z [00:07:53.521]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/write/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2439093Z [00:07:53.528]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2508513Z [00:07:53.535]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/bundle/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2578445Z [00:07:53.542]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2647399Z [00:07:53.549]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2716068Z [00:07:53.556]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/chunk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2784628Z [00:07:53.563]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2854057Z [00:07:53.570]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2923285Z [00:07:53.577]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/multi_index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.2993907Z [00:07:53.584]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/verify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3064836Z [00:07:53.591]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3134589Z [00:07:53.598]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/reduce.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3203516Z [00:07:53.605]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3272243Z [00:07:53.612]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/with_index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3341068Z [00:07:53.618]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/with_lookup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3410312Z [00:07:53.625]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/traverse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3479119Z [00:07:53.632]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3547949Z [00:07:53.639]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/encode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3616863Z [00:07:53.646]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3686917Z [00:07:53.653]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/write/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3755256Z [00:07:53.660]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/write/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3823780Z [00:07:53.667]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3892660Z [00:07:53.674]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.3961757Z [00:07:53.680]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/src/lib.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4031425Z [00:07:53.687]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-pack/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4101462Z [00:07:53.694]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/FUNDING.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4171148Z [00:07:53.701]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4240665Z [00:07:53.708]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/tests/quote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4311025Z [00:07:53.715]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/src/ansi_c.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4380452Z [00:07:53.722]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/src/single.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4449959Z [00:07:53.729]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4519747Z [00:07:53.736]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-quote/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4588368Z [00:07:53.743]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4658638Z [00:07:53.750]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4727071Z [00:07:53.757]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/workflows/cifuzz.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4796032Z [00:07:53.764]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/workflows/cron.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4863540Z [00:07:53.771]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.4931805Z [00:07:53.777]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5000221Z [00:07:53.784]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5069074Z [00:07:53.791]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5137555Z [00:07:53.798]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5206390Z [00:07:53.805]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests/fixtures/generated-archives/make_repos.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5274330Z [00:07:53.812]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests/fixtures/make_repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5343966Z [00:07:53.819]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests/negotiate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5414147Z [00:07:53.826]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/tests/baseline/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5482932Z [00:07:53.833]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/src/noop.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5551109Z [00:07:53.839]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/src/consecutive.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5619632Z [00:07:53.846]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/src/skipping.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5688010Z [00:07:53.853]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5756783Z [00:07:53.860]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-negotiate/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5825018Z [00:07:53.867]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5894153Z [00:07:53.874]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.5963268Z [00:07:53.881]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6033326Z [00:07:53.888]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/tests/archive.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6106372Z [00:07:53.895]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6175244Z [00:07:53.902]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/tests/fixtures/basic.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6245058Z [00:07:53.909]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/src/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6313988Z [00:07:53.916]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6383893Z [00:07:53.923]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-archive/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6453416Z [00:07:53.930]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6522059Z [00:07:53.937]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6589477Z [00:07:53.943]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/state/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6658151Z [00:07:53.950]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/state/checkout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6727438Z [00:07:53.957]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangerous_symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6794518Z [00:07:53.964]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed_without_submodules_and_symlinks.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6863366Z [00:07:53.971]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.6931253Z [00:07:53.977]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:03:00.6999370Z [00:07:53.984]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:03:00.7067922Z [00:07:53.991]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:03:00.7134417Z [00:07:53.998]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:03:00.7202046Z [00:07:54.004]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:03:00.7269425Z [00:07:54.011]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_traverse_trees.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.7336948Z [00:07:54.018]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink_to_windows_invalid.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.7406141Z [00:07:54.025]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_dir_symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.7473799Z [00:07:54.032]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_ignorecase_collisions.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.7541172Z [00:07:54.038]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.7609528Z [00:07:54.045]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink_to_windows_reserved.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.7675359Z [00:07:54.052]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_dangling_symlink.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.7741292Z [00:07:54.058]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/fixtures/make_mixed_without_submodules.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.7808371Z [00:07:54.065]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/tests/worktree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.7876371Z [00:07:54.072]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src/checkout/chunk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.7942364Z [00:07:54.079]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src/checkout/entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8008292Z [00:07:54.085]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src/checkout/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8074824Z [00:07:54.092]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src/checkout/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8141670Z [00:07:54.098]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8207736Z [00:07:54.105]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-worktree-state/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8274486Z [00:07:54.112]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8343188Z [00:07:54.119]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8409856Z [00:07:54.125]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/encode/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8477373Z [00:07:54.132]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/encode/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8545281Z [00:07:54.139]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/encode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8613821Z [00:07:54.146]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/line/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8682016Z [00:07:54.152]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/line/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8750072Z [00:07:54.159]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/line/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8817905Z [00:07:54.166]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/write/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8885540Z [00:07:54.173]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/write/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.8952087Z [00:07:54.180]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/write/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9020027Z [00:07:54.186]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9087576Z [00:07:54.193]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9155344Z [00:07:54.200]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9223839Z [00:07:54.207]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/sidebands/async_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9292402Z [00:07:54.214]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/sidebands/blocking_io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9360278Z [00:07:54.220]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/sidebands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9428275Z [00:07:54.227]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/read/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9495303Z [00:07:54.234]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9564683Z [00:07:54.241]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-packetline-blocking/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9635124Z [00:07:54.248]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9706416Z [00:07:54.255]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/tests/hashtable.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9775896Z [00:07:54.262]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9844206Z [00:07:54.269]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-hashtable/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9913514Z [00:07:54.276]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:00.9981986Z [00:07:54.283]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0051043Z [00:07:54.289]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0118860Z [00:07:54.296]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0186136Z [00:07:54.303]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0254502Z [00:07:54.310]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0321410Z [00:07:54.316]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0389058Z [00:07:54.323]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0455947Z [00:07:54.330]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0525020Z [00:07:54.337]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0593470Z [00:07:54.344]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0661423Z [00:07:54.350]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0729027Z [00:07:54.357]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0796645Z [00:07:54.364]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0865272Z [00:07:54.371]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.0934534Z [00:07:54.378]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1003346Z [00:07:54.385]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1072236Z [00:07:54.392]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1141600Z [00:07:54.398]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1211503Z [00:07:54.405]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1279820Z [00:07:54.412]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1348896Z [00:07:54.419]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1417077Z [00:07:54.426]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1485570Z [00:07:54.433]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-e698ba2a2469bc6a49d6e0a0354db438a4019874.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1554410Z [00:07:54.440]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-7c5d640f18a1477e278c7441a4b5fa49e8377c1e.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1624410Z [00:07:54.447]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-e698ba2a2469bc6a49d6e0a0354db438a4019874.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1692757Z [00:07:54.454]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-7c5d640f18a1477e278c7441a4b5fa49e8377c1e.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1763426Z [00:07:54.461]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-7c5d640f18a1477e278c7441a4b5fa49e8377c1e.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1836760Z [00:07:54.468]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-7c5d640f18a1477e278c7441a4b5fa49e8377c1e.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1907279Z [00:07:54.475]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-e698ba2a2469bc6a49d6e0a0354db438a4019874.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.1978241Z [00:07:54.482]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/objects/pack/pack-e698ba2a2469bc6a49d6e0a0354db438a4019874.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2048164Z [00:07:54.489]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2117420Z [00:07:54.496]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2187987Z [00:07:54.503]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2259638Z [00:07:54.510]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2333183Z [00:07:54.518]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2405733Z [00:07:54.525]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2479113Z [00:07:54.532]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/time/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2549225Z [00:07:54.539]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/time/baseline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2618678Z [00:07:54.546]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/time/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2687911Z [00:07:54.553]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/time/format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2757955Z [00:07:54.560]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/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-20T21:03:01.2825120Z [00:07:54.567]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/fixtures/generate_git_date_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2894200Z [00:07:54.574]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/tests/date.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.2964781Z [00:07:54.581]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/time/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3032403Z [00:07:54.588]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/time/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3102641Z [00:07:54.595]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/time/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3171651Z [00:07:54.601]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/time/format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3242253Z [00:07:54.609]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3311568Z [00:07:54.615]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3381959Z [00:07:54.622]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-date/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3450354Z [00:07:54.629]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/.mailmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3520607Z [00:07:54.636]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sequencer/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3590013Z [00:07:54.643]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sequencer/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3658780Z [00:07:54.650]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-sequencer/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3727010Z [00:07:54.657]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3795795Z [00:07:54.664]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3865875Z [00:07:54.671]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.3937042Z [00:07:54.678]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/fuzz/fuzz_targets/fuzz_search.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4008221Z [00:07:54.685]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/parse/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4079477Z [00:07:54.692]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/state/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4151800Z [00:07:54.699]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/fixtures/generated-archives/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4220929Z [00:07:54.706]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/fixtures/attributes/various.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4289877Z [00:07:54.713]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/fixtures/make_attributes_baseline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4358605Z [00:07:54.720]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4429586Z [00:07:54.727]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/assignment/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4500381Z [00:07:54.734]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/tests/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4572156Z [00:07:54.741]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4641364Z [00:07:54.748]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/source.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4710280Z [00:07:54.755]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/name.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4777838Z [00:07:54.762]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4845670Z [00:07:54.769]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/assignment.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4913151Z [00:07:54.776]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/search/refmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.4980987Z [00:07:54.782]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/search/attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5050026Z [00:07:54.789]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/search/outcome.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5121346Z [00:07:54.796]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/search/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5189993Z [00:07:54.803]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5257919Z [00:07:54.810]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-attributes/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5325610Z [00:07:54.817]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5394049Z [00:07:54.824]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5461965Z [00:07:54.830]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5530325Z [00:07:54.837]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5598302Z [00:07:54.844]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5666084Z [00:07:54.851]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5734681Z [00:07:54.858]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build_script_build-89d3fda42f56463d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5802031Z [00:07:54.864]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_properties_data-89d3fda42f56463d/build_script_build-89d3fda42f56463d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5870447Z [00:07:54.871]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libsqlite3-sys-15802325c31ff4a7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.5937456Z [00:07:54.878]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libsqlite3-sys-15802325c31ff4a7/build_script_build-15802325c31ff4a7' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6004815Z [00:07:54.885]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libsqlite3-sys-15802325c31ff4a7/build_script_build-15802325c31ff4a7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6076198Z [00:07:54.892]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6150157Z [00:07:54.899]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6223608Z [00:07:54.907]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6297915Z [00:07:54.914]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6370104Z [00:07:54.921]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6441331Z [00:07:54.928]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6511465Z [00:07:54.935]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6581604Z [00:07:54.942]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6649189Z [00:07:54.949]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6718025Z [00:07:54.956]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6786891Z [00:07:54.963]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/out/version.expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6854697Z [00:07:54.970]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6923936Z [00:07:54.977]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.6991638Z [00:07:54.983]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7059747Z [00:07:54.990]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-fdf4e5a1511073fe/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7128548Z [00:07:54.997]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7196930Z [00:07:55.004]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7267281Z [00:07:55.011]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7335197Z [00:07:55.018]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7402859Z [00:07:55.025]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7469382Z [00:07:55.031]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7536852Z [00:07:55.038]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7603197Z [00:07:55.045]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build_script_build-666d147f7ba58189' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7669451Z [00:07:55.051]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/icu_normalizer_data-666d147f7ba58189/build_script_build-666d147f7ba58189.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7737048Z [00:07:55.058]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7803980Z [00:07:55.065]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7871361Z [00:07:55.071]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustversion-417d4a5bf3ade4c3/build_script_build-417d4a5bf3ade4c3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.7938620Z [00:07:55.078]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustix-42d8834a35f550c8/build_script_build-42d8834a35f550c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8005828Z [00:07:55.085]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustix-42d8834a35f550c8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8072409Z [00:07:55.092]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rustix-42d8834a35f550c8/build_script_build-42d8834a35f550c8' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8138637Z [00:07:55.098]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8206910Z [00:07:55.105]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build_script_build-e3634881db4b60e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8277828Z [00:07:55.112]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build_script_build-e3634881db4b60e6' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8353385Z [00:07:55.120]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8426907Z [00:07:55.127]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8497186Z [00:07:55.134]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/lock_api-0e43305194759e54/build_script_build-0e43305194759e54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8569207Z [00:07:55.141]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libz-sys-59a89d1083f544e8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8643846Z [00:07:55.149]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libz-sys-59a89d1083f544e8/build_script_build-59a89d1083f544e8' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8716046Z [00:07:55.156]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/libz-sys-59a89d1083f544e8/build_script_build-59a89d1083f544e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8787668Z [00:07:55.163]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8860310Z [00:07:55.170]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.8931745Z [00:07:55.177]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9001104Z [00:07:55.184]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/fs-err-10a59c08f2e256b8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9070166Z [00:07:55.191]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/fs-err-10a59c08f2e256b8/build_script_build-10a59c08f2e256b8' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9138532Z [00:07:55.198]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/fs-err-10a59c08f2e256b8/build_script_build-10a59c08f2e256b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9207673Z [00:07:55.205]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9277332Z [00:07:55.212]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build_script_build-e9753c9fcdca61cc' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9346026Z [00:07:55.219]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build_script_build-e9753c9fcdca61cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9417772Z [00:07:55.226]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/getrandom-3fdc5678e809f7fb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9487894Z [00:07:55.233]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/getrandom-3fdc5678e809f7fb/build_script_build-3fdc5678e809f7fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9560001Z [00:07:55.240]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/getrandom-3fdc5678e809f7fb/build_script_build-3fdc5678e809f7fb' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9631539Z [00:07:55.247]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9700824Z [00:07:55.254]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9767794Z [00:07:55.261]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9834877Z [00:07:55.268]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9903047Z [00:07:55.275]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:01.9970783Z [00:07:55.281]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0038163Z [00:07:55.288]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0104590Z [00:07:55.295]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/openssl-sys-297bb9fad3159d69/build-script-main' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0172655Z [00:07:55.302]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/openssl-sys-297bb9fad3159d69/build_script_main-297bb9fad3159d69.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0239898Z [00:07:55.308]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/openssl-sys-297bb9fad3159d69/build_script_main-297bb9fad3159d69' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0308258Z [00:07:55.315]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-sys-3546d6eadc53b38e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0376456Z [00:07:55.322]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-sys-3546d6eadc53b38e/build_script_build-3546d6eadc53b38e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0445791Z [00:07:55.329]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-sys-3546d6eadc53b38e/build_script_build-3546d6eadc53b38e' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0517519Z [00:07:55.336]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0587066Z [00:07:55.343]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0654858Z [00:07:55.350]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0724098Z [00:07:55.357]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0791544Z [00:07:55.363]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0858478Z [00:07:55.370]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0925546Z [00:07:55.377]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-6f27b91d44311954/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.0992512Z [00:07:55.384]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-6f27b91d44311954/build_script_build-6f27b91d44311954' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1060382Z [00:07:55.390]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/curl-6f27b91d44311954/build_script_build-6f27b91d44311954.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1127692Z [00:07:55.397]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/gitoxide-0ec493c9ea5f27c7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1196193Z [00:07:55.404]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/gitoxide-0ec493c9ea5f27c7/build_script_build-0ec493c9ea5f27c7' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1263648Z [00:07:55.411]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/gitoxide-0ec493c9ea5f27c7/build_script_build-0ec493c9ea5f27c7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1332323Z [00:07:55.418]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1399878Z [00:07:55.424]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build_script_build-c0d3c10e6584e514' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1467077Z [00:07:55.431]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build_script_build-c0d3c10e6584e514.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1535080Z [00:07:55.438]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1604754Z [00:07:55.445]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build_script_build-83c9aeb1ec326ba0' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1674126Z [00:07:55.452]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build_script_build-83c9aeb1ec326ba0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1746125Z [00:07:55.459]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1814529Z [00:07:55.466]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1882106Z [00:07:55.472]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.1951167Z [00:07:55.479]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/heapless-619c852799b64d31/build_script_build-619c852799b64d31.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2019173Z [00:07:55.486]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/heapless-619c852799b64d31/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2086793Z [00:07:55.493]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/heapless-619c852799b64d31/build_script_build-619c852799b64d31' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2155090Z [00:07:55.500]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2224179Z [00:07:55.507]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2292116Z [00:07:55.513]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2360331Z [00:07:55.520]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2428854Z [00:07:55.527]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2495830Z [00:07:55.534]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libdisplaydoc-7195a6a7b6295b8f.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2563849Z [00:07:55.541]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/thiserror_impl-09cbb1665cdfc628.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2631581Z [00:07:55.547]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/strum_macros-920333dcc0f3f4d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2701141Z [00:07:55.554]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2770541Z [00:07:55.561]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libcc-f8684d5eac76a8c2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2840707Z [00:07:55.568]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2909430Z [00:07:55.575]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/paste-d4b21fc6492e3195.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.2978584Z [00:07:55.582]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libzerovec_derive-76a189f4ebdfaf72.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3047342Z [00:07:55.589]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3115031Z [00:07:55.596]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libmaybe_async-1a9025ebbc98c4a7.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3186827Z [00:07:55.603]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/synstructure-c05609e66b0d03d2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3254440Z [00:07:55.610]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/librustversion-a291dd095d8cbcc8.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3321739Z [00:07:55.616]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3389095Z [00:07:55.623]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3456602Z [00:07:55.630]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3524028Z [00:07:55.637]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libthiserror_impl-09cbb1665cdfc628.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3591093Z [00:07:55.643]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3658533Z [00:07:55.650]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/thiserror_impl-3cf295331814a8db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3725901Z [00:07:55.657]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/yoke_derive-e279ed62d1e1f54e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3795079Z [00:07:55.664]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libzerofrom_derive-050465dd4205e245.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3863907Z [00:07:55.671]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.3934143Z [00:07:55.678]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4001716Z [00:07:55.684]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libserde_derive-4dea58f2f780c793.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4069764Z [00:07:55.691]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/pkg_config-0923ccadfac496a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4137440Z [00:07:55.698]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4205321Z [00:07:55.705]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4275400Z [00:07:55.712]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libthiserror_impl-3cf295331814a8db.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4342896Z [00:07:55.719]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libclap_derive-bc4ba59015a714aa.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4412096Z [00:07:55.725]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4480814Z [00:07:55.732]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4548549Z [00:07:55.739]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/rustversion-a291dd095d8cbcc8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4615458Z [00:07:55.746]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4682971Z [00:07:55.753]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libtracing_attributes-44edeccea3c38331.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4749197Z [00:07:55.759]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libstability-ff8ca23493182e68.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4815463Z [00:07:55.766]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4882963Z [00:07:55.773]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/clap_derive-bc4ba59015a714aa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.4951693Z [00:07:55.779]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5021477Z [00:07:55.786]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5091455Z [00:07:55.793]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/zerovec_derive-76a189f4ebdfaf72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5159531Z [00:07:55.800]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/stability-ff8ca23493182e68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5228514Z [00:07:55.807]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5295904Z [00:07:55.814]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5364526Z [00:07:55.821]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5431896Z [00:07:55.827]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/tracing_attributes-44edeccea3c38331.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5498421Z [00:07:55.834]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/displaydoc-7195a6a7b6295b8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5568403Z [00:07:55.841]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsyn-94f40e26de0f9146.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5638344Z [00:07:55.848]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/syn-94f40e26de0f9146.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5705952Z [00:07:55.855]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5774451Z [00:07:55.862]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5842811Z [00:07:55.869]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libcc-f8684d5eac76a8c2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5912034Z [00:07:55.875]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/maybe_async-1a9025ebbc98c4a7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.5980455Z [00:07:55.882]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6049054Z [00:07:55.889]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6120163Z [00:07:55.896]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libsynstructure-c05609e66b0d03d2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6188598Z [00:07:55.903]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/cc-f8684d5eac76a8c2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6256183Z [00:07:55.910]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libyoke_derive-e279ed62d1e1f54e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6323528Z [00:07:55.917]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libstrum_macros-920333dcc0f3f4d4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6390752Z [00:07:55.923]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6457776Z [00:07:55.930]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/vcpkg-b334f034d0f5b554.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6524904Z [00:07:55.937]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/zerofrom_derive-050465dd4205e245.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6593413Z [00:07:55.944]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/serde_derive-4dea58f2f780c793.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6661610Z [00:07:55.950]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6734212Z [00:07:55.958]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6802733Z [00:07:55.965]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6870194Z [00:07:55.971]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.6938162Z [00:07:55.978]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7005578Z [00:07:55.985]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7075623Z [00:07:55.992]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7145417Z [00:07:55.999]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7215229Z [00:07:56.006]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7283722Z [00:07:56.013]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7352602Z [00:07:56.020]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7420907Z [00:07:56.026]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7487965Z [00:07:56.033]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/syn-94f40e26de0f9146/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7557040Z [00:07:56.040]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/displaydoc-7195a6a7b6295b8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7625455Z [00:07:56.047]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/displaydoc-7195a6a7b6295b8f/lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7694047Z [00:07:56.054]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/displaydoc-7195a6a7b6295b8f/dep-lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7761262Z [00:07:56.060]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/displaydoc-7195a6a7b6295b8f/lib-displaydoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7829999Z [00:07:56.067]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7898388Z [00:07:56.074]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.7966073Z [00:07:56.081]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8033757Z [00:07:56.088]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_properties_data-89d3fda42f56463d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8101798Z [00:07:56.094]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-15802325c31ff4a7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8169725Z [00:07:56.101]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-15802325c31ff4a7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8237177Z [00:07:56.108]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-15802325c31ff4a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8303585Z [00:07:56.115]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-15802325c31ff4a7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8370527Z [00:07:56.121]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8437214Z [00:07:56.128]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8504764Z [00:07:56.135]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8573117Z [00:07:56.142]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8640619Z [00:07:56.148]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8707421Z [00:07:56.155]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8774072Z [00:07:56.162]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8840845Z [00:07:56.168]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8908744Z [00:07:56.175]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/lib-synstructure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.8975865Z [00:07:56.182]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/synstructure-c05609e66b0d03d2/dep-lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9042505Z [00:07:56.189]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9109756Z [00:07:56.195]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9178754Z [00:07:56.202]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9245556Z [00:07:56.209]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9313255Z [00:07:56.216]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9381849Z [00:07:56.222]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-fdf4e5a1511073fe/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9451682Z [00:07:56.229]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9518614Z [00:07:56.236]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9586105Z [00:07:56.243]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9652783Z [00:07:56.250]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-3cf295331814a8db/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9720552Z [00:07:56.256]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9788218Z [00:07:56.263]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9856842Z [00:07:56.270]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9924096Z [00:07:56.277]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:02.9995732Z [00:07:56.284]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0072296Z [00:07:56.291]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0141804Z [00:07:56.298]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0209822Z [00:07:56.305]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0277368Z [00:07:56.312]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/stability-ff8ca23493182e68/lib-stability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0344340Z [00:07:56.319]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/stability-ff8ca23493182e68/dep-lib-stability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0412428Z [00:07:56.326]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/stability-ff8ca23493182e68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0481401Z [00:07:56.332]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/stability-ff8ca23493182e68/lib-stability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0550555Z [00:07:56.339]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0618506Z [00:07:56.346]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0685202Z [00:07:56.353]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0752948Z [00:07:56.360]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-666d147f7ba58189/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0822362Z [00:07:56.366]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0889933Z [00:07:56.373]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.0957531Z [00:07:56.380]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1024527Z [00:07:56.387]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-417d4a5bf3ade4c3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1092731Z [00:07:56.394]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustix-42d8834a35f550c8/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1161653Z [00:07:56.400]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustix-42d8834a35f550c8/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1228827Z [00:07:56.407]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustix-42d8834a35f550c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1298143Z [00:07:56.414]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustix-42d8834a35f550c8/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1365125Z [00:07:56.421]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1432801Z [00:07:56.428]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1499905Z [00:07:56.434]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1567891Z [00:07:56.441]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/dep-lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1638142Z [00:07:56.448]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/lib-tracing_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1705421Z [00:07:56.455]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1775453Z [00:07:56.462]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1843889Z [00:07:56.469]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/tracing-attributes-44edeccea3c38331/dep-lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1910665Z [00:07:56.475]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/lib-yoke_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.1976871Z [00:07:56.482]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2044295Z [00:07:56.489]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2113004Z [00:07:56.496]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/yoke-derive-e279ed62d1e1f54e/dep-lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2180277Z [00:07:56.502]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2246700Z [00:07:56.509]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2313690Z [00:07:56.516]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2381132Z [00:07:56.522]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2448833Z [00:07:56.529]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2515459Z [00:07:56.536]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2583896Z [00:07:56.543]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2651735Z [00:07:56.549]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2718254Z [00:07:56.556]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2785865Z [00:07:56.563]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2854496Z [00:07:56.570]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2923386Z [00:07:56.577]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/lock_api-0e43305194759e54/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.2991032Z [00:07:56.583]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3060259Z [00:07:56.590]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3127773Z [00:07:56.597]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3195963Z [00:07:56.604]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-impl-09cbb1665cdfc628/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3263625Z [00:07:56.611]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libz-sys-59a89d1083f544e8/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3330435Z [00:07:56.617]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libz-sys-59a89d1083f544e8/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3396956Z [00:07:56.624]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libz-sys-59a89d1083f544e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3464809Z [00:07:56.631]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/libz-sys-59a89d1083f544e8/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3534947Z [00:07:56.638]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/dep-lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3603754Z [00:07:56.645]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3670457Z [00:07:56.651]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3737801Z [00:07:56.658]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rustversion-a291dd095d8cbcc8/lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3804312Z [00:07:56.665]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3872609Z [00:07:56.672]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.3940138Z [00:07:56.678]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4007756Z [00:07:56.685]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4075734Z [00:07:56.692]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/fs-err-10a59c08f2e256b8/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4143282Z [00:07:56.699]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/fs-err-10a59c08f2e256b8/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4210914Z [00:07:56.705]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/fs-err-10a59c08f2e256b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4278207Z [00:07:56.712]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/fs-err-10a59c08f2e256b8/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4345740Z [00:07:56.719]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4415121Z [00:07:56.726]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4483517Z [00:07:56.733]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4550988Z [00:07:56.739]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4620126Z [00:07:56.746]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4689199Z [00:07:56.753]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4757929Z [00:07:56.760]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4827372Z [00:07:56.767]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/clap_derive-bc4ba59015a714aa/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4895873Z [00:07:56.774]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.4963833Z [00:07:56.781]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5032382Z [00:07:56.788]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5102509Z [00:07:56.795]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5171976Z [00:07:56.801]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/cc-f8684d5eac76a8c2/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5240284Z [00:07:56.808]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/cc-f8684d5eac76a8c2/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5308019Z [00:07:56.815]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/cc-f8684d5eac76a8c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5376190Z [00:07:56.822]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/cc-f8684d5eac76a8c2/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5445645Z [00:07:56.829]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/getrandom-3fdc5678e809f7fb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5517503Z [00:07:56.836]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/getrandom-3fdc5678e809f7fb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5589648Z [00:07:56.843]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/getrandom-3fdc5678e809f7fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5659633Z [00:07:56.850]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/getrandom-3fdc5678e809f7fb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5729643Z [00:07:56.857]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5800420Z [00:07:56.864]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5870012Z [00:07:56.871]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.5938780Z [00:07:56.878]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6007301Z [00:07:56.885]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6077243Z [00:07:56.892]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/dep-lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6149939Z [00:07:56.899]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6221292Z [00:07:56.906]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6290871Z [00:07:56.913]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6359625Z [00:07:56.920]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6428893Z [00:07:56.927]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6498561Z [00:07:56.934]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6568778Z [00:07:56.941]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6635455Z [00:07:56.948]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6703478Z [00:07:56.955]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6774755Z [00:07:56.962]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6842959Z [00:07:56.969]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6911487Z [00:07:56.975]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/strum_macros-920333dcc0f3f4d4/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.6980041Z [00:07:56.982]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/openssl-sys-297bb9fad3159d69/dep-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7047050Z [00:07:56.989]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/openssl-sys-297bb9fad3159d69/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7114425Z [00:07:56.996]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/openssl-sys-297bb9fad3159d69/build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7184247Z [00:07:57.003]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/openssl-sys-297bb9fad3159d69/build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7252687Z [00:07:57.010]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7323759Z [00:07:57.017]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7391149Z [00:07:57.023]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7458290Z [00:07:57.030]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7525913Z [00:07:57.037]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-sys-3546d6eadc53b38e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7593797Z [00:07:57.044]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-sys-3546d6eadc53b38e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7661536Z [00:07:57.050]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-sys-3546d6eadc53b38e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7729199Z [00:07:57.057]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-sys-3546d6eadc53b38e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7798108Z [00:07:57.064]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7866944Z [00:07:57.071]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.7934790Z [00:07:57.078]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8001275Z [00:07:57.084]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8068362Z [00:07:57.091]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8136422Z [00:07:57.098]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8203537Z [00:07:57.105]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8273814Z [00:07:57.112]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_derive-4dea58f2f780c793/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8342970Z [00:07:57.119]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8413665Z [00:07:57.126]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8482577Z [00:07:57.133]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8551821Z [00:07:57.139]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8622092Z [00:07:57.146]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/dep-lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8689290Z [00:07:57.153]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8757523Z [00:07:57.160]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8826680Z [00:07:57.167]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerofrom-derive-050465dd4205e245/lib-zerofrom_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8895556Z [00:07:57.174]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.8963727Z [00:07:57.181]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9032395Z [00:07:57.188]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9100752Z [00:07:57.194]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9170738Z [00:07:57.201]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-6f27b91d44311954/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9240454Z [00:07:57.208]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-6f27b91d44311954/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9309965Z [00:07:57.215]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-6f27b91d44311954/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9380168Z [00:07:57.222]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/curl-6f27b91d44311954/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9451560Z [00:07:57.229]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/gitoxide-0ec493c9ea5f27c7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9520562Z [00:07:57.236]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/gitoxide-0ec493c9ea5f27c7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9588300Z [00:07:57.243]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/gitoxide-0ec493c9ea5f27c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9655981Z [00:07:57.250]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/gitoxide-0ec493c9ea5f27c7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9724149Z [00:07:57.257]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9792636Z [00:07:57.263]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9861486Z [00:07:57.270]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9928655Z [00:07:57.277]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:03.9997078Z [00:07:57.284]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0063843Z [00:07:57.291]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/lib-zerovec_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0131906Z [00:07:57.297]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/dep-lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0198751Z [00:07:57.304]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/zerovec-derive-76a189f4ebdfaf72/lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0267892Z [00:07:57.311]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0334546Z [00:07:57.318]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0402122Z [00:07:57.324]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0469035Z [00:07:57.331]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0538086Z [00:07:57.338]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0606627Z [00:07:57.345]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0674923Z [00:07:57.352]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0743540Z [00:07:57.359]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0812806Z [00:07:57.365]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heapless-619c852799b64d31/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0881358Z [00:07:57.372]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heapless-619c852799b64d31/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.0949694Z [00:07:57.379]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heapless-619c852799b64d31/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1017042Z [00:07:57.386]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/heapless-619c852799b64d31/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1085205Z [00:07:57.393]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1153377Z [00:07:57.400]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1221761Z [00:07:57.406]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1290007Z [00:07:57.413]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1357959Z [00:07:57.420]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1425905Z [00:07:57.427]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1492339Z [00:07:57.434]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1559781Z [00:07:57.440]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/dep-lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1628588Z [00:07:57.447]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/maybe-async-1a9025ebbc98c4a7/lib-maybe_async' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1697439Z [00:07:57.454]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/maybe-async-1a9025ebbc98c4a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1765511Z [00:07:57.461]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/maybe-async-1a9025ebbc98c4a7/dep-lib-maybe_async' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1834379Z [00:07:57.468]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/maybe-async-1a9025ebbc98c4a7/lib-maybe_async.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1902476Z [00:07:57.475]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.1969711Z [00:07:57.481]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2036689Z [00:07:57.488]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2103977Z [00:07:57.495]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2172130Z [00:07:57.502]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/libgitoxide.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2239133Z [00:07:57.508]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2307354Z [00:07:57.515]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2375007Z [00:07:57.522]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2442738Z [00:07:57.529]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2510447Z [00:07:57.535]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2578514Z [00:07:57.542]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2646097Z [00:07:57.549]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2713951Z [00:07:57.556]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2783561Z [00:07:57.563]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2852604Z [00:07:57.569]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2921444Z [00:07:57.576]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.2989281Z [00:07:57.583]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3057011Z [00:07:57.590]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3125062Z [00:07:57.597]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3192786Z [00:07:57.604]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-99345ef282f1e13b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3260989Z [00:07:57.610]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-99345ef282f1e13b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3329996Z [00:07:57.617]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-99345ef282f1e13b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3396121Z [00:07:57.624]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-99345ef282f1e13b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3463920Z [00:07:57.631]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-3312bf14c9d55518/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3531317Z [00:07:57.637]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-3312bf14c9d55518/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3599565Z [00:07:57.644]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-3312bf14c9d55518/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3665461Z [00:07:57.651]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-3312bf14c9d55518/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3733839Z [00:07:57.658]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-fcd67987fdd9ec2e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3802143Z [00:07:57.664]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-fcd67987fdd9ec2e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3870447Z [00:07:57.671]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-fcd67987fdd9ec2e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.3939225Z [00:07:57.678]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fs-err-fcd67987fdd9ec2e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4007270Z [00:07:57.685]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-1fd444e48bcd0f42/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4075138Z [00:07:57.692]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-1fd444e48bcd0f42/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4142408Z [00:07:57.699]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-1fd444e48bcd0f42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4208875Z [00:07:57.705]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-1fd444e48bcd0f42/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4278008Z [00:07:57.712]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4344977Z [00:07:57.719]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4412815Z [00:07:57.726]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4479270Z [00:07:57.732]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4548141Z [00:07:57.739]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4616390Z [00:07:57.746]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4684510Z [00:07:57.753]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4753362Z [00:07:57.760]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_properties_data-a3bc3e7b97c7f3aa/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4821159Z [00:07:57.766]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4889803Z [00:07:57.773]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.4958077Z [00:07:57.780]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5026853Z [00:07:57.787]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5095093Z [00:07:57.794]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/out/probe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5163680Z [00:07:57.801]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/out/probe.probe.65d049103e477a66-cgu.0.rcgu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5232355Z [00:07:57.807]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5301048Z [00:07:57.814]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5367998Z [00:07:57.821]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5435451Z [00:07:57.828]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-c3fee51d6e758d9a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5503506Z [00:07:57.835]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5570585Z [00:07:57.841]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5638326Z [00:07:57.848]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5705086Z [00:07:57.855]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5772305Z [00:07:57.861]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5839658Z [00:07:57.868]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5907450Z [00:07:57.875]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.5976103Z [00:07:57.882]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6044884Z [00:07:57.889]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6114318Z [00:07:57.896]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6184260Z [00:07:57.903]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6252815Z [00:07:57.910]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6321530Z [00:07:57.916]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6389682Z [00:07:57.923]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6457187Z [00:07:57.930]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6525876Z [00:07:57.937]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6593805Z [00:07:57.944]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6661090Z [00:07:57.950]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6729497Z [00:07:57.957]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6800864Z [00:07:57.964]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/icu_normalizer_data-66aa5a5106484d6a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6870267Z [00:07:57.971]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gitoxide-f234aa49e4d437ec/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.6937629Z [00:07:57.978]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gitoxide-f234aa49e4d437ec/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7005727Z [00:07:57.985]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gitoxide-f234aa49e4d437ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7073655Z [00:07:57.992]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/gitoxide-f234aa49e4d437ec/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7143075Z [00:07:57.999]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7211532Z [00:07:58.005]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7279695Z [00:07:58.012]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7348349Z [00:07:58.019]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-0742b3835273cda7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7416479Z [00:07:58.026]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7483851Z [00:07:58.033]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7552523Z [00:07:58.039]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7620343Z [00:07:58.046]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7689025Z [00:07:58.053]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-75b9beac0e789717/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7755666Z [00:07:58.060]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-75b9beac0e789717/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7824132Z [00:07:58.067]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-75b9beac0e789717/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7892786Z [00:07:58.074]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-75b9beac0e789717/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.7959798Z [00:07:58.080]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-1ca3d2a47fe0e9e7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8026810Z [00:07:58.087]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-1ca3d2a47fe0e9e7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8095479Z [00:07:58.094]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-1ca3d2a47fe0e9e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8163680Z [00:07:58.101]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-1ca3d2a47fe0e9e7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8232162Z [00:07:58.107]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ffe0552e49c20c0e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8300206Z [00:07:58.114]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ffe0552e49c20c0e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8368953Z [00:07:58.121]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ffe0552e49c20c0e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8437488Z [00:07:58.128]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ffe0552e49c20c0e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8505953Z [00:07:58.135]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8573522Z [00:07:58.142]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8642100Z [00:07:58.148]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8708469Z [00:07:58.155]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8777732Z [00:07:58.162]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8844515Z [00:07:58.169]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8912578Z [00:07:58.176]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.8981130Z [00:07:58.182]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9048826Z [00:07:58.189]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out/libsqlite3.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9115685Z [00:07:58.196]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out/bindgen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9183658Z [00:07:58.203]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/out/c877a2978823c39d-sqlite3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9252770Z [00:07:58.210]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9320829Z [00:07:58.216]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9390033Z [00:07:58.223]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9458930Z [00:07:58.230]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-74091a4a468a4689/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9526472Z [00:07:58.237]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9593082Z [00:07:58.244]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9661268Z [00:07:58.250]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9727306Z [00:07:58.257]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9800020Z [00:07:58.264]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_complete-3254f904149a6dba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9867262Z [00:07:58.271]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dashmap-777a2ca64700d8ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:04.9934592Z [00:07:58.278]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cassowary-68668f9b523f8705.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0001841Z [00:07:58.284]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0068237Z [00:07:58.291]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/home-56e43a85f1593448.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0135505Z [00:07:58.298]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcompact_str-e2f81fb0ad564207.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0203459Z [00:07:58.305]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_docker-4802cea9b564bf80.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0270009Z [00:07:58.311]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-5a0c4b3d710936b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0337950Z [00:07:58.318]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-a035f5c67ef4c95b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0404822Z [00:07:58.325]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/event_listener-1c4a0b06e6c79e2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0473566Z [00:07:58.332]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/prodash-e736a74f9a3681f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0540663Z [00:07:58.338]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0608105Z [00:07:58.345]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_actor-fc31c5956424690b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0675043Z [00:07:58.352]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/open-b821b99ff773a330.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0743182Z [00:07:58.359]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_status-ceb0190eaa8754ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0810369Z [00:07:58.365]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-e10e9d038bad3354.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0878046Z [00:07:58.372]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_merge-1ce0e2d10558e149.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.0947200Z [00:07:58.379]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_worktree_stream-b79e2d218cd88048.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1013600Z [00:07:58.386]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pathdiff-88ecdc5c74fa8dd9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1080970Z [00:07:58.392]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/litemap-9dd80e8ba44614a9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1147644Z [00:07:58.399]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-5d647556bd4fe36f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1214578Z [00:07:58.406]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_prompt-8ca5ae3013618f62.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1282097Z [00:07:58.412]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-cc16c36a383d4b4f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1349710Z [00:07:58.419]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1418183Z [00:07:58.426]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-51828db896c4cc4c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1488300Z [00:07:58.433]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1557728Z [00:07:58.440]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-102b31737fd11237.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1625450Z [00:07:58.447]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1693309Z [00:07:58.454]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1761311Z [00:07:58.460]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1828978Z [00:07:58.467]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal-a0cdd97935466f76.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1897834Z [00:07:58.474]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/digest-08570efda4d1abe8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.1965166Z [00:07:58.481]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/generic_array-08da0476db2bde36.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2033712Z [00:07:58.488]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-15e5f3663e75b827.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2100851Z [00:07:58.494]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_filter-d4263caa529e80b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2169665Z [00:07:58.501]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2235844Z [00:07:58.508]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_err-15c699b3bc547141.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2302818Z [00:07:58.515]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-e10e9d038bad3354.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2370821Z [00:07:58.521]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashlink-252307eb83eb2e97.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2438118Z [00:07:58.528]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinystr-15e5f3663e75b827.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2506479Z [00:07:58.535]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/event_listener_strategy-8e6d2b3e12df6969.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2574155Z [00:07:58.542]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2642625Z [00:07:58.549]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-e59139a3d449cf5d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2710939Z [00:07:58.555]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2778940Z [00:07:58.562]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzlib_rs-5c7cc95ca1abf653.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2845880Z [00:07:58.569]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhuman_format-8ee9f1360d2aaa30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2913520Z [00:07:58.576]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_filter-d4263caa529e80b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.2981799Z [00:07:58.582]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3048876Z [00:07:58.589]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ansiterm-bb3e92b3bec4a207.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3115597Z [00:07:58.596]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-0d49dbfd8e3a88c1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3183276Z [00:07:58.603]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam-4d3fcab449d77754.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3250140Z [00:07:58.609]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-1204b04797d7b519.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3317248Z [00:07:58.616]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcassowary-68668f9b523f8705.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3383878Z [00:07:58.623]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3451063Z [00:07:58.629]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a636499d6b59e980.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3517845Z [00:07:58.636]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_queue-1f0ec87d926659d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3584544Z [00:07:58.643]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3653056Z [00:07:58.650]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-fb3b59db4a6b6077.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3722373Z [00:07:58.657]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3789314Z [00:07:58.663]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3857381Z [00:07:58.670]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_glob-5b206c5880f71203.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3925739Z [00:07:58.677]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpathdiff-88ecdc5c74fa8dd9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.3994261Z [00:07:58.684]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_protocol-9c0857353f1d764f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4061978Z [00:07:58.690]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_archive-1478510fee450088.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4131054Z [00:07:58.697]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-84292a7991e702db.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4200507Z [00:07:58.704]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4270887Z [00:07:58.711]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4342803Z [00:07:58.719]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_refspec-a581c12846890152.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4412908Z [00:07:58.726]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4483428Z [00:07:58.733]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_shallow-507ca95827a3cbe1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4553312Z [00:07:58.740]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-15e5f3663e75b827.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4623242Z [00:07:58.747]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_dir-a8581dc107b0d201.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4692189Z [00:07:58.754]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uluru-07adb207d594efcd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4762641Z [00:07:58.761]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4832044Z [00:07:58.767]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config_value-fc2e60169a15db49.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4901172Z [00:07:58.774]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/allocator_api2-2a12531b87530519.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.4969187Z [00:07:58.781]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_odb-2359005e467be37a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5037018Z [00:07:58.788]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5104077Z [00:07:58.795]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5171213Z [00:07:58.801]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_features-062fe0a2a80e2ddb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5239403Z [00:07:58.808]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_filter-fa8f67387ed3e491.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5308097Z [00:07:58.815]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5376166Z [00:07:58.822]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/block_buffer-304c8186c073e4bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5443485Z [00:07:58.829]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5511001Z [00:07:58.835]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-dc0e0787ad1648e0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5578294Z [00:07:58.842]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_log-0ac68df78668d010.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5647665Z [00:07:58.849]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-3254f904149a6dba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5715996Z [00:07:58.856]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5783334Z [00:07:58.863]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_attributes-40d55140a9f648df.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5851874Z [00:07:58.869]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5920943Z [00:07:58.876]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-14a59d5d2369cc87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.5989467Z [00:07:58.883]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gitoxide_core-ca26d1a0b31ef722.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6057685Z [00:07:58.890]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/potential_utf-3b8a6af42e2b8ced.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6129789Z [00:07:58.897]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pathspec-f3787c6ba99a7d75.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6200888Z [00:07:58.904]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-8813902593f37ce9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6270785Z [00:07:58.911]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-9e9cb703230fc9b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6339342Z [00:07:58.918]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yoke-6919c1f1985d4805.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6408716Z [00:07:58.925]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-916f2ee2432d0da5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6477456Z [00:07:58.932]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_quote-20bf87b14554635d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6547926Z [00:07:58.939]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix-96ca11939daabf72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6617617Z [00:07:58.946]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5a0c4b3d710936b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6686792Z [00:07:58.953]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_attributes-40d55140a9f648df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6756530Z [00:07:58.960]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6826075Z [00:07:58.967]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtar-65b39b1e3e584e8b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6895877Z [00:07:58.974]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-70e93713acfb7392.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.6965294Z [00:07:58.981]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/compact_str-e2f81fb0ad564207.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7037325Z [00:07:58.988]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_prompt-8ca5ae3013618f62.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7107259Z [00:07:58.995]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusqlite-ad7ed80de1883712.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7175858Z [00:07:59.002]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_discover-ec7c145a2d518f70.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7245836Z [00:07:59.009]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl-e7a21ff61224c660.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7315574Z [00:07:59.016]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties-ce12c712bf7a40d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7384280Z [00:07:59.023]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-dfc58abc02bf53a1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7453565Z [00:07:59.030]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7524336Z [00:07:59.037]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-08ef712f5fb16968.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7592670Z [00:07:59.044]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_sys-a04c1e9c682a6c83.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7662010Z [00:07:59.050]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-0d49dbfd8e3a88c1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7731017Z [00:07:59.057]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_bitmap-1c19071f263cde09.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7799835Z [00:07:59.064]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7869572Z [00:07:59.071]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fallible_streaming_iterator-3a23511af975cb90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.7937872Z [00:07:59.078]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_object-371203b1c27d0771.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8008965Z [00:07:59.085]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_actor-fc31c5956424690b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8080037Z [00:07:59.092]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_submodule-386d9083cb66928f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8150926Z [00:07:59.099]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-93b110292a34b275.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8220615Z [00:07:59.106]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-5e6b8771368499b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8290574Z [00:07:59.113]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_tempfile-ffde79f2522af8a6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8361657Z [00:07:59.120]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_packetline-25ebe0e8211c4112.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8431699Z [00:07:59.127]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_pathspec-f3787c6ba99a7d75.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8502035Z [00:07:59.134]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-053ff0f158368adc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8571987Z [00:07:59.141]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxattr-ece016522a364fa5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8643449Z [00:07:59.149]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer-e02d66e741c45caa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8713015Z [00:07:59.156]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-39dc14683de43b2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8782796Z [00:07:59.163]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curl-e7a21ff61224c660.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8852620Z [00:07:59.170]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tar-65b39b1e3e584e8b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8921779Z [00:07:59.176]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-916f2ee2432d0da5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.8992191Z [00:07:59.183]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxattr-ece016522a364fa5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9062372Z [00:07:59.190]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-c3bb60b08803c7f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9133948Z [00:07:59.198]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_io-553973fdb55f7e0e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9204863Z [00:07:59.205]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansiterm-bb3e92b3bec4a207.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9276124Z [00:07:59.212]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-fa8f67387ed3e491.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9347929Z [00:07:59.219]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblayout-f83324da552207b4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9417085Z [00:07:59.226]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_config_value-fc2e60169a15db49.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9486768Z [00:07:59.233]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_transport-e59c4e159f4df39d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9556386Z [00:07:59.240]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-0d49dbfd8e3a88c1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9626597Z [00:07:59.247]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytesize-490fdf4ce5fdeb8e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9696572Z [00:07:59.254]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_packetline_blocking-0d8834a4ab62e7db.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9765962Z [00:07:59.261]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_hash-8cbd303d60b473a6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9835653Z [00:07:59.268]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopen-b821b99ff773a330.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9905020Z [00:07:59.275]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_docker-4802cea9b564bf80.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:05.9974767Z [00:07:59.282]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-a057767ba63dd9e9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0045015Z [00:07:59.289]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_trace-88d0a17b6a90e6b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0115554Z [00:07:59.296]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0185889Z [00:07:59.303]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-6919c1f1985d4805.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0257788Z [00:07:59.310]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_err-15c699b3bc547141.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0329284Z [00:07:59.317]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_normalization-64dc4c26d940c042.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0399889Z [00:07:59.324]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-4989857d14319657.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0469786Z [00:07:59.331]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0540094Z [00:07:59.338]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ref-8b1e084e30e846c1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0609094Z [00:07:59.345]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-dfc58abc02bf53a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0679526Z [00:07:59.352]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0748663Z [00:07:59.359]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-fbf9229152a0f466.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0818474Z [00:07:59.366]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz_rs_sys-4a1d7841f32af640.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0891252Z [00:07:59.373]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-fb2e9ad978fcacd4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.0958761Z [00:07:59.380]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bom-2fe70e19bc876e2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1027037Z [00:07:59.387]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1097713Z [00:07:59.394]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-2332ff3b8e67b3b0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1167652Z [00:07:59.401]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_docker-4802cea9b564bf80.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1236015Z [00:07:59.408]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1307148Z [00:07:59.415]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-6471d5961de3a36f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1378558Z [00:07:59.422]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-d488803a5a1e9927.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1447536Z [00:07:59.429]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1517016Z [00:07:59.436]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-929cb6acf7d10038.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1586609Z [00:07:59.443]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1655108Z [00:07:59.450]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_forest-f0ac9bb8761bd39c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1724381Z [00:07:59.457]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-fb3b59db4a6b6077.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1795033Z [00:07:59.464]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-c0eb689002617c36.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1863766Z [00:07:59.471]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-8cd71fdf13c27192.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.1932503Z [00:07:59.478]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2001198Z [00:07:59.484]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec_macros-cd1d5043b7cc5d72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2070010Z [00:07:59.491]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bstr-09109186d5cfa119.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2138860Z [00:07:59.498]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide-6a9f1c35409a99ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2208215Z [00:07:59.505]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-0ac68df78668d010.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2277441Z [00:07:59.512]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-03cb6283b50a77ff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2345535Z [00:07:59.519]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_filter-d4263caa529e80b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2414978Z [00:07:59.526]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2487293Z [00:07:59.533]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_wsl-c4947460452a10ab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2559836Z [00:07:59.540]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_credentials-9b7b5f1e490f94c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2628946Z [00:07:59.547]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_queue-1f0ec87d926659d0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2697323Z [00:07:59.554]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_provider-18d7f587d2fd21f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2767019Z [00:07:59.561]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_merge-1ce0e2d10558e149.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2835454Z [00:07:59.568]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config_value-fc2e60169a15db49.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2905043Z [00:07:59.575]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-1c717d5d4fdd7665.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.2974397Z [00:07:59.582]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-11318ea33289ba61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3043657Z [00:07:59.589]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-f19fef6b01178305.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3114047Z [00:07:59.596]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_dir-a8581dc107b0d201.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3183349Z [00:07:59.603]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_prompt-8ca5ae3013618f62.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3252405Z [00:07:59.610]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-2a91682787be765b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3321813Z [00:07:59.616]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-445c7608738c7da1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3391409Z [00:07:59.623]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3460237Z [00:07:59.630]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-b26baba818758982.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3529483Z [00:07:59.637]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-b3cc5c5857e7ad30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3601282Z [00:07:59.644]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_negotiate-56925d469f914d58.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3671184Z [00:07:59.651]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pack-03d5d6df9339d2ad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3740366Z [00:07:59.658]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3810480Z [00:07:59.665]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-9dd80e8ba44614a9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3878643Z [00:07:59.672]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_index-0ed40c18f46f2dfd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.3947500Z [00:07:59.679]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-e59139a3d449cf5d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4015523Z [00:07:59.686]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4084258Z [00:07:59.693]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_sink-6503185c940aebae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4152947Z [00:07:59.700]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtar-65b39b1e3e584e8b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4220972Z [00:07:59.706]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_sec-8884d2d017c69a46.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4290734Z [00:07:59.713]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_path-b3fed79fe9b26db1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4359359Z [00:07:59.720]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_truncate-3b24bd19a8aecf31.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4427695Z [00:07:59.727]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerovec-e127facdcca7c6af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4497225Z [00:07:59.734]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansiterm-bb3e92b3bec4a207.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4566580Z [00:07:59.741]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4634801Z [00:07:59.748]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4706084Z [00:07:59.755]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/shell_words-e9e4fbd39491fe62.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4776144Z [00:07:59.762]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_credentials-9b7b5f1e490f94c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4847080Z [00:07:59.769]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4914437Z [00:07:59.776]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-b26baba818758982.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.4984268Z [00:07:59.783]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_subscriber-0fc7b8027c63985e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5051923Z [00:07:59.789]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-0ea166832df7fb2a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5121107Z [00:07:59.796]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_commitgraph-3e3a41334331d924.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5189511Z [00:07:59.803]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-0fc7b8027c63985e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5260094Z [00:07:59.810]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_transport-e59c4e159f4df39d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5327281Z [00:07:59.817]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-82b9ec2632344da1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5395201Z [00:07:59.824]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5463045Z [00:07:59.831]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_protocol-9c0857353f1d764f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5530612Z [00:07:59.837]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_odb-2359005e467be37a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5599140Z [00:07:59.844]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_ignore-bfe76ddaef61e28d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5668357Z [00:07:59.851]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5735902Z [00:07:59.858]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-ebace7f6b6d6587e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5805067Z [00:07:59.865]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_bitmap-1c19071f263cde09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5874860Z [00:07:59.872]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking-03cb6283b50a77ff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.5944894Z [00:07:59.879]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-e9cf87b0b6329ff9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6014155Z [00:07:59.886]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-053ff0f158368adc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6085120Z [00:07:59.893]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerotrie-19fbd5966cf4d744.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6157827Z [00:07:59.900]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6227602Z [00:07:59.907]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-8a79aaa8b80caf75.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6297056Z [00:07:59.914]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6366183Z [00:07:59.921]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memmap2-ed4102ca08dcf735.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6435661Z [00:07:59.928]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-14a59d5d2369cc87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6503858Z [00:07:59.935]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdashmap-777a2ca64700d8ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6572695Z [00:07:59.942]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-9e9cb703230fc9b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6642466Z [00:07:59.949]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-5d647556bd4fe36f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6712210Z [00:07:59.955]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-1d4f3c021421c7df.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6783430Z [00:07:59.963]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-2a12531b87530519.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6853257Z [00:07:59.970]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-64dc4c26d940c042.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6926919Z [00:07:59.977]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaster_hex-bd2e28cba9bc8b27.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.6998093Z [00:07:59.984]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-fb9d2db0b500b73f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7068403Z [00:07:59.991]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_bitmap-1c19071f263cde09.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7138266Z [00:07:59.998]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/faster_hex-bd2e28cba9bc8b27.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7208820Z [00:08:00.005]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7278858Z [00:08:00.012]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/layout-f83324da552207b4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7356173Z [00:08:00.019]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-f19fef6b01178305.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7419864Z [00:08:00.026]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsqlite3_sys-b8f477557d695699.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7490195Z [00:08:00.033]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarc_swap-a543dcf2e7b9422e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7561336Z [00:08:00.040]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-2004fd088837ee6a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7631246Z [00:08:00.047]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam-4d3fcab449d77754.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7701076Z [00:08:00.054]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-929cb6acf7d10038.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7772024Z [00:08:00.061]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config-df959d3774fb6832.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7841416Z [00:08:00.068]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_mailmap-0d9700603f34fcf2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7911396Z [00:08:00.075]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_shallow-507ca95827a3cbe1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.7981409Z [00:08:00.082]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_wsl-c4947460452a10ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8053224Z [00:08:00.090]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-51828db896c4cc4c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8124895Z [00:08:00.097]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_diff-628c3a933cbc0ec8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8195353Z [00:08:00.104]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-e4bc8ac7512add7a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8265890Z [00:08:00.111]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_truncate-3b24bd19a8aecf31.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8335483Z [00:08:00.118]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-18d7f587d2fd21f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8405367Z [00:08:00.125]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz_sys-a04c1e9c682a6c83.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8476844Z [00:08:00.132]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_ref-8b1e084e30e846c1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8546469Z [00:08:00.139]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdashmap-777a2ca64700d8ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8615478Z [00:08:00.146]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sharded_slab-a096078f7979df47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8685121Z [00:08:00.153]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-9080223ccff6cf31.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8754359Z [00:08:00.160]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8823645Z [00:08:00.167]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_pack-03d5d6df9339d2ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8893791Z [00:08:00.174]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-4d02090bd752db13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.8963741Z [00:08:00.181]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_wsl-c4947460452a10ab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9033242Z [00:08:00.188]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_archive-1478510fee450088.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9103366Z [00:08:00.195]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer_data-a057767ba63dd9e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9173489Z [00:08:00.202]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-39dc14683de43b2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9244781Z [00:08:00.209]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-5d647556bd4fe36f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9315008Z [00:08:00.216]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-63686468d78d1ab7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9384140Z [00:08:00.223]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_lock-dc0e0787ad1648e0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9454955Z [00:08:00.230]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-8e6d2b3e12df6969.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9524531Z [00:08:00.237]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9593533Z [00:08:00.244]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9662477Z [00:08:00.251]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hash32-505d9f60a525e6b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9731369Z [00:08:00.257]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_worktree_state-7c5b098822a4a40e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9800690Z [00:08:00.264]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/writeable-1d4f3c021421c7df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9870829Z [00:08:00.271]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/filetime-a9003c3b0d35a644.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:06.9940814Z [00:08:00.278]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fsck-31ac5a2d42c2b818.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0008696Z [00:08:00.285]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0077365Z [00:08:00.292]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-860814c200af1b93.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0147777Z [00:08:00.299]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-b3cc5c5857e7ad30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0217674Z [00:08:00.306]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-1fb90da6565d6694.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0286964Z [00:08:00.313]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-553973fdb55f7e0e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0355693Z [00:08:00.320]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-3b8a6af42e2b8ced.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0424761Z [00:08:00.327]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblayout-f83324da552207b4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0495927Z [00:08:00.334]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree_state-7c5b098822a4a40e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0564811Z [00:08:00.341]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree_state-7c5b098822a4a40e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0633806Z [00:08:00.348]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-eba13be3a477c621.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0703108Z [00:08:00.355]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_negotiate-56925d469f914d58.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0773412Z [00:08:00.362]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_io-d7b3f65324b25173.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0842699Z [00:08:00.369]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-e02d66e741c45caa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0911719Z [00:08:00.375]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_odb-2359005e467be37a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.0981003Z [00:08:00.382]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ignore-bfe76ddaef61e28d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1050851Z [00:08:00.389]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-29e5a38bab2fe1ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1119186Z [00:08:00.396]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fallible_iterator-e4bc8ac7512add7a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1188346Z [00:08:00.403]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_protocol-9c0857353f1d764f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1257927Z [00:08:00.410]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_packetline-25ebe0e8211c4112.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1327424Z [00:08:00.417]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_blame-62b46ee62d8b3e6a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1396861Z [00:08:00.424]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_queue-1f0ec87d926659d0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1466709Z [00:08:00.431]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1533932Z [00:08:00.438]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayvec-102b31737fd11237.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1602543Z [00:08:00.445]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-505d9f60a525e6b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1671911Z [00:08:00.451]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1740348Z [00:08:00.458]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimara_diff-5c196bd274178ae4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1810164Z [00:08:00.465]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-1c4a0b06e6c79e2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1879216Z [00:08:00.472]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.1946954Z [00:08:00.479]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-4dbb994201dee54a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2016758Z [00:08:00.486]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_credentials-9b7b5f1e490f94c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2085474Z [00:08:00.493]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libio_close-b0188a10e582f1d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2153704Z [00:08:00.500]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lru-445c7608738c7da1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2223655Z [00:08:00.507]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-445c7608738c7da1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2293834Z [00:08:00.514]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2362948Z [00:08:00.521]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crosstermion-122fda201147604f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2433493Z [00:08:00.528]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2505169Z [00:08:00.535]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2575598Z [00:08:00.542]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-99879f58e510182a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2645643Z [00:08:00.549]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjwalk-6c6f5643d68c08f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2715735Z [00:08:00.556]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_lock-3baf9b4250ed856a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2785833Z [00:08:00.563]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_url-c161ca08f6259895.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2855933Z [00:08:00.570]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibsqlite3_sys-b8f477557d695699.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2927085Z [00:08:00.577]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjwalk-6c6f5643d68c08f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.2995454Z [00:08:00.584]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-a31d2b50a96575cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3064094Z [00:08:00.591]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3134178Z [00:08:00.598]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_deque-0d1f152e6612a44b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3203697Z [00:08:00.605]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-ad1850da1c8344be.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3273236Z [00:08:00.612]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_worktree-e3155b694c8f8741.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3343436Z [00:08:00.619]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_index-0ed40c18f46f2dfd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3412510Z [00:08:00.626]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_logger-f19fef6b01178305.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3482389Z [00:08:00.632]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_discover-ec7c145a2d518f70.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3551989Z [00:08:00.639]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_lock-3baf9b4250ed856a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3622157Z [00:08:00.646]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_commitgraph-3e3a41334331d924.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3691825Z [00:08:00.653]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_react-6ac95a8ee9ff96e5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3760543Z [00:08:00.660]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-1fb90da6565d6694.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3828809Z [00:08:00.667]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzip-d25b6f6f6ec5ce01.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3897577Z [00:08:00.674]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix-96ca11939daabf72.gix.a498d1daa60b6776-cgu.0.rcgu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.3966046Z [00:08:00.681]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-14bee934476318fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4035292Z [00:08:00.688]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_config-df959d3774fb6832.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4104173Z [00:08:00.695]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-32121c5469c95598.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4173893Z [00:08:00.702]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-08ef712f5fb16968.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4243555Z [00:08:00.709]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-dfc58abc02bf53a1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4313575Z [00:08:00.716]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook-cc16c36a383d4b4f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4383727Z [00:08:00.723]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-553973fdb55f7e0e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4454345Z [00:08:00.730]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-fdfd9e62563524fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4524099Z [00:08:00.737]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-8e6d2b3e12df6969.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4593216Z [00:08:00.744]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pathspec-f3787c6ba99a7d75.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4663647Z [00:08:00.751]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-4d02090bd752db13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4737652Z [00:08:00.758]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprodash-e736a74f9a3681f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4809412Z [00:08:00.765]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-fb9d2db0b500b73f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4879431Z [00:08:00.772]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-bef1311e07b34ff5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.4950067Z [00:08:00.779]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibsqlite3_sys-b8f477557d695699.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5019123Z [00:08:00.786]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_revwalk-5226dad63ac0a1d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5089591Z [00:08:00.793]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_url-c161ca08f6259895.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5159537Z [00:08:00.800]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_blame-62b46ee62d8b3e6a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5229683Z [00:08:00.807]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtui_react-6ac95a8ee9ff96e5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5298848Z [00:08:00.814]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5366932Z [00:08:00.821]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_url-c161ca08f6259895.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5435818Z [00:08:00.828]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-4dbb994201dee54a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5505727Z [00:08:00.835]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5574952Z [00:08:00.842]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-fbf9229152a0f466.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5644733Z [00:08:00.849]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_features-062fe0a2a80e2ddb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5713258Z [00:08:00.856]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-5d7663d4e453975b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5785303Z [00:08:00.863]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-58b95992d57121ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5857378Z [00:08:00.870]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-810b3968107aea7d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5927326Z [00:08:00.877]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuluru-07adb207d594efcd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.5997457Z [00:08:00.884]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6067434Z [00:08:00.891]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerofrom-4989857d14319657.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6138264Z [00:08:00.898]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-46246f5ee9595d8b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6208575Z [00:08:00.905]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6279165Z [00:08:00.912]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_shallow-507ca95827a3cbe1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6347639Z [00:08:00.919]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-718ea0a4939e055b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6416812Z [00:08:00.926]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-a057767ba63dd9e9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6485601Z [00:08:00.933]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itertools-2004fd088837ee6a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6554034Z [00:08:00.940]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clru-0889a773f3480da7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6622748Z [00:08:00.947]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-fb3b59db4a6b6077.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6692096Z [00:08:00.953]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-a9ca98bee87afa67.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6762651Z [00:08:00.961]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-cd3a346369977928.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6834393Z [00:08:00.968]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-eba13be3a477c621.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6904757Z [00:08:00.975]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_submodule-386d9083cb66928f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.6974714Z [00:08:00.982]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-6503185c940aebae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7044032Z [00:08:00.989]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7114268Z [00:08:00.996]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-32121c5469c95598.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7183505Z [00:08:01.003]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl_sys-5c47e2c997b513e5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7254194Z [00:08:01.010]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7325129Z [00:08:01.017]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-eba13be3a477c621.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7393864Z [00:08:01.024]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_chunk-2108d1ad73e69548.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7462757Z [00:08:01.031]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7532373Z [00:08:01.037]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_command-1f65f23866f4eb51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7601150Z [00:08:01.044]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/stable_deref_trait-fb9d2db0b500b73f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7670036Z [00:08:01.051]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-2332ff3b8e67b3b0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7738380Z [00:08:01.058]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-810b3968107aea7d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7805899Z [00:08:01.065]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7874301Z [00:08:01.072]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_sec-8884d2d017c69a46.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.7943361Z [00:08:01.079]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-82b9ec2632344da1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8014782Z [00:08:01.086]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8084682Z [00:08:01.093]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8152984Z [00:08:01.100]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_traverse-1d8268d7b08e567b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8222812Z [00:08:01.107]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_submodule-386d9083cb66928f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8293875Z [00:08:01.114]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bom-2fe70e19bc876e2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8361433Z [00:08:01.120]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-4d02090bd752db13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8429337Z [00:08:01.127]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8497516Z [00:08:01.134]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-a0cdd97935466f76.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8565523Z [00:08:01.141]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8632999Z [00:08:01.148]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-2705c931e9ed44a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8700922Z [00:08:01.154]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-72f1e7a9c9b7b2a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8768868Z [00:08:01.161]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_negotiate-56925d469f914d58.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8836663Z [00:08:01.168]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-64dc4c26d940c042.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8903555Z [00:08:01.175]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_common-93b110292a34b275.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.8970780Z [00:08:01.181]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-3e92b4385fdad345.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9039595Z [00:08:01.188]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-e127facdcca7c6af.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9110863Z [00:08:01.195]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-505d9f60a525e6b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9179645Z [00:08:01.202]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-dd9ea91bb2029276.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9249381Z [00:08:01.209]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8_iter-51828db896c4cc4c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9318709Z [00:08:01.216]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-718ea0a4939e055b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9387442Z [00:08:01.223]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytesize-490fdf4ce5fdeb8e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9456642Z [00:08:01.230]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-cf75ffe0a6e1c88b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9525659Z [00:08:01.237]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9e72e79de4134296.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9594296Z [00:08:01.244]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imara_diff-5c196bd274178ae4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9663020Z [00:08:01.251]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-46246f5ee9595d8b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9732796Z [00:08:01.258]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide_core-ca26d1a0b31ef722.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9803894Z [00:08:01.265]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_refspec-a581c12846890152.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9874523Z [00:08:01.272]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zip-d25b6f6f6ec5ce01.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:07.9944348Z [00:08:01.279]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-6919c1f1985d4805.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0014731Z [00:08:01.286]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0084673Z [00:08:01.293]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-14a59d5d2369cc87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0154355Z [00:08:01.300]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-08ef712f5fb16968.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0227565Z [00:08:01.307]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_packetline_blocking-0d8834a4ab62e7db.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0298124Z [00:08:01.314]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jwalk-6c6f5643d68c08f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0368395Z [00:08:01.321]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-a9003c3b0d35a644.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0439378Z [00:08:01.328]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_trace-88d0a17b6a90e6b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0510128Z [00:08:01.335]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshell_words-e9e4fbd39491fe62.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0579291Z [00:08:01.342]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-b2a72e844afe803f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0648837Z [00:08:01.349]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-4989857d14319657.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0719385Z [00:08:01.356]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-5df3363ba717682c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0788224Z [00:08:01.363]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0858630Z [00:08:01.370]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/kstring-86bbfa17aec4d9c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0927365Z [00:08:01.377]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcompact_str-e2f81fb0ad564207.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.0997434Z [00:08:01.384]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhuman_format-8ee9f1360d2aaa30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1067512Z [00:08:01.391]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_locale_core-0ea166832df7fb2a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1137070Z [00:08:01.398]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1205952Z [00:08:01.405]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-2705c931e9ed44a8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1276187Z [00:08:01.412]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foldhash-2332ff3b8e67b3b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1348331Z [00:08:01.419]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_traverse-1d8268d7b08e567b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1418886Z [00:08:01.426]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1488336Z [00:08:01.433]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1557310Z [00:08:01.440]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1625547Z [00:08:01.447]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-c0eb689002617c36.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1695443Z [00:08:01.454]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1765810Z [00:08:01.461]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/form_urlencoded-1fb90da6565d6694.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1837102Z [00:08:01.468]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-84292a7991e702db.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1905902Z [00:08:01.475]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-03cb6283b50a77ff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.1975233Z [00:08:01.482]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ratatui-ebace7f6b6d6587e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2044064Z [00:08:01.489]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-08570efda4d1abe8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2113340Z [00:08:01.496]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-fa8f67387ed3e491.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2182782Z [00:08:01.503]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-e10e9d038bad3354.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2251897Z [00:08:01.509]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshell_words-e9e4fbd39491fe62.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2321586Z [00:08:01.516]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcassowary-68668f9b523f8705.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2392006Z [00:08:01.523]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_tempfile-ffde79f2522af8a6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2463783Z [00:08:01.531]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_status-ceb0190eaa8754ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2533903Z [00:08:01.538]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-0fc7b8027c63985e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2603330Z [00:08:01.545]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-cd3a346369977928.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2673368Z [00:08:01.552]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_date-c93d29ceddba083d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2743062Z [00:08:01.559]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_forest-f0ac9bb8761bd39c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2811983Z [00:08:01.565]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gitoxide-6a9f1c35409a99ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2881426Z [00:08:01.572]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-3e92b4385fdad345.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.2949376Z [00:08:01.579]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon-46246f5ee9595d8b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3016058Z [00:08:01.586]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashlink-252307eb83eb2e97.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3084891Z [00:08:01.593]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-08570efda4d1abe8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3152888Z [00:08:01.600]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3221427Z [00:08:01.606]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprodash-e736a74f9a3681f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3290122Z [00:08:01.613]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e26c4d633fafb8bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3360537Z [00:08:01.620]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusqlite-ad7ed80de1883712.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3428394Z [00:08:01.627]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-58b95992d57121ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3500909Z [00:08:01.634]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-8cd71fdf13c27192.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3570848Z [00:08:01.641]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix-f08a36c593b8653a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3640490Z [00:08:01.648]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3708894Z [00:08:01.655]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-3254f904149a6dba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3778238Z [00:08:01.662]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9e72e79de4134296.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3847301Z [00:08:01.669]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rusqlite-ad7ed80de1883712.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3916365Z [00:08:01.676]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-860814c200af1b93.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.3986195Z [00:08:01.683]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4055017Z [00:08:01.690]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrosstermion-122fda201147604f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4123004Z [00:08:01.697]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locale_core-0ea166832df7fb2a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4191745Z [00:08:01.703]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_truncate-3b24bd19a8aecf31.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4260962Z [00:08:01.710]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-2004fd088837ee6a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4333217Z [00:08:01.718]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fs-522fa91e89e5f558.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4402578Z [00:08:01.724]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-8a79aaa8b80caf75.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4472603Z [00:08:01.731]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-2a12531b87530519.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4543374Z [00:08:01.739]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4614123Z [00:08:01.746]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_revision-dea39ce103cde7a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4685047Z [00:08:01.753]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-9e9cb703230fc9b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4754879Z [00:08:01.760]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_forest-f0ac9bb8761bd39c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4823808Z [00:08:01.767]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-0bb23d4b5c482513.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4895210Z [00:08:01.774]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cpufeatures-78f285777fc6cffa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.4964380Z [00:08:01.781]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-14bee934476318fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5033857Z [00:08:01.788]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-1204b04797d7b519.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5102489Z [00:08:01.794]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ein-538bd29d887e9834.ein.794bb4a5f9bb0303-cgu.0.rcgu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5171551Z [00:08:01.801]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_hashtable-db99b4bd4838a144.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5240524Z [00:08:01.808]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-93b110292a34b275.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5309308Z [00:08:01.815]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_glob-5b206c5880f71203.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5375978Z [00:08:01.822]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-11318ea33289ba61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5444746Z [00:08:01.829]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-1592dd87362accc2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5513169Z [00:08:01.836]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thread_local-82b9ec2632344da1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5583804Z [00:08:01.843]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5654101Z [00:08:01.850]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_date-c93d29ceddba083d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5727512Z [00:08:01.857]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-18d7f587d2fd21f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5800413Z [00:08:01.864]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5871820Z [00:08:01.871]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-58b95992d57121ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.5942041Z [00:08:01.878]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/io_close-b0188a10e582f1d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6012715Z [00:08:01.886]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6082507Z [00:08:01.892]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_status-ceb0190eaa8754ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6155090Z [00:08:01.900]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_object-371203b1c27d0771.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6224438Z [00:08:01.907]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6292038Z [00:08:01.913]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6360578Z [00:08:01.920]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6428475Z [00:08:01.927]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6495588Z [00:08:01.934]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6564282Z [00:08:01.941]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_diff-628c3a933cbc0ec8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6632108Z [00:08:01.947]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_chunk-2108d1ad73e69548.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6699239Z [00:08:01.954]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-32121c5469c95598.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6769098Z [00:08:01.961]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-ce12c712bf7a40d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6841471Z [00:08:01.968]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties_data-916f2ee2432d0da5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6910061Z [00:08:01.975]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.6977431Z [00:08:01.982]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_rs_sys-4a1d7841f32af640.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7044955Z [00:08:01.989]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7114193Z [00:08:01.996]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuluru-07adb207d594efcd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7182374Z [00:08:02.003]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix-f08a36c593b8653a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7249808Z [00:08:02.009]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-1c4a0b06e6c79e2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7317087Z [00:08:02.016]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_fs-522fa91e89e5f558.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7384999Z [00:08:02.023]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sysinfo-644339584985defa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7452734Z [00:08:02.030]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-cc16c36a383d4b4f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7520295Z [00:08:02.036]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fs_err-15c699b3bc547141.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7588542Z [00:08:02.043]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-fbe0d0097139fc6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7655456Z [00:08:02.050]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7723202Z [00:08:02.057]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jiff-cd5de7b2a735ac70.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7791647Z [00:08:02.063]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-a9ca98bee87afa67.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7858987Z [00:08:02.070]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-e4bc8ac7512add7a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7927975Z [00:08:02.077]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_probe-84292a7991e702db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.7996524Z [00:08:02.084]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_packetline_blocking-0d8834a4ab62e7db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8065650Z [00:08:02.091]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-19fbd5966cf4d744.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8133385Z [00:08:02.098]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_index-0ed40c18f46f2dfd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8202221Z [00:08:02.104]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarc_swap-a543dcf2e7b9422e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8270823Z [00:08:02.111]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hash-8cbd303d60b473a6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8339691Z [00:08:02.118]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_lite-f6712eb98c22c8f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8407392Z [00:08:02.125]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5a0c4b3d710936b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8474603Z [00:08:02.132]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_lock-3baf9b4250ed856a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8547106Z [00:08:02.139]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashlink-252307eb83eb2e97.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8615749Z [00:08:02.146]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libkstring-86bbfa17aec4d9c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8685181Z [00:08:02.153]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8752587Z [00:08:02.160]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide_core-ca26d1a0b31ef722.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8820928Z [00:08:02.166]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_mailmap-0d9700603f34fcf2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8888495Z [00:08:02.173]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-957d434ae7e49da9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.8958872Z [00:08:02.180]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-cf75ffe0a6e1c88b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9027928Z [00:08:02.187]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9097665Z [00:08:02.194]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_validate-95b3ebacdd6668d1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9167140Z [00:08:02.201]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_commitgraph-3e3a41334331d924.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9235380Z [00:08:02.208]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl_sys-5c47e2c997b513e5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9303444Z [00:08:02.215]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9371783Z [00:08:02.221]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/static_assertions-6c90c86964e12489.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9440059Z [00:08:02.228]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrosstermion-122fda201147604f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9510202Z [00:08:02.235]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9578208Z [00:08:02.242]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_quote-20bf87b14554635d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9645854Z [00:08:02.249]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9713794Z [00:08:02.256]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_path-b3fed79fe9b26db1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9782604Z [00:08:02.263]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-ad1850da1c8344be.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9849007Z [00:08:02.269]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-9e72e79de4134296.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9915559Z [00:08:02.276]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:08.9983567Z [00:08:02.283]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_validate-95b3ebacdd6668d1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0052478Z [00:08:02.290]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_glob-5b206c5880f71203.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0123840Z [00:08:02.297]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libio_close-b0188a10e582f1d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0198834Z [00:08:02.304]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_tempfile-ffde79f2522af8a6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0267787Z [00:08:02.311]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclru-0889a773f3480da7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0336183Z [00:08:02.318]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon_core-957d434ae7e49da9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0404543Z [00:08:02.325]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0473196Z [00:08:02.332]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-c3bb60b08803c7f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0542249Z [00:08:02.338]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-e127facdcca7c6af.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0613320Z [00:08:02.346]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/overload-b712723a23b05b46.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0680666Z [00:08:02.352]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0749755Z [00:08:02.359]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_archive-1478510fee450088.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0818133Z [00:08:02.366]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revwalk-5226dad63ac0a1d4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0887748Z [00:08:02.373]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclru-0889a773f3480da7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.0955762Z [00:08:02.380]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_channel-c0eb689002617c36.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1023358Z [00:08:02.387]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1091416Z [00:08:02.393]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-c3df12c3a6456255.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1160290Z [00:08:02.400]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_utils-ba25ed9f29417aab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1227586Z [00:08:02.407]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1297996Z [00:08:02.414]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1366413Z [00:08:02.421]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_traverse-1d8268d7b08e567b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1434256Z [00:08:02.428]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-dc0e0787ad1648e0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1502570Z [00:08:02.434]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_merge-1ce0e2d10558e149.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1570586Z [00:08:02.441]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_segmentation-0bb23d4b5c482513.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1638521Z [00:08:02.448]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1705739Z [00:08:02.455]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_validate-95b3ebacdd6668d1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1773397Z [00:08:02.462]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_hashtable-db99b4bd4838a144.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1843953Z [00:08:02.469]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-7349f526c053b502.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1913215Z [00:08:02.476]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.1980333Z [00:08:02.482]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zlib_rs-5c7cc95ca1abf653.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2049441Z [00:08:02.489]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-3a23511af975cb90.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2116405Z [00:08:02.496]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2184037Z [00:08:02.503]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2251062Z [00:08:02.509]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2318860Z [00:08:02.516]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossterm-b3cc5c5857e7ad30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2388379Z [00:08:02.523]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2455709Z [00:08:02.530]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_fsck-31ac5a2d42c2b818.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2523566Z [00:08:02.537]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-c72587512a344531.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2590891Z [00:08:02.543]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-7cc7933eec180d26.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2659877Z [00:08:02.550]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libratatui-ebace7f6b6d6587e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2726045Z [00:08:02.557]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2792885Z [00:08:02.564]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2861626Z [00:08:02.570]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libkstring-86bbfa17aec4d9c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2929018Z [00:08:02.577]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-5df3363ba717682c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.2996581Z [00:08:02.584]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-9dd80e8ba44614a9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3064113Z [00:08:02.591]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_sec-8884d2d017c69a46.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3132034Z [00:08:02.597]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_sys-a04c1e9c682a6c83.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3199076Z [00:08:02.604]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_command-1f65f23866f4eb51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3266420Z [00:08:02.611]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-fbe0d0097139fc6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3334461Z [00:08:02.618]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arc_swap-a543dcf2e7b9422e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3402418Z [00:08:02.624]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-ce12c712bf7a40d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3472812Z [00:08:02.631]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ref-8b1e084e30e846c1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3542914Z [00:08:02.638]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-a9ca98bee87afa67.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3612002Z [00:08:02.645]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3679896Z [00:08:02.652]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_discover-ec7c145a2d518f70.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3748066Z [00:08:02.659]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-fbf9229152a0f466.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3817440Z [00:08:02.666]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-11318ea33289ba61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3884689Z [00:08:02.673]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.3952637Z [00:08:02.680]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1_checked-9cf9e863474122c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4019699Z [00:08:02.686]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/polling-3e92b4385fdad345.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4088293Z [00:08:02.693]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4155024Z [00:08:02.700]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgitoxide-6a9f1c35409a99ae.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4223574Z [00:08:02.707]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-00f80dfaddbea53e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4290329Z [00:08:02.713]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-9080223ccff6cf31.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4359793Z [00:08:02.720]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna_adapter-fbe0d0097139fc6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4426673Z [00:08:02.727]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ein-538bd29d887e9834.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4493319Z [00:08:02.734]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-a0cdd97935466f76.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4573793Z [00:08:02.742]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree-e3155b694c8f8741.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4644051Z [00:08:02.749]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_transport-e59c4e159f4df39d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4715957Z [00:08:02.756]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revision-dea39ce103cde7a8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4786716Z [00:08:02.763]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzip-d25b6f6f6ec5ce01.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4854340Z [00:08:02.770]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/encoding_rs-5e6b8771368499b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4922707Z [00:08:02.777]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-c3bb60b08803c7f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.4991925Z [00:08:02.783]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_mailmap-0d9700603f34fcf2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5061962Z [00:08:02.790]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revision-dea39ce103cde7a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5131683Z [00:08:02.797]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsysinfo-644339584985defa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5201295Z [00:08:02.804]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tempfile-b26baba818758982.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5270139Z [00:08:02.811]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-860814c200af1b93.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5340780Z [00:08:02.818]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-5fa7a1d2395e6fb1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5410852Z [00:08:02.825]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-a9003c3b0d35a644.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5481809Z [00:08:02.832]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-c3df12c3a6456255.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5552061Z [00:08:02.839]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-102b31737fd11237.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5622284Z [00:08:02.846]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5693694Z [00:08:02.854]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna-1204b04797d7b519.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5763291Z [00:08:02.861]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_channel-8813902593f37ce9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5831706Z [00:08:02.867]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsysinfo-644339584985defa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5906516Z [00:08:02.875]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_packetline-25ebe0e8211c4112.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.5977568Z [00:08:02.882]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerotrie-19fbd5966cf4d744.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6045955Z [00:08:02.889]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-f6712eb98c22c8f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6115209Z [00:08:02.896]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_checked-9cf9e863474122c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6186098Z [00:08:02.903]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-1d4f3c021421c7df.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6255534Z [00:08:02.910]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl-e7a21ff61224c660.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6323167Z [00:08:02.917]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-0ac68df78668d010.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6391774Z [00:08:02.923]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_diff-628c3a933cbc0ec8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6460640Z [00:08:02.930]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_fsck-31ac5a2d42c2b818.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6528016Z [00:08:02.937]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-6471d5961de3a36f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6595598Z [00:08:02.944]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-6503185c940aebae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6663271Z [00:08:02.951]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6731124Z [00:08:02.957]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xattr-ece016522a364fa5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6799756Z [00:08:02.964]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_bom-2fe70e19bc876e2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6868501Z [00:08:02.971]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_checked-9cf9e863474122c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.6935907Z [00:08:02.978]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-39dc14683de43b2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7003562Z [00:08:02.985]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_config-df959d3774fb6832.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7071011Z [00:08:02.991]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimara_diff-5c196bd274178ae4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7138761Z [00:08:02.998]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1-810b3968107aea7d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7206177Z [00:08:03.005]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix-f08a36c593b8653a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7274185Z [00:08:03.012]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-6471d5961de3a36f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7341269Z [00:08:03.018]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7409113Z [00:08:03.025]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopen-b821b99ff773a330.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7476870Z [00:08:03.032]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_blame-62b46ee62d8b3e6a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7544517Z [00:08:03.039]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7612471Z [00:08:03.046]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/percent_encoding-157948d1c6c1f7ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7680439Z [00:08:03.052]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree_stream-b79e2d218cd88048.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7747746Z [00:08:03.059]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-a31d2b50a96575cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7838417Z [00:08:03.068]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7908799Z [00:08:03.075]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-b014929a11091e7c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.7977779Z [00:08:03.082]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tui_react-6ac95a8ee9ff96e5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8048277Z [00:08:03.089]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8117787Z [00:08:03.096]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytesize-490fdf4ce5fdeb8e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8187962Z [00:08:03.103]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree-e3155b694c8f8741.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8257087Z [00:08:03.110]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-3a23511af975cb90.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8326433Z [00:08:03.117]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_rs_sys-4a1d7841f32af640.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8394426Z [00:08:03.124]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpathdiff-88ecdc5c74fa8dd9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8461791Z [00:08:03.130]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam-4d3fcab449d77754.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8530231Z [00:08:03.137]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_refspec-a581c12846890152.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8596050Z [00:08:03.144]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-c72587512a344531.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8662976Z [00:08:03.151]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec-c3df12c3a6456255.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8729577Z [00:08:03.157]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-e02d66e741c45caa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8797800Z [00:08:03.164]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-957d434ae7e49da9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8865981Z [00:08:03.171]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_mio-ad1850da1c8344be.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.8933168Z [00:08:03.178]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_actor-fc31c5956424690b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9000621Z [00:08:03.184]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/concurrent_queue-8a79aaa8b80caf75.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9067952Z [00:08:03.191]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_revwalk-5226dad63ac0a1d4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9135713Z [00:08:03.198]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/url-c72587512a344531.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9203462Z [00:08:03.205]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9271210Z [00:08:03.211]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaster_hex-bd2e28cba9bc8b27.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9338828Z [00:08:03.218]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-d488803a5a1e9927.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9405935Z [00:08:03.225]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-e26c4d633fafb8bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9473745Z [00:08:03.232]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_command-1f65f23866f4eb51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9541241Z [00:08:03.238]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9607997Z [00:08:03.245]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itertools-a31d2b50a96575cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9674510Z [00:08:03.252]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpotential_utf-3b8a6af42e2b8ced.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9740988Z [00:08:03.258]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_quote-20bf87b14554635d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9807360Z [00:08:03.265]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_worktree_stream-b79e2d218cd88048.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9873945Z [00:08:03.272]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_utils-ba25ed9f29417aab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:09.9941554Z [00:08:03.278]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/castaway-2705c931e9ed44a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0008420Z [00:08:03.285]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-670ef56d94852b53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0074252Z [00:08:03.292]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fnv-7cc5609647fd48ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0141423Z [00:08:03.298]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_attributes-40d55140a9f648df.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0209707Z [00:08:03.305]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-8813902593f37ce9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0276632Z [00:08:03.312]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curl_sys-5c47e2c997b513e5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0345047Z [00:08:03.319]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0414782Z [00:08:03.326]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-09109186d5cfa119.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0483709Z [00:08:03.333]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gix_chunk-2108d1ad73e69548.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0552718Z [00:08:03.340]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0619545Z [00:08:03.346]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-5e6b8771368499b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0687811Z [00:08:03.353]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-8cd71fdf13c27192.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0756378Z [00:08:03.360]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-d488803a5a1e9927.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0822991Z [00:08:03.367]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0891058Z [00:08:03.373]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzlib_rs-5c7cc95ca1abf653.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.0958291Z [00:08:03.380]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1026697Z [00:08:03.387]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/heapless-cf75ffe0a6e1c88b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1093324Z [00:08:03.394]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_pack-03d5d6df9339d2ad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1160995Z [00:08:03.400]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-4ee1d983d01add3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1230915Z [00:08:03.407]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_ignore-bfe76ddaef61e28d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1299473Z [00:08:03.414]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-718ea0a4939e055b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1367369Z [00:08:03.421]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_sys-929cb6acf7d10038.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1436144Z [00:08:03.428]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64-1f9ac025c7e85115.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1504288Z [00:08:03.435]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/human_format-8ee9f1360d2aaa30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1572835Z [00:08:03.442]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgix_dir-a8581dc107b0d201.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1641298Z [00:08:03.448]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_collections-9080223ccff6cf31.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1712453Z [00:08:03.455]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1781146Z [00:08:03.462]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1851648Z [00:08:03.469]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1920603Z [00:08:03.476]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.1988355Z [00:08:03.483]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2054967Z [00:08:03.490]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/lib-futures_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2122323Z [00:08:03.496]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/dep-lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2190318Z [00:08:03.503]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2257547Z [00:08:03.510]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2325823Z [00:08:03.517]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/lib-tracing_log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2393788Z [00:08:03.524]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2461774Z [00:08:03.530]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-0ac68df78668d010/dep-lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2531231Z [00:08:03.537]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-actor-fc31c5956424690b/lib-gix_actor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2598989Z [00:08:03.544]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-actor-fc31c5956424690b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2667122Z [00:08:03.551]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-actor-fc31c5956424690b/lib-gix_actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2734980Z [00:08:03.558]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-actor-fc31c5956424690b/dep-lib-gix_actor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2802883Z [00:08:03.565]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-3e92b4385fdad345/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2872795Z [00:08:03.572]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-3e92b4385fdad345/lib-polling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.2940418Z [00:08:03.578]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-3e92b4385fdad345/lib-polling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3008398Z [00:08:03.585]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-3e92b4385fdad345/dep-lib-polling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3077186Z [00:08:03.592]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-f1325e945c5b6df8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3144432Z [00:08:03.599]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-f1325e945c5b6df8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3212062Z [00:08:03.605]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-505d9f60a525e6b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3280170Z [00:08:03.612]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-505d9f60a525e6b8/dep-lib-hash32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3346557Z [00:08:03.619]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-505d9f60a525e6b8/lib-hash32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3413793Z [00:08:03.626]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-505d9f60a525e6b8/lib-hash32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3481908Z [00:08:03.632]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3549572Z [00:08:03.639]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3616868Z [00:08:03.646]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3684521Z [00:08:03.653]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3751570Z [00:08:03.659]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-4d3fcab449d77754/lib-crossbeam' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3819527Z [00:08:03.666]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-4d3fcab449d77754/dep-lib-crossbeam' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3886548Z [00:08:03.673]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-4d3fcab449d77754/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.3953846Z [00:08:03.680]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-4d3fcab449d77754/lib-crossbeam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4020926Z [00:08:03.686]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-445c7608738c7da1/dep-lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4088314Z [00:08:03.693]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-445c7608738c7da1/lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4155356Z [00:08:03.700]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-445c7608738c7da1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4223061Z [00:08:03.707]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-445c7608738c7da1/lib-lru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4290101Z [00:08:03.713]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-51828db896c4cc4c/lib-utf8_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4356864Z [00:08:03.720]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-51828db896c4cc4c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4423310Z [00:08:03.727]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-51828db896c4cc4c/lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4490968Z [00:08:03.733]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-51828db896c4cc4c/dep-lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4558855Z [00:08:03.740]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-2004fd088837ee6a/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4625987Z [00:08:03.747]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-2004fd088837ee6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4694118Z [00:08:03.754]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-2004fd088837ee6a/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4762124Z [00:08:03.760]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-2004fd088837ee6a/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4829901Z [00:08:03.767]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/io-close-b0188a10e582f1d8/dep-lib-io_close' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4897188Z [00:08:03.774]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/io-close-b0188a10e582f1d8/lib-io_close' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.4965082Z [00:08:03.781]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/io-close-b0188a10e582f1d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5031963Z [00:08:03.787]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/io-close-b0188a10e582f1d8/lib-io_close.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5098627Z [00:08:03.794]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5165000Z [00:08:03.801]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5232230Z [00:08:03.807]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5299481Z [00:08:03.814]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5365348Z [00:08:03.821]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5431018Z [00:08:03.827]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5498623Z [00:08:03.834]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5564010Z [00:08:03.841]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5631440Z [00:08:03.847]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uluru-07adb207d594efcd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5699952Z [00:08:03.854]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uluru-07adb207d594efcd/lib-uluru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5766731Z [00:08:03.861]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uluru-07adb207d594efcd/lib-uluru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5833758Z [00:08:03.868]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uluru-07adb207d594efcd/dep-lib-uluru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5901991Z [00:08:03.874]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-64dc4c26d940c042/lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.5968813Z [00:08:03.881]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-64dc4c26d940c042/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6037791Z [00:08:03.888]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-64dc4c26d940c042/dep-lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6103751Z [00:08:03.895]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-64dc4c26d940c042/lib-unicode_normalization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6171800Z [00:08:03.901]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-url-c161ca08f6259895/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6238323Z [00:08:03.908]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-url-c161ca08f6259895/dep-lib-gix_url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6305747Z [00:08:03.915]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-url-c161ca08f6259895/lib-gix_url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6372375Z [00:08:03.922]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-url-c161ca08f6259895/lib-gix_url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6439824Z [00:08:03.928]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-d25b6f6f6ec5ce01/dep-lib-zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6505497Z [00:08:03.935]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-d25b6f6f6ec5ce01/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6571499Z [00:08:03.941]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-d25b6f6f6ec5ce01/lib-zip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6637297Z [00:08:03.948]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zip-d25b6f6f6ec5ce01/lib-zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6704401Z [00:08:03.955]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fsck-31ac5a2d42c2b818/lib-gix_fsck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6774463Z [00:08:03.962]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fsck-31ac5a2d42c2b818/dep-lib-gix_fsck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6843810Z [00:08:03.969]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fsck-31ac5a2d42c2b818/lib-gix_fsck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6910703Z [00:08:03.975]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fsck-31ac5a2d42c2b818/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.6979632Z [00:08:03.982]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7047414Z [00:08:03.989]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7115191Z [00:08:03.996]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-5df3363ba717682c/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7183378Z [00:08:04.003]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-5df3363ba717682c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7251415Z [00:08:04.009]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-5df3363ba717682c/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7319641Z [00:08:04.016]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-5df3363ba717682c/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7388127Z [00:08:04.023]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7455253Z [00:08:04.030]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7523610Z [00:08:04.037]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/dep-lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7591651Z [00:08:04.043]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/lib-memmap2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7659835Z [00:08:04.050]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7726653Z [00:08:04.057]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7794425Z [00:08:04.064]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7862540Z [00:08:04.071]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7930094Z [00:08:04.077]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.7997879Z [00:08:04.084]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8065415Z [00:08:04.091]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-99345ef282f1e13b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8132883Z [00:08:04.098]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-99345ef282f1e13b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8201098Z [00:08:04.104]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8269462Z [00:08:04.111]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/dep-lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8336535Z [00:08:04.118]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8403733Z [00:08:04.125]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8471005Z [00:08:04.131]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8537791Z [00:08:04.138]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8605407Z [00:08:04.145]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8672377Z [00:08:04.152]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8739908Z [00:08:04.158]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-b26baba818758982/dep-lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8806895Z [00:08:04.165]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-b26baba818758982/lib-tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8875280Z [00:08:04.172]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-b26baba818758982/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.8943561Z [00:08:04.179]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-b26baba818758982/lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9011613Z [00:08:04.185]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-lock-3baf9b4250ed856a/lib-gix_lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9079324Z [00:08:04.192]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-lock-3baf9b4250ed856a/dep-lib-gix_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9145657Z [00:08:04.199]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-lock-3baf9b4250ed856a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9214821Z [00:08:04.206]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-lock-3baf9b4250ed856a/lib-gix_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9283434Z [00:08:04.213]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-3312bf14c9d55518/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9351283Z [00:08:04.219]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-3312bf14c9d55518/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9418625Z [00:08:04.226]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bom-2fe70e19bc876e2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9486134Z [00:08:04.233]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bom-2fe70e19bc876e2b/lib-unicode_bom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9552695Z [00:08:04.240]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bom-2fe70e19bc876e2b/dep-lib-unicode_bom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9618290Z [00:08:04.246]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bom-2fe70e19bc876e2b/lib-unicode_bom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9685511Z [00:08:04.253]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/lib-arc_swap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9752854Z [00:08:04.260]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9819244Z [00:08:04.266]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/dep-lib-arc_swap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9887634Z [00:08:04.273]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arc-swap-a543dcf2e7b9422e/lib-arc_swap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:10.9955239Z [00:08:04.280]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0023535Z [00:08:04.287]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0092200Z [00:08:04.293]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0161886Z [00:08:04.300]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0231740Z [00:08:04.307]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-8cd71fdf13c27192/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0298809Z [00:08:04.314]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-8cd71fdf13c27192/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0366437Z [00:08:04.321]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-8cd71fdf13c27192/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0434729Z [00:08:04.328]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-8cd71fdf13c27192/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0503529Z [00:08:04.335]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/lib-pathdiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0572358Z [00:08:04.341]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/lib-pathdiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0640907Z [00:08:04.348]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/dep-lib-pathdiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0707681Z [00:08:04.355]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0772900Z [00:08:04.362]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-39dc14683de43b2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0840436Z [00:08:04.368]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-39dc14683de43b2b/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0906002Z [00:08:04.375]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-39dc14683de43b2b/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.0972381Z [00:08:04.382]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-39dc14683de43b2b/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1038945Z [00:08:04.388]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-index-0ed40c18f46f2dfd/lib-gix_index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1105083Z [00:08:04.395]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-index-0ed40c18f46f2dfd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1172610Z [00:08:04.402]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-index-0ed40c18f46f2dfd/dep-lib-gix_index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1242215Z [00:08:04.408]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-index-0ed40c18f46f2dfd/lib-gix_index.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1310283Z [00:08:04.415]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-filter-d4263caa529e80b8/dep-lib-gix_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1378387Z [00:08:04.422]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-filter-d4263caa529e80b8/lib-gix_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1446609Z [00:08:04.429]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-filter-d4263caa529e80b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1515745Z [00:08:04.436]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-filter-d4263caa529e80b8/lib-gix_filter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1584570Z [00:08:04.443]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jwalk-6c6f5643d68c08f4/lib-jwalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1652147Z [00:08:04.449]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jwalk-6c6f5643d68c08f4/dep-lib-jwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1720560Z [00:08:04.456]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jwalk-6c6f5643d68c08f4/lib-jwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1789369Z [00:08:04.463]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jwalk-6c6f5643d68c08f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1859294Z [00:08:04.470]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-checked-9cf9e863474122c3/lib-sha1_checked' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1925970Z [00:08:04.477]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-checked-9cf9e863474122c3/lib-sha1_checked.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.1992792Z [00:08:04.484]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-checked-9cf9e863474122c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2059456Z [00:08:04.490]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-checked-9cf9e863474122c3/dep-lib-sha1_checked' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2125856Z [00:08:04.497]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ignore-bfe76ddaef61e28d/lib-gix_ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2192436Z [00:08:04.504]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ignore-bfe76ddaef61e28d/lib-gix_ignore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2260293Z [00:08:04.510]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ignore-bfe76ddaef61e28d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2328216Z [00:08:04.517]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ignore-bfe76ddaef61e28d/dep-lib-gix_ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2394641Z [00:08:04.524]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sysinfo-644339584985defa/lib-sysinfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2463409Z [00:08:04.531]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sysinfo-644339584985defa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2532617Z [00:08:04.538]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sysinfo-644339584985defa/lib-sysinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2599757Z [00:08:04.544]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sysinfo-644339584985defa/dep-lib-sysinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2667457Z [00:08:04.551]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2735470Z [00:08:04.558]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2802902Z [00:08:04.565]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/dep-lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2869845Z [00:08:04.571]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.2937105Z [00:08:04.578]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-84292a7991e702db/lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3003134Z [00:08:04.585]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-84292a7991e702db/dep-lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3070090Z [00:08:04.591]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-84292a7991e702db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3137904Z [00:08:04.598]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-84292a7991e702db/lib-openssl_probe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3204727Z [00:08:04.605]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-forest-f0ac9bb8761bd39c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3272010Z [00:08:04.611]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-forest-f0ac9bb8761bd39c/dep-lib-tracing_forest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3340116Z [00:08:04.618]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-forest-f0ac9bb8761bd39c/lib-tracing_forest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3410066Z [00:08:04.625]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-forest-f0ac9bb8761bd39c/lib-tracing_forest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3478492Z [00:08:04.632]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3545699Z [00:08:04.639]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3614954Z [00:08:04.646]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3681524Z [00:08:04.652]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3749437Z [00:08:04.659]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-a9003c3b0d35a644/dep-lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3815758Z [00:08:04.666]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-a9003c3b0d35a644/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3882902Z [00:08:04.673]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-a9003c3b0d35a644/lib-filetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.3949907Z [00:08:04.679]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-a9003c3b0d35a644/lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4017070Z [00:08:04.686]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4083720Z [00:08:04.693]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4151018Z [00:08:04.699]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4218264Z [00:08:04.706]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4284502Z [00:08:04.713]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-object-371203b1c27d0771/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4351991Z [00:08:04.719]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-object-371203b1c27d0771/lib-gix_object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4420982Z [00:08:04.726]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-object-371203b1c27d0771/dep-lib-gix_object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4487963Z [00:08:04.733]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-object-371203b1c27d0771/lib-gix_object.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4555841Z [00:08:04.740]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-dc0e0787ad1648e0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4622546Z [00:08:04.747]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-dc0e0787ad1648e0/dep-lib-async_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4689568Z [00:08:04.753]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-dc0e0787ad1648e0/lib-async_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4756747Z [00:08:04.760]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-dc0e0787ad1648e0/lib-async_lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4823311Z [00:08:04.767]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4890416Z [00:08:04.773]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.4958863Z [00:08:04.780]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5025402Z [00:08:04.787]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-14a59d5d2369cc87/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5092783Z [00:08:04.794]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5160635Z [00:08:04.800]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5226887Z [00:08:04.807]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5293025Z [00:08:04.814]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5359696Z [00:08:04.820]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/dep-lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5425643Z [00:08:04.827]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5492315Z [00:08:04.834]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/lib-thread_local.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5559671Z [00:08:04.840]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-82b9ec2632344da1/lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5627150Z [00:08:04.847]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/lib-foldhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5693814Z [00:08:04.854]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5763036Z [00:08:04.861]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/dep-lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5829942Z [00:08:04.867]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-2332ff3b8e67b3b0/lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5897234Z [00:08:04.874]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-11318ea33289ba61/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.5964702Z [00:08:04.881]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-11318ea33289ba61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6032025Z [00:08:04.887]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-11318ea33289ba61/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6100280Z [00:08:04.894]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-11318ea33289ba61/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6168316Z [00:08:04.901]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revision-dea39ce103cde7a8/lib-gix_revision.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6236064Z [00:08:04.908]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revision-dea39ce103cde7a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6302558Z [00:08:04.915]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revision-dea39ce103cde7a8/dep-lib-gix_revision' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6370389Z [00:08:04.921]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revision-dea39ce103cde7a8/lib-gix_revision' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6438900Z [00:08:04.928]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-14bee934476318fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6505098Z [00:08:04.935]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-14bee934476318fe/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6571891Z [00:08:04.941]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-14bee934476318fe/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6639920Z [00:08:04.948]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-14bee934476318fe/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6708306Z [00:08:04.955]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-fcd67987fdd9ec2e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6775478Z [00:08:04.962]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-fcd67987fdd9ec2e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6843900Z [00:08:04.969]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-860814c200af1b93/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6911855Z [00:08:04.975]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-860814c200af1b93/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.6980944Z [00:08:04.982]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-860814c200af1b93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7047438Z [00:08:04.989]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-860814c200af1b93/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7114925Z [00:08:04.996]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-archive-1478510fee450088/lib-gix_archive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7182520Z [00:08:05.003]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-archive-1478510fee450088/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7250078Z [00:08:05.009]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-archive-1478510fee450088/dep-lib-gix_archive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7317625Z [00:08:05.016]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-archive-1478510fee450088/lib-gix_archive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7385473Z [00:08:05.023]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7452369Z [00:08:05.029]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7519813Z [00:08:05.036]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7587096Z [00:08:05.043]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7654330Z [00:08:05.050]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-discover-ec7c145a2d518f70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7723008Z [00:08:05.057]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-discover-ec7c145a2d518f70/dep-lib-gix_discover' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7791186Z [00:08:05.063]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-discover-ec7c145a2d518f70/lib-gix_discover' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7858400Z [00:08:05.070]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-discover-ec7c145a2d518f70/lib-gix_discover.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7926408Z [00:08:05.077]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-9dd80e8ba44614a9/lib-litemap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.7993902Z [00:08:05.084]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-9dd80e8ba44614a9/dep-lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8061875Z [00:08:05.090]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-9dd80e8ba44614a9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8128655Z [00:08:05.097]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-9dd80e8ba44614a9/lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8195481Z [00:08:05.104]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-0d49dbfd8e3a88c1/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8263666Z [00:08:05.111]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-0d49dbfd8e3a88c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8330189Z [00:08:05.117]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-0d49dbfd8e3a88c1/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8395748Z [00:08:05.124]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-0d49dbfd8e3a88c1/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8464233Z [00:08:05.131]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-1204b04797d7b519/lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8531464Z [00:08:05.137]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-1204b04797d7b519/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8597773Z [00:08:05.144]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-1204b04797d7b519/lib-idna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8665338Z [00:08:05.151]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-1204b04797d7b519/dep-lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8733033Z [00:08:05.158]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8799959Z [00:08:05.164]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8867106Z [00:08:05.171]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.8933593Z [00:08:05.178]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9001982Z [00:08:05.184]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-ce12c712bf7a40d3/lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9068715Z [00:08:05.191]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-ce12c712bf7a40d3/lib-icu_properties.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9135914Z [00:08:05.198]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-ce12c712bf7a40d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9203877Z [00:08:05.205]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-ce12c712bf7a40d3/dep-lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9271112Z [00:08:05.211]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-status-ceb0190eaa8754ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9338304Z [00:08:05.218]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-status-ceb0190eaa8754ae/dep-lib-gix_status' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9405595Z [00:08:05.225]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-status-ceb0190eaa8754ae/lib-gix_status' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9472667Z [00:08:05.231]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-status-ceb0190eaa8754ae/lib-gix_status.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9540547Z [00:08:05.238]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-0d8834a4ab62e7db/dep-lib-gix_packetline_blocking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9607648Z [00:08:05.245]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-0d8834a4ab62e7db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9675103Z [00:08:05.252]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-0d8834a4ab62e7db/lib-gix_packetline_blocking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9743105Z [00:08:05.259]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-blocking-0d8834a4ab62e7db/lib-gix_packetline_blocking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9811033Z [00:08:05.265]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9878279Z [00:08:05.272]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:11.9945806Z [00:08:05.279]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0013410Z [00:08:05.286]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0081415Z [00:08:05.292]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-cf75ffe0a6e1c88b/lib-heapless.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0149853Z [00:08:05.299]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-cf75ffe0a6e1c88b/dep-lib-heapless' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0218702Z [00:08:05.306]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-cf75ffe0a6e1c88b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0286103Z [00:08:05.313]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-cf75ffe0a6e1c88b/lib-heapless' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0355096Z [00:08:05.320]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-1fd444e48bcd0f42/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0422413Z [00:08:05.326]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-1fd444e48bcd0f42/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0489994Z [00:08:05.333]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-value-fc2e60169a15db49/dep-lib-gix_config_value' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0556958Z [00:08:05.340]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-value-fc2e60169a15db49/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0624072Z [00:08:05.347]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-value-fc2e60169a15db49/lib-gix_config_value.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0692125Z [00:08:05.353]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-value-fc2e60169a15db49/lib-gix_config_value' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0759865Z [00:08:05.360]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-df959d3774fb6832/lib-gix_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0826651Z [00:08:05.367]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-df959d3774fb6832/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0894422Z [00:08:05.374]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-df959d3774fb6832/dep-lib-gix_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.0962567Z [00:08:05.381]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-config-df959d3774fb6832/lib-gix_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1030020Z [00:08:05.387]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1096907Z [00:08:05.394]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1164284Z [00:08:05.401]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-a3bc3e7b97c7f3aa/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1231818Z [00:08:05.407]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-a3bc3e7b97c7f3aa/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1300455Z [00:08:05.414]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-credentials-9b7b5f1e490f94c5/lib-gix_credentials' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1368484Z [00:08:05.421]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-credentials-9b7b5f1e490f94c5/dep-lib-gix_credentials' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1438875Z [00:08:05.428]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-credentials-9b7b5f1e490f94c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1507333Z [00:08:05.435]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-credentials-9b7b5f1e490f94c5/lib-gix_credentials.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1576025Z [00:08:05.442]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/lib-fallible_streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1642507Z [00:08:05.448]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1711633Z [00:08:05.455]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/lib-fallible_streaming_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1779060Z [00:08:05.462]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/dep-lib-fallible_streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1846762Z [00:08:05.469]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1915008Z [00:08:05.476]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.1982369Z [00:08:05.482]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/dep-lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2049643Z [00:08:05.489]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2117315Z [00:08:05.496]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-a0cdd97935466f76/dep-lib-is_terminal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2184533Z [00:08:05.503]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-a0cdd97935466f76/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2251904Z [00:08:05.509]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-a0cdd97935466f76/lib-is_terminal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2319389Z [00:08:05.516]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-a0cdd97935466f76/lib-is_terminal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2388215Z [00:08:05.523]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytesize-490fdf4ce5fdeb8e/lib-bytesize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2455765Z [00:08:05.530]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytesize-490fdf4ce5fdeb8e/lib-bytesize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2523342Z [00:08:05.537]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytesize-490fdf4ce5fdeb8e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2589402Z [00:08:05.543]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytesize-490fdf4ce5fdeb8e/dep-lib-bytesize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2656594Z [00:08:05.550]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2727365Z [00:08:05.557]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2793892Z [00:08:05.564]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2862278Z [00:08:05.570]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2928546Z [00:08:05.577]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-09109186d5cfa119/dep-lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.2995175Z [00:08:05.584]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-09109186d5cfa119/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3061908Z [00:08:05.590]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-09109186d5cfa119/lib-bstr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3129605Z [00:08:05.597]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-09109186d5cfa119/lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3197032Z [00:08:05.604]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3263602Z [00:08:05.611]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3330094Z [00:08:05.617]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3397174Z [00:08:05.624]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3466579Z [00:08:05.631]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-46246f5ee9595d8b/dep-lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3533655Z [00:08:05.638]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-46246f5ee9595d8b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3602217Z [00:08:05.644]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-46246f5ee9595d8b/lib-rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3670212Z [00:08:05.651]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-46246f5ee9595d8b/lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3737942Z [00:08:05.658]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3804929Z [00:08:05.665]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3872915Z [00:08:05.672]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.3939991Z [00:08:05.678]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-4dbb994201dee54a/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4006846Z [00:08:05.685]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4073219Z [00:08:05.692]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4139957Z [00:08:05.698]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/dep-lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4206401Z [00:08:05.705]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cassowary-68668f9b523f8705/lib-cassowary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4274369Z [00:08:05.712]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/dep-lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T21:03:12.4341385Z [00:08:05.718]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4410314Z [00:08:05.725]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4480770Z [00:08:05.732]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4549644Z [00:08:05.739]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-sec-8884d2d017c69a46/dep-lib-gix_sec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4619575Z [00:08:05.746]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-sec-8884d2d017c69a46/lib-gix_sec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4687881Z [00:08:05.753]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-sec-8884d2d017c69a46/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4756840Z [00:08:05.760]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-sec-8884d2d017c69a46/lib-gix_sec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4826539Z [00:08:05.767]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4897663Z [00:08:05.774]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.4966795Z [00:08:05.781]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revwalk-5226dad63ac0a1d4/lib-gix_revwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5034536Z [00:08:05.788]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revwalk-5226dad63ac0a1d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5103406Z [00:08:05.795]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revwalk-5226dad63ac0a1d4/dep-lib-gix_revwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5172022Z [00:08:05.801]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-revwalk-5226dad63ac0a1d4/lib-gix_revwalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5241185Z [00:08:05.808]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pathspec-f3787c6ba99a7d75/lib-gix_pathspec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5309402Z [00:08:05.815]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pathspec-f3787c6ba99a7d75/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5377871Z [00:08:05.822]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pathspec-f3787c6ba99a7d75/dep-lib-gix_pathspec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5446102Z [00:08:05.829]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pathspec-f3787c6ba99a7d75/lib-gix_pathspec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5514306Z [00:08:05.836]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5583036Z [00:08:05.843]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5652381Z [00:08:05.849]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5720684Z [00:08:05.856]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5788666Z [00:08:05.863]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-c3bb60b08803c7f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5855874Z [00:08:05.870]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-c3bb60b08803c7f6/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5922785Z [00:08:05.877]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-c3bb60b08803c7f6/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.5990756Z [00:08:05.883]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-c3bb60b08803c7f6/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6057051Z [00:08:05.890]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-a04c1e9c682a6c83/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6123521Z [00:08:05.897]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-a04c1e9c682a6c83/lib-libz_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6190441Z [00:08:05.903]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-a04c1e9c682a6c83/dep-lib-libz_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6259667Z [00:08:05.910]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-a04c1e9c682a6c83/lib-libz_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6326831Z [00:08:05.917]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-prompt-8ca5ae3013618f62/lib-gix_prompt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6393376Z [00:08:05.924]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-prompt-8ca5ae3013618f62/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6461985Z [00:08:05.930]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-prompt-8ca5ae3013618f62/lib-gix_prompt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6529597Z [00:08:05.937]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-prompt-8ca5ae3013618f62/dep-lib-gix_prompt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6596806Z [00:08:05.944]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-transport-e59c4e159f4df39d/lib-gix_transport' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6662903Z [00:08:05.951]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-transport-e59c4e159f4df39d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6731147Z [00:08:05.957]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-transport-e59c4e159f4df39d/dep-lib-gix_transport' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6798792Z [00:08:05.964]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-transport-e59c4e159f4df39d/lib-gix_transport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6867116Z [00:08:05.971]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9e9cb703230fc9b2/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.6934637Z [00:08:05.978]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9e9cb703230fc9b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7002131Z [00:08:05.984]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9e9cb703230fc9b2/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7068384Z [00:08:05.991]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9e9cb703230fc9b2/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7138269Z [00:08:05.998]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tar-65b39b1e3e584e8b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7204522Z [00:08:06.005]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tar-65b39b1e3e584e8b/lib-tar.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7271834Z [00:08:06.011]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tar-65b39b1e3e584e8b/dep-lib-tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7340013Z [00:08:06.018]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tar-65b39b1e3e584e8b/lib-tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7408531Z [00:08:06.025]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-ebace7f6b6d6587e/dep-lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7475708Z [00:08:06.032]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-ebace7f6b6d6587e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7546705Z [00:08:06.039]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-ebace7f6b6d6587e/lib-ratatui.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7615046Z [00:08:06.046]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ratatui-ebace7f6b6d6587e/lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7688495Z [00:08:06.053]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-e4bc8ac7512add7a/dep-lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7757956Z [00:08:06.060]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-e4bc8ac7512add7a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7828033Z [00:08:06.067]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-e4bc8ac7512add7a/lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7896984Z [00:08:06.074]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-e4bc8ac7512add7a/lib-fallible_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.7965367Z [00:08:06.081]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-4d02090bd752db13/lib-slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8033558Z [00:08:06.088]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-4d02090bd752db13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8103019Z [00:08:06.095]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-4d02090bd752db13/dep-lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8174860Z [00:08:06.102]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-4d02090bd752db13/lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8243671Z [00:08:06.109]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8311161Z [00:08:06.115]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8380484Z [00:08:06.122]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8449055Z [00:08:06.129]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8517233Z [00:08:06.136]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-0ea166832df7fb2a/dep-lib-icu_locale_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8584882Z [00:08:06.143]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-0ea166832df7fb2a/lib-icu_locale_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8652687Z [00:08:06.150]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-0ea166832df7fb2a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8722127Z [00:08:06.156]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locale_core-0ea166832df7fb2a/lib-icu_locale_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8790467Z [00:08:06.163]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8858436Z [00:08:06.170]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8927294Z [00:08:06.177]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.8995483Z [00:08:06.184]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9063675Z [00:08:06.191]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pack-03d5d6df9339d2ad/lib-gix_pack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9131549Z [00:08:06.197]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pack-03d5d6df9339d2ad/dep-lib-gix_pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9199392Z [00:08:06.204]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pack-03d5d6df9339d2ad/lib-gix_pack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9266652Z [00:08:06.211]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-pack-03d5d6df9339d2ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9334723Z [00:08:06.218]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clru-0889a773f3480da7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9401613Z [00:08:06.224]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clru-0889a773f3480da7/lib-clru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9469434Z [00:08:06.231]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clru-0889a773f3480da7/dep-lib-clru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9536965Z [00:08:06.238]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clru-0889a773f3480da7/lib-clru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9606035Z [00:08:06.245]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9675176Z [00:08:06.252]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9745951Z [00:08:06.259]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9814650Z [00:08:06.266]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-0bb23d4b5c482513/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9883529Z [00:08:06.273]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-1fb90da6565d6694/lib-form_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:12.9952291Z [00:08:06.279]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-1fb90da6565d6694/lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0022025Z [00:08:06.286]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-1fb90da6565d6694/dep-lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0091677Z [00:08:06.293]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-1fb90da6565d6694/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0162150Z [00:08:06.300]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0231180Z [00:08:06.307]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0299892Z [00:08:06.314]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0368208Z [00:08:06.321]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0436913Z [00:08:06.328]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-refspec-a581c12846890152/dep-lib-gix_refspec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0505310Z [00:08:06.335]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-refspec-a581c12846890152/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0572821Z [00:08:06.342]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-refspec-a581c12846890152/lib-gix_refspec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0641565Z [00:08:06.348]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-refspec-a581c12846890152/lib-gix_refspec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0710034Z [00:08:06.355]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-102b31737fd11237/lib-arrayvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0778515Z [00:08:06.362]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-102b31737fd11237/dep-lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0845955Z [00:08:06.369]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-102b31737fd11237/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0914248Z [00:08:06.376]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-102b31737fd11237/lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.0982413Z [00:08:06.382]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-5d647556bd4fe36f/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1051610Z [00:08:06.389]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-5d647556bd4fe36f/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1121181Z [00:08:06.396]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-5d647556bd4fe36f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1188708Z [00:08:06.403]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-5d647556bd4fe36f/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1258570Z [00:08:06.410]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1326113Z [00:08:06.417]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1394758Z [00:08:06.424]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1463300Z [00:08:06.431]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1532004Z [00:08:06.437]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-trace-88d0a17b6a90e6b2/lib-gix_trace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1600058Z [00:08:06.444]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-trace-88d0a17b6a90e6b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1668287Z [00:08:06.451]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-trace-88d0a17b6a90e6b2/lib-gix_trace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1737774Z [00:08:06.458]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-trace-88d0a17b6a90e6b2/dep-lib-gix_trace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1805697Z [00:08:06.465]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-negotiate-56925d469f914d58/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1877180Z [00:08:06.472]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-negotiate-56925d469f914d58/lib-gix_negotiate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.1944498Z [00:08:06.479]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-negotiate-56925d469f914d58/lib-gix_negotiate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2013696Z [00:08:06.486]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-negotiate-56925d469f914d58/dep-lib-gix_negotiate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2082636Z [00:08:06.492]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-32121c5469c95598/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2149842Z [00:08:06.499]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-32121c5469c95598/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2217258Z [00:08:06.506]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-32121c5469c95598/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2284829Z [00:08:06.513]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-32121c5469c95598/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2354435Z [00:08:06.520]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2423234Z [00:08:06.527]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2491144Z [00:08:06.533]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2558281Z [00:08:06.540]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2626026Z [00:08:06.547]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-553973fdb55f7e0e/lib-async_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2693237Z [00:08:06.554]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-553973fdb55f7e0e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2761403Z [00:08:06.560]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-553973fdb55f7e0e/dep-lib-async_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2829185Z [00:08:06.567]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-553973fdb55f7e0e/lib-async_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2897902Z [00:08:06.574]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-glob-5b206c5880f71203/dep-lib-gix_glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.2966861Z [00:08:06.581]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-glob-5b206c5880f71203/lib-gix_glob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3037804Z [00:08:06.588]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-glob-5b206c5880f71203/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3103628Z [00:08:06.595]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-glob-5b206c5880f71203/lib-gix_glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3172912Z [00:08:06.602]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-c3fee51d6e758d9a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3240632Z [00:08:06.608]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-c3fee51d6e758d9a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3310064Z [00:08:06.615]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-15c699b3bc547141/dep-lib-fs_err' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3378754Z [00:08:06.622]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-15c699b3bc547141/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3445808Z [00:08:06.629]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-15c699b3bc547141/lib-fs_err.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3514368Z [00:08:06.636]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs-err-15c699b3bc547141/lib-fs_err' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3583657Z [00:08:06.643]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-mailmap-0d9700603f34fcf2/dep-lib-gix_mailmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3651757Z [00:08:06.649]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-mailmap-0d9700603f34fcf2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3720205Z [00:08:06.656]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-mailmap-0d9700603f34fcf2/lib-gix_mailmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3788664Z [00:08:06.663]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-mailmap-0d9700603f34fcf2/lib-gix_mailmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3857031Z [00:08:06.670]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-b8f477557d695699/lib-libsqlite3_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3925031Z [00:08:06.677]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-b8f477557d695699/lib-libsqlite3_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.3993779Z [00:08:06.684]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-b8f477557d695699/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4061159Z [00:08:06.690]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-b8f477557d695699/dep-lib-libsqlite3_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4129949Z [00:08:06.697]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-2705c931e9ed44a8/lib-castaway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4198752Z [00:08:06.704]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-2705c931e9ed44a8/dep-lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4267242Z [00:08:06.711]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-2705c931e9ed44a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4335057Z [00:08:06.718]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-2705c931e9ed44a8/lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4404540Z [00:08:06.725]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ref-8b1e084e30e846c1/dep-lib-gix_ref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4472529Z [00:08:06.732]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ref-8b1e084e30e846c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4541571Z [00:08:06.738]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ref-8b1e084e30e846c1/lib-gix_ref.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4611153Z [00:08:06.745]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-ref-8b1e084e30e846c1/lib-gix_ref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4679614Z [00:08:06.752]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-cd3a346369977928/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4747559Z [00:08:06.759]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-cd3a346369977928/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4815813Z [00:08:06.766]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-cd3a346369977928/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4883723Z [00:08:06.773]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-cd3a346369977928/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.4951933Z [00:08:06.779]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-quote-20bf87b14554635d/dep-lib-gix_quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5019984Z [00:08:06.786]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-quote-20bf87b14554635d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5089007Z [00:08:06.793]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-quote-20bf87b14554635d/lib-gix_quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5156530Z [00:08:06.800]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-quote-20bf87b14554635d/lib-gix_quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5224102Z [00:08:06.807]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-c4947460452a10ab/lib-is_wsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5291931Z [00:08:06.813]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-c4947460452a10ab/lib-is_wsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5360508Z [00:08:06.820]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-c4947460452a10ab/dep-lib-is_wsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5429417Z [00:08:06.827]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-c4947460452a10ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5498916Z [00:08:06.834]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5568619Z [00:08:06.841]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5637367Z [00:08:06.848]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5706093Z [00:08:06.855]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5775463Z [00:08:06.862]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-0fc7b8027c63985e/lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5842926Z [00:08:06.869]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-0fc7b8027c63985e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5911048Z [00:08:06.875]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-0fc7b8027c63985e/lib-tracing_subscriber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.5980948Z [00:08:06.882]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-0fc7b8027c63985e/dep-lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6053728Z [00:08:06.890]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imara-diff-5c196bd274178ae4/dep-lib-imara_diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6124880Z [00:08:06.897]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imara-diff-5c196bd274178ae4/lib-imara_diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6194593Z [00:08:06.904]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imara-diff-5c196bd274178ae4/lib-imara_diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6267654Z [00:08:06.911]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imara-diff-5c196bd274178ae4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6338565Z [00:08:06.918]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6406894Z [00:08:06.925]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6475001Z [00:08:06.932]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6544416Z [00:08:06.939]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-d488803a5a1e9927/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6613058Z [00:08:06.946]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-8813902593f37ce9/dep-lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6682713Z [00:08:06.953]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-8813902593f37ce9/lib-futures_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6752740Z [00:08:06.960]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-8813902593f37ce9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6821070Z [00:08:06.966]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-8813902593f37ce9/lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6890472Z [00:08:06.973]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ad1850da1c8344be/lib-signal_hook_mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.6958045Z [00:08:06.980]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ad1850da1c8344be/dep-lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7025625Z [00:08:06.987]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ad1850da1c8344be/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7095473Z [00:08:06.994]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ad1850da1c8344be/lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7163127Z [00:08:07.001]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e26c4d633fafb8bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7230395Z [00:08:07.007]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e26c4d633fafb8bd/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7297592Z [00:08:07.014]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e26c4d633fafb8bd/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7366023Z [00:08:07.021]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e26c4d633fafb8bd/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7434421Z [00:08:07.028]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7502669Z [00:08:07.035]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7570743Z [00:08:07.041]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7637817Z [00:08:07.048]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7707968Z [00:08:07.055]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-merge-1ce0e2d10558e149/lib-gix_merge' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7777486Z [00:08:07.062]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-merge-1ce0e2d10558e149/lib-gix_merge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7845645Z [00:08:07.069]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-merge-1ce0e2d10558e149/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7914130Z [00:08:07.076]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-merge-1ce0e2d10558e149/dep-lib-gix_merge' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.7982160Z [00:08:07.082]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-5c47e2c997b513e5/dep-lib-curl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8050207Z [00:08:07.089]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-5c47e2c997b513e5/lib-curl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8119329Z [00:08:07.096]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-5c47e2c997b513e5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8187761Z [00:08:07.103]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-5c47e2c997b513e5/lib-curl_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8255557Z [00:08:07.110]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8323395Z [00:08:07.117]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8391081Z [00:08:07.123]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-1d4f3c021421c7df/dep-lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8484966Z [00:08:07.133]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-1d4f3c021421c7df/lib-writeable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8561977Z [00:08:07.140]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-1d4f3c021421c7df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8632119Z [00:08:07.147]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-1d4f3c021421c7df/lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8703591Z [00:08:07.155]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/dep-lib-libz_rs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8773989Z [00:08:07.162]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8846641Z [00:08:07.169]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/lib-libz_rs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8915874Z [00:08:07.176]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-rs-sys-4a1d7841f32af640/lib-libz_rs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.8985583Z [00:08:07.183]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansiterm-bb3e92b3bec4a207/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9058952Z [00:08:07.190]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansiterm-bb3e92b3bec4a207/lib-ansiterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9127141Z [00:08:07.197]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansiterm-bb3e92b3bec4a207/dep-lib-ansiterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9195778Z [00:08:07.204]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansiterm-bb3e92b3bec4a207/lib-ansiterm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9263835Z [00:08:07.211]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9331124Z [00:08:07.217]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9398985Z [00:08:07.224]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9466126Z [00:08:07.231]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9534503Z [00:08:07.238]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-path-b3fed79fe9b26db1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9607578Z [00:08:07.245]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-path-b3fed79fe9b26db1/dep-lib-gix_path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9676140Z [00:08:07.252]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-path-b3fed79fe9b26db1/lib-gix_path.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9744610Z [00:08:07.259]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-path-b3fed79fe9b26db1/lib-gix_path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9813383Z [00:08:07.266]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9883157Z [00:08:07.273]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:13.9952119Z [00:08:07.279]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0020359Z [00:08:07.286]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0090588Z [00:08:07.293]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-c3df12c3a6456255/lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0159301Z [00:08:07.300]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-c3df12c3a6456255/lib-tinyvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0228377Z [00:08:07.307]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-c3df12c3a6456255/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0295700Z [00:08:07.314]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-c3df12c3a6456255/dep-lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0363449Z [00:08:07.321]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-a31d2b50a96575cd/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0430811Z [00:08:07.327]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-a31d2b50a96575cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0498465Z [00:08:07.334]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-a31d2b50a96575cd/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0566462Z [00:08:07.341]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-a31d2b50a96575cd/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0636470Z [00:08:07.348]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-64fa066f4a129dca/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0704421Z [00:08:07.355]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-64fa066f4a129dca/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0772146Z [00:08:07.361]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-diff-628c3a933cbc0ec8/dep-lib-gix_diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0839597Z [00:08:07.368]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-diff-628c3a933cbc0ec8/lib-gix_diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0907203Z [00:08:07.375]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-diff-628c3a933cbc0ec8/lib-gix_diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.0976023Z [00:08:07.382]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-diff-628c3a933cbc0ec8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1044633Z [00:08:07.389]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-cc16c36a383d4b4f/lib-signal_hook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1113570Z [00:08:07.396]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-cc16c36a383d4b4f/lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1181975Z [00:08:07.402]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-cc16c36a383d4b4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1249591Z [00:08:07.409]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-cc16c36a383d4b4f/dep-lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1317268Z [00:08:07.416]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-ad7ed80de1883712/lib-rusqlite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1383627Z [00:08:07.423]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-ad7ed80de1883712/lib-rusqlite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1451485Z [00:08:07.429]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-ad7ed80de1883712/dep-lib-rusqlite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1518248Z [00:08:07.436]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-ad7ed80de1883712/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1586170Z [00:08:07.443]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-fa8f67387ed3e491/lib-env_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1653623Z [00:08:07.450]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-fa8f67387ed3e491/lib-env_filter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1720561Z [00:08:07.456]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-fa8f67387ed3e491/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1787496Z [00:08:07.463]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-fa8f67387ed3e491/dep-lib-env_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1857917Z [00:08:07.470]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/dep-lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1924634Z [00:08:07.477]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.1992259Z [00:08:07.484]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2060964Z [00:08:07.490]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2129219Z [00:08:07.497]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-96ca11939daabf72/output-bin-gix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2197435Z [00:08:07.504]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-96ca11939daabf72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2264917Z [00:08:07.511]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-dir-a8581dc107b0d201/lib-gix_dir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2332062Z [00:08:07.517]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-dir-a8581dc107b0d201/dep-lib-gix_dir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2400514Z [00:08:07.524]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-dir-a8581dc107b0d201/lib-gix_dir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2468894Z [00:08:07.531]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-dir-a8581dc107b0d201/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2538426Z [00:08:07.538]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9e72e79de4134296/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2606879Z [00:08:07.545]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9e72e79de4134296/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2674299Z [00:08:07.552]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9e72e79de4134296/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2742890Z [00:08:07.559]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9e72e79de4134296/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2810808Z [00:08:07.565]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2878186Z [00:08:07.572]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.2945449Z [00:08:07.579]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3012289Z [00:08:07.585]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3079545Z [00:08:07.592]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hash-8cbd303d60b473a6/dep-lib-gix_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3148662Z [00:08:07.599]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hash-8cbd303d60b473a6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3219295Z [00:08:07.606]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hash-8cbd303d60b473a6/lib-gix_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3288710Z [00:08:07.613]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hash-8cbd303d60b473a6/lib-gix_hash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3356821Z [00:08:07.620]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-features-062fe0a2a80e2ddb/dep-lib-gix_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3424147Z [00:08:07.627]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-features-062fe0a2a80e2ddb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3492703Z [00:08:07.634]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-features-062fe0a2a80e2ddb/lib-gix_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3560163Z [00:08:07.640]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-features-062fe0a2a80e2ddb/lib-gix_features.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3627220Z [00:08:07.647]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3695936Z [00:08:07.654]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3763599Z [00:08:07.661]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3831568Z [00:08:07.667]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3900297Z [00:08:07.674]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.3966973Z [00:08:07.681]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4034378Z [00:08:07.688]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5a0c4b3d710936b8/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4101578Z [00:08:07.694]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5a0c4b3d710936b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4167795Z [00:08:07.701]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5a0c4b3d710936b8/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4235875Z [00:08:07.708]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5a0c4b3d710936b8/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4305347Z [00:08:07.715]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-2ba0d54f96f80b6d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4374042Z [00:08:07.722]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-2ba0d54f96f80b6d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4442995Z [00:08:07.729]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-15e5f3663e75b827/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4512124Z [00:08:07.735]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-15e5f3663e75b827/dep-lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4582577Z [00:08:07.743]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-15e5f3663e75b827/lib-tinystr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4650777Z [00:08:07.749]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-15e5f3663e75b827/lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4717844Z [00:08:07.756]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-538bd29d887e9834/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4784877Z [00:08:07.763]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-538bd29d887e9834/output-bin-ein' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4852934Z [00:08:07.770]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-protocol-9c0857353f1d764f/dep-lib-gix_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4919591Z [00:08:07.776]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-protocol-9c0857353f1d764f/lib-gix_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.4987069Z [00:08:07.783]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-protocol-9c0857353f1d764f/lib-gix_protocol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5055692Z [00:08:07.790]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-protocol-9c0857353f1d764f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5123874Z [00:08:07.797]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5191976Z [00:08:07.803]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5260240Z [00:08:07.810]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5328176Z [00:08:07.817]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5398449Z [00:08:07.824]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-6a9f1c35409a99ae/lib-gitoxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5468432Z [00:08:07.831]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-6a9f1c35409a99ae/lib-gitoxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5538641Z [00:08:07.838]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-6a9f1c35409a99ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5608009Z [00:08:07.845]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-6a9f1c35409a99ae/dep-lib-gitoxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5677181Z [00:08:07.852]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-bitmap-1c19071f263cde09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5744995Z [00:08:07.859]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-bitmap-1c19071f263cde09/lib-gix_bitmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5812324Z [00:08:07.865]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-bitmap-1c19071f263cde09/lib-gix_bitmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5882599Z [00:08:07.873]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-bitmap-1c19071f263cde09/dep-lib-gix_bitmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.5950553Z [00:08:07.879]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-3b24bd19a8aecf31/lib-unicode_truncate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6020340Z [00:08:07.886]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-3b24bd19a8aecf31/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6088261Z [00:08:07.893]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-3b24bd19a8aecf31/dep-lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6156796Z [00:08:07.900]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-truncate-3b24bd19a8aecf31/lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6224879Z [00:08:07.907]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-react-6ac95a8ee9ff96e5/lib-tui_react.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6296400Z [00:08:07.914]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-react-6ac95a8ee9ff96e5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6363155Z [00:08:07.921]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-react-6ac95a8ee9ff96e5/dep-lib-tui_react' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6433077Z [00:08:07.928]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tui-react-6ac95a8ee9ff96e5/lib-tui_react' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6500270Z [00:08:07.934]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-4802cea9b564bf80/lib-is_docker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6566987Z [00:08:07.941]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-4802cea9b564bf80/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6633680Z [00:08:07.948]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-4802cea9b564bf80/lib-is_docker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6701473Z [00:08:07.954]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-4802cea9b564bf80/dep-lib-is_docker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6768268Z [00:08:07.961]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-b3cc5c5857e7ad30/lib-crossterm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6834604Z [00:08:07.968]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-b3cc5c5857e7ad30/lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6902134Z [00:08:07.974]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-b3cc5c5857e7ad30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.6969289Z [00:08:07.981]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-b3cc5c5857e7ad30/dep-lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7036981Z [00:08:07.988]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xattr-ece016522a364fa5/lib-xattr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7104094Z [00:08:07.995]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xattr-ece016522a364fa5/lib-xattr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7178759Z [00:08:08.001]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xattr-ece016522a364fa5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7236896Z [00:08:08.008]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xattr-ece016522a364fa5/dep-lib-xattr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7303945Z [00:08:08.015]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-03cb6283b50a77ff/lib-parking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7370108Z [00:08:08.021]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-03cb6283b50a77ff/dep-lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7437043Z [00:08:08.028]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-03cb6283b50a77ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7503551Z [00:08:08.035]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-03cb6283b50a77ff/lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7570266Z [00:08:08.041]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7637952Z [00:08:08.048]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7704925Z [00:08:08.055]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7772150Z [00:08:08.061]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7841481Z [00:08:08.068]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-e3155b694c8f8741/dep-lib-gix_worktree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7909036Z [00:08:08.075]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-e3155b694c8f8741/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.7975199Z [00:08:08.082]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-e3155b694c8f8741/lib-gix_worktree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8042184Z [00:08:08.088]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-e3155b694c8f8741/lib-gix_worktree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8108510Z [00:08:08.095]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-810b3968107aea7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8174543Z [00:08:08.102]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-810b3968107aea7d/lib-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8241262Z [00:08:08.108]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-810b3968107aea7d/lib-sha1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8308732Z [00:08:08.115]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-810b3968107aea7d/dep-lib-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8376065Z [00:08:08.122]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-18d7f587d2fd21f7/lib-icu_provider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8443959Z [00:08:08.129]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-18d7f587d2fd21f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8511369Z [00:08:08.135]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-18d7f587d2fd21f7/dep-lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8578965Z [00:08:08.142]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-18d7f587d2fd21f7/lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8647457Z [00:08:08.149]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-66aa5a5106484d6a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8716136Z [00:08:08.156]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-66aa5a5106484d6a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8784047Z [00:08:08.163]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-date-c93d29ceddba083d/lib-gix_date' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8851971Z [00:08:08.169]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-date-c93d29ceddba083d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8918948Z [00:08:08.176]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-date-c93d29ceddba083d/lib-gix_date.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.8988139Z [00:08:08.183]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-date-c93d29ceddba083d/dep-lib-gix_date' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9055942Z [00:08:08.190]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-8a79aaa8b80caf75/lib-concurrent_queue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9122677Z [00:08:08.197]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-8a79aaa8b80caf75/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9189318Z [00:08:08.203]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-8a79aaa8b80caf75/lib-concurrent_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9257672Z [00:08:08.210]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-8a79aaa8b80caf75/dep-lib-concurrent_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9325070Z [00:08:08.217]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-3b8a6af42e2b8ced/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9392210Z [00:08:08.223]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-3b8a6af42e2b8ced/lib-potential_utf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9458923Z [00:08:08.230]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-3b8a6af42e2b8ced/dep-lib-potential_utf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9524419Z [00:08:08.237]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/potential_utf-3b8a6af42e2b8ced/lib-potential_utf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9590412Z [00:08:08.243]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-utils-ba25ed9f29417aab/dep-lib-gix_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9655792Z [00:08:08.250]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-utils-ba25ed9f29417aab/lib-gix_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9722042Z [00:08:08.256]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-utils-ba25ed9f29417aab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9788534Z [00:08:08.263]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-utils-ba25ed9f29417aab/lib-gix_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9855174Z [00:08:08.270]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-6919c1f1985d4805/lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9923533Z [00:08:08.277]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-6919c1f1985d4805/dep-lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:14.9990966Z [00:08:08.283]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-6919c1f1985d4805/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0057632Z [00:08:08.290]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-6919c1f1985d4805/lib-yoke.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0124670Z [00:08:08.297]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/dep-lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0192031Z [00:08:08.303]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0258870Z [00:08:08.310]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0327628Z [00:08:08.317]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0397170Z [00:08:08.324]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-19fbd5966cf4d744/lib-zerotrie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0465516Z [00:08:08.331]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-19fbd5966cf4d744/dep-lib-zerotrie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0533269Z [00:08:08.338]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-19fbd5966cf4d744/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0601512Z [00:08:08.344]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerotrie-19fbd5966cf4d744/lib-zerotrie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0669126Z [00:08:08.351]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/dep-lib-zlib_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0735268Z [00:08:08.358]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/lib-zlib_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0803199Z [00:08:08.365]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0869741Z [00:08:08.371]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zlib-rs-5c7cc95ca1abf653/lib-zlib_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.0939218Z [00:08:08.378]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1007065Z [00:08:08.385]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1074429Z [00:08:08.392]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1143783Z [00:08:08.399]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-93b110292a34b275/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1211865Z [00:08:08.405]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-a057767ba63dd9e9/lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1279658Z [00:08:08.412]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-a057767ba63dd9e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1345150Z [00:08:08.419]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-a057767ba63dd9e9/lib-icu_normalizer_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1411033Z [00:08:08.425]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-a057767ba63dd9e9/dep-lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1478642Z [00:08:08.432]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-c72587512a344531/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1544018Z [00:08:08.439]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-c72587512a344531/lib-url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1610894Z [00:08:08.445]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-c72587512a344531/dep-lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1676520Z [00:08:08.452]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-c72587512a344531/lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1744057Z [00:08:08.459]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-blame-62b46ee62d8b3e6a/dep-lib-gix_blame' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1809929Z [00:08:08.465]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-blame-62b46ee62d8b3e6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1878091Z [00:08:08.472]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-blame-62b46ee62d8b3e6a/lib-gix_blame.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.1945607Z [00:08:08.479]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-blame-62b46ee62d8b3e6a/lib-gix_blame' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2013398Z [00:08:08.486]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2080545Z [00:08:08.492]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/dep-lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2147410Z [00:08:08.499]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/lib-shell_words.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2214802Z [00:08:08.506]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2282161Z [00:08:08.512]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2348025Z [00:08:08.519]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2413996Z [00:08:08.526]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2479632Z [00:08:08.532]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-08570efda4d1abe8/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2547966Z [00:08:08.539]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-e127facdcca7c6af/dep-lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2615616Z [00:08:08.546]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-e127facdcca7c6af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2681859Z [00:08:08.552]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-e127facdcca7c6af/lib-zerovec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2748733Z [00:08:08.559]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-e127facdcca7c6af/lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2817572Z [00:08:08.566]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-chunk-2108d1ad73e69548/dep-lib-gix_chunk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2885852Z [00:08:08.573]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-chunk-2108d1ad73e69548/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.2951191Z [00:08:08.579]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-chunk-2108d1ad73e69548/lib-gix_chunk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3017295Z [00:08:08.586]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-chunk-2108d1ad73e69548/lib-gix_chunk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3085460Z [00:08:08.593]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-6503185c940aebae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3152945Z [00:08:08.600]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-6503185c940aebae/lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3219689Z [00:08:08.606]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-6503185c940aebae/lib-futures_sink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3286135Z [00:08:08.613]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-6503185c940aebae/dep-lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3352811Z [00:08:08.620]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crosstermion-122fda201147604f/lib-crosstermion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3419178Z [00:08:08.626]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crosstermion-122fda201147604f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3485935Z [00:08:08.633]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crosstermion-122fda201147604f/dep-lib-crosstermion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3552167Z [00:08:08.639]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crosstermion-122fda201147604f/lib-crosstermion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3618892Z [00:08:08.646]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-f234aa49e4d437ec/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3685650Z [00:08:08.653]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-f234aa49e4d437ec/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3752676Z [00:08:08.660]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-1c4a0b06e6c79e2b/dep-lib-event_listener' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3818912Z [00:08:08.666]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-1c4a0b06e6c79e2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3884511Z [00:08:08.673]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-1c4a0b06e6c79e2b/lib-event_listener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.3951154Z [00:08:08.679]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-1c4a0b06e6c79e2b/lib-event_listener' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4017504Z [00:08:08.686]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-e2f81fb0ad564207/lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4083948Z [00:08:08.693]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-e2f81fb0ad564207/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4151663Z [00:08:08.699]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-e2f81fb0ad564207/lib-compact_str.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4219356Z [00:08:08.706]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/compact_str-e2f81fb0ad564207/dep-lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4287438Z [00:08:08.713]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-attributes-40d55140a9f648df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4353588Z [00:08:08.720]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-attributes-40d55140a9f648df/lib-gix_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4420261Z [00:08:08.726]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-attributes-40d55140a9f648df/lib-gix_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4485964Z [00:08:08.733]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-attributes-40d55140a9f648df/dep-lib-gix_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4551700Z [00:08:08.739]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4618302Z [00:08:08.746]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4684948Z [00:08:08.753]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4752849Z [00:08:08.760]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4819259Z [00:08:08.766]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-b821b99ff773a330/lib-open.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4884646Z [00:08:08.773]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-b821b99ff773a330/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.4949847Z [00:08:08.779]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-b821b99ff773a330/dep-lib-open' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5017776Z [00:08:08.786]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-b821b99ff773a330/lib-open' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5087363Z [00:08:08.793]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5154244Z [00:08:08.800]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-0742b3835273cda7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5220810Z [00:08:08.806]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-053ff0f158368adc/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5287413Z [00:08:08.813]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-053ff0f158368adc/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5354666Z [00:08:08.820]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-053ff0f158368adc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5421265Z [00:08:08.826]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-053ff0f158368adc/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5488014Z [00:08:08.833]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5554584Z [00:08:08.840]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/dep-lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5621252Z [00:08:08.846]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5687292Z [00:08:08.853]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5753639Z [00:08:08.860]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-58b95992d57121ec/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5819796Z [00:08:08.866]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-58b95992d57121ec/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5885677Z [00:08:08.873]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-58b95992d57121ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.5952292Z [00:08:08.880]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-58b95992d57121ec/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6019205Z [00:08:08.886]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-dfc58abc02bf53a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6085295Z [00:08:08.893]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-dfc58abc02bf53a1/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6152697Z [00:08:08.900]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-dfc58abc02bf53a1/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6219848Z [00:08:08.906]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-dfc58abc02bf53a1/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6291824Z [00:08:08.913]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6360064Z [00:08:08.920]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6426921Z [00:08:08.927]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/dep-lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6495126Z [00:08:08.934]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-2a12531b87530519/lib-allocator_api2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6562983Z [00:08:08.941]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6630631Z [00:08:08.947]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6698460Z [00:08:08.954]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/lib-rayon_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6765832Z [00:08:08.961]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6833948Z [00:08:08.968]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/dep-lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6901912Z [00:08:08.974]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.6970317Z [00:08:08.981]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/lib-jiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7036849Z [00:08:08.988]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7102554Z [00:08:08.995]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7169700Z [00:08:09.001]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/dep-lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7237692Z [00:08:09.008]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-75b9beac0e789717/run-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7304737Z [00:08:09.015]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-75b9beac0e789717/run-build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7372766Z [00:08:09.022]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-252307eb83eb2e97/dep-lib-hashlink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7439411Z [00:08:09.028]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-252307eb83eb2e97/lib-hashlink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7506935Z [00:08:09.035]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-252307eb83eb2e97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7573340Z [00:08:09.042]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-252307eb83eb2e97/lib-hashlink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7640516Z [00:08:09.048]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-1ca3d2a47fe0e9e7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7707828Z [00:08:09.055]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-1ca3d2a47fe0e9e7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7774629Z [00:08:09.062]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7843076Z [00:08:09.069]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7910572Z [00:08:09.075]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.7977410Z [00:08:09.082]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8044619Z [00:08:09.089]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-f19fef6b01178305/lib-env_logger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8111169Z [00:08:09.095]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-f19fef6b01178305/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8177325Z [00:08:09.102]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-f19fef6b01178305/lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8244576Z [00:08:09.109]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-f19fef6b01178305/dep-lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8311918Z [00:08:09.115]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prodash-e736a74f9a3681f1/lib-prodash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8380490Z [00:08:09.122]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prodash-e736a74f9a3681f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8449107Z [00:08:09.129]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prodash-e736a74f9a3681f1/lib-prodash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8516576Z [00:08:09.136]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/prodash-e736a74f9a3681f1/dep-lib-prodash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8585823Z [00:08:09.143]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-08ef712f5fb16968/lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8654928Z [00:08:09.150]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-08ef712f5fb16968/lib-tracing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8722236Z [00:08:09.156]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-08ef712f5fb16968/dep-lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8791743Z [00:08:09.163]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-08ef712f5fb16968/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8861764Z [00:08:09.170]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-916f2ee2432d0da5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8930947Z [00:08:09.177]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-916f2ee2432d0da5/dep-lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.8999674Z [00:08:09.184]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-916f2ee2432d0da5/lib-icu_properties_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9067753Z [00:08:09.191]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-916f2ee2432d0da5/lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9137095Z [00:08:09.198]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9204914Z [00:08:09.205]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9274742Z [00:08:09.212]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9343252Z [00:08:09.219]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9410988Z [00:08:09.225]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9479971Z [00:08:09.232]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9548491Z [00:08:09.239]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9616778Z [00:08:09.246]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9684675Z [00:08:09.253]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-e7a21ff61224c660/lib-curl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9752448Z [00:08:09.259]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-e7a21ff61224c660/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9820617Z [00:08:09.266]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-e7a21ff61224c660/dep-lib-curl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9892175Z [00:08:09.273]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-e7a21ff61224c660/lib-curl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:15.9961918Z [00:08:09.280]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-fbe0d0097139fc6b/dep-lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0031075Z [00:08:09.287]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-fbe0d0097139fc6b/lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0100150Z [00:08:09.294]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-fbe0d0097139fc6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0169819Z [00:08:09.301]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-fbe0d0097139fc6b/lib-idna_adapter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0240861Z [00:08:09.308]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-odb-2359005e467be37a/lib-gix_odb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0309008Z [00:08:09.315]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-odb-2359005e467be37a/dep-lib-gix_odb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0377052Z [00:08:09.322]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-odb-2359005e467be37a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0445680Z [00:08:09.329]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-odb-2359005e467be37a/lib-gix_odb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0518253Z [00:08:09.336]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hashtable-db99b4bd4838a144/lib-gix_hashtable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0587691Z [00:08:09.343]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hashtable-db99b4bd4838a144/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0657785Z [00:08:09.350]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hashtable-db99b4bd4838a144/lib-gix_hashtable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0727094Z [00:08:09.357]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-hashtable-db99b4bd4838a144/dep-lib-gix_hashtable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0799167Z [00:08:09.364]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-718ea0a4939e055b/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0870361Z [00:08:09.371]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-718ea0a4939e055b/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.0944293Z [00:08:09.379]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-718ea0a4939e055b/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1018338Z [00:08:09.386]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-718ea0a4939e055b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1095811Z [00:08:09.394]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-traverse-1d8268d7b08e567b/dep-lib-gix_traverse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1170944Z [00:08:09.401]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-traverse-1d8268d7b08e567b/lib-gix_traverse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1243510Z [00:08:09.409]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-traverse-1d8268d7b08e567b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1313921Z [00:08:09.416]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-traverse-1d8268d7b08e567b/lib-gix_traverse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1384982Z [00:08:09.423]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-core-ca26d1a0b31ef722/lib-gitoxide_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1454102Z [00:08:09.430]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-core-ca26d1a0b31ef722/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1524289Z [00:08:09.437]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-core-ca26d1a0b31ef722/lib-gitoxide_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1593189Z [00:08:09.444]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gitoxide-core-ca26d1a0b31ef722/dep-lib-gitoxide_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1662768Z [00:08:09.451]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/layout-rs-f83324da552207b4/lib-layout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1732187Z [00:08:09.457]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/layout-rs-f83324da552207b4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1800785Z [00:08:09.464]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/layout-rs-f83324da552207b4/dep-lib-layout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1869275Z [00:08:09.471]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/layout-rs-f83324da552207b4/lib-layout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.1942546Z [00:08:09.478]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-c0eb689002617c36/lib-async_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2012817Z [00:08:09.485]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-c0eb689002617c36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2084023Z [00:08:09.493]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-c0eb689002617c36/lib-async_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2155694Z [00:08:09.500]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-c0eb689002617c36/dep-lib-async_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2225854Z [00:08:09.507]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2297523Z [00:08:09.514]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/dep-lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2367624Z [00:08:09.521]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2436812Z [00:08:09.528]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-e59139a3d449cf5d/lib-tracing_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2505985Z [00:08:09.535]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-1f0ec87d926659d0/lib-crossbeam_queue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2574298Z [00:08:09.542]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-1f0ec87d926659d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2644700Z [00:08:09.549]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-1f0ec87d926659d0/lib-crossbeam_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2714135Z [00:08:09.556]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-1f0ec87d926659d0/dep-lib-crossbeam_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2782978Z [00:08:09.562]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2851493Z [00:08:09.569]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2922775Z [00:08:09.576]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.2993867Z [00:08:09.584]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3067546Z [00:08:09.591]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3137697Z [00:08:09.598]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3208701Z [00:08:09.605]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3280883Z [00:08:09.612]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3352738Z [00:08:09.619]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-tempfile-ffde79f2522af8a6/dep-lib-gix_tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3424173Z [00:08:09.627]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-tempfile-ffde79f2522af8a6/lib-gix_tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3494976Z [00:08:09.634]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-tempfile-ffde79f2522af8a6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3566652Z [00:08:09.641]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-tempfile-ffde79f2522af8a6/lib-gix_tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3635633Z [00:08:09.648]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3705170Z [00:08:09.655]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3774176Z [00:08:09.662]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3843931Z [00:08:09.669]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3913697Z [00:08:09.676]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.3983178Z [00:08:09.683]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4052883Z [00:08:09.690]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4121973Z [00:08:09.696]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4190751Z [00:08:09.703]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4260157Z [00:08:09.710]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4328966Z [00:08:09.717]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4397112Z [00:08:09.724]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-fbf9229152a0f466/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4466603Z [00:08:09.731]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/kstring-86bbfa17aec4d9c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4534782Z [00:08:09.738]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/kstring-86bbfa17aec4d9c3/lib-kstring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4603583Z [00:08:09.745]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/kstring-86bbfa17aec4d9c3/dep-lib-kstring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4672751Z [00:08:09.752]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/kstring-86bbfa17aec4d9c3/lib-kstring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4741446Z [00:08:09.758]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ffe0552e49c20c0e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4810517Z [00:08:09.765]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ffe0552e49c20c0e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4878978Z [00:08:09.772]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-a9ca98bee87afa67/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.4946781Z [00:08:09.779]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-a9ca98bee87afa67/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5014175Z [00:08:09.786]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-a9ca98bee87afa67/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5082851Z [00:08:09.793]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-a9ca98bee87afa67/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5150513Z [00:08:09.799]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5217711Z [00:08:09.806]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5284989Z [00:08:09.813]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5353548Z [00:08:09.820]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5421533Z [00:08:09.826]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-e02d66e741c45caa/lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5490034Z [00:08:09.833]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-e02d66e741c45caa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5558469Z [00:08:09.840]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-e02d66e741c45caa/lib-icu_normalizer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5626814Z [00:08:09.847]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-e02d66e741c45caa/dep-lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5695843Z [00:08:09.854]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-submodule-386d9083cb66928f/dep-lib-gix_submodule' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5763530Z [00:08:09.861]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-submodule-386d9083cb66928f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5830669Z [00:08:09.867]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-submodule-386d9083cb66928f/lib-gix_submodule.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5898324Z [00:08:09.874]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-submodule-386d9083cb66928f/lib-gix_submodule' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.5965528Z [00:08:09.881]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fs-522fa91e89e5f558/dep-lib-gix_fs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6032707Z [00:08:09.888]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fs-522fa91e89e5f558/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6100828Z [00:08:09.894]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fs-522fa91e89e5f558/lib-gix_fs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6169587Z [00:08:09.901]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-fs-522fa91e89e5f558/lib-gix_fs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6239727Z [00:08:09.908]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-b79e2d218cd88048/dep-lib-gix_worktree_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6308634Z [00:08:09.915]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-b79e2d218cd88048/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6376118Z [00:08:09.922]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-b79e2d218cd88048/lib-gix_worktree_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6445314Z [00:08:09.929]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-stream-b79e2d218cd88048/lib-gix_worktree_stream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6515306Z [00:08:09.936]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-fb3b59db4a6b6077/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6584480Z [00:08:09.943]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-fb3b59db4a6b6077/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6654089Z [00:08:09.950]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-fb3b59db4a6b6077/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6722885Z [00:08:09.957]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-fb3b59db4a6b6077/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6792484Z [00:08:09.963]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-8e6d2b3e12df6969/lib-event_listener_strategy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6861482Z [00:08:09.970]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-8e6d2b3e12df6969/lib-event_listener_strategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.6932393Z [00:08:09.977]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-8e6d2b3e12df6969/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7001208Z [00:08:09.984]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-8e6d2b3e12df6969/dep-lib-event_listener_strategy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7070325Z [00:08:09.991]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7137763Z [00:08:09.998]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7205789Z [00:08:10.005]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7273643Z [00:08:10.012]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7343095Z [00:08:10.019]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-validate-95b3ebacdd6668d1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7410669Z [00:08:10.025]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-validate-95b3ebacdd6668d1/lib-gix_validate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7478346Z [00:08:10.032]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-validate-95b3ebacdd6668d1/lib-gix_validate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7547322Z [00:08:10.039]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-validate-95b3ebacdd6668d1/dep-lib-gix_validate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7617170Z [00:08:10.046]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-3254f904149a6dba/dep-lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7686055Z [00:08:10.053]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-3254f904149a6dba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7755168Z [00:08:10.060]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-3254f904149a6dba/lib-clap_complete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7823182Z [00:08:10.067]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-3254f904149a6dba/lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7891642Z [00:08:10.073]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.7960223Z [00:08:10.080]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8027576Z [00:08:10.087]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8095934Z [00:08:10.094]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8164779Z [00:08:10.101]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-502d834d670a11e9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8234158Z [00:08:10.108]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-502d834d670a11e9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8305012Z [00:08:10.115]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-25ebe0e8211c4112/lib-gix_packetline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8373817Z [00:08:10.122]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-25ebe0e8211c4112/dep-lib-gix_packetline' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8443657Z [00:08:10.129]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-25ebe0e8211c4112/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8513050Z [00:08:10.136]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-packetline-25ebe0e8211c4112/lib-gix_packetline' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8582909Z [00:08:10.143]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-eba13be3a477c621/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8654029Z [00:08:10.150]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-eba13be3a477c621/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8725745Z [00:08:10.157]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-eba13be3a477c621/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8796873Z [00:08:10.164]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-eba13be3a477c621/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8868882Z [00:08:10.171]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/human_format-8ee9f1360d2aaa30/dep-lib-human_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.8938229Z [00:08:10.178]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/human_format-8ee9f1360d2aaa30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9007819Z [00:08:10.185]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/human_format-8ee9f1360d2aaa30/lib-human_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9077550Z [00:08:10.192]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/human_format-8ee9f1360d2aaa30/lib-human_format.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9147578Z [00:08:10.199]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-f6712eb98c22c8f6/lib-futures_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9216754Z [00:08:10.206]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-f6712eb98c22c8f6/lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9284931Z [00:08:10.213]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-f6712eb98c22c8f6/dep-lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9355011Z [00:08:10.220]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-f6712eb98c22c8f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9424057Z [00:08:10.227]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-shallow-507ca95827a3cbe1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9493415Z [00:08:10.234]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-shallow-507ca95827a3cbe1/lib-gix_shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9561785Z [00:08:10.240]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-shallow-507ca95827a3cbe1/lib-gix_shallow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9631400Z [00:08:10.247]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-shallow-507ca95827a3cbe1/dep-lib-gix_shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9699740Z [00:08:10.254]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-929cb6acf7d10038/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9770369Z [00:08:10.261]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-929cb6acf7d10038/lib-openssl_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9839804Z [00:08:10.268]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-929cb6acf7d10038/dep-lib-openssl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9909816Z [00:08:10.275]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-929cb6acf7d10038/lib-openssl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:16.9979609Z [00:08:10.282]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-6471d5961de3a36f/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0048894Z [00:08:10.289]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-6471d5961de3a36f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0119668Z [00:08:10.296]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-6471d5961de3a36f/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0190554Z [00:08:10.303]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-6471d5961de3a36f/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0263381Z [00:08:10.311]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-command-1f65f23866f4eb51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0334295Z [00:08:10.318]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-command-1f65f23866f4eb51/lib-gix_command' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0404682Z [00:08:10.325]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-command-1f65f23866f4eb51/dep-lib-gix_command' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0475489Z [00:08:10.332]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-command-1f65f23866f4eb51/lib-gix_command.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0548146Z [00:08:10.339]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0621193Z [00:08:10.346]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0694870Z [00:08:10.354]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-7c5b098822a4a40e/dep-lib-gix_worktree_state' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0766110Z [00:08:10.361]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-7c5b098822a4a40e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0837485Z [00:08:10.368]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-7c5b098822a4a40e/lib-gix_worktree_state.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0908561Z [00:08:10.375]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-worktree-state-7c5b098822a4a40e/lib-gix_worktree_state' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.0981481Z [00:08:10.382]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-74091a4a468a4689/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1055052Z [00:08:10.390]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-74091a4a468a4689/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1126508Z [00:08:10.397]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5e6b8771368499b2/lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1197115Z [00:08:10.404]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5e6b8771368499b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1267713Z [00:08:10.411]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5e6b8771368499b2/lib-encoding_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1340062Z [00:08:10.418]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5e6b8771368499b2/dep-lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1409885Z [00:08:10.425]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faster-hex-bd2e28cba9bc8b27/lib-faster_hex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1479711Z [00:08:10.432]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faster-hex-bd2e28cba9bc8b27/dep-lib-faster_hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1547689Z [00:08:10.439]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faster-hex-bd2e28cba9bc8b27/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1619552Z [00:08:10.446]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faster-hex-bd2e28cba9bc8b27/lib-faster_hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1691375Z [00:08:10.453]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-9080223ccff6cf31/lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1761639Z [00:08:10.460]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-9080223ccff6cf31/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1830373Z [00:08:10.467]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-9080223ccff6cf31/lib-icu_collections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1899888Z [00:08:10.474]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-9080223ccff6cf31/dep-lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.1969710Z [00:08:10.481]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-f08a36c593b8653a/lib-gix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2039491Z [00:08:10.488]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-f08a36c593b8653a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2108742Z [00:08:10.495]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-f08a36c593b8653a/lib-gix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2177878Z [00:08:10.502]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-f08a36c593b8653a/dep-lib-gix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2247183Z [00:08:10.509]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-3e3a41334331d924/dep-lib-gix_commitgraph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2317026Z [00:08:10.516]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-3e3a41334331d924/lib-gix_commitgraph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2386756Z [00:08:10.523]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-3e3a41334331d924/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2455765Z [00:08:10.530]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gix-commitgraph-3e3a41334331d924/lib-gix_commitgraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2525161Z [00:08:10.537]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2594611Z [00:08:10.544]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2664481Z [00:08:10.551]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-4989857d14319657/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2733033Z [00:08:10.558]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-4989857d14319657/dep-lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2802346Z [00:08:10.564]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-4989857d14319657/lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2872946Z [00:08:10.572]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-4989857d14319657/lib-zerofrom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.2944109Z [00:08:10.579]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-fb9d2db0b500b73f/dep-lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3014834Z [00:08:10.586]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-fb9d2db0b500b73f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3088932Z [00:08:10.593]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-fb9d2db0b500b73f/lib-stable_deref_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3163724Z [00:08:10.601]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-fb9d2db0b500b73f/lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3237484Z [00:08:10.608]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-777a2ca64700d8ba/lib-dashmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3307782Z [00:08:10.615]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-777a2ca64700d8ba/lib-dashmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3379644Z [00:08:10.622]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-777a2ca64700d8ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3450722Z [00:08:10.629]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dashmap-777a2ca64700d8ba/dep-lib-dashmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3520359Z [00:08:10.636]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3589974Z [00:08:10.643]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3660835Z [00:08:10.650]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/DEVELOPMENT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3731452Z [00:08:10.657]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/speak/gitmerge-2024.marp.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3801248Z [00:08:10.664]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/speak/gitmerge-2024.marp.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3870845Z [00:08:10.671]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/gix-components.monopic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.3940515Z [00:08:10.678]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/unique-v-tag.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4013257Z [00:08:10.686]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/crate-structure.monopic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4087538Z [00:08:10.693]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/discovery/odb.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4160132Z [00:08:10.700]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/test-fixtures-windows-expected-failures-see-issue-1358.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4230218Z [00:08:10.707]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/check-package-size.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4302115Z [00:08:10.714]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/docker/Dockerfile.test-cross' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4371314Z [00:08:10.721]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/docker/test-cross-context/customize.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4440454Z [00:08:10.728]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/docker/Dockerfile.alpine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4510548Z [00:08:10.735]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/docker/test-cross.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4580197Z [00:08:10.742]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/copy-packetline.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4648399Z [00:08:10.749]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/msrv-badge.template.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4716928Z [00:08:10.756]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/msrv-badge.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4784492Z [00:08:10.763]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/corpus/json-to-jsonl.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4852708Z [00:08:10.770]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/corpus/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4920638Z [00:08:10.776]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/corpus/clone-repos.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:03:17.4988775Z [00:08:10.783]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/corpus/repo_metadata.sample.jsonl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5057229Z [00:08:10.790]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-05.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5124650Z [00:08:10.797]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5193839Z [00:08:10.804]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-07.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5261417Z [00:08:10.810]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-05.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5330242Z [00:08:10.817]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5398545Z [00:08:10.824]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-08.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5466134Z [00:08:10.831]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-09.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5534811Z [00:08:10.838]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-03.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5603259Z [00:08:10.845]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-06.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5671054Z [00:08:10.851]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-08.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5740725Z [00:08:10.858]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-09.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5811821Z [00:08:10.865]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-06.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5881765Z [00:08:10.872]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-02.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.5950151Z [00:08:10.879]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-06.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6020197Z [00:08:10.886]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-07.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6090385Z [00:08:10.893]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6159985Z [00:08:10.900]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-01.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6232225Z [00:08:10.907]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-03.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6303346Z [00:08:10.915]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-09.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6375937Z [00:08:10.922]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-04.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6447527Z [00:08:10.929]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-02.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6516595Z [00:08:10.936]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6585926Z [00:08:10.943]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-05.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6654801Z [00:08:10.950]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-EOY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6724130Z [00:08:10.957]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-03.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6792474Z [00:08:10.964]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-05.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6861443Z [00:08:10.970]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-03.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.6931010Z [00:08:10.977]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-07.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7001489Z [00:08:10.984]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-01.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7070811Z [00:08:10.991]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7139224Z [00:08:10.998]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-01.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7206636Z [00:08:11.005]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-06.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7273995Z [00:08:11.012]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-07.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7342201Z [00:08:11.019]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7411604Z [00:08:11.025]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-02.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7480241Z [00:08:11.032]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-09.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7548928Z [00:08:11.039]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-01.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7617259Z [00:08:11.046]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7684417Z [00:08:11.053]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7753058Z [00:08:11.060]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-06.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7820540Z [00:08:11.066]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-04.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7887861Z [00:08:11.073]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-05.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.7954759Z [00:08:11.080]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/21-08.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8022960Z [00:08:11.087]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-EOY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8092406Z [00:08:11.094]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8160374Z [00:08:11.100]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8229968Z [00:08:11.107]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-04.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8298485Z [00:08:11.114]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8366412Z [00:08:11.121]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/24-08.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8434464Z [00:08:11.128]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/23-07.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8504129Z [00:08:11.135]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8574680Z [00:08:11.142]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-02.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8642384Z [00:08:11.149]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/22-EOY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8711885Z [00:08:11.155]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/reports/25-04.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8780583Z [00:08:11.162]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/etc/gix-components.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8849841Z [00:08:11.169]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8919304Z [00:08:11.176]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/tests/revwalk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.8987626Z [00:08:11.183]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/src/queue.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.9060966Z [00:08:11.190]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/src/graph/commit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.9128051Z [00:08:11.197]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/src/graph/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.9195490Z [00:08:11.204]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.9264875Z [00:08:11.211]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/gix-revwalk/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.9333474Z [00:08:11.218]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.9403278Z [00:08:11.225]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.IabJqRvN7W/TEMPREPO/general-tasks.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.9471083Z [00:08:11.231]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.9538543Z [00:08:11.238]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.9610252Z [00:08:11.245]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.9682546Z [00:08:11.253]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/gitoxide.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:17.9753302Z [00:08:11.260]➜  mode of '/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:03:18.0337568Z [00:08:11.318]➜  realpath: missing operand
2025-08-20T21:03:18.0338334Z [00:08:11.318]➜  Try 'realpath --help' for more information.
2025-08-20T21:03:18.0444179Z [00:08:11.329]➜  
2025-08-20T21:03:18.0445067Z [00:08:11.329]➜  [+] Found LICENSE ==> [/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T21:03:18.0445582Z [00:08:11.329]➜  
2025-08-20T21:03:18.0445817Z [00:08:11.329]➜  
2025-08-20T21:03:18.0454125Z [00:08:11.330]➜  
2025-08-20T21:03:18.0454704Z [00:08:11.330]➜                                   Apache License
2025-08-20T21:03:18.0455407Z [00:08:11.330]➜                             Version 2.0, January 2004
2025-08-20T21:03:18.0457787Z [00:08:11.330]➜                          http://www.apache.org/licenses/
2025-08-20T21:03:18.0458607Z [00:08:11.330]➜  
2025-08-20T21:03:18.0459676Z [00:08:11.330]➜     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2025-08-20T21:03:18.0460687Z [00:08:11.330]➜  
2025-08-20T21:03:18.0462944Z [00:08:11.330]➜     1. Definitions.
2025-08-20T21:03:18.0464392Z [00:08:11.330]➜  
2025-08-20T21:03:18.0465065Z [00:08:11.330]➜        "License" shall mean the terms and conditions for use, reproduction,
2025-08-20T21:03:18.0466195Z [00:08:11.330]➜        and distribution as defined by Sections 1 through 9 of this document.
2025-08-20T21:03:18.0467106Z [00:08:11.330]➜  
2025-08-20T21:03:18.0467753Z [00:08:11.330]➜        "Licensor" shall mean the copyright owner or entity authorized by
2025-08-20T21:03:18.0468612Z [00:08:11.330]➜        the copyright owner that is granting the License.
2025-08-20T21:03:18.0469184Z [00:08:11.330]➜  
2025-08-20T21:03:18.0469803Z [00:08:11.330]➜        "Legal Entity" shall mean the union of the acting entity and all
2025-08-20T21:03:18.0470728Z [00:08:11.330]➜        other entities that control, are controlled by, or are under common
2025-08-20T21:03:18.0471689Z [00:08:11.330]➜        control with that entity. For the purposes of this definition,
2025-08-20T21:03:18.0472597Z [00:08:11.330]➜        "control" means (i) the power, direct or indirect, to cause the
2025-08-20T21:03:18.0473455Z [00:08:11.330]➜        direction or management of such entity, whether by contract or
2025-08-20T21:03:18.0474252Z [00:08:11.330]➜        otherwise, or (ii) ownership of fifty percent (50%) or more of the
2025-08-20T21:03:18.0474787Z [00:08:11.330]➜        outstanding shares, or (iii) beneficial ownership of such entity.
2025-08-20T21:03:18.0475152Z [00:08:11.330]➜  
2025-08-20T21:03:18.0475476Z [00:08:11.330]➜        "You" (or "Your") shall mean an individual or Legal Entity
2025-08-20T21:03:18.0475903Z [00:08:11.330]➜        exercising permissions granted by this License.
2025-08-20T21:03:18.0476406Z [00:08:11.330]➜  
2025-08-20T21:03:18.0476902Z [00:08:11.330]➜        "Source" form shall mean the preferred form for making modifications,
2025-08-20T21:03:18.0477440Z [00:08:11.330]➜        including but not limited to software source code, documentation
2025-08-20T21:03:18.0478094Z [00:08:11.330]➜        source, and configuration files.
2025-08-20T21:03:18.0478389Z [00:08:11.330]➜  
2025-08-20T21:03:18.0478719Z [00:08:11.330]➜        "Object" form shall mean any form resulting from mechanical
2025-08-20T21:03:18.0479214Z [00:08:11.330]➜        transformation or translation of a Source form, including but
2025-08-20T21:03:18.0479701Z [00:08:11.330]➜        not limited to compiled object code, generated documentation,
2025-08-20T21:03:18.0480123Z [00:08:11.330]➜        and conversions to other media types.
2025-08-20T21:03:18.0480415Z [00:08:11.330]➜  
2025-08-20T21:03:18.0480744Z [00:08:11.330]➜        "Work" shall mean the work of authorship, whether in Source or
2025-08-20T21:03:18.0481219Z [00:08:11.330]➜        Object form, made available under the License, as indicated by a
2025-08-20T21:03:18.0481705Z [00:08:11.330]➜        copyright notice that is included in or attached to the work
2025-08-20T21:03:18.0482158Z [00:08:11.330]➜        (an example is provided in the Appendix below).
2025-08-20T21:03:18.0482472Z [00:08:11.330]➜  
2025-08-20T21:03:18.0482821Z [00:08:11.330]➜        "Derivative Works" shall mean any work, whether in Source or Object
2025-08-20T21:03:18.0483323Z [00:08:11.330]➜        form, that is based on (or derived from) the Work and for which the
2025-08-20T21:03:18.0483869Z [00:08:11.330]➜        editorial revisions, annotations, elaborations, or other modifications
2025-08-20T21:03:18.0484618Z [00:08:11.330]➜        represent, as a whole, an original work of authorship. For the purposes
2025-08-20T21:03:18.0485576Z [00:08:11.330]➜        of this License, Derivative Works shall not include works that remain
2025-08-20T21:03:18.0486695Z [00:08:11.330]➜        separable from, or merely link (or bind by name) to the interfaces of,
2025-08-20T21:03:18.0487512Z [00:08:11.330]➜        the Work and Derivative Works thereof.
2025-08-20T21:03:18.0487939Z [00:08:11.330]➜  
2025-08-20T21:03:18.0488304Z [00:08:11.330]➜        "Contribution" shall mean any work of authorship, including
2025-08-20T21:03:18.0488830Z [00:08:11.330]➜        the original version of the Work and any modifications or additions
2025-08-20T21:03:18.0489336Z [00:08:11.330]➜        to that Work or Derivative Works thereof, that is intentionally
2025-08-20T21:03:18.0489928Z [00:08:11.330]➜        submitted to Licensor for inclusion in the Work by the copyright owner
2025-08-20T21:03:18.0490461Z [00:08:11.330]➜        or by an individual or Legal Entity authorized to submit on behalf of
2025-08-20T21:03:18.0490980Z [00:08:11.330]➜        the copyright owner. For the purposes of this definition, "submitted"
2025-08-20T21:03:18.0491496Z [00:08:11.330]➜        means any form of electronic, verbal, or written communication sent
2025-08-20T21:03:18.0492015Z [00:08:11.330]➜        to the Licensor or its representatives, including but not limited to
2025-08-20T21:03:18.0492554Z [00:08:11.330]➜        communication on electronic mailing lists, source code control systems,
2025-08-20T21:03:18.0493091Z [00:08:11.330]➜        and issue tracking systems that are managed by, or on behalf of, the
2025-08-20T21:03:18.0493616Z [00:08:11.330]➜        Licensor for the purpose of discussing and improving the Work, but
2025-08-20T21:03:18.0494144Z [00:08:11.330]➜        excluding communication that is conspicuously marked or otherwise
2025-08-20T21:03:18.0494666Z [00:08:11.330]➜        designated in writing by the copyright owner as "Not a Contribution."
2025-08-20T21:03:18.0495033Z [00:08:11.330]➜  
2025-08-20T21:03:18.0495395Z [00:08:11.330]➜        "Contributor" shall mean Licensor and any individual or Legal Entity
2025-08-20T21:03:18.0495904Z [00:08:11.330]➜        on behalf of whom a Contribution has been received by Licensor and
2025-08-20T21:03:18.0496568Z [00:08:11.330]➜        subsequently incorporated within the Work.
2025-08-20T21:03:18.0496880Z [00:08:11.330]➜  
2025-08-20T21:03:18.0497350Z [00:08:11.330]➜     2. Grant of Copyright License. Subject to the terms and conditions of
2025-08-20T21:03:18.0498507Z [00:08:11.330]➜        this License, each Contributor hereby grants to You a perpetual,
2025-08-20T21:03:18.0499289Z [00:08:11.330]➜        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2025-08-20T21:03:18.0499811Z [00:08:11.330]➜        copyright license to reproduce, prepare Derivative Works of,
2025-08-20T21:03:18.0500346Z [00:08:11.330]➜        publicly display, publicly perform, sublicense, and distribute the
2025-08-20T21:03:18.0500834Z [00:08:11.330]➜        Work and such Derivative Works in Source or Object form.
2025-08-20T21:03:18.0501170Z [00:08:11.330]➜  
2025-08-20T21:03:18.0501522Z [00:08:11.330]➜     3. Grant of Patent License. Subject to the terms and conditions of
2025-08-20T21:03:18.0502024Z [00:08:11.330]➜        this License, each Contributor hereby grants to You a perpetual,
2025-08-20T21:03:18.0502526Z [00:08:11.330]➜        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2025-08-20T21:03:18.0503041Z [00:08:11.330]➜        (except as stated in this section) patent license to make, have made,
2025-08-20T21:03:18.0503544Z [00:08:11.330]➜        use, offer to sell, sell, import, and otherwise transfer the Work,
2025-08-20T21:03:18.0504041Z [00:08:11.330]➜        where such license applies only to those patent claims licensable
2025-08-20T21:03:18.0504529Z [00:08:11.330]➜        by such Contributor that are necessarily infringed by their
2025-08-20T21:03:18.0505018Z [00:08:11.330]➜        Contribution(s) alone or by combination of their Contribution(s)
2025-08-20T21:03:18.0505510Z [00:08:11.330]➜        with the Work to which such Contribution(s) was submitted. If You
2025-08-20T21:03:18.0505980Z [00:08:11.330]➜        institute patent litigation against any entity (including a
2025-08-20T21:03:18.0506693Z [00:08:11.330]➜        cross-claim or counterclaim in a lawsuit) alleging that the Work
2025-08-20T21:03:18.0507311Z [00:08:11.330]➜        or a Contribution incorporated within the Work constitutes direct
2025-08-20T21:03:18.0507879Z [00:08:11.330]➜        or contributory patent infringement, then any patent licenses
2025-08-20T21:03:18.0508368Z [00:08:11.330]➜        granted to You under this License for that Work shall terminate
2025-08-20T21:03:18.0509110Z [00:08:11.330]➜        as of the date such litigation is filed.
2025-08-20T21:03:18.0509647Z [00:08:11.330]➜  
2025-08-20T21:03:18.0510393Z [00:08:11.330]➜     4. Redistribution. You may reproduce and distribute copies of the
2025-08-20T21:03:18.0510935Z [00:08:11.330]➜        Work or Derivative Works thereof in any medium, with or without
2025-08-20T21:03:18.0511426Z [00:08:11.330]➜        modifications, and in Source or Object form, provided that You
2025-08-20T21:03:18.0511848Z [00:08:11.330]➜        meet the following conditions:
2025-08-20T21:03:18.0512128Z [00:08:11.330]➜  
2025-08-20T21:03:18.0512440Z [00:08:11.330]➜        (a) You must give any other recipients of the Work or
2025-08-20T21:03:18.0512868Z [00:08:11.330]➜            Derivative Works a copy of this License; and
2025-08-20T21:03:18.0513183Z [00:08:11.330]➜  
2025-08-20T21:03:18.0513517Z [00:08:11.330]➜        (b) You must cause any modified files to carry prominent notices
2025-08-20T21:03:18.0513941Z [00:08:11.330]➜            stating that You changed the files; and
2025-08-20T21:03:18.0514239Z [00:08:11.330]➜  
2025-08-20T21:03:18.0514561Z [00:08:11.330]➜        (c) You must retain, in the Source form of any Derivative Works
2025-08-20T21:03:18.0515027Z [00:08:11.331]➜            that You distribute, all copyright, patent, trademark, and
2025-08-20T21:03:18.0515483Z [00:08:11.331]➜            attribution notices from the Source form of the Work,
2025-08-20T21:03:18.0515937Z [00:08:11.331]➜            excluding those notices that do not pertain to any part of
2025-08-20T21:03:18.0516611Z [00:08:11.331]➜            the Derivative Works; and
2025-08-20T21:03:18.0516958Z [00:08:11.331]➜  
2025-08-20T21:03:18.0517285Z [00:08:11.331]➜        (d) If the Work includes a "NOTICE" text file as part of its
2025-08-20T21:03:18.0517944Z [00:08:11.331]➜            distribution, then any Derivative Works that You distribute must
2025-08-20T21:03:18.0518466Z [00:08:11.331]➜            include a readable copy of the attribution notices contained
2025-08-20T21:03:18.0518951Z [00:08:11.331]➜            within such NOTICE file, excluding those notices that do not
2025-08-20T21:03:18.0519432Z [00:08:11.331]➜            pertain to any part of the Derivative Works, in at least one
2025-08-20T21:03:18.0520025Z [00:08:11.331]➜            of the following places: within a NOTICE text file distributed
2025-08-20T21:03:18.0520878Z [00:08:11.331]➜            as part of the Derivative Works; within the Source form or
2025-08-20T21:03:18.0521607Z [00:08:11.331]➜            documentation, if provided along with the Derivative Works; or,
2025-08-20T21:03:18.0522107Z [00:08:11.331]➜            within a display generated by the Derivative Works, if and
2025-08-20T21:03:18.0522608Z [00:08:11.331]➜            wherever such third-party notices normally appear. The contents
2025-08-20T21:03:18.0523103Z [00:08:11.331]➜            of the NOTICE file are for informational purposes only and
2025-08-20T21:03:18.0523561Z [00:08:11.331]➜            do not modify the License. You may add Your own attribution
2025-08-20T21:03:18.0524048Z [00:08:11.331]➜            notices within Derivative Works that You distribute, alongside
2025-08-20T21:03:18.0524531Z [00:08:11.331]➜            or as an addendum to the NOTICE text from the Work, provided
2025-08-20T21:03:18.0524992Z [00:08:11.331]➜            that such additional attribution notices cannot be construed
2025-08-20T21:03:18.0525390Z [00:08:11.331]➜            as modifying the License.
2025-08-20T21:03:18.0525667Z [00:08:11.331]➜  
2025-08-20T21:03:18.0526017Z [00:08:11.331]➜        You may add Your own copyright statement to Your modifications and
2025-08-20T21:03:18.0526835Z [00:08:11.331]➜        may provide additional or different license terms and conditions
2025-08-20T21:03:18.0527358Z [00:08:11.331]➜        for use, reproduction, or distribution of Your modifications, or
2025-08-20T21:03:18.0527849Z [00:08:11.331]➜        for any such Derivative Works as a whole, provided Your use,
2025-08-20T21:03:18.0528351Z [00:08:11.331]➜        reproduction, and distribution of the Work otherwise complies with
2025-08-20T21:03:18.0528855Z [00:08:11.331]➜        the conditions stated in this License.
2025-08-20T21:03:18.0529158Z [00:08:11.331]➜  
2025-08-20T21:03:18.0529522Z [00:08:11.331]➜     5. Submission of Contributions. Unless You explicitly state otherwise,
2025-08-20T21:03:18.0539584Z [00:08:11.331]➜        any Contribution intentionally submitted for inclusion in the Work
2025-08-20T21:03:18.0540174Z [00:08:11.331]➜        by You to the Licensor shall be under the terms and conditions of
2025-08-20T21:03:18.0540687Z [00:08:11.331]➜        this License, without any additional terms or conditions.
2025-08-20T21:03:18.0541222Z [00:08:11.331]➜        Notwithstanding the above, nothing herein shall supersede or modify
2025-08-20T21:03:18.0541751Z [00:08:11.331]➜        the terms of any separate license agreement you may have executed
2025-08-20T21:03:18.0542449Z [00:08:11.331]➜        with Licensor regarding such Contributions.
2025-08-20T21:03:18.0543015Z [00:08:11.331]➜  
2025-08-20T21:03:18.0543690Z [00:08:11.331]➜     6. Trademarks. This License does not grant permission to use the trade
2025-08-20T21:03:18.0544302Z [00:08:11.331]➜        names, trademarks, service marks, or product names of the Licensor,
2025-08-20T21:03:18.0544838Z [00:08:11.331]➜        except as required for reasonable and customary use in describing the
2025-08-20T21:03:18.0545350Z [00:08:11.331]➜        origin of the Work and reproducing the content of the NOTICE file.
2025-08-20T21:03:18.0545701Z [00:08:11.331]➜  
2025-08-20T21:03:18.0546048Z [00:08:11.331]➜     7. Disclaimer of Warranty. Unless required by applicable law or
2025-08-20T21:03:18.0546780Z [00:08:11.331]➜        agreed to in writing, Licensor provides the Work (and each
2025-08-20T21:03:18.0547487Z [00:08:11.331]➜        Contributor provides its Contributions) on an "AS IS" BASIS,
2025-08-20T21:03:18.0547996Z [00:08:11.331]➜        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2025-08-20T21:03:18.0548520Z [00:08:11.331]➜        implied, including, without limitation, any warranties or conditions
2025-08-20T21:03:18.0549047Z [00:08:11.331]➜        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2025-08-20T21:03:18.0549547Z [00:08:11.331]➜        PARTICULAR PURPOSE. You are solely responsible for determining the
2025-08-20T21:03:18.0550074Z [00:08:11.331]➜        appropriateness of using or redistributing the Work and assume any
2025-08-20T21:03:18.0550606Z [00:08:11.331]➜        risks associated with Your exercise of permissions under this License.
2025-08-20T21:03:18.0550976Z [00:08:11.331]➜  
2025-08-20T21:03:18.0551333Z [00:08:11.331]➜     8. Limitation of Liability. In no event and under no legal theory,
2025-08-20T21:03:18.0551824Z [00:08:11.331]➜        whether in tort (including negligence), contract, or otherwise,
2025-08-20T21:03:18.0552319Z [00:08:11.331]➜        unless required by applicable law (such as deliberate and grossly
2025-08-20T21:03:18.0552822Z [00:08:11.331]➜        negligent acts) or agreed to in writing, shall any Contributor be
2025-08-20T21:03:18.0553442Z [00:08:11.331]➜        liable to You for damages, including any direct, indirect, special,
2025-08-20T21:03:18.0554387Z [00:08:11.331]➜        incidental, or consequential damages of any character arising as a
2025-08-20T21:03:18.0555255Z [00:08:11.331]➜        result of this License or out of the use or inability to use the
2025-08-20T21:03:18.0555763Z [00:08:11.331]➜        Work (including but not limited to damages for loss of goodwill,
2025-08-20T21:03:18.0556453Z [00:08:11.331]➜        work stoppage, computer failure or malfunction, or any and all
2025-08-20T21:03:18.0557099Z [00:08:11.331]➜        other commercial damages or losses), even if such Contributor
2025-08-20T21:03:18.0557600Z [00:08:11.331]➜        has been advised of the possibility of such damages.
2025-08-20T21:03:18.0557931Z [00:08:11.331]➜  
2025-08-20T21:03:18.0558289Z [00:08:11.331]➜     9. Accepting Warranty or Additional Liability. While redistributing
2025-08-20T21:03:18.0558849Z [00:08:11.331]➜        the Work or Derivative Works thereof, You may choose to offer,
2025-08-20T21:03:18.0559339Z [00:08:11.331]➜        and charge a fee for, acceptance of support, warranty, indemnity,
2025-08-20T21:03:18.0559852Z [00:08:11.331]➜        or other liability obligations and/or rights consistent with this
2025-08-20T21:03:18.0560357Z [00:08:11.331]➜        License. However, in accepting such obligations, You may act only
2025-08-20T21:03:18.0560848Z [00:08:11.331]➜        on Your own behalf and on Your sole responsibility, not on behalf
2025-08-20T21:03:18.0561325Z [00:08:11.331]➜        of any other Contributor, and only if You agree to indemnify,
2025-08-20T21:03:18.0561802Z [00:08:11.331]➜        defend, and hold each Contributor harmless for any liability
2025-08-20T21:03:18.0562298Z [00:08:11.331]➜        incurred by, or claims asserted against, such Contributor by reason
2025-08-20T21:03:18.0562781Z [00:08:11.331]➜        of your accepting any such warranty or additional liability.
2025-08-20T21:03:18.0563120Z [00:08:11.331]➜  
2025-08-20T21:03:18.0563378Z [00:08:11.331]➜     END OF TERMS AND CONDITIONS
2025-08-20T21:03:18.0563648Z [00:08:11.331]➜  
2025-08-20T21:03:18.0563842Z [00:08:11.331]➜  
2025-08-20T21:03:22.9239667Z [00:08:16.208]➜  
2025-08-20T21:03:22.9240192Z [00:08:16.208]➜  File: LICENSE
2025-08-20T21:03:22.9240496Z [00:08:16.208]➜    Type: ASCII text
2025-08-20T21:03:22.9240985Z [00:08:16.208]➜    B3sum: 94dead0aecc13784064612716b6cf4e036dac874a094ad49ccb3b390b7391503
2025-08-20T21:03:22.9241589Z [00:08:16.208]➜    SHA256sum: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594
2025-08-20T21:03:22.9242032Z [00:08:16.208]➜    Size: 12K
2025-08-20T21:03:22.9372795Z [00:08:16.222]➜  
2025-08-20T21:03:22.9373299Z [00:08:16.222]➜  File: SBUILD
2025-08-20T21:03:22.9373701Z [00:08:16.222]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T21:03:22.9374255Z [00:08:16.222]➜    B3sum: a11adf6af34022b304f2eb9f14061c640631a40957007c16e5fb440807ce4bbc
2025-08-20T21:03:22.9374871Z [00:08:16.222]➜    SHA256sum: b285d8333fde5d6bcb0ebbb9c498d131c23983ad87947b152ae0521db82b5859
2025-08-20T21:03:22.9375294Z [00:08:16.222]➜    Size: 8.0K
2025-08-20T21:03:22.9482239Z [00:08:16.233]➜  
2025-08-20T21:03:22.9482758Z [00:08:16.233]➜  File: gitoxide.static.version
2025-08-20T21:03:22.9483433Z [00:08:16.233]➜    Type: ASCII text, with no line terminators
2025-08-20T21:03:22.9484309Z [00:08:16.233]➜    B3sum: f0adbaf9ae9b9953ba94858ae3bfeac502042678a84a4323b928b00770865c49
2025-08-20T21:03:22.9484954Z [00:08:16.233]➜    SHA256sum: 1b5070fc62bb874ef42ba9585a8c8abaaf4108790c388bfa2f27439dacc00e6f
2025-08-20T21:03:22.9485405Z [00:08:16.233]➜    Size: 4.0K
2025-08-20T21:03:22.9591000Z [00:08:16.243]➜  
2025-08-20T21:03:22.9591526Z [00:08:16.244]➜  File: gitoxide.version
2025-08-20T21:03:22.9592142Z [00:08:16.244]➜    Type: ASCII text, with no line terminators
2025-08-20T21:03:22.9593071Z [00:08:16.244]➜    B3sum: f0adbaf9ae9b9953ba94858ae3bfeac502042678a84a4323b928b00770865c49
2025-08-20T21:03:22.9593979Z [00:08:16.244]➜    SHA256sum: 1b5070fc62bb874ef42ba9585a8c8abaaf4108790c388bfa2f27439dacc00e6f
2025-08-20T21:03:22.9594779Z [00:08:16.244]➜    Size: 4.0K
2025-08-20T21:03:22.9595225Z [00:08:16.244]➜  
2025-08-20T21:03:22.9596077Z [00:08:16.244]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T21:03:22.9624583Z [00:08:16.247]➜  gitoxide.version:f0adbaf9ae9b9953ba94858ae3bfeac502042678a84a4323b928b00770865c49
2025-08-20T21:03:22.9625708Z [00:08:16.247]➜  SBUILD:a11adf6af34022b304f2eb9f14061c640631a40957007c16e5fb440807ce4bbc
2025-08-20T21:03:22.9627196Z [00:08:16.247]➜  gitoxide.static.version:f0adbaf9ae9b9953ba94858ae3bfeac502042678a84a4323b928b00770865c49
2025-08-20T21:03:22.9627924Z [00:08:16.247]➜  LICENSE:94dead0aecc13784064612716b6cf4e036dac874a094ad49ccb3b390b7391503
2025-08-20T21:03:22.9645719Z [00:08:16.249]➜  
2025-08-20T21:03:22.9646806Z [00:08:16.249]➜  [+] Signing gitoxide.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T21:03:22.9754606Z [00:08:16.260]➜  
2025-08-20T21:03:22.9755773Z [00:08:16.260]➜  [✓] SuccessFully Built gitoxide.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/gitoxide/static.official.source.yaml [Wednesday, 2025-08-20 (09:03:22 PM) UTC]
2025-08-20T21:03:22.9756815Z [00:08:16.260]➜  
2025-08-20T21:03:22.9999966Z [00:08:16.284]➜  [+] Total Size: 624M (Includes DUPES+TMPFILES)
2025-08-20T21:03:23.0000849Z [00:08:16.284]➜  [+] LOGPATH='/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/gitoxide.static.log'
2025-08-20T21:03:23.0014445Z [00:08:16.286]➜  [+] ENVPATH=/tmp/pkgforge/0izSYnkaT_SBUILD/ENVPATH
2025-08-20T21:03:23.0337528Z 
2025-08-20T21:03:23.0338168Z [+] Sanitizing /tmp/pkgforge/0izSYnkaT_SBUILD/BUILD.log ==> /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/gitoxide.static.log
2025-08-20T21:03:27.1043066Z 
2025-08-20T21:03:27.1043940Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/gitoxide/official]
2025-08-20T21:03:27.1044694Z [+] LOGS (Build Dir): /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR
2025-08-20T21:03:27.1045072Z 
2025-08-20T21:03:27.7387579Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:03:30.2654142Z ./BUILD_ARTIFACTS.tar : 31.07%   (   627 MiB =>    195 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:03:30.3968498Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:03:30.4008423Z 
2025-08-20T21:03:30.4009496Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml :: 00(Hr):08(Min):24(Sec)
2025-08-20T21:03:30.4010392Z 
2025-08-20T21:03:30.4024207Z 
2025-08-20T21:03:30.4024534Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:03:30 PM) UTC
2025-08-20T21:03:30.4024956Z 
2025-08-20T21:03:31.3381629Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:03:31.3429281Z ##[group]Run ##Presets
2025-08-20T21:03:31.3429616Z [36;1m##Presets[0m
2025-08-20T21:03:31.3429814Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:31.3430026Z [36;1m#-------------#[0m
2025-08-20T21:03:31.3430229Z [36;1m##Debug?[0m
2025-08-20T21:03:31.3430467Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:03:31.3430757Z [36;1m  set -x[0m
2025-08-20T21:03:31.3430943Z [36;1mfi[0m
2025-08-20T21:03:31.3431117Z [36;1m#-------------#[0m
2025-08-20T21:03:31.3431315Z [36;1m##Set ENV[0m
2025-08-20T21:03:31.3431547Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:03:31.3431975Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T21:03:31.3432383Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T21:03:31.3432825Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-"[0m
2025-08-20T21:03:31.3433349Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:03:31.3433751Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:31.3434199Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:31.3434533Z [36;1m fi[0m
2025-08-20T21:03:31.3434711Z [36;1m##Push[0m
2025-08-20T21:03:31.3434939Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:03:31.3435222Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:03:31.3435614Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:03:31.3436096Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:03:31.3436817Z [36;1m     ls -sh "/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:03:31.3437167Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:03:31.3437390Z [36;1m       {[0m
2025-08-20T21:03:31.3437596Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:03:31.3437945Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:03:31.3438402Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:03:31.3438843Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:03:31.3439285Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T21:03:31.3439706Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T21:03:31.3440092Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T21:03:31.3440478Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T21:03:31.3441036Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T21:03:31.3441434Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T21:03:31.3441842Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T21:03:31.3442326Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T21:03:31.3442834Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:03:31.3443291Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T21:03:31.3443722Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T21:03:31.3444141Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T21:03:31.3444608Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-gitoxide")[0m
2025-08-20T21:03:31.3445157Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T21:03:31.3445737Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:03:31.3446203Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T21:03:31.3446899Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:03:31.3447408Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:03:31.3447853Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:03:31.3448112Z [36;1m         #Check[0m
2025-08-20T21:03:31.3448674Z [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-20T21:03:31.3449386Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:03:31.3449763Z [36;1m            break[0m
2025-08-20T21:03:31.3449977Z [36;1m          else[0m
2025-08-20T21:03:31.3450390Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:03:31.3450820Z [36;1m          fi[0m
2025-08-20T21:03:31.3451050Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:03:31.3451308Z [36;1m        done[0m
2025-08-20T21:03:31.3451496Z [36;1m       }[0m
2025-08-20T21:03:31.3451702Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:03:31.3451954Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:03:31.3452527Z [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-20T21:03:31.3453269Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:03:31.3453689Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:03:31.3453963Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:03:31.3454553Z [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-20T21:03:31.3455263Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:03:31.3455777Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:03:31.3456179Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:03:31.3456546Z [36;1m           fi[0m
2025-08-20T21:03:31.3456745Z [36;1m       fi[0m
2025-08-20T21:03:31.3456931Z [36;1m   fi[0m
2025-08-20T21:03:31.3457109Z [36;1m fi[0m
2025-08-20T21:03:31.3457303Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:03:31.3797739Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:31.3797981Z env:
2025-08-20T21:03:31.3798162Z   CROSS_COMPILING: NO
2025-08-20T21:03:31.3798398Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:03:31.3798635Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:03:31.3798856Z   ON_QEMU: NO
2025-08-20T21:03:31.3799035Z   DEBUG: 0
2025-08-20T21:03:31.3799214Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:03:31.3799445Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:03:31.3799739Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T21:03:31.3800056Z   KEEP_LOGS: YES
2025-08-20T21:03:31.3800248Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:03:31.3800462Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T21:03:31.3800693Z   SBUILD_REBUILD: false
2025-08-20T21:03:31.3801257Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T21:03:31.3801870Z   BUILD_SYS: docker://rust
2025-08-20T21:03:31.3802196Z   BUILD_ON_HOST: FALSE
2025-08-20T21:03:31.3802398Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:03:31.3802595Z   SYSTMP: /tmp
2025-08-20T21:03:31.3802775Z   GHA_MODE: MATRIX
2025-08-20T21:03:31.3803345Z   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-20T21:03:31.3803897Z   INPUT_SBUILD: /tmp/pkgforge/njXor1u3k_build.yaml
2025-08-20T21:03:31.3804225Z   BUILD_DIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml
2025-08-20T21:03:31.3804611Z   SBUILD_OUTDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR
2025-08-20T21:03:31.3805097Z   SBUILD_TMPDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:03:31.3805493Z   PKG_TYPE: static
2025-08-20T21:03:31.3805695Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:03:31.3805910Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:03:31.3806498Z   GHCR_TOKEN: ***
2025-08-20T21:03:31.3806811Z   GITHUB_TOKEN: ***
2025-08-20T21:03:31.3807050Z   GITLAB_TOKEN: ***
2025-08-20T21:03:31.3808145Z   MINISIGN_KEY: ***
2025-08-20T21:03:31.3808344Z ##[endgroup]
2025-08-20T21:03:31.3898328Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:03:31.3908575Z 195M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:03:31.3921292Z total 3.4M
2025-08-20T21:03:31.3921602Z 4.0K CHECKSUM
2025-08-20T21:03:31.3921839Z 4.0K CHECKSUM.sig
2025-08-20T21:03:31.3922029Z  12K LICENSE
2025-08-20T21:03:31.3922204Z 4.0K LICENSE.sig
2025-08-20T21:03:31.3922392Z 8.0K SBUILD
2025-08-20T21:03:31.3922658Z 4.0K SBUILD.sig
2025-08-20T21:03:31.3922964Z 4.0K SBUILD_TEMP
2025-08-20T21:03:31.3923288Z 3.4M gitoxide.static.log
2025-08-20T21:03:31.3923669Z 4.0K gitoxide.static.version
2025-08-20T21:03:31.3924090Z 4.0K gitoxide.static.version.sig
2025-08-20T21:03:31.3924506Z 4.0K gitoxide.version
2025-08-20T21:03:31.3924855Z 4.0K gitoxide.version.sig
2025-08-20T21:03:31.4120806Z Error: "ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-"
2025-08-20T21:03:31.4121954Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:03:36.4182211Z Error: "ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-"
2025-08-20T21:03:36.4184749Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:03:36.4194679Z 
2025-08-20T21:03:36.4195158Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T21:03:36.4195551Z 
2025-08-20T21:03:36.4238570Z Error: "ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-"
2025-08-20T21:03:36.4240250Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:03:36.4285823Z ##[group]Run ##Presets
2025-08-20T21:03:36.4286096Z [36;1m##Presets[0m
2025-08-20T21:03:36.4286727Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:36.4286946Z [36;1m#-------------#[0m
2025-08-20T21:03:36.4287151Z [36;1m##Debug?[0m
2025-08-20T21:03:36.4287393Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:03:36.4287692Z [36;1m  set -x[0m
2025-08-20T21:03:36.4287876Z [36;1mfi[0m
2025-08-20T21:03:36.4288058Z [36;1m#-------------#[0m
2025-08-20T21:03:36.4288313Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:03:36.4288645Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:03:36.4338825Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:36.4339061Z env:
2025-08-20T21:03:36.4339241Z   CROSS_COMPILING: NO
2025-08-20T21:03:36.4339455Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:03:36.4339675Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:03:36.4339886Z   ON_QEMU: NO
2025-08-20T21:03:36.4340203Z   DEBUG: 0
2025-08-20T21:03:36.4340387Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:03:36.4340739Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:03:36.4341032Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T21:03:36.4341330Z   KEEP_LOGS: YES
2025-08-20T21:03:36.4341526Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:03:36.4341737Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T21:03:36.4341959Z   SBUILD_REBUILD: false
2025-08-20T21:03:36.4342510Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T21:03:36.4343093Z   BUILD_SYS: docker://rust
2025-08-20T21:03:36.4343309Z   BUILD_ON_HOST: FALSE
2025-08-20T21:03:36.4343503Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:03:36.4343691Z   SYSTMP: /tmp
2025-08-20T21:03:36.4343870Z   GHA_MODE: MATRIX
2025-08-20T21:03:36.4344295Z   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-20T21:03:36.4344800Z   INPUT_SBUILD: /tmp/pkgforge/njXor1u3k_build.yaml
2025-08-20T21:03:36.4345118Z   BUILD_DIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml
2025-08-20T21:03:36.4345493Z   SBUILD_OUTDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR
2025-08-20T21:03:36.4345966Z   SBUILD_TMPDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:03:36.4346616Z   PKG_TYPE: static
2025-08-20T21:03:36.4346827Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:03:36.4347031Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:03:36.4347232Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:03:36.4347592Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T21:03:36.4347976Z ##[endgroup]
2025-08-20T21:03:36.4500722Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:03:36.4501026Z with:
2025-08-20T21:03:36.4501233Z   name: Bincache_gitoxide_x86_64-Linux
2025-08-20T21:03:36.4501533Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:03:36.4501822Z   compression-level: 0
2025-08-20T21:03:36.4502036Z   retention-days: 30
2025-08-20T21:03:36.4502242Z   overwrite: true
2025-08-20T21:03:36.4502445Z   if-no-files-found: warn
2025-08-20T21:03:36.4502667Z   include-hidden-files: false
2025-08-20T21:03:36.4502882Z env:
2025-08-20T21:03:36.4503054Z   CROSS_COMPILING: NO
2025-08-20T21:03:36.4503262Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:03:36.4503499Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:03:36.4503707Z   ON_QEMU: NO
2025-08-20T21:03:36.4503879Z   DEBUG: 0
2025-08-20T21:03:36.4504054Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:03:36.4504277Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:03:36.4504564Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T21:03:36.4504902Z   KEEP_LOGS: YES
2025-08-20T21:03:36.4505099Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:03:36.4505314Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T21:03:36.4505528Z   SBUILD_REBUILD: false
2025-08-20T21:03:36.4506075Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T21:03:36.4506986Z   BUILD_SYS: docker://rust
2025-08-20T21:03:36.4507340Z   BUILD_ON_HOST: FALSE
2025-08-20T21:03:36.4507532Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:03:36.4507721Z   SYSTMP: /tmp
2025-08-20T21:03:36.4507903Z   GHA_MODE: MATRIX
2025-08-20T21:03:36.4508333Z   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-20T21:03:36.4508836Z   INPUT_SBUILD: /tmp/pkgforge/njXor1u3k_build.yaml
2025-08-20T21:03:36.4509151Z   BUILD_DIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml
2025-08-20T21:03:36.4509554Z   SBUILD_OUTDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR
2025-08-20T21:03:36.4510047Z   SBUILD_TMPDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:03:36.4510424Z   PKG_TYPE: static
2025-08-20T21:03:36.4510619Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:03:36.4510833Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:03:36.4511037Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:03:36.4511483Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T21:03:36.4511893Z   UTC_TIME: 2025_08_20T09_03_36_PM
2025-08-20T21:03:36.4512123Z ##[endgroup]
2025-08-20T21:03:36.7434089Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:03:36.7437816Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:03:36.7439204Z With the provided path, there will be 2 files uploaded
2025-08-20T21:03:36.8406506Z Artifact name is valid!
2025-08-20T21:03:36.8407910Z Root directory input is valid!
2025-08-20T21:03:36.8960857Z Beginning upload of artifact content to blob storage
2025-08-20T21:03:37.2833887Z Uploaded bytes 8388608
2025-08-20T21:03:37.3593437Z Uploaded bytes 16777216
2025-08-20T21:03:37.3839062Z Uploaded bytes 25165824
2025-08-20T21:03:37.3948391Z Uploaded bytes 33554432
2025-08-20T21:03:37.5013055Z Uploaded bytes 41943040
2025-08-20T21:03:37.6209982Z Uploaded bytes 50331648
2025-08-20T21:03:37.6408959Z Uploaded bytes 58720256
2025-08-20T21:03:37.6505192Z Uploaded bytes 67108864
2025-08-20T21:03:37.7355941Z Uploaded bytes 75497472
2025-08-20T21:03:37.8747608Z Uploaded bytes 83886080
2025-08-20T21:03:37.8834456Z Uploaded bytes 92274688
2025-08-20T21:03:37.9106024Z Uploaded bytes 100663296
2025-08-20T21:03:37.9787329Z Uploaded bytes 109051904
2025-08-20T21:03:38.0886831Z Uploaded bytes 117440512
2025-08-20T21:03:38.0972220Z Uploaded bytes 125829120
2025-08-20T21:03:38.1147361Z Uploaded bytes 134217728
2025-08-20T21:03:38.1910476Z Uploaded bytes 142606336
2025-08-20T21:03:38.2765268Z Uploaded bytes 150994944
2025-08-20T21:03:38.3076673Z Uploaded bytes 159383552
2025-08-20T21:03:38.3377815Z Uploaded bytes 167772160
2025-08-20T21:03:38.4379564Z Uploaded bytes 176160768
2025-08-20T21:03:38.4876811Z Uploaded bytes 184549376
2025-08-20T21:03:38.4911150Z Uploaded bytes 192937984
2025-08-20T21:03:38.5179347Z Uploaded bytes 201326592
2025-08-20T21:03:38.7235127Z Uploaded bytes 208124764
2025-08-20T21:03:38.7423253Z Finished uploading artifact content to blob storage!
2025-08-20T21:03:38.7426638Z SHA256 digest of uploaded artifact zip is 5eeb415c76b77bbfd7716dd7ea2b063b216d0545472de16b5d2471420ffce627
2025-08-20T21:03:38.7429119Z Finalizing artifact upload
2025-08-20T21:03:38.8309516Z Artifact Bincache_gitoxide_x86_64-Linux.zip successfully finalized. Artifact ID 3813198700
2025-08-20T21:03:38.8310876Z Artifact Bincache_gitoxide_x86_64-Linux has been successfully uploaded! Final size is 208124764 bytes. Artifact ID is 3813198700
2025-08-20T21:03:38.8319184Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107889667/artifacts/3813198700
2025-08-20T21:03:38.8545448Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:03:38.8545776Z with:
2025-08-20T21:03:38.8545971Z   subject-name: gitoxide--
2025-08-20T21:03:38.8546953Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:03:38.8547837Z   show-summary: true
2025-08-20T21:03:38.8548056Z   push-to-registry: false
2025-08-20T21:03:38.8548433Z   github-token: ***
2025-08-20T21:03:38.8548635Z env:
2025-08-20T21:03:38.8548814Z   CROSS_COMPILING: NO
2025-08-20T21:03:38.8549029Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:03:38.8549258Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:03:38.8549475Z   ON_QEMU: NO
2025-08-20T21:03:38.8549653Z   DEBUG: 0
2025-08-20T21:03:38.8549842Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:03:38.8550070Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:03:38.8550380Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T21:03:38.8550705Z   KEEP_LOGS: YES
2025-08-20T21:03:38.8550913Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:03:38.8551139Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T21:03:38.8551368Z   SBUILD_REBUILD: false
2025-08-20T21:03:38.8551910Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T21:03:38.8552598Z   BUILD_SYS: docker://rust
2025-08-20T21:03:38.8552818Z   BUILD_ON_HOST: FALSE
2025-08-20T21:03:38.8553021Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:03:38.8553219Z   SYSTMP: /tmp
2025-08-20T21:03:38.8553405Z   GHA_MODE: MATRIX
2025-08-20T21:03:38.8553843Z   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-20T21:03:38.8554359Z   INPUT_SBUILD: /tmp/pkgforge/njXor1u3k_build.yaml
2025-08-20T21:03:38.8554688Z   BUILD_DIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml
2025-08-20T21:03:38.8555081Z   SBUILD_OUTDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR
2025-08-20T21:03:38.8555566Z   SBUILD_TMPDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:03:38.8555947Z   PKG_TYPE: static
2025-08-20T21:03:38.8556147Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:03:38.8556555Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:03:38.8556775Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:03:38.8557141Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T21:03:38.8557544Z   UTC_TIME: 2025_08_20T09_03_36_PM
2025-08-20T21:03:38.8557777Z ##[endgroup]
2025-08-20T21:03:38.8631926Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:03:38.8632358Z env:
2025-08-20T21:03:38.8632539Z   CROSS_COMPILING: NO
2025-08-20T21:03:38.8632754Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:03:38.8632986Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:03:38.8633207Z   ON_QEMU: NO
2025-08-20T21:03:38.8633387Z   DEBUG: 0
2025-08-20T21:03:38.8633584Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:03:38.8633815Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:03:38.8634109Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T21:03:38.8634423Z   KEEP_LOGS: YES
2025-08-20T21:03:38.8634619Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:03:38.8634842Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T21:03:38.8635072Z   SBUILD_REBUILD: false
2025-08-20T21:03:38.8635628Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T21:03:38.8636369Z   BUILD_SYS: docker://rust
2025-08-20T21:03:38.8636607Z   BUILD_ON_HOST: FALSE
2025-08-20T21:03:38.8636812Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:03:38.8637010Z   SYSTMP: /tmp
2025-08-20T21:03:38.8637197Z   GHA_MODE: MATRIX
2025-08-20T21:03:38.8637638Z   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-20T21:03:38.8638349Z   INPUT_SBUILD: /tmp/pkgforge/njXor1u3k_build.yaml
2025-08-20T21:03:38.8638700Z   BUILD_DIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml
2025-08-20T21:03:38.8639090Z   SBUILD_OUTDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR
2025-08-20T21:03:38.8639575Z   SBUILD_TMPDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:03:38.8639969Z   PKG_TYPE: static
2025-08-20T21:03:38.8640254Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:03:38.8640474Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:03:38.8640685Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:03:38.8641063Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T21:03:38.8641481Z   UTC_TIME: 2025_08_20T09_03_36_PM
2025-08-20T21:03:38.8641719Z ##[endgroup]
2025-08-20T21:03:39.1882413Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:03:39.1882770Z with:
2025-08-20T21:03:39.1883471Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:03:39.1884226Z   subject-name: gitoxide--
2025-08-20T21:03:39.1884513Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:03:39.1887396Z   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-20T21:03:39.1890136Z   push-to-registry: false
2025-08-20T21:03:39.1890367Z   show-summary: true
2025-08-20T21:03:39.1890766Z   github-token: ***
2025-08-20T21:03:39.1890977Z env:
2025-08-20T21:03:39.1891163Z   CROSS_COMPILING: NO
2025-08-20T21:03:39.1891386Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:03:39.1891631Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:03:39.1891858Z   ON_QEMU: NO
2025-08-20T21:03:39.1892041Z   DEBUG: 0
2025-08-20T21:03:39.1892235Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:03:39.1892476Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:03:39.1892773Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T21:03:39.1893096Z   KEEP_LOGS: YES
2025-08-20T21:03:39.1893300Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:03:39.1893532Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T21:03:39.1893762Z   SBUILD_REBUILD: false
2025-08-20T21:03:39.1894319Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T21:03:39.1894906Z   BUILD_SYS: docker://rust
2025-08-20T21:03:39.1895133Z   BUILD_ON_HOST: FALSE
2025-08-20T21:03:39.1895340Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:03:39.1895545Z   SYSTMP: /tmp
2025-08-20T21:03:39.1895745Z   GHA_MODE: MATRIX
2025-08-20T21:03:39.1896186Z   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-20T21:03:39.1896873Z   INPUT_SBUILD: /tmp/pkgforge/njXor1u3k_build.yaml
2025-08-20T21:03:39.1897204Z   BUILD_DIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml
2025-08-20T21:03:39.1897599Z   SBUILD_OUTDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR
2025-08-20T21:03:39.1898083Z   SBUILD_TMPDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:03:39.1898472Z   PKG_TYPE: static
2025-08-20T21:03:39.1898675Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:03:39.1898893Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:03:39.1899253Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:03:39.1899658Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T21:03:39.1900073Z   UTC_TIME: 2025_08_20T09_03_36_PM
2025-08-20T21:03:39.1900318Z ##[endgroup]
2025-08-20T21:03:41.2650488Z Attestation created for 12 subjects
2025-08-20T21:03:41.2655155Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:03:41.2656816Z -----BEGIN CERTIFICATE-----
2025-08-20T21:03:41.2657689Z MIIG7jCCBnWgAwIBAgIUCTQwZ9KW9BLXlGDrAiAOCYHgoIEwCgYIKoZIzj0EAwMw
2025-08-20T21:03:41.2660394Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:03:41.2661377Z cm1lZGlhdGUwHhcNMjUwODIwMjEwMzQwWhcNMjUwODIwMjExMzQwWjAAMFkwEwYH
2025-08-20T21:03:41.2662312Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEstVoxQJcoYsO4BDKxIjwFotAV9Vh3gX9zkm2
2025-08-20T21:03:41.2663193Z CT9s38DWVEzEgA+qNEYoC41bWThesCMk7y5Kb7yfNw7TXhAseaOCBZQwggWQMA4G
2025-08-20T21:03:41.2664073Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUy3I6
2025-08-20T21:03:41.2664977Z dp0+CeAYFoPNhAMRs850YfAwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:03:41.2665876Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:03:41.2666988Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:03:41.2667896Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:03:41.2668984Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:03:41.2669857Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:03:41.2670754Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:03:41.2671691Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:03:41.2672631Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:03:41.2673556Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:03:41.2674456Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:03:41.2675085Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:03:41.2675605Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:03:41.2676089Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:03:41.2676820Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:03:41.2677323Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:03:41.2677812Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:03:41.2678293Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:03:41.2678765Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:03:41.2679232Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:03:41.2679708Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:03:41.2680191Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:03:41.2680689Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:03:41.2681173Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:03:41.2681647Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3ODg5NjY3L2F0
2025-08-20T21:03:41.2682124Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T21:03:41.2682608Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJS23z
2025-08-20T21:03:41.2683068Z AAAEAwBHMEUCIQD60HvT40j7G5ND8UU1otHSMy/1H6MC323MWrUYlTnL1gIgL6Og
2025-08-20T21:03:41.2683520Z tW8R6WuIWitIJPC2Wizz2VXgxSCGE6h0rFBvK9UwCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T21:03:41.2683978Z Gd7VhLsc318hPqrvJ7D3mAA8YDPlzjXk72wy2eNfT49YD/rfttds0r4alMKBxtaa
2025-08-20T21:03:41.2684436Z AjB+exvHt7XaESfdiK8AyK7TWG3r2QFhaelQrkxBHxThPwvkXAdm8+uorx7kcJQ/
2025-08-20T21:03:41.2684787Z +vE=
2025-08-20T21:03:41.2684973Z -----END CERTIFICATE-----
2025-08-20T21:03:41.2685130Z 
2025-08-20T21:03:41.2685698Z ##[endgroup]
2025-08-20T21:03:41.2686129Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:03:41.2686665Z https://search.sigstore.dev?logIndex=414351718
2025-08-20T21:03:41.2687025Z [36mAttestation uploaded to repository[39m
2025-08-20T21:03:41.2687366Z https://github.com/pkgforge/bincache/attestations/9873462
2025-08-20T21:03:41.3540839Z ##[group]Run ##Presets
2025-08-20T21:03:41.3541229Z [36;1m##Presets[0m
2025-08-20T21:03:41.3541443Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:41.3541667Z [36;1m#-------------#[0m
2025-08-20T21:03:41.3541874Z [36;1m##Debug?[0m
2025-08-20T21:03:41.3542132Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:03:41.3542426Z [36;1m  set -x[0m
2025-08-20T21:03:41.3542617Z [36;1mfi[0m
2025-08-20T21:03:41.3542802Z [36;1m#-------------#[0m
2025-08-20T21:03:41.3543112Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:03:41.3543640Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/gitoxide/official"[0m
2025-08-20T21:03:41.3544051Z [36;1m exit 1[0m
2025-08-20T21:03:41.3544238Z [36;1mfi[0m
2025-08-20T21:03:41.3592887Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:41.3593131Z env:
2025-08-20T21:03:41.3593326Z   CROSS_COMPILING: NO
2025-08-20T21:03:41.3593675Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:03:41.3593923Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:03:41.3594146Z   ON_QEMU: NO
2025-08-20T21:03:41.3594329Z   DEBUG: 0
2025-08-20T21:03:41.3594514Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:03:41.3594739Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:03:41.3595025Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T21:03:41.3595341Z   KEEP_LOGS: YES
2025-08-20T21:03:41.3595541Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:03:41.3595772Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T21:03:41.3595996Z   SBUILD_REBUILD: false
2025-08-20T21:03:41.3596819Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T21:03:41.3597432Z   BUILD_SYS: docker://rust
2025-08-20T21:03:41.3597673Z   BUILD_ON_HOST: FALSE
2025-08-20T21:03:41.3597884Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:03:41.3598084Z   SYSTMP: /tmp
2025-08-20T21:03:41.3598272Z   GHA_MODE: MATRIX
2025-08-20T21:03:41.3598735Z   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-20T21:03:41.3599263Z   INPUT_SBUILD: /tmp/pkgforge/njXor1u3k_build.yaml
2025-08-20T21:03:41.3599600Z   BUILD_DIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml
2025-08-20T21:03:41.3600003Z   SBUILD_OUTDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR
2025-08-20T21:03:41.3600484Z   SBUILD_TMPDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:03:41.3600868Z   PKG_TYPE: static
2025-08-20T21:03:41.3601075Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:03:41.3601287Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:03:41.3601493Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:03:41.3601855Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T21:03:41.3602257Z   UTC_TIME: 2025_08_20T09_03_36_PM
2025-08-20T21:03:41.3602492Z ##[endgroup]
2025-08-20T21:03:41.3690069Z ##[group]Run ##Presets
2025-08-20T21:03:41.3690337Z [36;1m##Presets[0m
2025-08-20T21:03:41.3690552Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:41.3690775Z [36;1m#-------------#[0m
2025-08-20T21:03:41.3690988Z [36;1m##Debug?[0m
2025-08-20T21:03:41.3691242Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:03:41.3691544Z [36;1m  set -x[0m
2025-08-20T21:03:41.3691732Z [36;1mfi[0m
2025-08-20T21:03:41.3691917Z [36;1m#-------------#[0m
2025-08-20T21:03:41.3692170Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:03:41.3692640Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/gitoxide/official"[0m
2025-08-20T21:03:41.3693083Z [36;1m exit 1[0m
2025-08-20T21:03:41.3693284Z [36;1mfi[0m
2025-08-20T21:03:41.3736193Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:41.3736636Z env:
2025-08-20T21:03:41.3736830Z   CROSS_COMPILING: NO
2025-08-20T21:03:41.3737089Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:03:41.3737329Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:03:41.3737559Z   ON_QEMU: NO
2025-08-20T21:03:41.3737859Z   DEBUG: 0
2025-08-20T21:03:41.3738047Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:03:41.3738282Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:03:41.3738591Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T21:03:41.3738914Z   KEEP_LOGS: YES
2025-08-20T21:03:41.3739113Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:03:41.3739340Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T21:03:41.3739565Z   SBUILD_REBUILD: false
2025-08-20T21:03:41.3740118Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T21:03:41.3740718Z   BUILD_SYS: docker://rust
2025-08-20T21:03:41.3740955Z   BUILD_ON_HOST: FALSE
2025-08-20T21:03:41.3741166Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:03:41.3741365Z   SYSTMP: /tmp
2025-08-20T21:03:41.3741561Z   GHA_MODE: MATRIX
2025-08-20T21:03:41.3742010Z   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-20T21:03:41.3742621Z   INPUT_SBUILD: /tmp/pkgforge/njXor1u3k_build.yaml
2025-08-20T21:03:41.3742950Z   BUILD_DIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml
2025-08-20T21:03:41.3743350Z   SBUILD_OUTDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR
2025-08-20T21:03:41.3743848Z   SBUILD_TMPDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:03:41.3744234Z   PKG_TYPE: static
2025-08-20T21:03:41.3744437Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:03:41.3744655Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:03:41.3744866Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:03:41.3745243Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T21:03:41.3745654Z   UTC_TIME: 2025_08_20T09_03_36_PM
2025-08-20T21:03:41.3745891Z ##[endgroup]
2025-08-20T21:03:41.3807359Z 
2025-08-20T21:03:41.3807866Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T21:03:41.3820434Z ##[error]Process completed with exit code 1.
2025-08-20T21:03:41.3872477Z ##[group]Run ##Presets
2025-08-20T21:03:41.3872881Z [36;1m##Presets[0m
2025-08-20T21:03:41.3873219Z [36;1mset +x ; set +e[0m
2025-08-20T21:03:41.3873577Z [36;1m#-------------#[0m
2025-08-20T21:03:41.3873930Z [36;1m##Debug?[0m
2025-08-20T21:03:41.3874337Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:03:41.3874834Z [36;1m  set -x[0m
2025-08-20T21:03:41.3875141Z [36;1mfi[0m
2025-08-20T21:03:41.3875435Z [36;1m#-------------#[0m
2025-08-20T21:03:41.3876012Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:03:41.3876941Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:03:41.3877460Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:03:41.3877920Z [36;1mfi[0m
2025-08-20T21:03:41.3934220Z shell: /usr/bin/bash -e {0}
2025-08-20T21:03:41.3934594Z env:
2025-08-20T21:03:41.3934899Z   CROSS_COMPILING: NO
2025-08-20T21:03:41.3935305Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:03:41.3935697Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:03:41.3936067Z   ON_QEMU: NO
2025-08-20T21:03:41.3936539Z   DEBUG: 0
2025-08-20T21:03:41.3936851Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:03:41.3937241Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:03:41.3937741Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gitoxide/official
2025-08-20T21:03:41.3938281Z   KEEP_LOGS: YES
2025-08-20T21:03:41.3938613Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:03:41.3938985Z   PKG_FAMILY_LOCAL: gitoxide
2025-08-20T21:03:41.3939367Z   SBUILD_REBUILD: false
2025-08-20T21:03:41.3940375Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gitoxide/static.official.source.yaml
2025-08-20T21:03:41.3941411Z   BUILD_SYS: docker://rust
2025-08-20T21:03:41.3955976Z   BUILD_ON_HOST: FALSE
2025-08-20T21:03:41.3956529Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:03:41.3956877Z   SYSTMP: /tmp
2025-08-20T21:03:41.3957205Z   GHA_MODE: MATRIX
2025-08-20T21:03:41.3958149Z   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-20T21:03:41.3959083Z   INPUT_SBUILD: /tmp/pkgforge/njXor1u3k_build.yaml
2025-08-20T21:03:41.3959650Z   BUILD_DIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml
2025-08-20T21:03:41.3960317Z   SBUILD_OUTDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR
2025-08-20T21:03:41.3961157Z   SBUILD_TMPDIR: /tmp/pkgforge/FEgtMEg_njor1u3k_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:03:41.3961826Z   PKG_TYPE: static
2025-08-20T21:03:41.3962167Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:03:41.3962528Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:03:41.3962879Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:03:41.3963513Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gitoxide/official/gitoxide-srcbuild-
2025-08-20T21:03:41.3964220Z   UTC_TIME: 2025_08_20T09_03_36_PM
2025-08-20T21:03:41.3964615Z ##[endgroup]
2025-08-20T21:03:41.4055882Z EXITED
2025-08-20T21:03:41.4101359Z Cleaning up orphan processes
